Changes between Initial Version and Version 4 of Ticket #10683


Ignore:
Timestamp:
Mar 24, 2016, 2:35:03 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10683

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port php4 added
    • Property Summary changed from php4 port doesn't configure correctly with postgresql81 to BUG: php4-4.4.4 doesn't configure correctly with postgresql81
  • Ticket #10683 – Description

    initial v4  
    11Attempting to build the php4 port with +postgresql8 no longer works; it appears to be looking for the pgsql8 directory when it is now in postgres81.  I fixed this on my local machine by modifying the portfile; a patch is provided below for the package maintainer.
    22
     3{{{
    34--- Portfile.old        2006-09-09 14:38:17.000000000 -0400
    45+++ Portfile.new        2006-09-09 14:19:10.000000000 -0400
     
    1617        depends_lib-append      port:postgresql81
    1718        configure.args-append   --with-pgsql=${workpath}/pgsql8
     19}}}