diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-05-06 11:51:57 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-05-06 11:51:57 +0000 |
commit | 0e5123766977e0b410f394832ffda79a63d3b03c (patch) | |
tree | 0e1cc2ba25e85ff048c3c3fde5d354cddf107f9c /news/trn4 | |
parent | 97e6ec9efa5229bf68c040599852e47c88679059 (diff) | |
download | ports-0e5123766977e0b410f394832ffda79a63d3b03c.tar.gz ports-0e5123766977e0b410f394832ffda79a63d3b03c.zip |
Notes
Diffstat (limited to 'news/trn4')
-rw-r--r-- | news/trn4/Makefile | 2 | ||||
-rw-r--r-- | news/trn4/scripts/preconf | 18 |
2 files changed, 12 insertions, 8 deletions
diff --git a/news/trn4/Makefile b/news/trn4/Makefile index c9b523516116..72892de6d03c 100644 --- a/news/trn4/Makefile +++ b/news/trn4/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ IS_INTERACTIVE= yes +EXEC_DEPENDS= munpack:${PORTSDIR}/mail/mpack + pre-configure: @echo "===> Running pre-configure target for ${DISTNAME}" @sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC} diff --git a/news/trn4/scripts/preconf b/news/trn4/scripts/preconf index 82d8b0a6f24c..0f8f0010f2e5 100644 --- a/news/trn4/scripts/preconf +++ b/news/trn4/scripts/preconf @@ -1,7 +1,7 @@ #!/bin/sh - # # pre-configure script for Trn port to FreeBSD 2.0 -# $Id: preconf,v 1.2 1994/10/21 00:00:00 smace Exp $ +# $Id: preconf,v 1.1.1.1 1994/10/22 09:28:31 smace Exp $ PortsDir=$1 CurDir=$2 @@ -27,7 +27,8 @@ echo " 2) run Configure from scratch." echo "" echo "Due to a check done iside the Trn Configure script, I cannot run" echo "it automagically. If you want to pick up the default configura-" -echo "tion, simply press ENTER each time the script asks you anything." +echo "tion, simply press ENTER each time the script asks you anything," +echo "EXPECT QUESTION ABOUT USING OLD CONFIG.SH" echo "" echo "With either choice, you will want to the the organization to match" echo "your site. Also you will want to set your distribution codes" @@ -139,20 +140,21 @@ d_getpwent='define' d_getcwd='undef' d_getwd='define' d_havetlib='define' -termlib='-ltermcap' +termlib='-ltermlib' d_ignoreorg='undef' d_internet='define' d_memcmp='define' d_memcpy='define' d_memset='define' d_mimeshow='undef' -d_mimestore='undef' +d_mimestore='define' mimeshow="none" -mimestore="none" +mimestore="/usr/local/bin/munpack" d_newsadm='undef' newsadmin='root' d_nntp='define' d_xdata='define' +d_genauth='undef' servername='no default' d_nolnbuf='undef' d_normsig='define' @@ -202,7 +204,7 @@ i_unistd='define' i_vfork='undef' ispell_options='' ispell_prg='none' -libc='/usr/lib/libc.so.2.0' +libc='/usr/lib/libc.so.2.1' plibpth='/usr/ccs/lib /usr/lib /usr/ucblib /usr/local/lib' xlibpth='/usr/lib/386 /lib/386' libs=' ' @@ -226,7 +228,7 @@ d_berknames='define' d_passnames='define' d_usgnames='undef' nametype='bsd' -inewsloc='inews' +inewsloc='/usr/local/lib/news/inews' newslib='/tmp' newslibexp='/tmp' newsspool='/tmp' @@ -259,7 +261,7 @@ incpath='' mips='' mips_type='' usrinc='/usr/include' -PATCHLEVEL="Version: 3.5" +PATCHLEVEL="3.6 (20 Nov 1994)" CONFIG=true EOF |