[53566] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Wed Jul 8 04:17:15 PDT 2009


Revision: 53566
          http://trac.macports.org/changeset/53566
Author:   ryandesign at macports.org
Date:     2009-07-08 04:17:14 -0700 (Wed, 08 Jul 2009)
Log Message:
-----------
php5, php5-devel: remove now-unnecessary reinplaces from mssql variant; see #20232

Modified Paths:
--------------
    trunk/dports/lang/php5/Portfile
    trunk/dports/lang/php5-devel/Portfile

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2009-07-08 10:59:07 UTC (rev 53565)
+++ trunk/dports/lang/php5/Portfile	2009-07-08 11:17:14 UTC (rev 53566)
@@ -222,13 +222,6 @@
     configure.args-append \
         --with-mssql=${prefix} \
         --with-pdo-dblib=${prefix}
-    
-    # See http://bugs.php.net/bug.php?id=44991
-    post-patch {
-        reinplace "s|tds.h|sybdb.h|g"               ${worksrcpath}/ext/mssql/config.m4
-        reinplace "s|libtds.a|libsybdb.a|g"         ${worksrcpath}/ext/mssql/config.m4
-        reinplace "s|libtds.so|libsybdb.dylib|g"    ${worksrcpath}/ext/mssql/config.m4
-    }
 }
 
 variant snmp conflicts macports_snmp description {Add SNMP support using Apple SNMP} {

Modified: trunk/dports/lang/php5-devel/Portfile
===================================================================
--- trunk/dports/lang/php5-devel/Portfile	2009-07-08 10:59:07 UTC (rev 53565)
+++ trunk/dports/lang/php5-devel/Portfile	2009-07-08 11:17:14 UTC (rev 53566)
@@ -218,13 +218,6 @@
     configure.args-append \
         --with-mssql=${prefix} \
         --with-pdo-dblib=${prefix}
-    
-    # See http://bugs.php.net/bug.php?id=44991
-    post-patch {
-        reinplace "s|tds.h|sybdb.h|g"               ${worksrcpath}/ext/mssql/config.m4
-        reinplace "s|libtds.a|libsybdb.a|g"         ${worksrcpath}/ext/mssql/config.m4
-        reinplace "s|libtds.so|libsybdb.dylib|g"    ${worksrcpath}/ext/mssql/config.m4
-    }
 }
 
 variant snmp conflicts macports_snmp description {Add SNMP support using Apple SNMP} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090708/e015cfa1/attachment.html>


More information about the macports-changes mailing list