Ticket #44730: doxygen.2.diff
File doxygen.2.diff, 1.9 KB (added by mamoll (Mark Moll), 10 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name doxygen 7 version 1.8. 77 version 1.8.9.1 8 8 categories textproc devel 9 9 maintainers css openmaintainer 10 10 license GPL-2 … … 35 35 distfiles ${distname}.src${extract.suffix} 36 36 37 37 checksums ${distname}.src${extract.suffix} \ 38 rmd160 bef0f6dcd4fac3e0bc6126cae23374e960ab9163\39 sha256 c6eac6b6e82148ae15ec5aecee4631547359f284af1ce94474d046ebca6ee3d938 rmd160 103d45b36129a0a04b809050b7251acf6f9dacde \ 39 sha256 d4ab6e28d4d45d8956cad17470aade3fbe2356e8f64b92167e738c1887feccec 40 40 41 41 depends_build-append bin:perl:perl5 \ 42 42 port:flex \ … … 87 87 reinplace "/^TMAKE_CXX\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.cppflags} ${cxx_stdlibflags} [get_canonical_archflags cxx]%" ${tmake_conf} 88 88 reinplace "/^TMAKE_LINK\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.ldflags} ${cxx_stdlibflags} [get_canonical_archflags ld]%" ${tmake_conf} 89 89 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} 90 91 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 91 97 # may not be strictly necessary, but remove trailing '/' from DESTDIR 92 98 reinplace "s|\$(DESTDIR)/|\$(DESTDIR)|g" ${worksrcpath}/Makefile.in 93 99