Date: Mon, 1 Jul 2002 11:20:04 +0900 (JST) From: Kimura Fuyuki <fuyuki@hadaly.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/40059: Update port: mail/maildrop - add MAILDROPDEFAULT knob Message-ID: <20020701022004.8DDBF54DE@hadaly.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 40059 >Category: ports >Synopsis: Update port: mail/maildrop - add MAILDROPDEFAULT knob >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 30 19:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.6-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #0: Fri Jun 28 12:55:27 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: Add MAILDROPDEFAULT knob to be more consistent with mail/courier port's behaviour. >How-To-Repeat: >Fix: cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/maildrop/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 2002/04/25 07:05:35 1.19 +++ Makefile 2002/07/01 02:14:51 @@ -35,6 +35,9 @@ --with-etcdir="${PREFIX}/etc" \ --enable-maildrop-uid="${MAILDROP_SUID}" \ --enable-maildrop-gid="${MAILDROP_SGID}" +.if defined(MAILDROPDEFAULT) +CONFIGURE_ARGS+= --with-default-maildrop=${MAILDROPDEFAULT} +.endif CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${CPPFLAGS}" \ LIBS="-L${LOCALBASE}/lib" GNU_CONFIGURE= yes cvs server: Diffing files >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?20020701022004.8DDBF54DE>