Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2017 06:57:06 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434396 - in head/x11-fonts/wqy: . files
Message-ID:  <201702190657.v1J6v6g1048125@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Sun Feb 19 06:57:06 2017
New Revision: 434396
URL: https://svnweb.freebsd.org/changeset/ports/434396

Log:
  Enable autohint. [1]
  
  While I'm there, also add LICENSE and NO_ARCH.
  
  Submitted by:	intron at intron ac [1]

Modified:
  head/x11-fonts/wqy/Makefile
  head/x11-fonts/wqy/files/85-wqy.conf

Modified: head/x11-fonts/wqy/Makefile
==============================================================================
--- head/x11-fonts/wqy/Makefile	Sun Feb 19 06:45:10 2017	(r434395)
+++ head/x11-fonts/wqy/Makefile	Sun Feb 19 06:57:06 2017	(r434396)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wqy-fonts
 PORTVERSION=	20100803
-PORTREVISION=	7
+PORTREVISION=	8
 PORTEPOCH=	1
 CATEGORIES=	x11-fonts
 MASTER_SITES=	SF/wqy/wqy-bitmapfont/1.0.0-RC1:bitmapfont \
@@ -20,12 +20,15 @@ DISTFILES=	wqy-bitmapsong-pcf-1.0.0-RC1.
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GNU GPL-licensed font set covering CJK and other Unicode characters
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	bdftopcf:x11-fonts/bdftopcf
 
 USE_XORG=	x11
 USES=		fonts perl5
 USE_PERL5=	build
 NO_WRKSUBDIR=	yes
+NO_ARCH=	yes
 
 FONTNAME=	wqy
 CONFDDIR=	etc/fonts/conf.d

Modified: head/x11-fonts/wqy/files/85-wqy.conf
==============================================================================
--- head/x11-fonts/wqy/files/85-wqy.conf	Sun Feb 19 06:45:10 2017	(r434395)
+++ head/x11-fonts/wqy/files/85-wqy.conf	Sun Feb 19 06:57:06 2017	(r434396)
@@ -71,7 +71,7 @@
 		</or>
 		<edit name="antialias"><bool>true</bool></edit>
 		<edit name="hinting"><bool>true</bool></edit>
-		<edit name="autohint"><bool>false</bool></edit>
+		<edit name="autohint"><bool>true</bool></edit>
 		<edit name="embeddedbitmap"><bool>true</bool></edit>
 		<edit name="spacing"><const>proportional</const></edit>
 		<edit name="globaladvance"><bool>false</bool></edit>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702190657.v1J6v6g1048125>