[133357] trunk/dports/textproc/doxygen/Portfile

mmoll at macports.org mmoll at macports.org
Fri Feb 27 06:51:45 PST 2015


Revision: 133357
          https://trac.macports.org/changeset/133357
Author:   mmoll at macports.org
Date:     2015-02-27 06:51:44 -0800 (Fri, 27 Feb 2015)
Log Message:
-----------
doxygen: update to 1.8.9.1, closes #44730

Modified Paths:
--------------
    trunk/dports/textproc/doxygen/Portfile

Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile	2015-02-27 08:14:43 UTC (rev 133356)
+++ trunk/dports/textproc/doxygen/Portfile	2015-02-27 14:51:44 UTC (rev 133357)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    doxygen
-version                 1.8.7
+version                 1.8.9.1
 categories              textproc devel
 maintainers             css openmaintainer
 license                 GPL-2
@@ -35,8 +35,8 @@
 distfiles               ${distname}.src${extract.suffix}
 
 checksums               ${distname}.src${extract.suffix} \
-                        rmd160  bef0f6dcd4fac3e0bc6126cae23374e960ab9163 \
-                        sha256  c6eac6b6e82148ae15ec5aecee4631547359f284af1ce94474d046ebca6ee3d9
+                        rmd160  103d45b36129a0a04b809050b7251acf6f9dacde \
+                        sha256  d4ab6e28d4d45d8956cad17470aade3fbe2356e8f64b92167e738c1887feccec
 
 depends_build-append    bin:perl:perl5 \
                         port:flex \
@@ -87,7 +87,13 @@
     reinplace "/^TMAKE_CXX\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.cppflags} ${cxx_stdlibflags} [get_canonical_archflags cxx]%" ${tmake_conf}
     reinplace "/^TMAKE_LINK\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.ldflags} ${cxx_stdlibflags} [get_canonical_archflags ld]%" ${tmake_conf}
     reinplace "/^TMAKE_LINK_SHLIB\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${cxx_stdlibflags} [get_canonical_archflags ld]%" ${tmake_conf}
+    reinplace "s|-mmacosx-version-min=10.5||g" ${tmake_conf}
 
+    # make sure LIBICONV_PLUG is undefined (this flag is necessary for the
+    # system-installed libiconv, but breaks linking with the MacPorts installed
+    # one)
+    reinplace "s|#define LIBICONV_PLUG||g" ${worksrcpath}/src/portable_c.c
+
     # may not be strictly necessary, but remove trailing '/' from DESTDIR
     reinplace "s|\$(DESTDIR)/|\$(DESTDIR)|g" ${worksrcpath}/Makefile.in
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150227/0af8db32/attachment.html>


More information about the macports-changes mailing list