[99809] trunk/dports/graphics/fontconfig

ryandesign at macports.org ryandesign at macports.org
Sun Nov 18 00:49:02 PST 2012


Revision: 99809
          https://trac.macports.org/changeset/99809
Author:   ryandesign at macports.org
Date:     2012-11-18 00:49:02 -0800 (Sun, 18 Nov 2012)
Log Message:
-----------
fontconfig: update to 2.10.1 (#35225); remove a patch that is upstream; disable silent rules; remove archcheck portgroup

Modified Paths:
--------------
    trunk/dports/graphics/fontconfig/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/fontconfig/files/

Modified: trunk/dports/graphics/fontconfig/Portfile
===================================================================
--- trunk/dports/graphics/fontconfig/Portfile	2012-11-18 08:45:44 UTC (rev 99808)
+++ trunk/dports/graphics/fontconfig/Portfile	2012-11-18 08:49:02 UTC (rev 99809)
@@ -3,11 +3,9 @@
 
 PortSystem                  1.0
 PortGroup                   muniversal 1.0
-PortGroup                   archcheck 1.0
 
 name                        fontconfig
-version                     2.9.0
-revision                    1
+version                     2.10.1
 categories                  graphics
 maintainers                 ryandesign
 license                     fontconfig
@@ -22,8 +20,8 @@
 
 master_sites                ${homepage}release/
 
-checksums                   rmd160  9456d0ab2ae72086ec3edce9d72e007e2bf9bf1e \
-                            sha256  ca7e25071cf044bdcdaf7c48845243c115b9269b4e369c6bd78a29e71f01b41a
+checksums                   rmd160  5dab00198b010d6d9a2bc20864b24497f09745ce \
+                            sha256  c3912bf909c0057e50a67f58fc1b0ae644f1ebf532a0d97864588d9599280222
 
 depends_build               port:pkgconfig
 
@@ -31,10 +29,6 @@
                             port:expat \
                             port:freetype
 
-archcheck.files             lib/libiconv.dylib \
-                            lib/libexpat.dylib \
-                            lib/libfreetype.dylib
-
 if {${os.platform} == "darwin" && ${os.major} < 9} {
     set add_fonts           /usr/X11R6/lib/X11/fonts
 } else {
@@ -42,13 +36,9 @@
 }
 set docdir                  ${prefix}/share/doc/${name}
 
-configure.args              --with-docdir=${docdir}
+configure.args              --disable-silent-rules
 
-# https://bugs.freedesktop.org/show_bug.cgi?id=20208
-patch.pre_args              -p1
-patchfiles                  patch-check-arch-at-runtime.diff
-
-# We put this into a pre-configure so it can be evaluated _after_ variants selection.
+# We put this into a pre-configure block so it can be evaluated _after_ platform selection.
 pre-configure {
     configure.args-append   --with-add-fonts=[join ${add_fonts} ,]
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121118/e47bbace/attachment.html>


More information about the macports-changes mailing list