Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 18:54:30 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337779 - in head/x11-fonts/fontconfig: . files
Message-ID:  <201312271854.rBRIsUZX070237@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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