ports/85518: [MAINTAINER UPDATE] mail/tpop3d: [SUMMARIZE CHANGES]

Charlie & boris at ntmk.ru
Wed Aug 31 10:50:14 UTC 2005


>Number:         85518
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] mail/tpop3d: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 31 10:50:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Boris Kovalenko <boris at tagnet.ru>
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
JSC "Tagnet"
>Environment:
System: FreeBSD boris.nikom.ru 5.4-STABLE FreeBSD 5.4-STABLE #4: Thu Aug 18 08:12:33 YEKST 2005
>Description:
[DESCRIBE CHANGES]

    NOTE: Obsoletes ports/85253
    
    + Added support for DRAC RFC

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- tpop3d-1.5.3_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/tpop3d/Makefile /usr/ports/mail/tpop3d.new/Makefile
--- /usr/ports/mail/tpop3d/Makefile	Tue Apr 12 09:26:02 2005
+++ /usr/ports/mail/tpop3d.new/Makefile	Wed Aug 31 16:47:03 2005
@@ -7,7 +7,7 @@
 
 PORTNAME=	tpop3d
 PORTVERSION=	1.5.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	http://www.ex-parrot.com/~chris/tpop3d/
 
@@ -28,7 +28,8 @@
 		LDAP		"Use LDAP authentication"			off \
 		PERLAUTH	"Use Perl authentication"			off \
 		FLATAUTH	"Enable /etc/passwd-style authentication"	off \
-		MAILDIR		"Compile Maildir support"			on
+		MAILDIR		"Compile Maildir support"			on \
+		DRAC		"Enable DRAC RFC for POP-before-SMTP relaying"	off
 
 .include <bsd.port.pre.mk>
 
@@ -69,6 +70,12 @@
 
 .if defined(WITH_MAILDIR) && !defined(WITHOUT_MAILDIR)
 CONFIGURE_ARGS+=	--enable-mbox-maildir
+.endif
+
+.if defined(WITH_DRAC) && !defined(WITHOUT_DRAC)
+CONFIGURE_ARGS+=	--enable-drac
+BUILD_DEPENDS+=		${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac
+LDFLAGS+=		-L${LOCALBASE}/lib
 .endif
 
 USE_RC_SUBR=	tpop3d.sh
--- tpop3d-1.5.3_3.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list