summaryrefslogtreecommitdiff
path: root/news/inn/patches/patch-ab
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/patch-ab
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/patch-ab')
-rw-r--r--news/inn/patches/patch-ab36
1 files changed, 0 insertions, 36 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)