summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authoragc <agc>1999-08-11 08:25:39 +0000
committeragc <agc>1999-08-11 08:25:39 +0000
commitbd2e70076a28f2c984cd0bb1fe5b4f38886502cd (patch)
tree855289051b5bf8c4c7cf03dd65178689ab4cf162 /mail
parentf8c0b2e643434588e12fb240b0903f78e29050bd (diff)
downloadpkgsrc-bd2e70076a28f2c984cd0bb1fe5b4f38886502cd.tar.gz
Make this package work on Solaris.
Diffstat (limited to 'mail')
-rw-r--r--mail/elm/scripts/pre-configure308
1 files changed, 307 insertions, 1 deletions
diff --git a/mail/elm/scripts/pre-configure b/mail/elm/scripts/pre-configure
index 325f8dad2b3..3b2eca28eba 100644
--- a/mail/elm/scripts/pre-configure
+++ b/mail/elm/scripts/pre-configure
@@ -1,13 +1,16 @@
#!/bin/sh -
#
# pre-configure script for Elm port to FreeBSD 2.0
-# $NetBSD: pre-configure,v 1.4 1998/08/23 21:11:00 frueauf Exp $
+# $NetBSD: pre-configure,v 1.5 1999/08/11 08:25:39 agc Exp $
# FreeBSD: pre-configure,v 1.16 1996/12/23 06:08:21 ache Exp
PortsDir=$PORTSDIR
CurDir=$CURDIR
WrkSrc=$WRKSRC
+opsys=`uname -s`
+
+if [ "$opsys" = "NetBSD" ]; then
cat > ${WrkSrc}/config.sh << 'EOF'
#!/bin/sh
# config.sh
@@ -176,6 +179,7 @@ ign_hname='n'
d_havetlib='define'
termlib='-ltermlib'
d_index='undef'
+d_rindex='undef'
d_internet='define'
d_ispell='define'
ispell_path="ispell"
@@ -307,6 +311,308 @@ finger='/usr/bin/finger'
finger_path='/usr/bin/finger'
CONFIG=true
EOF
+elif [ "$opsys" = "SunOS" ]; then
+ cat > ${WrkSrc}/config.sh << 'EOF'
+#!/bin/sh
+# config.sh
+# This file was produced by running the Configure script.
+
+Log='$Log'
+Header='$Header'
+bin="${PREFIX}/bin"
+contains='grep'
+cppstdin='gcc -E'
+cppminus=''
+d_getopt='define'
+d_memcpy='define'
+d_mkdir='define'
+d_rename='define'
+d_symlink='define'
+d_whoami='define'
+d_poll='define'
+d_inttypes='undef'
+d_nointtypes='undef'
+n='-n'
+c=''
+orderlib='false'
+ranlib='/usr/ccs/bin/ranlib'
+package='elm2'
+pager='builtin++'
+startsh='#!/bin/sh'
+define='define'
+loclist='
+cat
+chgrp
+chmod
+cp
+echo
+expr
+grep
+ln
+ls
+make
+mv
+rm
+sed
+sleep
+touch
+tr
+'
+expr='/usr/bin/expr'
+sed='/usr/bin/sed'
+echo='/usr/ucb/echo'
+cat='/bin/cat'
+rm='/bin/rm'
+mv='/bin/mv'
+cp='/bin/cp'
+tail=''
+tr='/usr/bin/tr'
+mkdir=''
+sort=''
+uniq=''
+grep='/usr/bin/grep'
+trylist='
+Mcc
+compress
+cpp
+date
+emacs
+execmail
+finger
+ispell
+line
+lint
+lp
+lpr
+mailx
+metamail
+mips
+more
+nroff
+pack
+pg
+pgp
+pmake
+pr
+rmail
+sendmail
+shar
+smail
+submit
+tar
+tbl
+test
+troff
+uname
+uuname
+vi
+'
+test='/bin/test'
+inews=''
+ispell="ispell"
+egrep=''
+more="${PREFIX}/bin/less"
+pg='pg'
+Mcc='Mcc'
+vi='/usr/bin/vi'
+mailx='mailx'
+mail=''
+cpp='gcc -E'
+perl=''
+emacs='emacs'
+ls='/bin/ls'
+rmail='/bin/rmail'
+sendmail='/usr/lib/sendmail'
+shar=''
+smail='smail'
+submit=''
+tbl='/usr/bin/tbl'
+troff='/usr/bin/troff'
+nroff='/usr/bin/nroff'
+uname='/usr/bin/uname'
+uuname='/usr/bin/uuname'
+line='line'
+chgrp='/usr/bin/chgrp'
+chmod='/bin/chmod'
+lint='/opt/SUNWspro/bin/lint'
+sleep='/bin/sleep'
+pr='/usr/bin/pr'
+tar="${PREFIX}/bin/tar"
+ln='/bin/ln'
+lpr='/usr/bin/lpr'
+lp='/usr/bin/lp'
+touch='/usr/bin/touch'
+make='/usr/ccs/bin/make'
+date='/bin/date'
+csh=''
+pmake='pmake'
+mips='false'
+col=''
+pack='pack'
+compress='/usr/bin/compress'
+execmail=''
+libswanted='intl nls'
+noaddlib='yes'
+c_date='Mon Dec 23 07:44:59 MSK 1996'
+d_ascii='undef'
+d_broke_ctype='undef'
+d_calendar='define'
+calendar='calendar'
+d_chown_neg1='define'
+d_content='undef'
+d_crypt='define'
+cryptlib='-lcrypt'
+d_cuserid='undef'
+d_disphost='undef'
+d_domname='define'
+d_usegetdom='undef'
+d_errlst='define'
+d_flock='undef'
+d_dotlock='undef'
+d_fcntlock='define'
+has_flock='undef'
+has_fcntl='define'
+d_ftruncate='define'
+d_gethname='define'
+d_douname='undef'
+d_host_comp='undef'
+ign_hname='n'
+d_havetlib='define'
+termlib='-ltermlib'
+d_index='define'
+d_rindex='define'
+d_internet='define'
+d_ispell='define'
+ispell_path="ispell"
+ispell_options=''
+d_locale='define'
+d_nl_types='define'
+d_msgcat='define'
+d_usenls='undef'
+d_mallocvoid='define'
+d_mboxedit='define'
+d_mime='define'
+metamail_path='none'
+defencoding=''
+d_8bitmime='define'
+d_binarymime='undef'
+d_dsn='define'
+defcharset='ISO-8859-1'
+defdispcharset='ISO-8859-1'
+d_mmdf='undef'
+d_newauto='define'
+d_noaddfrom='define'
+d_usedomain='undef'
+d_noxheader='undef'
+d_pidcheck='define'
+d_ptem='undef'
+d_putenv='define'
+d_remlock='undef'
+maxattempts='6'
+d_setgid='undef'
+d_savegrpmboxid='undef'
+mailermode='755'
+d_sigvec='undef'
+d_sigvectr='undef'
+d_sigset='undef'
+d_sighold='undef'
+d_sigprocmask='define'
+d_sigblock='undef'
+d_waitpid='define'
+d_sigaction='define'
+d_strcspn='define'
+d_strspn='define'
+d_strpbrk='define'
+d_strerror='define'
+d_strftime='define'
+d_strings='undef'
+d_pwdinsys='undef'
+strings='/usr/include/string.h'
+includepath=''
+d_strstr='define'
+d_strtok='define'
+d_subshell='define'
+d_tempnam='define'
+tempnamo=''
+tempnamc=''
+d_termio='undef'
+d_termios='define'
+d_useembed='define'
+d_utimbuf='define'
+d_vfork='define'
+defbatsub='no subject (file transmission)'
+defeditor='/usr/bin/vi'
+editoropts=''
+hostname="${Hostname}"
+phostname='hostname'
+mydomain="${Domain}"
+autohostname='define'
+i_memory='define'
+i_stdarg='define'
+i_stdlib='define'
+i_time='define'
+i_systime='define'
+d_systimekernel='undef'
+i_unistd='define'
+i_utime='define'
+i_sysutime='undef'
+lib="${PREFIX}/lib"
+libc='/usr/lib/libc.so.1'
+linepr='/usr/bin/lp'
+maildir='/var/mail'
+mailer='/usr/lib/sendmail'
+mailgrp='mail'
+mansrc="${PREFIX}/man/man1"
+catmansrc="${PREFIX}/man/cat1"
+manext='.1'
+manext_choice='.1'
+catmanext='.0'
+catmanext_choice='.0'
+packed='n'
+manroff='/usr/bin/nroff'
+manroffopts=''
+suffix=''
+packer=''
+models='none'
+split=''
+small=''
+medium=''
+large=''
+huge=''
+optimize="$CFLAGS"
+ccflags=''
+cppflags=''
+ldflags='-s'
+cc='gcc'
+libs=''
+nametype='bsd'
+d_passnames='define'
+d_berknames='define'
+d_usgnames='undef'
+passcat='cat /etc/passwd'
+rmttape='unknown-remote-tape-unit'
+roff='/usr/bin/troff'
+roffopts=''
+sigtype='void'
+spitshell='cat'
+shsharp='true'
+sharpbang='#!'
+tmpdir='/tmp'
+tzname_handling='TZNAME'
+use_pmake='n'
+xencf=''
+xenlf=''
+d_xenix='undef'
+d_bsd='define'
+d_pgp='define'
+pgp="pgp"
+pgp_path="pgp"
+d_remailer='define'
+finger='/usr/bin/finger'
+finger_path='/usr/bin/finger'
+CONFIG=true
+EOF
+fi
exit 0
# END