summaryrefslogtreecommitdiff
path: root/devel/doxygen/patches/patch-aa
diff options
context:
space:
mode:
authorgroo <groo@pkgsrc.org>2001-09-04 21:05:06 +0000
committergroo <groo@pkgsrc.org>2001-09-04 21:05:06 +0000
commit61c9f508a07cc07f78e9758c7ca2155f6431bb7a (patch)
treeffc0df1a3c8d67558bdc7b1509083713fe04cc98 /devel/doxygen/patches/patch-aa
parent5738d664ec34f84498ecf3cc2a68060c06401e14 (diff)
downloadpkgsrc-61c9f508a07cc07f78e9758c7ca2155f6431bb7a.tar.gz
Import doxygen-1.2.10:
Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C. It can help you in three ways: 1. It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in LaTeX) from a set of documented source files. There is also support for generating output in RTF (MS-Word), PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code. 2. Doxygen can be configured to extract the code structure from undocumented source files. This can be very useful to quickly find your way in large source distributions. The relations between the various elements are be visualized by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically. 3. You can even `abuse' doxygen for creating normal documentation
Diffstat (limited to 'devel/doxygen/patches/patch-aa')
-rw-r--r--devel/doxygen/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/doxygen/patches/patch-aa b/devel/doxygen/patches/patch-aa
new file mode 100644
index 00000000000..78a76f6a974
--- /dev/null
+++ b/devel/doxygen/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/09/04 21:05:06 groo Exp $
+
+--- tmake/lib/netbsd-g++/tmake.conf.orig Tue Sep 4 16:00:50 2001
++++ tmake/lib/netbsd-g++/tmake.conf Tue Sep 4 16:00:56 2001
+@@ -11,7 +11,7 @@
+ 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