Opened 15 years ago
Closed 15 years ago
#20232 closed defect (fixed)
php5, php5-devel: mssql variant: reinplace didn't change anything in ext/mssql/config.m4
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
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 (1)
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r53566.