summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-02-10 12:05:25 +0000
committerfredb <fredb@pkgsrc.org>2000-02-10 12:05:25 +0000
commitd74b9355fa68e04cd3bd4782835ffafac8bae2b0 (patch)
tree0774f5ea557534ba11f800bb8f2a99a641e75625 /www
parentdf19ad725e6982922e821898be9342f3b450e641 (diff)
downloadpkgsrc-d74b9355fa68e04cd3bd4782835ffafac8bae2b0.tar.gz
Set NODEBUG unconditionally, to make it easier to build arena with
debugging symbols. "NODEBUG" means, don't try to debug libwww; the corresponding symbol for arena is ARENA_DEBUG. Still keep --without-debug by default--it's easy enough to reproduce a coredump on some particular URL.
Diffstat (limited to 'www')
-rw-r--r--www/arena/Makefile9
-rw-r--r--www/arena/files/patch-sum4
-rw-r--r--www/arena/patches/patch-ae20
3 files changed, 18 insertions, 15 deletions
diff --git a/www/arena/Makefile b/www/arena/Makefile
index ae8b9034d33..41eedf68eee 100644
--- a/www/arena/Makefile
+++ b/www/arena/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2000/02/10 10:47:44 fredb Exp $
+# $NetBSD: Makefile,v 1.23 2000/02/10 12:05:25 fredb Exp $
# FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp
#
@@ -25,10 +25,13 @@ MAKEFILE= makefile
USE_GMAKE= yes
USE_X11= yes
-CONFIGURE_ARGS+= --without-debug --with-arenarc-dir=${LOCALBASE}/etc
+# Comment out the following to build in the debugging symbols.
+CONFIGURE_ARGS+= --without-debug
+
+CONFIGURE_ARGS+= --with-arenarc-dir=${LOCALBASE}/etc
+CONFIGURE_ARGS+= --with-libwww-config-h-dir=${WRKDIR}
CONFIGURE_ARGS+= --with-libwww-include=${LOCALBASE}/include/w3c-libwww
CONFIGURE_ARGS+= --with-libwww-libdir=${LOCALBASE}/lib
-CONFIGURE_ARGS+= --with-libwww-config-h-dir=${WRKDIR}
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -I${WRKDIR}"
# Arena requires libwww's "config.h" header - it is installed as "wwwconf.h",
diff --git a/www/arena/files/patch-sum b/www/arena/files/patch-sum
index 4512ad67fcd..0787dbeef11 100644
--- a/www/arena/files/patch-sum
+++ b/www/arena/files/patch-sum
@@ -1,10 +1,10 @@
-$NetBSD: patch-sum,v 1.4 2000/02/09 01:01:21 fredb Exp $
+$NetBSD: patch-sum,v 1.5 2000/02/10 12:05:27 fredb Exp $
MD5 (patch-aa) = 0e622e0708e094ab8df8c846ba74a49d
MD5 (patch-ab) = 55f4eb5525d3538fc8357305fea81b6a
MD5 (patch-ac) = 40905e3365148fe285587c3486b9f2dd
MD5 (patch-ad) = 8cceb647b902faea6bbbdf0c895b32fc
-MD5 (patch-ae) = 239dba602d23271695a07188c59fa38c
+MD5 (patch-ae) = 3e059032f0eae2df6d7e38a01934d8a9
MD5 (patch-af) = ff3e759482b7a51afa19a641821b422e
MD5 (patch-ag) = e416d54f3774c1aa9cf4e8736e928289
MD5 (patch-ah) = a2d88210caf4ec19b6d1580e6429cde3
diff --git a/www/arena/patches/patch-ae b/www/arena/patches/patch-ae
index d86d7edc0d2..7892eaf5cac 100644
--- a/www/arena/patches/patch-ae
+++ b/www/arena/patches/patch-ae
@@ -1,18 +1,18 @@
-$NetBSD: patch-ae,v 1.4 2000/02/06 03:49:49 fredb Exp $
+$NetBSD: patch-ae,v 1.5 2000/02/10 12:05:28 fredb Exp $
--- arena.h.in.orig Sun Mar 8 11:35:06 1998
-+++ arena.h.in Sat Oct 30 17:21:26 1999
-@@ -60,6 +60,9 @@
- # define ARENA_TRACE_MASK 0xffffffff
- /* Default mask for libwww debug tracing */
++++ arena.h.in Thu Feb 10 05:20:53 2000
+@@ -62,6 +64,9 @@
# define LIBWWW_TRACE_MASK SHOW_ALL_TRACE
-+#else
-+ /* Needed to unset HTDEBUG in HTUtils.h */
-+# define NODEBUG 1
#endif
++ /* Needed to unset HTDEBUG in HTUtils.h */
++# define NODEBUG 1
++
/* Persistent cache location.
-@@ -267,9 +270,9 @@
+ * If defined as "" (i.e. null), then NO Caching will be done...
+ * Then the defaults will be taken from Xdefaults or ARENA_DEFAULT_CACHE_ROOT
+@@ -267,9 +272,9 @@
# define ARENA_FLYBY_HINT 1
# define ARENA_FLYBY_TERSE 2
# define ARENA_FLYBY_VERBOSE 3
@@ -24,7 +24,7 @@ $NetBSD: patch-ae,v 1.4 2000/02/06 03:49:49 fredb Exp $
#endif
-@@ -445,6 +448,20 @@
+@@ -445,6 +450,20 @@
*/
#ifndef HAVE_STRSTR
# undef HAVE_STRSTR