ports/92681: [PATCH] Courier-authlib to support --with-pipeprog configuration option

Henry Karpatskij henkka at spheroid.info
Wed Feb 1 13:00:15 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list