summaryrefslogtreecommitdiff
path: root/news/inn/patches
diff options
context:
space:
mode:
authormatthias <matthias>1998-10-18 09:53:03 +0000
committermatthias <matthias>1998-10-18 09:53:03 +0000
commit16dc2b395c10b9614b3d805ee9378f37966faae1 (patch)
tree63913a9cd9ef3cf38a17e22781e9f1902e976115 /news/inn/patches
parent990d948a8627616434cb2352381106a1c89c4110 (diff)
downloadpkgsrc-16dc2b395c10b9614b3d805ee9378f37966faae1.tar.gz
Remove all patches that just remove $(LIBTOOL) from the install rules. The
result of these patches was that the libtool stub got installed instead of the real binary.
Diffstat (limited to 'news/inn/patches')
-rw-r--r--news/inn/patches/patch-ab36
-rw-r--r--news/inn/patches/patch-ad16
-rw-r--r--news/inn/patches/patch-ae17
-rw-r--r--news/inn/patches/patch-af12
-rw-r--r--news/inn/patches/patch-ag39
-rw-r--r--news/inn/patches/patch-ah27
6 files changed, 0 insertions, 147 deletions
diff --git a/news/inn/patches/patch-ab b/news/inn/patches/patch-ab
deleted file mode 100644
index 6ee7511d080..00000000000
--- a/news/inn/patches/patch-ab
+++ /dev/null
@@ -1,36 +0,0 @@
-$NetBSD: patch-ab,v 1.1 1998/09/05 03:21:11 garbled Exp $
---- frontends/Makefile.orig Fri Aug 28 11:43:41 1998
-+++ frontends/Makefile Fri Aug 28 11:44:51 1998
-@@ -63,23 +63,23 @@
-
- ## Low-level install actions.
- $D$(PATHBIN)/inews: inews
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 02555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 02555 -b .OLD $? $@
- $D$(PATHBIN)/rnews: rnews
-- $(LIBTOOL) ../installit.sh $(ROWNER) -m 04550 -b .OLD $? $@
-+ ../installit.sh $(ROWNER) -m 04550 -b .OLD $? $@
- $D$(PATHBIN)/ctlinnd: ctlinnd
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0550 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0550 -b .OLD $? $@
- $D$(PATHBIN)/sm: sm
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0550 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0550 -b .OLD $? $@
- $D$(PATHBIN)/getlist: getlist
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
- $D$(PATHBIN)/innconfval: innconfval
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
- $D$(RNEWSPROGS)/c7unbatch: c7unbatch.sh
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
- $D$(RNEWSPROGS)/decode: decode
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
- $D$(RNEWSPROGS)/encode: encode
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-
- ## Dependencies. Default list, below, is probably good enough.
- depend: Makefile $(SOURCES)
diff --git a/news/inn/patches/patch-ad b/news/inn/patches/patch-ad
deleted file mode 100644
index c874b66a27a..00000000000
--- a/news/inn/patches/patch-ad
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ad,v 1.1 1998/09/05 03:21:11 garbled Exp $
---- innd/Makefile.orig Fri Aug 28 12:02:45 1998
-+++ innd/Makefile Fri Aug 28 12:03:29 1998
-@@ -24,10 +24,10 @@
- install: $D${PATHBIN}/innd $D${PATHBIN}/inndstart
-
- $D${PATHBIN}/innd: innd
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0550 -b .OLD innd $D${PATHBIN}/innd
-+ ../installit.sh $(OWNER) -m 0550 -b .OLD innd $D${PATHBIN}/innd
-
- $D${PATHBIN}/inndstart: inndstart
-- -$(LIBTOOL) ../installit.sh -O root -G $(NEWSGROUP) -m 4550 -b .OLD inndstart $D${PATHBIN}/inndstart
-+ -../installit.sh -O root -G $(NEWSGROUP) -m 4550 -b .OLD inndstart $D${PATHBIN}/inndstart
- @ME=`(whoami || /usr/ucb/whoami) 2> /dev/null` ;\
- if [ "X$$ME" = Xroot ]; then \
- echo $@ has been installed setuid root. ;\
diff --git a/news/inn/patches/patch-ae b/news/inn/patches/patch-ae
deleted file mode 100644
index 25fbcfed24a..00000000000
--- a/news/inn/patches/patch-ae
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ae,v 1.1 1998/09/05 03:21:11 garbled Exp $
---- nnrpd/Makefile.orig Fri Aug 28 12:04:39 1998
-+++ nnrpd/Makefile Fri Aug 28 12:04:58 1998
-@@ -22,11 +22,11 @@
-
- ## Low-level install actions.
- $D$(NNRPD): nnrpd
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-
- ## Low-level install actions.
- $D$(ACTIVED): actived
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-
- clobber clean:
- rm -f *.o $(ALL)
diff --git a/news/inn/patches/patch-af b/news/inn/patches/patch-af
deleted file mode 100644
index 28f03cb2dc0..00000000000
--- a/news/inn/patches/patch-af
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-af,v 1.1 1998/09/05 03:21:12 garbled Exp $
---- backends/Makefile.orig Fri Aug 28 12:05:56 1998
-+++ backends/Makefile Fri Aug 28 12:06:09 1998
-@@ -17,7 +17,7 @@
-
- install: all
- for i in ${ALL}; \
-- do $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 \
-+ do ../installit.sh $(OWNER) -m 0555 \
- -b .OLD $${i} $D${PATHBIN}/$${i}; \
- done
-
diff --git a/news/inn/patches/patch-ag b/news/inn/patches/patch-ag
deleted file mode 100644
index 8a56381f9fb..00000000000
--- a/news/inn/patches/patch-ag
+++ /dev/null
@@ -1,39 +0,0 @@
-$NetBSD: patch-ag,v 1.1 1998/09/05 03:21:12 garbled Exp $
---- expire/Makefile.orig Fri Aug 28 12:07:54 1998
-+++ expire/Makefile Fri Aug 28 12:08:47 1998
-@@ -85,25 +85,25 @@
-
- ## Low-level install actions.
- $D$(PATHBIN)/convdate: convdate
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
- $D$(PATHBIN)/expire: expire
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
- $D$(PATHBIN)/expireover: expireover
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
- $D$(PATHBIN)/expireindex: expireindex
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
- $D$(PATHBIN)/fastrm: fastrm
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
- $D$(PATHBIN)/grephistory: grephistory
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
- $D$(PATHBIN)/makeactive: makeactive
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
- $D$(PATHBIN)/makehistory: makehistory
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
- $D$(PATHBIN)/newsrequeue: newsrequeue
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
- $D$(PATHBIN)/prunehistory: prunehistory
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-
- ## Dependencies. Default list, below, is probably good enough.
- depend: Makefile $(SOURCES)
diff --git a/news/inn/patches/patch-ah b/news/inn/patches/patch-ah
deleted file mode 100644
index 640258b1030..00000000000
--- a/news/inn/patches/patch-ah
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-ah,v 1.1 1998/09/05 03:21:12 garbled Exp $
---- innfeed/Makefile.orig Fri Aug 28 13:05:16 1998
-+++ innfeed/Makefile Fri Aug 28 13:05:55 1998
-@@ -111,19 +111,19 @@
- $(LINK.c) -o $@ $(OBJS) version.o $(LIBNEWS) $(LIBNEWS)
-
- $D$(PATHBIN)/innfeed: innfeed
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 550 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 550 -b .OLD $? $@
-
- $D$(PATHBIN)/procbatch: procbatch
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 550 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 550 -b .OLD $? $@
-
-
- $D$(PATHBIN)/innfeed-convcfg: innfeed-convcfg
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 550 -b .OLD $? $@
-+ ../installit.sh $(OWNER) -m 550 -b .OLD $? $@
- $(SAVEOLD)
- $(COPYFILE)
-
- $D$(PATHBIN)/startinnfeed: startinnfeed
-- -$(LIBTOOL) ../installit.sh -O root -G $(NEWSGROUP) -m 4550 -b .OLD $? $@
-+ -../installit.sh -O root -G $(NEWSGROUP) -m 4550 -b .OLD $? $@
- @ME=`(whoami || /usr/ucb/whoami) 2> /dev/null` ;\
- if [ "X$$ME" = Xroot ]; then \
- echo $@ has been installed setuid root. ;\