added TRUSTED_USERS='...' parameter to set --enable-trusted-users='...' Fix: PORTNAME= maildrop PORTVERSION= 1.6.3 @@ -48,6 +49,10 @@ CONFIGURE_ARGS+= --with-db=gdbm .else CONFIGURE_ARGS+= --without-db +.endif + +.if defined(TRUSTED_USERS) +CONFIGURE_ARGS+= --enable-trusted-users="${TRUSTED_USERS}" .endif .if defined(WITH_USERDB)--MYdGwTcLAqoOPRHbny683D5btDztxdTAk06lEEtfdBxgexFj Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -ruN maildrop.bak/Makefile maildrop/Makefile --- maildrop.bak/Makefile Mon Apr 12 00:38:48 2004 +++ maildrop/Makefile Wed Apr 14 09:37:00 2004 @@ -18,6 +18,7 @@ # to use # WITH_LDAP=yes Enable experimental virtual user LDAP support # WITH_MYSQL=yes Enable experimental virtual user MySQL support +# TRUSTED_USERS=<user> Specify users allowed to use the -d option
Responsible Changed From-To: freebsd-ports-bugs->sergei Over to maintainer.
State Changed From-To: open->closed Committed, thanks!