Ticket #44730: doxygen.2.diff

File doxygen.2.diff, 1.9 KB (added by mamoll (Mark Moll), 9 years ago)
  • Portfile

     
    44PortSystem              1.0
    55
    66name                    doxygen
    7 version                 1.8.7
     7version                 1.8.9.1
    88categories              textproc devel
    99maintainers             css openmaintainer
    1010license                 GPL-2
     
    3535distfiles               ${distname}.src${extract.suffix}
    3636
    3737checksums               ${distname}.src${extract.suffix} \
    38                         rmd160  bef0f6dcd4fac3e0bc6126cae23374e960ab9163 \
    39                         sha256  c6eac6b6e82148ae15ec5aecee4631547359f284af1ce94474d046ebca6ee3d9
     38                        rmd160  103d45b36129a0a04b809050b7251acf6f9dacde \
     39                        sha256  d4ab6e28d4d45d8956cad17470aade3fbe2356e8f64b92167e738c1887feccec
    4040
    4141depends_build-append    bin:perl:perl5 \
    4242                        port:flex \
     
    8787    reinplace "/^TMAKE_CXX\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.cppflags} ${cxx_stdlibflags} [get_canonical_archflags cxx]%" ${tmake_conf}
    8888    reinplace "/^TMAKE_LINK\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.ldflags} ${cxx_stdlibflags} [get_canonical_archflags ld]%" ${tmake_conf}
    8989    reinplace "/^TMAKE_LINK_SHLIB\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${cxx_stdlibflags} [get_canonical_archflags ld]%" ${tmake_conf}
     90    reinplace "s|-mmacosx-version-min=10.5||g" ${tmake_conf}
    9091
     92    # make sure LIBICONV_PLUG is undefined (this flag is necessary for the
     93    # system-installed libiconv, but breaks linking with the MacPorts installed
     94    # one)
     95    reinplace "s|#define LIBICONV_PLUG||g" ${worksrcpath}/src/portable_c.c
     96
    9197    # may not be strictly necessary, but remove trailing '/' from DESTDIR
    9298    reinplace "s|\$(DESTDIR)/|\$(DESTDIR)|g" ${worksrcpath}/Makefile.in
    9399