Date: Fri, 16 Aug 2002 04:28:37 +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/41695: Update port: security/amavisd Message-ID: <20020815202837.8F7EF582A@Infomath.math.NCTU.edu.tw>
next in thread | raw e-mail | index | archive | help
>Number: 41695 >Category: ports >Synopsis: Update port: security/amavisd >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: Thu Aug 15 13:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.6.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD Infomath.math.NCTU.edu.tw 4.6.1-RELEASE-p10 FreeBSD 4.6.1-RELEASE-p10 #4: Fri Aug 16 02:01:21 CST 2002 root@Infomath.math.NCTU.edu.tw:/usr/obj/usr/src/sys/INFOMATH i386 >Description: Add variables WARNSENDER, WARNRECIP, and WARNADMIN. (Thanks Oliver Braun) Add variables SMTPPORT. Please close ports/41654. >How-To-Repeat: >Fix: diff -ruN /usr/ports/security/amavisd/Makefile amavisd/Makefile --- /usr/ports/security/amavisd/Makefile Thu Aug 8 03:21:42 2002 +++ amavisd/Makefile Fri Aug 16 04:23:10 2002 @@ -7,6 +7,7 @@ PORTNAME= amavisd PORTVERSION= 20020531 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= amavis @@ -33,14 +34,24 @@ RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes +USE_PERL5= yes -AMAVISUSER?= vscan AMAVISGROUP?= vscan +AMAVISUSER?= vscan +SMTPPORT?= 10025 +STARTSCRIPT= amavisd.sh +WARNADMIN?= yes +WARNRECIP?= no +WARNSENDER?= no + +CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc \ + --with-amavisuser=${AMAVISUSER}:${AMAVISGROUP} \ + --with-smtp-port=${SMTPPORT} \ + --with-warnsender=${WARNSENDER} \ + --with-warnrecip=${WARNRECIP} \ + --with-warnadmin=${WARNADMIN} -CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc --with-amavisuser=${AMAVISUSER}:${AMAVISGROUP} CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" - -STARTSCRIPT= amavisd.sh .if defined(WITH_POSTFIX) CONFIGURE_ARGS+= --enable-postfix >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?20020815202837.8F7EF582A>