summaryrefslogtreecommitdiff
path: root/news/inn/patches
diff options
context:
space:
mode:
authortron <tron>1999-07-18 23:34:12 +0000
committertron <tron>1999-07-18 23:34:12 +0000
commitda4a36379456223856e175cb09f1e0e94dbcdf76 (patch)
treed710447d1309b00197971b16ffff5180ac72f6b3 /news/inn/patches
parent3020f02f689dea33d52cd09e9a3969699a3ba162 (diff)
downloadpkgsrc-da4a36379456223856e175cb09f1e0e94dbcdf76.tar.gz
Update INN package to version 2.2. This update is based on the patches
supplied by Chris Jones in PR pkg/7597.
Diffstat (limited to 'news/inn/patches')
-rw-r--r--news/inn/patches/patch-aa44
-rw-r--r--news/inn/patches/patch-ab9
-rw-r--r--news/inn/patches/patch-ac3
-rw-r--r--news/inn/patches/patch-ad14
-rw-r--r--news/inn/patches/patch-ae22
5 files changed, 66 insertions, 26 deletions
diff --git a/news/inn/patches/patch-aa b/news/inn/patches/patch-aa
index f8386f172ed..c5b5354baa5 100644
--- a/news/inn/patches/patch-aa
+++ b/news/inn/patches/patch-aa
@@ -1,26 +1,28 @@
-$NetBSD: patch-aa,v 1.4 1998/10/18 09:58:55 matthias Exp $
+$NetBSD: patch-aa,v 1.5 1999/07/18 23:34:13 tron Exp $
---- configure.orig Fri Jul 24 15:13:00 1998
-+++ configure Thu Oct 8 11:39:49 1998
-@@ -960,7 +960,7 @@
+--- configure.orig Mon May 17 10:25:36 1999
++++ configure Mon May 17 10:25:41 1999
+@@ -959,20 +959,9 @@
--
-+if false; then
- LIBTOOL='$(SHELL) ../libtool'
- UPLIBTOOL='$(SHELL) ../../libtool'
- EXTOBJ='lo'
-@@ -1057,7 +1057,11 @@
- ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
- $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
--
-+else
-+UPLIBTOOL=$LIBTOOL
-+EXTLIB=la
-+EXTOBJ=lo
-+fi
+-LIBTOOL=''
+-UPLIBTOOL=''
+-EXTOBJ='o'
+-EXTLIB='a'
+-# Check whether --enable-libtool or --disable-libtool was given.
+-if test "${enable_libtool+set}" = set; then
+- enableval="$enable_libtool"
+- if test "$enableval" = yes; then
+- LIBTOOL='$(SHELL) ../libtool'
+- UPLIBTOOL='$(SHELL) ../../libtool'
+- EXTOBJ='lo'
+- EXTLIB='la'
+-fi
+-fi
++UPLIBTOOL="${LIBTOOL}"
++EXTOBJ='lo'
++EXTLIB='la'
+
+
- test "x$prefix" = xNONE && prefix=$ac_default_prefix
- test "x$exec_prefix" = xNONE && exec_prefix=$ac_default_prefix
diff --git a/news/inn/patches/patch-ab b/news/inn/patches/patch-ab
index 9b041d9d153..40b1027efd2 100644
--- a/news/inn/patches/patch-ab
+++ b/news/inn/patches/patch-ab
@@ -1,13 +1,14 @@
-$NetBSD: patch-ab,v 1.3 1999/02/11 07:52:43 frueauf Exp $
+$NetBSD: patch-ab,v 1.4 1999/07/18 23:34:13 tron Exp $
---- samples/news.daily.in-orig Fri Jul 24 15:13:00 1998
-+++ samples/news.daily.in Thu Feb 11 08:47:18 1999
-@@ -224,6 +224,9 @@
+--- samples/news.daily.in.orig Mon May 17 10:26:41 1999
++++ samples/news.daily.in Mon May 17 10:27:14 1999
+@@ -226,6 +226,10 @@
cd ${PATHETC}
+## Unlimit
+ulimit -d `ulimit -H -d`
++ulimit -n `ulimit -H -n`
+
## Show the status of the news system.
${DOSTAT} && {
diff --git a/news/inn/patches/patch-ac b/news/inn/patches/patch-ac
index 40441b1de5f..a5ed22c0b94 100644
--- a/news/inn/patches/patch-ac
+++ b/news/inn/patches/patch-ac
@@ -1,4 +1,5 @@
-$NetBSD: patch-ac,v 1.1 1998/09/05 03:21:11 garbled Exp $
+$NetBSD: patch-ac,v 1.2 1999/07/18 23:34:13 tron Exp $
+
--- Makefile.global.in.orig Fri Aug 28 12:34:15 1998
+++ Makefile.global.in Fri Aug 28 12:29:51 1998
@@ -34,7 +34,7 @@
diff --git a/news/inn/patches/patch-ad b/news/inn/patches/patch-ad
new file mode 100644
index 00000000000..670242135d4
--- /dev/null
+++ b/news/inn/patches/patch-ad
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.3 1999/07/18 23:34:14 tron Exp $
+
+--- samples/rc.news.in.orig Mon May 17 11:48:11 1999
++++ samples/rc.news.in Mon May 17 11:48:38 1999
+@@ -6,6 +6,9 @@
+
+ . @LIBDIR@/innshellvars
+
++## Unlimit
++ulimit -n `ulimit -H -n`
++
+ AZ=ABCDEFGHIJKLMNOPQRSTUVWXYZ
+ az=abcdefghijklmnopqrstuvwxyz
+ ## Pick ${INND} or ${INNDSTART}
diff --git a/news/inn/patches/patch-ae b/news/inn/patches/patch-ae
new file mode 100644
index 00000000000..a9010a14626
--- /dev/null
+++ b/news/inn/patches/patch-ae
@@ -0,0 +1,22 @@
+$NetBSD: patch-ae,v 1.3 1999/07/18 23:34:14 tron Exp $
+
+--- backends/actsyncd.sh.in.orig Sat Oct 17 03:07:27 1998
++++ backends/actsyncd.sh.in Sun Jul 18 01:47:43 1999
+@@ -156,7 +156,7 @@
+ if [ -z "$ftp" ]; then
+ echo "getlist -h $host" >>$out
+ if getlist -h $host > active 2>>$out; then
+- :
++ status=0
+ else
+ status=$NOSYNC
+ fi
+@@ -172,7 +172,7 @@
+ # does not understand gzip.
+ *.gz|*.Z) echo "$COMPRESS -d active" >>$out
+ if $COMPRESS -d active >>$out 2>&1; then
+- :
++ status=0
+ else
+ status=1
+ fi ;;