svn commit: r359753 - head/print/font-amsfonts

Kurt Jaeger pi at FreeBSD.org
Sun Jun 29 10:37:55 UTC 2014


Author: pi
Date: Sun Jun 29 10:37:55 2014
New Revision: 359753
URL: http://svnweb.freebsd.org/changeset/ports/359753
QAT: https://qat.redports.org/buildarchive/r359753/

Log:
  print/font-amsfonts: fix for fontconfig
  
  - in pkg-plist, use @fc
  - in Makefile, add RUN_DEPENDS on fontconfig
  - fixes devel/doxygen, math/gretl, print/lilypond with poudriere
  
  Thanks for antoine for finding the cause of the doxygen breakage.
  
  Approved by:	antoine

Modified:
  head/print/font-amsfonts/Makefile
  head/print/font-amsfonts/pkg-plist

Modified: head/print/font-amsfonts/Makefile
==============================================================================
--- head/print/font-amsfonts/Makefile	Sun Jun 29 10:28:28 2014	(r359752)
+++ head/print/font-amsfonts/Makefile	Sun Jun 29 10:37:55 2014	(r359753)
@@ -3,7 +3,7 @@
 
 PORTNAME=	amsfonts
 PORTVERSION=	3.02
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	hrs
@@ -18,6 +18,8 @@ NO_BUILD=	yes
 
 FONTSDIR=	share/fonts/${PORTNAME}
 
+RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
+
 PLIST_SUB=	FONTSDIR=${FONTSDIR}
 
 do-install:

Modified: head/print/font-amsfonts/pkg-plist
==============================================================================
--- head/print/font-amsfonts/pkg-plist	Sun Jun 29 10:28:28 2014	(r359752)
+++ head/print/font-amsfonts/pkg-plist	Sun Jun 29 10:37:55 2014	(r359753)
@@ -679,5 +679,5 @@
 @dirrm %%FONTSDIR%%/doc/fonts/amsfonts
 @dirrm %%FONTSDIR%%/doc/fonts
 @dirrm %%FONTSDIR%%/doc
- at dirrm %%FONTSDIR%%
 @dirrmtry share/fonts
+ at fc %%FONTSDIR%%


More information about the svn-ports-head mailing list