Date: Wed, 1 Feb 2006 14:54:08 +0200 (EET) From: Henry Karpatskij <henkka@spheroid.info> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/92681: [PATCH] Courier-authlib to support --with-pipeprog configuration option Message-ID: <20060201125408.2B12F146@eloris.spheroid.info> Resent-Message-ID: <200602011300.k11D0E7C081022@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92681 >Category: ports >Synopsis: [PATCH] Courier-authlib to support --with-pipeprog configuration option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 01 13:00:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Henry Karpatskij >Release: FreeBSD 6.0-RELEASE-p4 i386 >Organization: None. >Environment: System: FreeBSD newmail.hairit.fi 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Fri Jan 27 06:30:21 EET 2006 root@newmail.hairit.fi:/usr/obj/usr/src/sys/MAIL i386 >Description: The subject says it all, it would be nice to be able to change the authpipe program. >How-To-Repeat: Not applicable. >Fix: Patch below, feel free to edit if it breaks any aesthetic rules etc. :-) --- courier-authlib-authpipeprog.patch begins here --- --- Makefile Thu Jan 12 20:56:39 2006 +++ Makefile.my Tue Jan 31 11:45:55 2006 @@ -103,6 +103,10 @@ REMOVE_SUBDIRS+=liblock liblog .endif +.if defined(WITH_AUTHPIPE_PROG) +CONFIGURE_ARGS+=--with-pipeprog=${WITH_AUTHPIPE_PROG} +.endif + .if ${AUTHMOD} == authuserdb MAN8= makeuserdb.8 userdb.8 userdbpw.8 .if ${PKGNAMESUFFIX} == -usergdbm --- courier-authlib-authpipeprog.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060201125408.2B12F146>