Ticket #20232 (closed defect: fixed)
php5, php5-devel: mssql variant: reinplace didn't change anything in ext/mssql/config.m4
| Reported by: | ryandesign@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Port: | php5, php5-devel |
Description
Using the patch from #15514:
$ port install php5 +mssql +no_web ---> Fetching php5 ---> Verifying checksum(s) for php5 ---> Extracting php5 ---> Applying patches to php5 Warning: reinplace s|tds.h|sybdb.h|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_lang_php5/work/php-5.3.0/ext/mssql/config.m4 Warning: reinplace s|libtds.a|libsybdb.a|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_lang_php5/work/php-5.3.0/ext/mssql/config.m4 Warning: reinplace s|libtds.so|libsybdb.dylib|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_lang_php5/work/php-5.3.0/ext/mssql/config.m4 ---> Configuring php5 [snip]
The reinplaces were for PHP bug 44991 which was fixed in PHP 5.2.something; since PHP is at 5.3.0 now and the port still builds fine with this variant, the reinplaces can be removed.
Change History
Note: See
TracTickets for help on using
tickets.


Fixed in r53566.