diff options
author | martti <martti> | 2002-10-24 06:21:18 +0000 |
---|---|---|
committer | martti <martti> | 2002-10-24 06:21:18 +0000 |
commit | 6e6d8eea7822a411a176f76eb192ef02a54fc408 (patch) | |
tree | 840513b266d709d17d2185648b161048d24bb830 /devel/doxygen/patches | |
parent | 9b33d2c4a3e6d0c88ac604e9fddf21d2b5cbb8c2 (diff) | |
download | pkgsrc-6e6d8eea7822a411a176f76eb192ef02a54fc408.tar.gz |
Updated doxygen to 1.2.18 (changes unknown).
Diffstat (limited to 'devel/doxygen/patches')
-rw-r--r-- | devel/doxygen/patches/patch-ab | 23 | ||||
-rw-r--r-- | devel/doxygen/patches/patch-ac | 8 | ||||
-rw-r--r-- | devel/doxygen/patches/patch-ad | 8 | ||||
-rw-r--r-- | devel/doxygen/patches/patch-ae | 8 | ||||
-rw-r--r-- | devel/doxygen/patches/patch-ag | 12 |
5 files changed, 42 insertions, 17 deletions
diff --git a/devel/doxygen/patches/patch-ab b/devel/doxygen/patches/patch-ab index 8a022c2acab..c92b8d95ef9 100644 --- a/devel/doxygen/patches/patch-ab +++ b/devel/doxygen/patches/patch-ab @@ -1,10 +1,23 @@ -$NetBSD: patch-ab,v 1.1 2001/09/04 22:05:50 groo Exp $ +$NetBSD: patch-ab,v 1.2 2002/10/24 06:21:18 martti Exp $ ---- Makefile.in.orig Tue Sep 4 17:45:27 2001 -+++ Makefile.in Tue Sep 4 17:45:30 2001 -@@ -49,6 +49,10 @@ - echo "DOXYDOCS = .." >> $(DOCDIR)/doc/Makefile +--- Makefile.in.orig Wed Jun 5 19:51:52 2002 ++++ Makefile.in Tue Oct 22 16:01:49 2002 +@@ -44,9 +44,9 @@ + + install: doxywizard_install + $(INSTTOOL) -d $(INSTALL)/bin +- $(INSTTOOL) -m 755 bin/doxygen $(INSTALL)/bin +- $(INSTTOOL) -m 755 bin/doxytag $(INSTALL)/bin +- $(INSTTOOL) -m 755 bin/doxysearch $(INSTALL)/bin ++ $(INSTTOOL) -c -m 755 bin/doxygen $(INSTALL)/bin ++ $(INSTTOOL) -c -m 755 bin/doxytag $(INSTALL)/bin ++ $(INSTTOOL) -c -m 755 bin/doxysearch $(INSTALL)/bin + + install_docs: install + $(INSTTOOL) -d $(DOCDIR) +@@ -57,6 +57,10 @@ echo "VERSION = $(VERSION)" >> $(DOCDIR)/doc/Makefile + echo "PERL = $(PERL)" >> $(DOCDIR)/doc/Makefile cat doc/Makefile.in >> $(DOCDIR)/doc/Makefile + echo "DOXYGEN = $(INSTALL)" > $(DOCDIR)/examples/Makefile + echo "DOXYDOCS = .." >> $(DOCDIR)/examples/Makefile diff --git a/devel/doxygen/patches/patch-ac b/devel/doxygen/patches/patch-ac index 5e6518a2e2e..99bf30e1feb 100644 --- a/devel/doxygen/patches/patch-ac +++ b/devel/doxygen/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1 2002/01/14 17:18:03 wiz Exp $ +$NetBSD: patch-ac,v 1.2 2002/10/24 06:21:19 martti Exp $ ---- src/pre.l.orig Mon Jul 30 09:47:12 2001 -+++ src/pre.l -@@ -2006,5 +2006,5 @@ +--- src/pre.l.orig Wed Sep 4 20:26:54 2002 ++++ src/pre.l Tue Oct 22 14:49:17 2002 +@@ -2091,5 +2091,5 @@ extern "C" { // some bogus code to keep the compiler happy // int preYYwrap() { return 1 ; } diff --git a/devel/doxygen/patches/patch-ad b/devel/doxygen/patches/patch-ad index 7748a183ec1..3094b1d5e90 100644 --- a/devel/doxygen/patches/patch-ad +++ b/devel/doxygen/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.1 2002/01/14 17:18:04 wiz Exp $ +$NetBSD: patch-ad,v 1.2 2002/10/24 06:21:19 martti Exp $ ---- src/scanner.l.orig Sun Aug 26 11:18:58 2001 -+++ src/scanner.l -@@ -4110,5 +4110,5 @@ +--- src/scanner.l.orig Tue Sep 17 18:59:18 2002 ++++ src/scanner.l Tue Oct 22 14:49:36 2002 +@@ -4634,5 +4634,5 @@ //---------------------------------------------------------------------------- extern "C" { // some bogus code to keep the compiler happy diff --git a/devel/doxygen/patches/patch-ae b/devel/doxygen/patches/patch-ae index 4097a99e5f6..ea771dd1b8b 100644 --- a/devel/doxygen/patches/patch-ae +++ b/devel/doxygen/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.1 2002/01/14 17:18:04 wiz Exp $ +$NetBSD: patch-ae,v 1.2 2002/10/24 06:21:19 martti Exp $ ---- src/code.l.orig Sat Aug 18 16:32:44 2001 -+++ src/code.l -@@ -1644,5 +1644,5 @@ +--- src/code.l.orig Sun Aug 11 20:37:11 2002 ++++ src/code.l Tue Oct 22 14:49:54 2002 +@@ -2038,5 +2038,5 @@ extern "C" { // some bogus code to keep the compiler happy // int codeYYwrap() { return 1 ; } diff --git a/devel/doxygen/patches/patch-ag b/devel/doxygen/patches/patch-ag new file mode 100644 index 00000000000..267708427e4 --- /dev/null +++ b/devel/doxygen/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.1 2002/10/24 06:21:19 martti Exp $ + +--- src/doctokenizer.l.orig Tue Sep 17 19:55:43 2002 ++++ src/doctokenizer.l Thu Oct 24 07:47:18 2002 +@@ -676,7 +676,3 @@ + { + yy_delete_buffer( YY_CURRENT_BUFFER ); + } +- +-extern "C" { // some bogus code to keep the compiler happy +- void doctokenizerYYdummy() { yy_flex_realloc(0,0); } +-} |