Changes between Initial Version and Version 3 of Ticket #1064


Ignore:
Timestamp:
Mar 24, 2016, 12:04:06 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1064

    • Property Status changed from new to closed
    • Property Type changed from defect to update
    • Property Owner changed from eric@… to mww@…
    • Property Resolution changed from to fixed
    • Property Port postgresql added
  • Ticket #1064 – Description

    initial v3  
    33Fix inline:
    44
     5{{{
    56Index: Portfile
    6 ============================================================
    7 =======
     7===================================================================
    88RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/databases/postgresql/Portfile,v
    99retrieving revision 1.25
     
    2020                                 "${workpath}/${worksrcdir}/src/Makefile.shlib"
    2121                             }
     22}}}
    2223
    2324And the new patch file:
    2425
     26{{{
    2527--- src/template/darwin.orig    Sat May  4 20:03:29 2002
    2628+++ src/template/darwin Wed Oct 22 14:15:12 2003
     
    3335 # Select appropriate semaphore support
    3436 USE_NAMED_POSIX_SEMAPHORES=1
     37}}}