[144650] trunk/dports/textproc/doxygen

jeremyhu at macports.org jeremyhu at macports.org
Thu Jan 14 09:47:55 PST 2016


Revision: 144650
          https://trac.macports.org/changeset/144650
Author:   jeremyhu at macports.org
Date:     2016-01-14 09:47:55 -0800 (Thu, 14 Jan 2016)
Log Message:
-----------
doxygen: Fix CXXFLAGS to address a build failure on SL and incorrect deployment target elsewhere

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

Added Paths:
-----------
    trunk/dports/textproc/doxygen/files/fix_dumb_cxxflags.patch

Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile	2016-01-14 17:46:21 UTC (rev 144649)
+++ trunk/dports/textproc/doxygen/Portfile	2016-01-14 17:47:55 UTC (rev 144650)
@@ -6,7 +6,7 @@
 
 name                    doxygen
 version                 1.8.10
-revision                1
+revision                2
 categories              textproc devel
 maintainers             css openmaintainer
 license                 GPL-2
@@ -50,6 +50,7 @@
                         port:libiconv
 
 patchfiles              patch-src-portable_c.c.diff \
+                        fix_dumb_cxxflags.patch \
                         cf936efb8ae99dd297b6afb9c6a06beb81f5b0fb.patch \
                         8c51120ad55b440b738ef0b96f8169d84a7ae88a.patch \
                         a8c73cdbe37cc53c398002d20e94037552a8fb55.patch

Added: trunk/dports/textproc/doxygen/files/fix_dumb_cxxflags.patch
===================================================================
--- trunk/dports/textproc/doxygen/files/fix_dumb_cxxflags.patch	                        (rev 0)
+++ trunk/dports/textproc/doxygen/files/fix_dumb_cxxflags.patch	2016-01-14 17:47:55 UTC (rev 144650)
@@ -0,0 +1,10 @@
+--- CMakeLists.txt.orig	2016-01-14 09:32:04.000000000 -0800
++++ CMakeLists.txt	2016-01-14 09:32:15.000000000 -0800
+@@ -39,7 +39,6 @@ if (use_libclang)
+ endif()
+ 
+ if (${CMAKE_SYSTEM} MATCHES "Darwin")
+-    set(CMAKE_CXX_FLAGS "-Wno-deprecated-register -mmacosx-version-min=10.5 ${CMAKE_CXX_FLAGS}")
+     find_library(CORESERVICES_LIB CoreServices)
+     set(EXTRA_LIBS ${CORESERVICES_LIB})
+ endif()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160114/c4f44c59/attachment.html>


More information about the macports-changes mailing list