diff options
author | smace <smace@FreeBSD.org> | 1998-06-05 00:12:39 +0800 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 1998-06-05 00:12:39 +0800 |
commit | b966926714d974e8b56f0e77d23403f64519ecbd (patch) | |
tree | 9e79ffec175a8de66901c7f3a8849be921fb7a03 /news/trn/files | |
parent | de057b19d3f1ce8c7eda005b5887c9bad4b51ca4 (diff) | |
download | freebsd-ports-gnome-b966926714d974e8b56f0e77d23403f64519ecbd.tar.gz freebsd-ports-gnome-b966926714d974e8b56f0e77d23403f64519ecbd.tar.zst freebsd-ports-gnome-b966926714d974e8b56f0e77d23403f64519ecbd.zip |
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
Diffstat (limited to 'news/trn/files')
-rw-r--r-- | news/trn/files/patch-ab | 5 | ||||
-rw-r--r-- | news/trn/files/patch-ac | 10 |
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 |