Date: Thu, 22 Aug 2002 17:16:57 +0100 (BST) From: Bruce M Simpson <bms@spc.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/41903: mail/postfix: Fix Makefile.inc to fetch correct TLS patches Message-ID: <20020822161657.D74A29638@triage.dollah.com>
next in thread | raw e-mail | index | archive | help
>Number: 41903 >Category: ports >Synopsis: mail/postfix: Fix Makefile.inc to fetch correct TLS patches >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 22 09:20:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Bruce M Simpson >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD triage.dollah.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Aug 20 13:00:06 BST 2002 root@triage.dollah.com:/usr/src/sys/compile/TRIAGE i386 >Description: The mail/postfix port does not retreive the new version of the TLS patches corresponding to the new version of OpenSSL in base. >How-To-Repeat: >Fix: The attached patch should fix this issue. --- postfix.patch begins here --- --- Makefile.inc.orig Mon Aug 19 13:13:04 2002 +++ Makefile.inc Mon Aug 19 13:13:11 2002 @@ -18,8 +18,8 @@ MAN8+= tlsmgr.8 POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl POSTFIX_AUXLIBS+= -lssl -lcrypto -DISTFILES+= ${DISTNAME}.tar.gz pfixtls-0.8.11a-1.1.11-0.9.6d.tar.gz -EXTRA_PATCHES+= ${WRKDIR}/pfixtls-0.8.11a-1.1.11-0.9.6d/pfixtls.diff +DISTFILES+= ${DISTNAME}.tar.gz pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz +EXTRA_PATCHES+= ${WRKDIR}/pfixtls-0.8.11a-1.1.11-0.9.6g/pfixtls.diff PATCH_STRIP= -p1 TLS_SUFFIX= +tls PLIST_SUB+= SUB_TLS="" --- postfix.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020822161657.D74A29638>