Ticket #55244: Portfile.diff

File Portfile.diff, 723 bytes (added by mjl-, 7 years ago)

diff from old/current portfile to updated portfile

  • (a) Portfile-orig vs. (b) Portfile

    a b  
    3434depends_lib         port:geos\
    3535                    port:proj\
    3636                    port:libiconv\
    37                     port:libxml2
     37                    port:libxml2 \
     38                    port:json-c
    3839
    3940# PostGIS 2.0 is not compatible with PostGIS 1.5
    4041
     
    109110configure.cflags-append \
    110111    -Diconv=libiconv -Diconv_open=libiconv_open -Diconv_close=libiconv_close
    111112
    112 # JSON-C new version is incompatible with this version of PostGIS
    113 configure.args-append   -without-json
    114113
    115114# see https://trac.macports.org/wiki/UsingTheRightCompiler
    116115configure.env-append    CPPBIN=${configure.cpp}