Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2003 11:55:23 +0200 (CEST)
From:      Alex Dupre <sysadmin@alexdupre.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        roam@FreeBSD.org
Subject:   ports/54693: [Update] Port: mail/qmailadmin
Message-ID:  <200307210955.h6L9tNRh008468@vaio.alexdupre.com>
Resent-Message-ID: <200307211000.h6LA0S4T056148@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307210955.h6L9tNRh008468>