Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  7 Mar 2010 20:08:33 -0500 (EST)
From:      Sahil Tandon <sahil@tandon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        itetcu@FreeBSD.org, erwin@FreeBSD.org
Subject:   ports/144542: [MAINTAINER UPDATE] mail/postfix26: set NO_LATEST_LINK=yes and remove whitespace
Message-ID:  <20100308010833.95A851713F@spartan.hamla.org>
Resent-Message-ID: <201003080110.o281A5EI015164@freefall.freebsd.org>

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

>Number:         144542
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] mail/postfix26: set NO_LATEST_LINK=yes and remove whitespace
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 08 01:10:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sahil Tandon
>Release:        FreeBSD 9.0-RELEASE i386
>Organization:
>Environment:

	
>Description:
- Set NO_LATEST_LINK to prevent overlap with mail/postfix
- Remove some whitespace to pacify portlint
>How-To-Repeat:
	
>Fix:

	



--- postfix26.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/postfix26/Makefile,v
retrieving revision 1.154
diff -u -r1.154 Makefile
--- Makefile	4 Mar 2010 13:52:08 -0000	1.154
+++ Makefile	8 Mar 2010 01:04:54 -0000
@@ -26,6 +26,7 @@
 CONFLICTS=	courier-0.* postfix-1.* postfix-2.[0-57-9].* postfix-current-2.* \
 		sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.*
 
+NO_LATEST_LINK=	yes
 USE_SUBMAKE=	yes
 USE_PERL5_BUILD=yes
 USE_RC_SUBR=	postfix.sh
@@ -132,7 +133,7 @@
 
 .if defined(WITH_SASLKRB)
 .if defined(WITH_SASLKRB5) || defined(WITH_SASLKMIT)
-BROKEN=			Select only one SASL Kerberos option	
+BROKEN=			Select only one SASL Kerberos option
 .endif
 POSTFIX_AUXLIBS+=	-lkrb -lcrypto -lcom_err
 .endif
--- postfix26.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?20100308010833.95A851713F>