Date: Thu, 21 Mar 2002 01:29:51 +0800 (CST) From: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@infomath.math.nctu.edu.tw Subject: ports/36140: Maintainer Update : mail/vm-pop3d Message-ID: <20020320172951.E7E4C3D8D@infomath.math.nctu.edu.tw>
next in thread | raw e-mail | index | archive | help
>Number: 36140 >Category: ports >Synopsis: Maintainer Update : mail/vm-pop3d >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Mar 20 09:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.5-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #5: Fri Mar 8 02:38:09 CST 2002 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386 >Description: Upgrade to 1.1.6 and add a mirror site. >How-To-Repeat: >Fix: diff -ruN /usr/ports/mail/vm-pop3d/Makefile vm-pop3d/Makefile --- /usr/ports/mail/vm-pop3d/Makefile Sat Aug 25 18:07:15 2001 +++ vm-pop3d/Makefile Thu Mar 21 01:24:36 2002 @@ -6,9 +6,10 @@ # PORTNAME= vm-pop3d -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.6 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://www.ibiblio.org/ MASTER_SITE_SUBDIR= system/mail/pop MAINTAINER= gslin@ccca.nctu.edu.tw @@ -16,21 +17,25 @@ GNU_CONFIGURE= yes .if defined(WITH_IPVIRTUAL) -CONFIGURE_ARGS+= --enable-ip-based-virtual +CONFIGURE_ARGS+= --enable-ip-based-virtual --enable-virtual +.elsif defined(WITH_VIRTUAL) +CONFIGURE_ARGS+= --enable-virtual .endif MAN8= vm-pop3d.8 DOCS= AUTHORS CHANGES COPYING FAQ INSTALL README -pre-fetch: +pre-patch: @${ECHO} "" @${ECHO} "You may use the following build options:" @${ECHO} "" + @${ECHO} " WITH_VIRTUAL enable virtual passwd files and spool directories." @${ECHO} " WITH_IPVIRTUAL enable IP-based virtual passwd files and spool directories." @${ECHO} "" post-patch: + @${PERL} -pi -e "s@LIBS -ldl@LIBS@" ${WRKSRC}/configure @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/vm-pop3d.h post-install: diff -ruN /usr/ports/mail/vm-pop3d/distinfo vm-pop3d/distinfo --- /usr/ports/mail/vm-pop3d/distinfo Fri Aug 24 16:51:23 2001 +++ vm-pop3d/distinfo Thu Mar 21 01:15:55 2002 @@ -1 +1 @@ -MD5 (vm-pop3d-1.1.4.tar.gz) = 7c7b80bac86ec75a98f9ebba9ce0144c +MD5 (vm-pop3d-1.1.6.tar.gz) = 0399cc06f5329a6eaebec05d959a6ec1 diff -ruN /usr/ports/mail/vm-pop3d/files/patch-configure vm-pop3d/files/patch-configure --- /usr/ports/mail/vm-pop3d/files/patch-configure Fri Aug 24 16:51:23 2001 +++ vm-pop3d/files/patch-configure Thu Jan 1 08:00:00 1970 @@ -1,20 +0,0 @@ ---- configure.orig Fri Aug 24 03:22:46 2001 -+++ configure Fri Aug 24 03:23:02 2001 -@@ -1174,7 +1174,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lpam -ldl $LIBS" -+LIBS="-lpam $LIBS" - cat > conftest.$ac_ext <<EOF - #line 1180 "configure" - #include "confdefs.h" -@@ -1202,7 +1202,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- LIBS="$LIBS -ldl -lpam"; cat >> confdefs.h <<\EOF -+ LIBS="$LIBS -lpam"; cat >> confdefs.h <<\EOF - #define HAVE_LIBPAM 1 - EOF - >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020320172951.E7E4C3D8D>