[44417] trunk/dports/x11/xorg-libXfont

jeremyhu at macports.org jeremyhu at macports.org
Sun Dec 28 00:31:57 PST 2008


Revision: 44417
          http://trac.macports.org/changeset/44417
Author:   jeremyhu at macports.org
Date:     2008-12-28 00:31:54 -0800 (Sun, 28 Dec 2008)
Log Message:
-----------
xorg-libXfont: Version bump for supporting bzip2 compressed fonts

Modified Paths:
--------------
    trunk/dports/x11/xorg-libXfont/Portfile

Added Paths:
-----------
    trunk/dports/x11/xorg-libXfont/files/
    trunk/dports/x11/xorg-libXfont/files/f2b116ce5205d0fb8247f76fddb072e9141c62b7.patch

Modified: trunk/dports/x11/xorg-libXfont/Portfile
===================================================================
--- trunk/dports/x11/xorg-libXfont/Portfile	2008-12-28 07:51:42 UTC (rev 44416)
+++ trunk/dports/x11/xorg-libXfont/Portfile	2008-12-28 08:31:54 UTC (rev 44417)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		xorg-libXfont
-version		1.3.3
+version		1.3.4
 categories	x11 devel
 maintainers	jeremyhu
 description	X.org libXfont
@@ -13,9 +13,9 @@
 master_sites	 ${homepage}/pub/individual/lib/
 
 distname	libXfont-${version}
-checksums           md5     4f174b9613f87cf00d731da428a1b194 \
-                    sha1    bfbdd25239ef6cd515bb7afe888f0556454b34c7 \
-                    rmd160  f8fba81f41043c07ffa0e014ca8758fdcef7df06
+checksums           md5     788371ee566ef97ed4ca0794873b38cf \
+                    sha1    d7782b506f82cfce928c8be35be859c18f1e852f \
+                    rmd160  81d2be307219f6550793fb8c1661624e6bbbf55d
 use_bzip2	yes
 use_parallel_build  yes
 
@@ -28,10 +28,14 @@
 
 depends_lib \
 	port:freetype \
-	port:xorg-libfontenc
+	port:xorg-libfontenc \
+	port:bzip2 \
+	port:zlib
 
-#configure.env 	LDFLAGS="-Wl,-flat_namespace"
+configure.args --with-bzip2
 
+patchfiles f2b116ce5205d0fb8247f76fddb072e9141c62b7.patch
+
 livecheck.check regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
 livecheck.regex libXfont-(\\d+(?:\\.\\d+)*)

Added: trunk/dports/x11/xorg-libXfont/files/f2b116ce5205d0fb8247f76fddb072e9141c62b7.patch
===================================================================
--- trunk/dports/x11/xorg-libXfont/files/f2b116ce5205d0fb8247f76fddb072e9141c62b7.patch	                        (rev 0)
+++ trunk/dports/x11/xorg-libXfont/files/f2b116ce5205d0fb8247f76fddb072e9141c62b7.patch	2008-12-28 08:31:54 UTC (rev 44417)
@@ -0,0 +1,13 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 3e0cbfa..99087c4 100644
+--- src/Makefile.am
++++ src/Makefile.am
+@@ -21,6 +21,8 @@
+ 
+ lib_LTLIBRARIES = libXfont.la
+ 
++AM_CFLAGS = $(OS_CFLAGS)
++
+ if XFONT_FONTFILE
+ FONTFILE_DIR = fontfile
+ FONTFILE_LIB = fontfile/libfontfile.la
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081228/e0849ce0/attachment.html>


More information about the macports-changes mailing list