summaryrefslogtreecommitdiff
path: root/news/slrn/patches
diff options
context:
space:
mode:
authormjl <mjl>2001-03-30 18:13:24 +0000
committermjl <mjl>2001-03-30 18:13:24 +0000
commit56b05cad7e38a2e247c5be4184405e69a55aa87e (patch)
tree8dbaa7045900a4a27296e5c5e28a4e29f05e6fd2 /news/slrn/patches
parentbdb39bf19783914d8e6302ae04a7f4a2eaa7a651 (diff)
downloadpkgsrc-56b05cad7e38a2e247c5be4184405e69a55aa87e.tar.gz
Update to 0.9.7.0. Lots of changes, mostly bugfixes. Quote from the
maintainer: "Besides adding exciting new features, it also fixes a lot of annoying and some (potentially) security relevant bugs, so I recommend the upgrade."
Diffstat (limited to 'news/slrn/patches')
-rw-r--r--news/slrn/patches/patch-aa12
-rw-r--r--news/slrn/patches/patch-ab37
-rw-r--r--news/slrn/patches/patch-ac63
3 files changed, 26 insertions, 86 deletions
diff --git a/news/slrn/patches/patch-aa b/news/slrn/patches/patch-aa
deleted file mode 100644
index 786de9cca08..00000000000
--- a/news/slrn/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2000/01/01 18:24:32 mjl Exp $
-
---- configure.orig Sat Jan 1 18:35:22 2000
-+++ configure Sat Jan 1 18:37:45 2000
-@@ -2554,6 +2554,7 @@
-
- # This list consists of "include,lib include,lib ..."
- JD_Search_Dirs="$JD_Above_Dir2/slang/libsrc,$JD_Above_Dir2/slang/libsrc/"$ARCH"objs \
-+ $prefix/include,$prefix/lib \
- $JD_Above_Dir/slang/libsrc,$JD_Above_Dir/slang/libsrc/"$ARCH"objs \
- $JD_Above_Dir2/slang/src,$JD_Above_Dir2/slang/src/"$ARCH"objs \
- $JD_Above_Dir/slang/src,$JD_Above_Dir/slang/src/"$ARCH"objs \
diff --git a/news/slrn/patches/patch-ab b/news/slrn/patches/patch-ab
deleted file mode 100644
index 6c8e21007d1..00000000000
--- a/news/slrn/patches/patch-ab
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2000/01/01 18:24:32 mjl Exp $
-
---- src/Makefile.in.orig Thu Dec 23 18:24:38 1999
-+++ src/Makefile.in Sat Jan 1 19:04:34 2000
-@@ -62,7 +62,7 @@
- exec_prefix = @exec_prefix@
-
- BINDIR = @bindir@
--DOCDIR = $(prefix)/doc/slrn
-+DOCDIR = $(prefix)/share/slrn
- MANDIR = @mandir@
- MACRODIR = @datadir@/slrn
- MKINSDIR = ../autoconf/mkinsdir.sh
-@@ -98,7 +98,7 @@
- CONFIG_H = config.h
- ALL_CFLAGS = $(CFLAGS) -Dunix -I$(SLANGINC) \
- $(MISCINCLUDES) $(NNTPSERVERFILE) $(SLRNLIBDIR) $(SLRN_MACRO_DIR)
--EXECLIBS = -L$(SLANGLIB) -lslang $(MISCLIBS) -lm
-+EXECLIBS = -L$(SLANGLIB) -Wl,-R$(prefix)/lib -lslang $(MISCLIBS) -lm
- DOT_O_DEPS = slrnfeat.h
- server_O_DEP = clientlib.c spool.c nntp.c sltcp.c nntplib.c
- chmap_O_DEP = chmap.h charmaps.h
-@@ -181,14 +181,6 @@
- do \
- echo $(INSTALL_DATA) $$i $(DEST_MANDIR)/man1/; \
- $(INSTALL_DATA) $$i $(DEST_MANDIR)/man1/; \
-- if [ "$$?" != "0" ]; then \
-- exit 1; \
-- fi; \
-- done
-- @for i in $(SLRNPULL_DOCS); \
-- do \
-- echo $(INSTALL_DATA) $$i $(DEST_DOCDIR)/slrnpull; \
-- $(INSTALL_DATA) $$i $(DEST_DOCDIR)/slrnpull; \
- if [ "$$?" != "0" ]; then \
- exit 1; \
- fi; \
diff --git a/news/slrn/patches/patch-ac b/news/slrn/patches/patch-ac
index d2edc310025..96a853d64af 100644
--- a/news/slrn/patches/patch-ac
+++ b/news/slrn/patches/patch-ac
@@ -1,39 +1,28 @@
-$NetBSD: patch-ac,v 1.4 2000/01/01 18:24:32 mjl Exp $
+$NetBSD: patch-ac,v 1.5 2001/03/30 18:13:26 mjl Exp $
---- src/slrnfeat.h.orig Sat Jan 1 18:42:08 2000
-+++ src/slrnfeat.h Sat Jan 1 18:45:21 2000
-@@ -14,10 +14,10 @@
- * NOTE: if you intend to use slrnpull, make sure you enable SPOOL_SUPPORT
- * in addition to PULL_SUPPORT.
- */
--#define SLRN_HAS_PULL_SUPPORT 1
-+#define SLRN_HAS_PULL_SUPPORT 0
- #define SLRN_HAS_NNTP_SUPPORT 1
--#define SLRN_HAS_SPOOL_SUPPORT 1
--#define SLRN_HAS_INEWS_SUPPORT 1
-+#define SLRN_HAS_SPOOL_SUPPORT 0
-+#define SLRN_HAS_INEWS_SUPPORT 0
- /* Set this to 1 to force the user to use INEWS for posting. This also means
- * that slrn will use the hardcoded inews program pathname.
- */
-@@ -65,7 +65,7 @@
- #define SLRN_HAS_SLANG 1
+--- src/Makefile.in.orig Fri Mar 30 19:58:10 2001
++++ src/Makefile.in Fri Mar 30 19:58:18 2001
+@@ -68,7 +68,7 @@
+ exec_prefix = @exec_prefix@
- /* Set this to 0 if you do not want slrn to generate message-id header. */
--#define SLRN_HAS_GEN_MSGID 1
-+#define SLRN_HAS_GEN_MSGID 0
-
- /* If you want mapping ISO Latin <--> native character set, set this to 1.
- * Supported character sets: isolatin, ibm850, and next
-@@ -214,9 +214,9 @@
- # define SLRN_ARTICLE_FILENAME ".article"
- # define SLRN_FOLLOWUP_FILENAME ".followup"
- # define SLRN_SIGNATURE_FILE ".signature"
--# define SLRN_SENDMAIL_COMMAND "/usr/lib/sendmail -oi -t -oem -odb"
-+# define SLRN_SENDMAIL_COMMAND "/usr/sbin/sendmail -oi -t -oem -odb"
- # ifndef SLRN_LIB_DIR
--# define SLRN_LIB_DIR "/usr/local/lib/slrn"
-+# define SLRN_LIB_DIR "/usr/pkg/lib/slrn"
- # endif
- # endif /* unix */
- # endif /* os2 */
+ BINDIR = @bindir@
+-DOCDIR = $(prefix)/doc/slrn
++DOCDIR = $(prefix)/share/doc/slrn
+ MANDIR = @mandir@
+ MACRODIR = @datadir@/slrn
+ MKINSDIR = ../autoconf/mkinsdir.sh
+@@ -188,14 +188,6 @@
+ do \
+ echo $(INSTALL_DATA) $$i $(DEST_MANDIR)/man1/; \
+ $(INSTALL_DATA) $$i $(DEST_MANDIR)/man1/; \
+- if [ "$$?" != "0" ]; then \
+- exit 1; \
+- fi; \
+- done
+- @for i in $(SLRNPULL_DOCS); \
+- do \
+- echo $(INSTALL_DATA) $$i $(DEST_DOCDIR)/slrnpull; \
+- $(INSTALL_DATA) $$i $(DEST_DOCDIR)/slrnpull; \
+ if [ "$$?" != "0" ]; then \
+ exit 1; \
+ fi; \