Date: Wed, 24 Aug 2005 02:12:53 +0900 (JST) From: Fumihiko Kimura <jfkimura@yahoo.co.jp> To: FreeBSD-gnats-submit@FreeBSD.org Cc: boris@tagnet.ru Subject: ports/85253: update ports: mail/tpop3d Message-ID: <200508231712.j7NHCr5d069739@sh0.radio.gr.jp> Resent-Message-ID: <200508231720.j7NHKCBv068574@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508231712.j7NHCr5d069739>