Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2015 12:17:44 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396376 - head/mail/smtp-gated
Message-ID:  <201509081217.t88CHidN070304@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Sep  8 12:17:44 2015
New Revision: 396376
URL: https://svnweb.freebsd.org/changeset/ports/396376

Log:
  - Remove no longer valid "BROKEN on powerpc" statement, port builds fine
  - Slightly improve option descriptions' wording and rearrange while here

Modified:
  head/mail/smtp-gated/Makefile

Modified: head/mail/smtp-gated/Makefile
==============================================================================
--- head/mail/smtp-gated/Makefile	Tue Sep  8 12:07:09 2015	(r396375)
+++ head/mail/smtp-gated/Makefile	Tue Sep  8 12:17:44 2015	(r396376)
@@ -12,20 +12,21 @@ COMMENT=	Proxy for SMTP sessions with vi
 
 LICENSE=	GPLv2
 
-OPTIONS_DEFINE=	NAT CHUNKING ECONNRESET PCRE
-OPTIONS_DEFAULT=	NAT PCRE
-NAT_DESC=	NAT transparent proxy code
-CHUNKING_DESC=	Enable support for SMTP CHUNKING extension
-ECONNRESET_DESC=	Be quiet about Connection reset by peer message
-
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 PLIST_FILES=	sbin/smtp-gated \
-				man/man5/smtp-gated.conf.5.gz \
-				man/man8/smtp-gated.8.gz
+		man/man5/smtp-gated.conf.5.gz \
+		man/man8/smtp-gated.8.gz
+
+OPTIONS_DEFINE=	NAT CHUNKING ECONNRESET PCRE
+OPTIONS_DEFAULT=	NAT PCRE
+
+NAT_DESC=	NAT transparent proxy code
+CHUNKING_DESC=	SMTP CHUNKING extension support
+ECONNRESET_DESC=	Be quiet about "Connection reset by peer" message
 
 NAT_CONFIGURE_ENABLE=	nat
 CHUNKING_CONFIGURE_ENABLE=	chunking
@@ -33,10 +34,4 @@ ECONNRESET_CONFIGURE_ENABLE=	silent-econ
 PCRE_CONFIGURE_OFF=	--disable-pcre
 PCRE_LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-BROKEN=		Does not compile on powerpc: cannot determine endianness
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509081217.t88CHidN070304>