[37994] trunk/dports/print/freetype

ryandesign at macports.org ryandesign at macports.org
Wed Jul 2 02:29:08 PDT 2008


Revision: 37994
          http://trac.macosforge.org/projects/macports/changeset/37994
Author:   ryandesign at macports.org
Date:     2008-07-02 02:29:07 -0700 (Wed, 02 Jul 2008)
Log Message:
-----------
freetype: fix build on Panther by reverting a change that was made in 2.3.6; otherwise, configure arguments get ignored and the files get installed to /usr/local instead of the MacPorts prefix; #15807

Modified Paths:
--------------
    trunk/dports/print/freetype/Portfile

Added Paths:
-----------
    trunk/dports/print/freetype/files/patch-detect.mk.diff

Modified: trunk/dports/print/freetype/Portfile
===================================================================
--- trunk/dports/print/freetype/Portfile	2008-07-02 08:17:01 UTC (rev 37993)
+++ trunk/dports/print/freetype/Portfile	2008-07-02 09:29:07 UTC (rev 37994)
@@ -4,6 +4,7 @@
 
 name                    freetype
 version                 2.3.7
+revision                1
 categories              print graphics
 maintainers             ryandesign
 homepage                http://freetype.sourceforge.net/
@@ -39,6 +40,7 @@
         rmd160 a4a0c92bb85ea9db9cc822a03c6bdbefff1037f9
 
 patchfiles \
+    patch-detect.mk.diff \
     patch-modules.cfg.diff
 
 depends_lib \

Added: trunk/dports/print/freetype/files/patch-detect.mk.diff
===================================================================
--- trunk/dports/print/freetype/files/patch-detect.mk.diff	                        (rev 0)
+++ trunk/dports/print/freetype/files/patch-detect.mk.diff	2008-07-02 09:29:07 UTC (rev 37994)
@@ -0,0 +1,14 @@
+--- builds/unix/detect.mk	2007-12-06 10:21:03.000000000 -0600
++++ builds/unix/detect.mk	2006-12-09 12:51:54.000000000 -0600
+@@ -79,9 +79,9 @@
+   ifdef must_configure
+     ifneq ($(have_Makefile),)
+       # we are building FT2 not in the src tree
+-	      $(TOP_DIR)/builds/unix/configure $(value CFG)
++	      $(TOP_DIR)/builds/unix/configure $(CFG)
+     else
+-	      cd builds/unix; ./configure $(value CFG)
++	      cd builds/unix; ./configure $(CFG)
+     endif
+   endif
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080702/70bbbeb1/attachment.html 


More information about the macports-changes mailing list