diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 5e4f4658256..7c955e340fa 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2012/04/04 10:15:32 sthen Exp $ +# $OpenBSD: Makefile,v 1.24 2012/04/13 16:08:20 sthen Exp $ # Memory hog, stuck for days on the same file during build. # XXX check with different optimizer level? see doc/install.doc @@ -11,7 +11,7 @@ VERSION= 1.7.2 DISTNAME= doxygen-${VERSION}.src PKGNAME-main= doxygen-${VERSION} FULLPKGNAME-gui=doxygen-gui-${VERSION} -REVISION-main= 2 +REVISION-main= 3 CATEGORIES= devel textproc HOMEPAGE= http://www.doxygen.org/ diff --git a/devel/doxygen/patches/patch-tmake_lib_openbsd-g++_tmake_conf b/devel/doxygen/patches/patch-tmake_lib_openbsd-g++_tmake_conf new file mode 100644 index 00000000000..df0a5bbf96f --- /dev/null +++ b/devel/doxygen/patches/patch-tmake_lib_openbsd-g++_tmake_conf @@ -0,0 +1,12 @@ +$OpenBSD: patch-tmake_lib_openbsd-g++_tmake_conf,v 1.1 2012/04/13 16:08:20 sthen Exp $ +--- tmake/lib/openbsd-g++/tmake.conf.orig Fri Apr 13 17:02:30 2012 ++++ tmake/lib/openbsd-g++/tmake.conf Fri Apr 13 17:02:44 2012 +@@ -11,7 +11,7 @@ TMAKE_CC = gcc + TMAKE_CFLAGS = + TMAKE_CFLAGS_WARN_ON = -Wall -W + TMAKE_CFLAGS_WARN_OFF = +-TMAKE_CFLAGS_RELEASE = -O2 ++TMAKE_CFLAGS_RELEASE = + TMAKE_CFLAGS_DEBUG = -g + TMAKE_CFLAGS_SHLIB = -fPIC + TMAKE_CFLAGS_YACC = -Wno-unused -Wno-parentheses