diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-22 22:17:37 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-22 22:17:37 +0000 |
commit | f59a1328916c85c952764a2c791d75ab37aa358b (patch) | |
tree | 86f6852eb1fead582347a528e2fa92813afa83ce /mail/fetchmail | |
parent | 7c911a86a263d5fcc5ea3449756a16f6dfc1c459 (diff) | |
download | FreeBSD-ports-f59a1328916c85c952764a2c791d75ab37aa358b.zip FreeBSD-ports-f59a1328916c85c952764a2c791d75ab37aa358b.tar.gz |
Update to version 5.1.0. This should finally fix the build problems
with krb4 (I hope, I can't test this). Thanks to
Simon Karpen <karpes@rpi.edu> for a fix.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 2 | ||||
-rw-r--r-- | mail/fetchmail/files/patch-ad | 65 |
3 files changed, 32 insertions, 39 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index ce2be13..f6a3b65 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: fetchmail -# Version required: 5.0.8 +# Version required: 5.1.0 # Date created: 26 Oct 1996 # Whom: Ville Eerola <ve@sci.fi> # @@ -11,7 +11,7 @@ # does not need Python, so there is no RUN_DEPENDS for Python in # this Makefile. -DISTNAME= fetchmail-5.0.8 +DISTNAME= fetchmail-5.1.0 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 4eff024..a5d5d57 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1 +1 @@ -MD5 (fetchmail-5.0.8.tar.gz) = 32ccaa647e4f04f47ea4f85ed7528215 +MD5 (fetchmail-5.1.0.tar.gz) = e8de130d95bd9a68863d27ac8c5a0fdc diff --git a/mail/fetchmail/files/patch-ad b/mail/fetchmail/files/patch-ad index c378b54..e0b1d85 100644 --- a/mail/fetchmail/files/patch-ad +++ b/mail/fetchmail/files/patch-ad @@ -1,36 +1,29 @@ -*** configure.orig Tue Sep 14 00:22:05 1999 ---- configure Sat Sep 18 16:02:24 1999 -*************** -*** 4970,4976 **** - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" -! LIBS="-lopie $LIBS" - cat > conftest.$ac_ext <<EOF - #line 4976 "configure" - #include "confdefs.h" ---- 4970,4976 ---- - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" -! LIBS="-lopie -lmd $LIBS" - cat > conftest.$ac_ext <<EOF - #line 4976 "configure" - #include "confdefs.h" -*************** -*** 5004,5010 **** - #define $ac_tr_lib 1 - EOF - -! LIBS="-lopie $LIBS" - - else - echo "$ac_t""no" 1>&6 ---- 5004,5010 ---- - #define $ac_tr_lib 1 - EOF - -! LIBS="-lopie -lmd $LIBS" - - else - echo "$ac_t""no" 1>&6 +--- configure.orig Thu Sep 16 00:21:02 1999 ++++ configure Wed Sep 22 15:11:56 1999 +@@ -4970,7 +4970,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lopie $LIBS" ++LIBS="-lopie -lmd $LIBS" + cat > conftest.$ac_ext <<EOF + #line 4976 "configure" + #include "confdefs.h" +@@ -5004,7 +5004,7 @@ + #define $ac_tr_lib 1 + EOF + +- LIBS="-lopie $LIBS" ++ LIBS="-lopie -lmd $LIBS" + + else + echo "$ac_t""no" 1>&6 +@@ -5409,7 +5409,7 @@ + then + CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$dir/include" + LDEFLAGS="$LDEFLAGS -L$dir/lib" +- LIBS="$LIBS -lkrb -ldes" ++ LIBS="$LIBS -lkrb -ldes -lecomm_err" + break + fi + done |