[37735] trunk/dports/www

ryandesign at macports.org ryandesign at macports.org
Sat Jun 21 00:40:53 PDT 2008


Revision: 37735
          http://trac.macosforge.org/projects/macports/changeset/37735
Author:   ryandesign at macports.org
Date:     2008-06-21 00:40:53 -0700 (Sat, 21 Jun 2008)
Log Message:
-----------
php4, php5, php5-devel: add +t1lib variant for PostScript Type 1 font support; closes #15698

Modified Paths:
--------------
    trunk/dports/www/php4/Portfile
    trunk/dports/www/php5/Portfile
    trunk/dports/www/php5-devel/Portfile

Modified: trunk/dports/www/php4/Portfile
===================================================================
--- trunk/dports/www/php4/Portfile	2008-06-21 07:37:15 UTC (rev 37734)
+++ trunk/dports/www/php4/Portfile	2008-06-21 07:40:53 UTC (rev 37735)
@@ -205,6 +205,13 @@
         --with-readline=${prefix}
 }
 
+variant t1lib description {Add PostScript Type 1 font support with t1lib} {
+    depends_lib-append \
+        port:t1lib
+    configure.args-append \
+        --with-t1lib=${prefix} \
+}
+
 destroot.args	INSTALL_ROOT=${destroot} PHP_PEAR_INSTALL_DIR=${prefix}/lib/php
 destroot.target	install-cli install-pear install-build install-headers install-programs
 

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2008-06-21 07:37:15 UTC (rev 37734)
+++ trunk/dports/www/php5/Portfile	2008-06-21 07:40:53 UTC (rev 37735)
@@ -350,6 +350,13 @@
         --enable-sockets
 }
 
+variant t1lib description {Add PostScript Type 1 font support with t1lib} {
+    depends_lib-append \
+        port:t1lib
+    configure.args-append \
+        --with-t1lib=${prefix} \
+}
+
 destroot.args \
     INSTALL_ROOT=${destroot}
 

Modified: trunk/dports/www/php5-devel/Portfile
===================================================================
--- trunk/dports/www/php5-devel/Portfile	2008-06-21 07:37:15 UTC (rev 37734)
+++ trunk/dports/www/php5-devel/Portfile	2008-06-21 07:40:53 UTC (rev 37735)
@@ -344,6 +344,13 @@
         --enable-sockets
 }
 
+variant t1lib description {Add PostScript Type 1 font support with t1lib} {
+    depends_lib-append \
+        port:t1lib
+    configure.args-append \
+        --with-t1lib=${prefix} \
+}
+
 destroot.args \
     INSTALL_ROOT=${destroot}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080621/96d3e941/attachment.htm 


More information about the macports-changes mailing list