summaryrefslogtreecommitdiff
path: root/news/trn/files
diff options
context:
space:
mode:
authorScott Mace <smace@FreeBSD.org>1998-06-04 16:12:39 +0000
committerScott Mace <smace@FreeBSD.org>1998-06-04 16:12:39 +0000
commite215e79f1b3a011988d13e3c57547243a4176a9d (patch)
treeee3efea50b7e4d115f3063958213896b051ef6cd /news/trn/files
parentChange "man/ja_JP.EUC" to "man/ja". (diff)
Allow trn to build non-interactively
Cleanup pre-configure script -- from elm port Change lib search path from /usr/lib to /usr/lib/aout make install will no longer leave trn.old bogon
Notes
Notes: svn path=/head/; revision=11247
Diffstat (limited to 'news/trn/files')
-rw-r--r--news/trn/files/patch-ab5
-rw-r--r--news/trn/files/patch-ac10
2 files changed, 15 insertions, 0 deletions
diff --git a/news/trn/files/patch-ab b/news/trn/files/patch-ab
new file mode 100644
index 000000000000..f14724921d4e
--- /dev/null
+++ b/news/trn/files/patch-ab
@@ -0,0 +1,5 @@
+--- hints/freebsd.sh.orig Thu Jun 4 09:45:34 1998
++++ hints/freebsd.sh Thu Jun 4 09:44:16 1998
+@@ -1 +1,2 @@
+ i_sysfilio='undef'
++plibpth='$plibpth /usr/lib/aout'
diff --git a/news/trn/files/patch-ac b/news/trn/files/patch-ac
new file mode 100644
index 000000000000..f10f59304f9e
--- /dev/null
+++ b/news/trn/files/patch-ac
@@ -0,0 +1,10 @@
+--- Makefile.SH.orig Thu Jun 4 10:49:20 1998
++++ Makefile.SH Thu Jun 4 10:49:50 1998
+@@ -133,6 +133,7 @@
+ # won't work with csh
+ export PATH || exit 1
+ - (cd `./filexp $(rnbin)`; mv trn trn.old)
++ - (cd `./filexp $(rnbin)`; rm trn.old)
+ - if test `pwd` != `./filexp $(rnbin)`; then cp $(public) `./filexp $(rnbin)`;\
+ (cd `./filexp $(rnbin)`; chmod o+x $(public); strip trn trn-artchk $(nntpbin)); fi
+ - if test $(installfilexp) = Rnfilexp; then cp ./filexp `./filexp $(rnbin)/Rnfilexp`; fi