svn commit: r314457 - head/mail/spamdyke
Bryan Drewery
bdrewery at FreeBSD.org
Sun Mar 17 16:09:00 UTC 2013
Author: bdrewery
Date: Sun Mar 17 16:08:59 2013
New Revision: 314457
URL: http://svnweb.freebsd.org/changeset/ports/314457
Log:
- Take maintainership
- Allow to build when CC=clang by using USE_GCC=any
- Remove indefinite article from COMMENT
- Remove use of bsd.port.pre.mk
Modified:
head/mail/spamdyke/Makefile
Modified: head/mail/spamdyke/Makefile
==============================================================================
--- head/mail/spamdyke/Makefile Sun Mar 17 15:31:06 2013 (r314456)
+++ head/mail/spamdyke/Makefile Sun Mar 17 16:08:59 2013 (r314457)
@@ -7,8 +7,8 @@ CATEGORIES= mail
MASTER_SITES= http://www.spamdyke.org/releases/
EXTRACT_SUFX= .tgz
-MAINTAINER= ports at FreeBSD.org
-COMMENT= A filter for monitoring and intercepting SMTP connections on qmail
+MAINTAINER= bdrewery at FreeBSD.org
+COMMENT= Qmail filter for monitoring and intercepting SMTP connections
RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp
@@ -20,16 +20,13 @@ GNU_CONFIGURE= yes
ALL_TARGET= spamdyke
+USE_GCC= any
+
OPTIONS_DEFINE= TLS DEBUG DEBUG_EXCESSIVE DOCS
OPTIONS_DEFAULT= TLS
-TLS_DESC= Enable TLS support
DEBUG_DESC= Enable debugging output
-.include <bsd.port.pre.mk>
-
-.if ${CC:T:Mclang} == "clang"
-IGNORE= uses nested functions, not supported by clang
-.endif
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTLS}
CONFIGURE_ARGS+= --enable-tls
@@ -72,4 +69,4 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/spamdyke ${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list