[42087] trunk/dports/www

ryandesign at macports.org ryandesign at macports.org
Fri Nov 14 15:38:02 PST 2008


Revision: 42087
          http://trac.macports.org/changeset/42087
Author:   ryandesign at macports.org
Date:     2008-11-14 15:38:02 -0800 (Fri, 14 Nov 2008)
Log Message:
-----------
php5, php5-devel: fix mssql variant; closes #17242

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

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2008-11-14 21:51:41 UTC (rev 42086)
+++ trunk/dports/www/php5/Portfile	2008-11-14 23:38:02 UTC (rev 42087)
@@ -219,9 +219,9 @@
     
     # See http://bugs.php.net/bug.php?id=44991
     post-patch {
-        reinplace "s|tds.h|sybdb.h|g"               ${worksrcpath}/configure
-        reinplace "s|libtds.a|libsybdb.a|g"         ${worksrcpath}/configure
-        reinplace "s|libtds.so|libsybdb.dylib|g"    ${worksrcpath}/configure
+        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
     }
 }
 

Modified: trunk/dports/www/php5-devel/Portfile
===================================================================
--- trunk/dports/www/php5-devel/Portfile	2008-11-14 21:51:41 UTC (rev 42086)
+++ trunk/dports/www/php5-devel/Portfile	2008-11-14 23:38:02 UTC (rev 42087)
@@ -215,9 +215,9 @@
     
     # See http://bugs.php.net/bug.php?id=44991
     post-patch {
-        reinplace "s|tds.h|sybdb.h|g"               ${worksrcpath}/configure
-        reinplace "s|libtds.a|libsybdb.a|g"         ${worksrcpath}/configure
-        reinplace "s|libtds.so|libsybdb.dylib|g"    ${worksrcpath}/configure
+        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
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081114/fd1ea802/attachment.html>


More information about the macports-changes mailing list