aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>2000-02-13 03:23:45 +0800
committertorstenb <torstenb@FreeBSD.org>2000-02-13 03:23:45 +0800
commit63392394176f94e426ba237fe8669e4e0effe6d1 (patch)
tree6a3bb1233b6d15ed4078cd732a5c7eba11ac482d /mail
parent37bd5e5bc3af4b430f4fe18d9ed8a79a0eb4f202 (diff)
downloadfreebsd-ports-gnome-63392394176f94e426ba237fe8669e4e0effe6d1.tar.gz
freebsd-ports-gnome-63392394176f94e426ba237fe8669e4e0effe6d1.tar.zst
freebsd-ports-gnome-63392394176f94e426ba237fe8669e4e0effe6d1.zip
Upgrade to smail 3.2.0.110
Diffstat (limited to 'mail')
-rw-r--r--mail/smail/Makefile2
-rw-r--r--mail/smail/distinfo2
-rw-r--r--mail/smail/files/freebsd2.05
3 files changed, 7 insertions, 2 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile
index 515e5869b580..89a6f302bcd6 100644
--- a/mail/smail/Makefile
+++ b/mail/smail/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-DISTNAME= smail-3.2.0.107
+DISTNAME= smail-3.2.0.110
CATEGORIES= mail
MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ \
ftp://ftp.planix.com/pub/Smail/ \
diff --git a/mail/smail/distinfo b/mail/smail/distinfo
index f7190c69ec3c..55c225151e32 100644
--- a/mail/smail/distinfo
+++ b/mail/smail/distinfo
@@ -1 +1 @@
-MD5 (smail-3.2.0.107.tar.gz) = 6c81761bf0e21800e516ca38dc6651c5
+MD5 (smail-3.2.0.110.tar.gz) = 03f4c11f4fbde1b3b7b24b47f224dd2a
diff --git a/mail/smail/files/freebsd2.0 b/mail/smail/files/freebsd2.0
index c2aa1ef6336c..03c2e066b875 100644
--- a/mail/smail/files/freebsd2.0
+++ b/mail/smail/files/freebsd2.0
@@ -73,4 +73,9 @@ LDFLAGS="-L/usr/local/lib -L!!PREFIX!!/lib"
# LIBS - libraries to include in binaries
LIBS="-lident -lwrap"
+# OSLIBS - we don't have libresolv
+# I doubt that the change to smail-3.2.0.110/conf/os/bsd4.4 is the right way
+# to do it.
+OSLIBS="-lcrypt"
+
MISC_DEFINES="$MISC_DEFINES:USE_TARGET_DOMAIN:NO_FORWARDTO_FILE:USE_LSEARCH_REGEXCMP:USE_STRICT_MX"