From 4a4c51bfbe7be910936fe4fc6aa306e194e3caa1 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 21 Aug 2013 12:51:24 +0000 Subject: Pullup ticket #4214 - requested by bsiegert devel/doxygen: build fix Revisions pulled up: - devel/doxygen/distinfo 1.50 - devel/doxygen/patches/patch-tmake_lib_macosx-c++_tmake.conf 1.1 --- Module Name: pkgsrc Committed By: bsiegert Date: Tue Aug 20 17:41:15 UTC 2013 Modified Files: pkgsrc/devel/doxygen: distinfo Added Files: pkgsrc/devel/doxygen/patches: patch-tmake_lib_macosx-c++_tmake.conf Log Message: Fix build on Mac OS 10.8 by removing an unsupported compiler option. --- devel/doxygen/distinfo | 3 ++- .../doxygen/patches/patch-tmake_lib_macosx-c++_tmake.conf | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 devel/doxygen/patches/patch-tmake_lib_macosx-c++_tmake.conf diff --git a/devel/doxygen/distinfo b/devel/doxygen/distinfo index 69e1119a5ba..749e92784dc 100644 --- a/devel/doxygen/distinfo +++ b/devel/doxygen/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.49 2013/05/21 14:43:05 wiz Exp $ +$NetBSD: distinfo,v 1.49.2.1 2013/08/21 12:51:24 tron Exp $ SHA1 (doxygen-1.8.4.src.tar.gz) = a363811b932e44d479addbadffcc8257cde60b44 RMD160 (doxygen-1.8.4.src.tar.gz) = 7087480667cb138c739fae54ca21f77e2099f4eb @@ -9,3 +9,4 @@ SHA1 (patch-ac) = 87c68a2ce598c10d90d775764f4c05739eb51435 SHA1 (patch-af) = 0942cc0fdcb49e74ce018d7e790dba36b21b4d08 SHA1 (patch-ah) = db6f117bf1faa3a1ed0b2ca9af81fc4f8d0913f9 SHA1 (patch-aj) = 1f4822364eb9aeb82084d30b0bc75af504da63f1 +SHA1 (patch-tmake_lib_macosx-c++_tmake.conf) = f6f7414bf8e1c26264211c72991d8dc4222cc738 diff --git a/devel/doxygen/patches/patch-tmake_lib_macosx-c++_tmake.conf b/devel/doxygen/patches/patch-tmake_lib_macosx-c++_tmake.conf new file mode 100644 index 00000000000..f0284ec9273 --- /dev/null +++ b/devel/doxygen/patches/patch-tmake_lib_macosx-c++_tmake.conf @@ -0,0 +1,14 @@ +$NetBSD: patch-tmake_lib_macosx-c++_tmake.conf,v 1.1.2.2 2013/08/21 12:51:24 tron Exp $ + +Drop an option that is unsupported by the default compiler in Mac OS 10.8. +--- tmake/lib/macosx-c++/tmake.conf.orig 2013-08-20 17:30:43.000000000 +0000 ++++ tmake/lib/macosx-c++/tmake.conf +@@ -9,7 +9,7 @@ CONFIG = qt warn_on release + + TMAKE_CC = cc + TMAKE_CFLAGS = -pipe +-TMAKE_CFLAGS_WARN_ON = -Wall -W -Wno-deprecated-declarations -Wno-invalid-source-encoding ++TMAKE_CFLAGS_WARN_ON = -Wall -W -Wno-deprecated-declarations + TMAKE_CFLAGS_WARN_OFF = + TMAKE_CFLAGS_RELEASE = -O2 + TMAKE_CFLAGS_DEBUG = -g -fstack-protector -- cgit v1.2.3