Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Apr 2007 15:07:56 +0200 (CEST)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111566: [patch] mail/postfix1: remove deprecated feature
Message-ID:  <20070414130756.C51009F2E00@server.t-hosting.hu>
Resent-Message-ID: <200704141310.l3EDA2MF000623@freefall.freebsd.org>

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

>Number:         111566
>Category:       ports
>Synopsis:       [patch] mail/postfix1: remove deprecated feature
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 14 13:10:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 6.2-RELEASE amd64
>Organization:
n/a
>Environment:
System: FreeBSD server.t-hosting.hu 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Feb 2 11:51:40 CET 2007 gabor@server.t-hosting.hu:/usr/src/sys/amd64/compile/FREEBSD amd64

>Description:

The security/cyrus-sasl port is expired and should be remove but it is waiting
for the dependencies to drop support so that we can remove it. I have sent this
PR with the patch because the maintainer ignored my HEADSUP mail, in which I
asked the affected maintainers to modify their ports manually.

>How-To-Repeat:
>Fix:

--- mail-postfix1.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/mail/postfix1/Makefile,v
retrieving revision 1.91
diff -u -r1.91 Makefile
--- Makefile	19 Jul 2006 12:59:11 -0000	1.91
+++ Makefile	14 Apr 2007 13:05:43 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	postfix
 PORTVERSION=	1.1.13
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
@@ -35,7 +35,6 @@
 PATCH_STRIP=	-p1
 
 OPTIONS=	PCRE		"Perl Compatible Regular Expressions"			on \
-		SASL		"Cyrus SASLv1 (Simple Auth. and Sec. Layer)"		off \
 		TLS		"Enable SSL and TLS support"				off \
 		DB3		"Berkeley DB3 (required if SASL built with DB3)"	off \
 		MYSQL		"MySQL maps lookups"					off \
@@ -80,12 +79,6 @@
 POSTFIX_CCARGS+=	-DNO_PCRE
 .endif
 
-.if defined(WITH_SASL)
-LIB_DEPENDS+=		sasl.8:${PORTSDIR}/security/cyrus-sasl
-POSTFIX_CCARGS+=	-DUSE_SASL_AUTH -I${LOCALBASE}/include
-POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -lsasl -lpam -lcrypt
-.endif
-
 .if defined(WITH_TLS)
 .include "${PORTSDIR}/Mk/bsd.openssl.mk"
 MAN8+=			tlsmgr.8
--- mail-postfix1.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?20070414130756.C51009F2E00>