Revision: 37323 http://trac.macosforge.org/projects/macports/changeset/37323 Author: ryandesign@macports.org Date: 2008-06-02 22:02:58 -0700 (Mon, 02 Jun 2008) Log Message: ----------- fontconfig: * update to 2.6.0 * remove check for broken /usr/bin/head because fontconfig 2.6.0 doesn't use head anymore Modified Paths: -------------- trunk/dports/graphics/fontconfig/Portfile Modified: trunk/dports/graphics/fontconfig/Portfile =================================================================== --- trunk/dports/graphics/fontconfig/Portfile 2008-06-03 03:37:33 UTC (rev 37322) +++ trunk/dports/graphics/fontconfig/Portfile 2008-06-03 05:02:58 UTC (rev 37323) @@ -3,7 +3,7 @@ PortSystem 1.0 name fontconfig -version 2.5.0 +version 2.6.0 categories graphics maintainers ryandesign homepage http://fontconfig.org/ @@ -19,9 +19,9 @@ ${homepage}release/ checksums \ - md5 21d14af8ecf645ef76211c782cdd7aeb \ - sha1 9ffad5f5eb2c5dd277bfed1cafc6e62aa0172842 \ - rmd160 2c61ba3adc49aa5dd4eb081e13a849cc1d62d9da + md5 ab54ec1d4ddd836313fdbc0cd5299d6d \ + sha1 93752566b8327485b153bd156049614f779b4c57 \ + rmd160 2fea7fa3fe1757b58ce53c4225b9f8e6ec7507bf depends_lib \ port:libiconv \ @@ -35,44 +35,6 @@ --docdir=${prefix}/share/doc/${name}-${version} \ --disable-docs -platform darwin { - pre-fetch { - set disposition "" - if {![file exists /usr/bin/head]} { - set disposition "missing" - } else { - if {-1 == [string first Mach-O [exec file --brief /usr/bin/head]]} { - set disposition "broken" - } - } - if {"" != "${disposition}"} { - return -code error " - -*************************************************************************** - -${name} cannot be installed, and you may be experiencing other problems -with your computer, because the program /usr/bin/head is ${disposition}. -This program is essential to the correct functioning of your computer. - -You can reinstall it by copying it from your Mac OS X installation media, -using these commands: - - sudo rm -f /usr/bin/head - sudo cp -p \"/Volumes/Mac OS X Install Disc 1/usr/bin/head\" /usr/bin - sudo chown root:wheel /usr/bin/head - -You may need to adjust the \"sudo cp\" command above if your Mac OS X -installation media has a different name. - -Make sure to use the correct Mac OS X installation media for the version -of Mac OS X installed on this computer. - -*************************************************************************** -" - } - } -} - # We put this into a pre-configure so it can be evaluated _after_ variants selection. pre-configure { configure.args-append \