summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>2000-02-12 19:23:45 +0000
committerTorsten Blum <torstenb@FreeBSD.org>2000-02-12 19:23:45 +0000
commit1ee07ffc8f5c02db106294f6bfbba1cbc40a6e1a (patch)
tree9fab2aea7bdb18e963ec258576ee8668127cdd04 /mail
parentFix new compiler error in -current. (diff)
Upgrade to smail 3.2.0.110
Notes
Notes: svn path=/head/; revision=25700
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"