summaryrefslogtreecommitdiff
path: root/devel/doxygen
diff options
context:
space:
mode:
authorwiz <wiz>2002-01-14 17:18:03 +0000
committerwiz <wiz>2002-01-14 17:18:03 +0000
commit099985cd137a56cdc621550c1d695c6c68cfcb21 (patch)
tree5c5bdfb9c71d38eb3f09aa297e72a19398b48a96 /devel/doxygen
parent25e7d13697a6ecda3dfc2c337cf38824bfd068ab (diff)
downloadpkgsrc-099985cd137a56cdc621550c1d695c6c68cfcb21.tar.gz
Comment out some unneeded code that produced errors, in contrast to
what the comment above it claims. Should fix bulk build failure.
Diffstat (limited to 'devel/doxygen')
-rw-r--r--devel/doxygen/distinfo5
-rw-r--r--devel/doxygen/patches/patch-ac11
-rw-r--r--devel/doxygen/patches/patch-ad11
-rw-r--r--devel/doxygen/patches/patch-ae11
4 files changed, 37 insertions, 1 deletions
diff --git a/devel/doxygen/distinfo b/devel/doxygen/distinfo
index 56aa2dec88b..1ad6061bc2d 100644
--- a/devel/doxygen/distinfo
+++ b/devel/doxygen/distinfo
@@ -1,6 +1,9 @@
-$NetBSD: distinfo,v 1.2 2001/09/04 22:05:49 groo Exp $
+$NetBSD: distinfo,v 1.3 2002/01/14 17:18:03 wiz Exp $
SHA1 (doxygen-1.2.10.src.tar.gz) = f23eb4c56b0a11cd9ee80b2cfee0ecd3022d7faa
Size (doxygen-1.2.10.src.tar.gz) = 1658502 bytes
SHA1 (patch-aa) = c5f0e9d025b4d4672a1ad1467bebd76506ca601d
SHA1 (patch-ab) = d902e2657920c65217ef7a13b1b6e9152db04f71
+SHA1 (patch-ac) = 561b8fceb9ccd0ecaf04880a75a78e7af6e5ab37
+SHA1 (patch-ad) = 2a91c08ba337213b71dce823f0ea30478656f526
+SHA1 (patch-ae) = f3632d7f8c976ac11caf80ecdbaaecc79981e020
diff --git a/devel/doxygen/patches/patch-ac b/devel/doxygen/patches/patch-ac
new file mode 100644
index 00000000000..5e6518a2e2e
--- /dev/null
+++ b/devel/doxygen/patches/patch-ac
@@ -0,0 +1,11 @@
+$NetBSD: patch-ac,v 1.1 2002/01/14 17:18:03 wiz Exp $
+
+--- src/pre.l.orig Mon Jul 30 09:47:12 2001
++++ src/pre.l
+@@ -2006,5 +2006,5 @@
+
+ extern "C" { // some bogus code to keep the compiler happy
+ // int preYYwrap() { return 1 ; }
+- void preYYdummy() { yy_flex_realloc(0,0); }
++// void preYYdummy() { yy_flex_realloc(0,0); }
+ }
diff --git a/devel/doxygen/patches/patch-ad b/devel/doxygen/patches/patch-ad
new file mode 100644
index 00000000000..7748a183ec1
--- /dev/null
+++ b/devel/doxygen/patches/patch-ad
@@ -0,0 +1,11 @@
+$NetBSD: patch-ad,v 1.1 2002/01/14 17:18:04 wiz Exp $
+
+--- src/scanner.l.orig Sun Aug 26 11:18:58 2001
++++ src/scanner.l
+@@ -4110,5 +4110,5 @@
+
+ //----------------------------------------------------------------------------
+ extern "C" { // some bogus code to keep the compiler happy
+- void scannerYYdummy() { yy_flex_realloc(0,0); }
++// void scannerYYdummy() { yy_flex_realloc(0,0); }
+ }
diff --git a/devel/doxygen/patches/patch-ae b/devel/doxygen/patches/patch-ae
new file mode 100644
index 00000000000..4097a99e5f6
--- /dev/null
+++ b/devel/doxygen/patches/patch-ae
@@ -0,0 +1,11 @@
+$NetBSD: patch-ae,v 1.1 2002/01/14 17:18:04 wiz Exp $
+
+--- src/code.l.orig Sat Aug 18 16:32:44 2001
++++ src/code.l
+@@ -1644,5 +1644,5 @@
+
+ extern "C" { // some bogus code to keep the compiler happy
+ // int codeYYwrap() { return 1 ; }
+- void codeYYdummy() { yy_flex_realloc(0,0); }
++// void codeYYdummy() { yy_flex_realloc(0,0); }
+ }