From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 14 13:10:02 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BAB6516A408 for ; Sat, 14 Apr 2007 13:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9AA0C13C45E for ; Sat, 14 Apr 2007 13:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3EDA2Eh000626 for ; Sat, 14 Apr 2007 13:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3EDA2MF000623; Sat, 14 Apr 2007 13:10:02 GMT (envelope-from gnats) Resent-Date: Sat, 14 Apr 2007 13:10:02 GMT Resent-Message-Id: <200704141310.l3EDA2MF000623@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor Kovesdan Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAF9216A400 for ; Sat, 14 Apr 2007 13:08:02 +0000 (UTC) (envelope-from gabor@server.t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.freebsd.org (Postfix) with ESMTP id 6B91513C487 for ; Sat, 14 Apr 2007 13:08:02 +0000 (UTC) (envelope-from gabor@server.t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 388DF9F2E12 for ; Sat, 14 Apr 2007 15:08:01 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id mh0vLEYSlpcG for ; Sat, 14 Apr 2007 15:07:56 +0200 (CEST) Received: by server.t-hosting.hu (Postfix, from userid 1001) id C51009F2E00; Sat, 14 Apr 2007 15:07:56 +0200 (CEST) Message-Id: <20070414130756.C51009F2E00@server.t-hosting.hu> Date: Sat, 14 Apr 2007 15:07:56 +0200 (CEST) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/111566: [patch] mail/postfix1: remove deprecated feature X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2007 13:10:02 -0000 >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: