ports/85253: update ports: mail/tpop3d

Fumihiko Kimura jfkimura at yahoo.co.jp
Tue Aug 23 17:20:14 UTC 2005


>Number:         85253
>Category:       ports
>Synopsis:       update ports: mail/tpop3d
>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:   Tue Aug 23 17:20:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Fumihiko Kimura
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
>Description:

   I hope for the optional addition that used DRAC.	

>How-To-Repeat:
>Fix:

=== begin  cut here ===
diff -urN tpop3d.orig/Makefile tpop3d/Makefile
--- tpop3d.orig/Makefile	Tue Apr 12 12:26:02 2005
+++ tpop3d/Makefile	Wed Aug 24 01:46:49 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,6 +28,7 @@
 		LDAP		"Use LDAP authentication"			off \
 		PERLAUTH	"Use Perl authentication"			off \
 		FLATAUTH	"Enable /etc/passwd-style authentication"	off \
+		DRAC		"Build with Dynamic Relay Authorization"	off \
 		MAILDIR		"Compile Maildir support"			on
 
 .include <bsd.port.pre.mk>
@@ -65,6 +66,12 @@
 
 .if defined(WITH_FLATAUTH) && !defined(WITHOUT_FLATAUTH)
 CONFIGURE_ARGS+=	--enable-auth-flatfile
+.endif
+
+# DRAC (POP-before-SMTP)
+.if defined(WITH_DRAC) && !defined(WITHOUT_DRAC)
+CONFIGURE_ARGS+=	--enable-drac 
+LDFLAGS+=		-L/usr/local/lib
 .endif
 
 .if defined(WITH_MAILDIR) && !defined(WITHOUT_MAILDIR)
=== ended  cut here ===

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



More information about the freebsd-ports-bugs mailing list