svn commit: r337779 - in head/x11-fonts/fontconfig: . files

Koop Mast kwm at FreeBSD.org
Fri Dec 27 18:54:30 UTC 2013


Author: kwm
Date: Fri Dec 27 18:54:29 2013
New Revision: 337779
URL: http://svnweb.freebsd.org/changeset/ports/337779

Log:
  Make the confdir variable in fontconfig.pc have a correctly expanded value.
  
  Reported by:	mat@
  Pointyhat to:	kwm@ for not checking font ports :/

Added:
  head/x11-fonts/fontconfig/files/patch-configure   (contents, props changed)
Modified:
  head/x11-fonts/fontconfig/Makefile

Modified: head/x11-fonts/fontconfig/Makefile
==============================================================================
--- head/x11-fonts/fontconfig/Makefile	Fri Dec 27 18:36:49 2013	(r337778)
+++ head/x11-fonts/fontconfig/Makefile	Fri Dec 27 18:54:29 2013	(r337779)
@@ -4,7 +4,7 @@
 
 PORTNAME=	fontconfig
 PORTVERSION=	2.11.0
-PORTREVISION?=	0
+PORTREVISION?=	1
 PORTEPOCH?=	1
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://www.freedesktop.org/software/fontconfig/release/

Added: head/x11-fonts/fontconfig/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/fontconfig/files/patch-configure	Fri Dec 27 18:54:29 2013	(r337779)
@@ -0,0 +1,10 @@
+--- configure.orig	2013-12-27 19:47:10.000000000 +0100
++++ configure	2013-12-27 19:47:24.000000000 +0100
+@@ -654,6 +654,7 @@
+ XMLDIR
+ CONFIGDIR
+ BASECONFIGDIR
++baseconfigdir
+ TEMPLATEDIR
+ FC_FONTDATE
+ FC_CACHEDIR


More information about the svn-ports-head mailing list