aboutsummaryrefslogtreecommitdiff
path: root/mail/smail
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1997-10-15 09:16:07 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1997-10-15 09:16:07 +0000
commitd4a26915755057f232f9381ff6e1a254eab60224 (patch)
tree2bdba832dfac85f7d1ec9de96b234bfe4df265c0 /mail/smail
parente268f7bfd0b909e962f51e855eab3d62ffbf90dd (diff)
downloadports-d4a26915755057f232f9381ff6e1a254eab60224.tar.gz
ports-d4a26915755057f232f9381ff6e1a254eab60224.zip
Upgrade to 3.2.0.97
This is still beta, but the latest release (3.2.0) is not able to prevent spam-relaying...
Notes
Notes: svn path=/head/; revision=8275
Diffstat (limited to 'mail/smail')
-rw-r--r--mail/smail/Makefile9
-rw-r--r--mail/smail/files/freebsd2.08
2 files changed, 11 insertions, 6 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile
index 159637db3ca4..ec7d3ebb035a 100644
--- a/mail/smail/Makefile
+++ b/mail/smail/Makefile
@@ -3,16 +3,17 @@
# Date created: 16 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.16 1996/11/19 11:16:37 torstenb Exp $
+# $Id: Makefile,v 1.17 1996/11/30 01:03:24 torstenb Exp $
#
-DISTNAME= smail-3.2
+DISTNAME= smail-3.2.0.97
CATEGORIES= mail
-MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/
+MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ \
+ ftp://ftp.fu-berlin.de/unix/mail/smail/
MAINTAINER= torstenb@FreeBSD.ORG
-BUILD_DEPENDS= ${PREFIX}/lib/libident.a:${PORTSDIR}/security/libident
+BUILD_DEPENDS= ${PREFIX}/lib/libident.a:${PORTSDIR}/security/libident \ ${REPFIX}/lib/libwrap.a:${PORTSDIR}/security/tcp_wrapper
INSTALL_TARGET= install installman
diff --git a/mail/smail/files/freebsd2.0 b/mail/smail/files/freebsd2.0
index c738e9577421..6660d13eec4c 100644
--- a/mail/smail/files/freebsd2.0
+++ b/mail/smail/files/freebsd2.0
@@ -39,7 +39,7 @@ LIB_DIR=!!PREFIX!!/etc/smail
UTIL_BIN_DIR=!!PREFIX!!/libexec/smail
# Enable rfc1413 (ident protocol) and ESMTP sending support (EHLO)
-HAVE=$HAVE:EHLO:RFC1413
+HAVE=$HAVE:EHLO:RFC1413:LIBWRAP
# NOBODY - a user with few access capabilities
NOBODY=nobody
@@ -61,8 +61,12 @@ FORCE_SMTP_TYPE=lsearch
# CPPFLAGS - interesting flags for the cpp, and cc commands
CPPFLAGS="-I!!PREFIX!!/include"
+CFLAGS="$CFLAGS -I!!PREFIX!!/include"
+
# LDFLAGS - flags to pass to the loader
LDFLAGS="-L!!PREFIX!!/lib"
# LIBS - libraries to include in binaries
-LIBS="-lident"
+LIBS="-lident -lwrap"
+
+MISC_DEFINES="$MISC_DEFINES:USE_TARGET_DOMAIN:NO_FORWARDTO_FILE"