svn commit: r428425 - head/print/gsfonts

Hiroki Sato hrs at FreeBSD.org
Mon Dec 12 17:49:39 UTC 2016


Author: hrs
Date: Mon Dec 12 17:49:38 2016
New Revision: 428425
URL: https://svnweb.freebsd.org/changeset/ports/428425

Log:
  Revert r427895.  The symlinks to Japanese and Chinese fonts are
  provided to normalize the font names into standardized ones, and to
  make the users be able to install the actual font files into
  the location pointed by them.  japanese/font-std and chinese/font-std
  will install ones which can be redistributed freely, and one can install
  commercial font files instead.  To avoid installing big Japanese and
  Chinese font files for people who do not need them, this port does not
  have explicit runtime dependency on japanese/font-std or chinese/font-std.
  
  PR:	214381

Modified:
  head/print/gsfonts/Makefile

Modified: head/print/gsfonts/Makefile
==============================================================================
--- head/print/gsfonts/Makefile	Mon Dec 12 17:45:01 2016	(r428424)
+++ head/print/gsfonts/Makefile	Mon Dec 12 17:49:38 2016	(r428425)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gsfonts
 PORTVERSION=	8.11
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	print x11-fonts
 MASTER_SITES=	SF/gs-fonts/gs-fonts/${PORTVERSION}%20%28base%2035%2C%20GPL%29/:std \
 		SF/gs-fonts/gs-fonts/6.0%20%28misc%2C%20GPL%29/:other
@@ -19,9 +19,6 @@ NO_BUILD=	yes
 PLIST_SUB=	FONTSDIR="${FONTSDIR:S|${STAGEDIR}${PREFIX}/||}"
 OPTIONS_DEFINE=	DOCS
 
-RUN_DEPENDS+=	${LOCALBASE}/share/fonts/std.ja_JP/Ryumin-Light:japanese/font-std \
-		${LOCALBASE}/share/fonts/std.zh_CN/STSong-Light:chinese/font-std \
-
 FONTSDIR=	${STAGEDIR}${PREFIX}/share/ghostscript/fonts
 CJKFONTS?=	std.ja_JP/Ryumin-Light \
 		std.ja_JP/GothicBBB-Medium \


More information about the svn-ports-head mailing list