Changes between Initial Version and Version 2 of Ticket #1172


Ignore:
Timestamp:
Mar 24, 2016, 1:42:45 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1172

    • Property Status changed from new to closed
    • Property Type changed from defect to update
    • Property Resolution changed from to fixed
    • Property Port postgresql added
  • Ticket #1172 – Description

    initial v2  
    11Notes:
    22
    3 1. I removed the patchfiles as they aren't really necessary (it looks like most of the changes, with
    4 the notable exception of ending the shared libs in .dylib instead of .so, were pulled into the
    5 postgres release). I imagine that you might want to add them back.
     31. I removed the patchfiles as they aren't really necessary (it looks like most of the changes, with the notable exception of ending the shared libs in .dylib instead of .so, were pulled into the postgres release). I imagine that you might want to add them back.
    64
    7 2. Postgres' ./configure will complain about the version of bison installed on 10.3, it doesn't
    8 actually need the newer version however (it's needed if one wants to compile postgres from their
    9 cvs sources)
     52. Postgres' ./configure will complain about the version of bison installed on 10.3, it doesn't actually need the newer version however (it's needed if one wants to compile postgres from their cvs sources)
    106
    11 3. This version fails one of the tests (the geometry one), but it looks pretty benign (since 0 == -0),
    12 since I don't use any of the geometry features I haven't investigated further
     73. This version fails one of the tests (the geometry one), but it looks pretty benign (since 0 == -0), since I don't use any of the geometry features I haven't investigated further
    138
    149Diffs inline:
    1510
     11{{{
    1612--- Portfile    3 Nov 2003 12:48:23 -0000       1.29
    1713+++ Portfile    19 Nov 2003 21:05:18 -0000
     
    4945 variant ssl    {
    5046        depends_lib-append      lib:libssl:openssl
     47}}}