Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2001 15:40:25 +0900
From:      nork@cityfujisawa.ne.jp (Norikatsu Shigemura)
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32790: patch for mail/qpopper with WITH_DRAC
Message-ID:  <011213154025.M0173217@pelsia.netmove.co.jp>

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

>Number:         32790
>Category:       ports
>Synopsis:       patch for mail/qpopper with WITH_DRAC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 12 22:50:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Norikatsu Shigemura
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
personal
>Environment:
System: FreeBSD pelsia.netmove.co.jp 4.4-STABLE FreeBSD 4.4-STABLE #43: Wed Dec 5 19:22:46 JST 2001 nork@pelsia.netmove.co.jp:/usr/obj/usr/src/sys/PELSIA i386
>Description:
	Patch for mail/qpopper with WITH_DRAC.
>How-To-Repeat:
	N/A
>Fix:
--- mail/qpopper/Makefile.orig	Thu Dec 13 13:59:15 2001
+++ mail/qpopper/Makefile	Thu Dec 13 14:09:44 2001
@@ -7,7 +7,7 @@
 
 PORTNAME=	qpopper
 PORTVERSION=	4.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.qualcomm.com/eudora/servers/unix/popper/%SUBDIR%/ \
 		ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.qualcomm.com/eudora/servers/unix/popper/%SUBDIR%/
@@ -26,12 +26,16 @@
 
 USE_AUTOCONF=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LIBS="-lmd -lutil" \
+CONFIGURE_ENV=	LIBS="-lmd -lutil -L${LOCALBASE}/lib" \
 		OS_DEFS="-DSETPROCTITLE ${OS_DEFS}"
 CONFIGURE_ARGS=	--enable-apop=${PREFIX}/etc/qpopper/pop.auth \
 		--enable-nonauth-file=${POPUSERS_FILE} \
 		--with-apopuid=pop --without-gdbm \
 		--enable-keep-temp-drop
+.if defined(WITH_DRAC)
+CONFIGURE_ARGS+=--with-drac
+BUILD_DEPENDS=	${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac
+.endif
 
 PLIST_SUB=	EPOPPASSD=${EPOPPASSD} \
 		POP_USER=${POP_USER} \
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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