Date: Sun, 4 Apr 2010 18:39:23 -0400 (EDT) From: Sahil Tandon <sahil@tandon.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mnag@FreeBSD.org, itetcu@FreeBSD.org Subject: ports/145393: [PATCH] mail/postfix-current: update to 2.8-20100323, tweak CONFLICTS and fix build WITH_SASLKRB5 on 8.0 & 9.0 Message-ID: <20100404223923.3ED9017165@spartan.hamla.org> Resent-Message-ID: <201004042240.o34Me9vw048969@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 145393 >Category: ports >Synopsis: [PATCH] mail/postfix-current: update to 2.8-20100323, tweak CONFLICTS and fix build WITH_SASLKRB5 on 8.0 & 9.0 >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: Sun Apr 04 22:40:09 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 9.0-RELEASE i386 >Organization: >Environment: >Description: - Update to 2.8-20100323 - Fix CONFLICTS because the port shouldn't conflict with itself - Fix build on 8.0 & 9.0 when WITH_SASLKRB5 is set >How-To-Repeat: >Fix: --- postfix-current.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/postfix-current/Makefile,v retrieving revision 1.243 diff -u -r1.243 Makefile --- Makefile 5 Mar 2010 03:23:00 -0000 1.243 +++ Makefile 4 Apr 2010 22:21:24 -0000 @@ -6,7 +6,7 @@ # PORTNAME= postfix -DISTVERSION= 2.8-20100213 +DISTVERSION= 2.8-20100323 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ @@ -21,7 +21,7 @@ MAINTAINER= mnag@FreeBSD.org COMMENT= A secure alternative to widely-used Sendmail -CONFLICTS= courier-0.* postfix-1.* postfix-2.* postfix-current-2.[0-68-9]* \ +CONFLICTS= courier-0.* postfix-1.* postfix-2.* postfix-current-2.[0-79]* \ sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* MAKE_JOBS_SAFE= yes @@ -113,7 +113,10 @@ .if defined(WITH_SASLKRB) || defined(WITH_SASLKMIT) BROKEN= Select only one SASL Kerberos option .endif -POSTFIX_AUXLIBS+= -lkrb5 -lcrypto -lcrypt -lcom_err -lasn1 -lroken +.if ${OSVERSION} >= 800037 +KRB5_EXTR= -lhx509 +.endif +POSTFIX_AUXLIBS+= -lkrb5 ${KRB5_EXTR} -lcrypto -lcrypt -lcom_err -lasn1 -lroken .endif .if defined(WITH_SASLKMIT) Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/postfix-current/distinfo,v retrieving revision 1.178 diff -u -r1.178 distinfo --- distinfo 5 Mar 2010 03:23:00 -0000 1.178 +++ distinfo 4 Apr 2010 22:21:24 -0000 @@ -1,3 +1,3 @@ -MD5 (postfix/postfix-2.8-20100213.tar.gz) = 627f02f23bb2740e2dfa0397dcc20dd1 -SHA256 (postfix/postfix-2.8-20100213.tar.gz) = 3080e07b17e7ca558198a33821f375b9434789ebae0d68c478dccedfa12c5568 -SIZE (postfix/postfix-2.8-20100213.tar.gz) = 3442437 +MD5 (postfix/postfix-2.8-20100323.tar.gz) = 5bbe7c726f48b1096638dfaf201ae637 +SHA256 (postfix/postfix-2.8-20100323.tar.gz) = 49327f23e36e0ddcaef1e7253cab1b96e5daa96db72ff19e07daaf8e09c86e46 +SIZE (postfix/postfix-2.8-20100323.tar.gz) = 3446878 --- postfix-current.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?20100404223923.3ED9017165>