Index: head/mail/fetchmail/Makefile =================================================================== --- head/mail/fetchmail/Makefile (revision 24710) +++ head/mail/fetchmail/Makefile (revision 24711) @@ -1,50 +1,53 @@ # New ports collection makefile for: fetchmail -# Version required: 5.2.1 +# Version required: 5.2.3 # Date created: 26 Oct 1996 # Whom: Ville Eerola # # $FreeBSD$ # # NOTE: The fetchmailconf program (an interactive program for # writing .fetchmailrc files) requires Python, found in the Ports # Collection under lang/python. The fetchmail program itself # does not need Python, so there is no RUN_DEPENDS for Python in # this Makefile. -DISTNAME= fetchmail-5.2.1 +DISTNAME= fetchmail-5.2.3 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ MAINTAINER= ve@sci.fi GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-OPIE --enable-RPA --enable-POP2 --enable-SDPS CONFIGURE_ENV= LDFLAGS="${CFLAGS}" +.if defined(USE_INET6) +CONFIGURE_ARGS+=--enable-inet6 +.endif MAN1= fetchmail.1 MLINKS= fetchmail.1 fetchmailconf.1 .if exists(/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) CONFIGURE_ARGS += --with-kerberos=/usr/include .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libkrb5.a) CONFIGURE_ARGS += --with-kerberos5=${KRB5_HOME} .endif FDOC= ${PREFIX}/share/doc/fetchmail pre-patch: @${CP} -f /usr/include/md5.h ${WRKSRC} @perl -pi.bak -e 's|^#!/.*/python|#!${PREFIX}/bin/python|;' ${WRKSRC}/fetchmailconf @${SED} -e "s|@PREFIX@|${PREFIX}|" ${FILESDIR}/fetchmailconf > ${WRKDIR}/fetchmailconf post-install: ${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC} cd ${WRKSRC} && ${INSTALL_DATA} \ sample.rcfile FAQ NOTES FEATURES README COPYING \ fetchmail-FAQ.html fetchmail-features.html \ design-notes.html ${FDOC} ${MV} ${PREFIX}/bin/fetchmailconf ${PREFIX}/libexec/fetchmailconf.bin ${INSTALL_SCRIPT} ${WRKDIR}/fetchmailconf ${PREFIX}/bin .include Property changes on: head/mail/fetchmail/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.86 \ No newline at end of property +1.87 \ No newline at end of property Index: head/mail/fetchmail/distinfo =================================================================== --- head/mail/fetchmail/distinfo (revision 24710) +++ head/mail/fetchmail/distinfo (revision 24711) @@ -1 +1 @@ -MD5 (fetchmail-5.2.1.tar.gz) = 52b6e39871129a00f59caa929d539bcc +MD5 (fetchmail-5.2.3.tar.gz) = ad21b1ac6a062bd8b8236c1e33299bf3 Property changes on: head/mail/fetchmail/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.76 \ No newline at end of property +1.77 \ No newline at end of property Index: head/mail/fetchmail/files/patch-ad =================================================================== --- head/mail/fetchmail/files/patch-ad (revision 24710) +++ head/mail/fetchmail/files/patch-ad (revision 24711) @@ -1,47 +1,38 @@ ---- configure.orig Thu Sep 16 00:21:02 1999 -+++ configure Fri Sep 24 13:13:25 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 <&6 -@@ -5368,7 +5368,7 @@ +--- configure.orig Tue Jan 4 15:59:12 2000 ++++ configure Wed Jan 12 08:56:41 2000 +@@ -1595,7 +1595,7 @@ + if test `uname` = "FreeBSD" then + echo "Adding -lkvm to standard libraries" +- LIBS="$LIBS -lkvm" ++ LIBS="$LIBS -lmd -lkvm" + fi + + # Check for Rhapsody special case: it doesn't like -s +@@ -5553,7 +5553,7 @@ + then echo "Configuring kerberosIV for `uname`" CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I/usr/include/kerberosIV" - LIBS="$LIBS -lkrb -ldes" + LIBS="$LIBS -lkrb -ldes -lcom_err" elif test -n "$with_kerberos" -a -n "$with_kerberos5" then CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include" -@@ -5399,7 +5399,7 @@ +@@ -5584,7 +5584,7 @@ then CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include" LDEFLAGS="$LDEFLAGS -L$with_kerberos/lib" - LIBS="$LIBS -lkrb -ldes" + LIBS="$LIBS -lkrb -ldes -lcom_err" else if test "$with_kerberos" != "no" then -@@ -5409,7 +5409,7 @@ +@@ -5594,7 +5594,7 @@ then CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$dir/include" LDEFLAGS="$LDEFLAGS -L$dir/lib" - LIBS="$LIBS -lkrb -ldes" + LIBS="$LIBS -lkrb -ldes -lcom_err" break fi done Property changes on: head/mail/fetchmail/files/patch-ad ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property