ports/54693: [Update] Port: mail/qmailadmin

Alex Dupre sysadmin at alexdupre.com
Mon Jul 21 10:00:30 UTC 2003


>Number:         54693
>Category:       ports
>Synopsis:       [Update] Port: mail/qmailadmin
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 21 03:00:28 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 4.8-ALEXDUPRE i386
>Organization:
>Environment:
System: FreeBSD 4.8-ALEXDUPRE i386
>Description:
Add support for plain ezmlm (WITHOUT_IDX).
>How-To-Repeat:
>Fix:

--- qmailadmin.diff begins here ---
--- Makefile.orig	Mon Jul 21 11:38:33 2003
+++ Makefile	Mon Jul 21 11:53:31 2003
@@ -17,13 +17,19 @@
 BUILD_DEPENDS= \
 	${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \
 	autorespond:${PORTSDIR}/mail/autorespond \
-	ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx \
 	${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
 RUN_DEPENDS= \
 	${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \
 	autorespond:${PORTSDIR}/mail/autorespond \
-	ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx \
 	${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
+
+.if defined(WITHOUT_IDX)
+BUILD_DEPENDS+=	ezmlm-send:${PORTSDIR}/mail/ezmlm
+RUN_DEPENDS+=	ezmlm-send:${PORTSDIR}/mail/ezmlm
+.else
+BUILD_DEPENDS+=	ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx
+RUN_DEPENDS+=	ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx
+.endif
 
 GNU_CONFIGURE=	YES
 USE_GMAKE=	YES
--- qmailadmin.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list