#!/bin/sh - # # pre-configure script for Trn port to FreeBSD 3.0 # $FreeBSD$ PortsDir=$PORTSDIR CurDir=$CURDIR WrkSrc=$WRKSRC cat > ${WrkSrc}/config.sh << 'EOF' #!/bin/sh # # This file was produced by running the Configure script. It holds all the # definitions figured out by Configure. Should you modify one of these values, # do not forget to propagate your changes by running "Configure -der". You may # instead choose to run each of the .SH files by yourself, or "Configure -S". # # Configuration time: Thu Jun 4 09:28:52 CDT 1998 # Configured by: smace # Target system: freebsd metal.intt.org 3.0-current freebsd 3.0-current #1: tue jun 2 23:02:23 cdt 1998 smace@metal.intt.org:/usr/src/sys/compile/metal i386 d_bsd='define' d_eunice='undef' d_xenix='undef' eunicefix=':' Mcc='Mcc' awk='awk' basename='basename' bash='bash' cat='cat' cp='cp' cpp='cpp' csh='csh' date='date' diff='diff' echo='echo' ed='ed' egrep='egrep' expr='expr' grep='grep' inews='inews' ispell='' ksh='ksh' less='less' lint='' mail='mail' metamail='metamail' mhn='mhn' mkdir='mkdir' more='more' munpack='munpack' mv='mv' nroff='nroff' pg='pg' rm='rm' rmail='rmail' sed='sed' sendmail='sendmail' smail='smail' sort='sort' spell='spell' tail='tail' test='test' tr='tr' uname='uname' uniq='uniq' uuname='uuname' vi='vi' vspell='' who='' hint='recommended' myuname='freebsd metal.intt.org 3.0-current freebsd 3.0-current #1: tue jun 2 23:02:23 cdt 1998 smace@metal.intt.org:/usr/src/sys/compile/metal i386 ' srcdir='.' vincludes='' vpath='.' Id='$Id' Log='$Log' active='none' acttimes='nntp' d_acttimes='define' myactive='.falseactive' bin="${PREFIX}/bin" binexp="${PREFIX}/bin" installbin="${PREFIX}/bin" cc='cc' ccflags='' cppflags='' ldflags='' lkflags='' optimize='-O' cf_by='smace' cf_time='Thu Jun 4 09:28:52 CDT 1998' contains='grep' cpplast='-' cppminus='-' cpprun='cc -E' cppstdin='cc -E' d_ftime='undef' aphostcmd='/bin/hostname' d_gethname='define' d_phostcmd='define' d_uname='undef' d_getpwent='define' d_getcwd='undef' d_getwd='define' d_havetlib='define' termlib='-ltermlib' d_ignoreorg='undef' d_internet='define' d_memcmp='define' d_memcpy='define' d_memset='define' d_mimeshow='undef' d_mimestore='define' mimeshow="none" mimestore="${PREFIX}/bin/munpack" d_newsadm='define' newsadmin='news' d_nntp='define' d_xdata='define' d_genauth='undef' servername='no default' d_nolnbuf='undef' d_normsig='define' jobslib='' d_novoid='undef' void='' d_portable='define' d_rdchk='undef' d_rename='define' d_sigblock='define' d_sighold='undef' d_sizet='undef' d_strccmp='define' d_strchr='define' d_strftime='define' strftimec='' strftimeo='' d_libndir='undef' d_usendir='undef' libndir='' ndirc='' ndiro='' d_vfork='define' d_voidsig='define' signal_t='void' defeditor='/usr/bin/vi' filexp="${PREFIX}/lib/trn/filexp" d_dirnamlen='' i_dirent='define' i_ptem='undef' i_stdlib='define' i_string='define' strings='/usr/include/string.h' i_sysdir='define' d_voidtty='' i_bsdioctl='' i_sysfilio='undef' i_sysioctl='define' i_syssockio='' i_sysndir='undef' i_sgtty='undef' i_termio='undef' i_termios='define' i_systime='define' i_time='undef' i_unistd='define' i_vfork='undef' ispell_options='' ispell_prg='none' libc='/usr/lib/aout/libc.a' plibpth='/usr/ccs/lib /usr/lib /usr/ucblib ${PREFIX}/lib /usr/lib/aout' xlibpth='/usr/lib/386 /lib/386' libs=' ' citydist='none' cntrydist='none' contdist='none' locdist='none' multistatedist='none' orgdist='none' statedist='none' mailer='/usr/sbin/sendmail' mailfile='/var/mail/%L' installmansrc="${PREFIX}/man/man1" manext='1' mansrc="${PREFIX}/man/man1" mansrcexp="${PREFIX}/man/man1" mboxchar='F' c='' n='-n' d_berknames='define' d_passnames='define' d_usgnames='undef' nametype='bsd' inewsloc='inews' newslib='/tmp' newslibexp='/tmp' newsspool='/tmp' orgname='Unknown' package='trn' spackage='Trn' pager='/usr/bin/more' phost='.' phostcmd='hostname' prefshell='/bin/sh' installprivlib="${PREFIX}/lib/trn" privlib="${PREFIX}/lib/trn" privlibexp="${PREFIX}/lib/trn" rootid='0' sharpbang='#!' shsharp='true' spitshell='cat' startsh='#!/bin/sh' sysman='/usr/share/man1' d_usemt='define' d_useov='define' overviewdir='/tmp' threaddir='/tmp' trn_init='TRUE' trn_select='TRUE' nm_opt='' runnm='true' usenm='true' incpath='' mips='' mips_type='' usrinc='/usr/include' PATCHLEVEL="3.6 (20 Nov 1994)" CONFIG=true EOF exit 0 # END