svn commit: r332623 - head/mail/spamprobe
Stefan Walter
stefan at FreeBSD.org
Sun Nov 3 16:21:17 UTC 2013
Author: stefan
Date: Sun Nov 3 16:21:16 2013
New Revision: 332623
URL: http://svnweb.freebsd.org/changeset/ports/332623
Log:
- Enable staging.
- Mark as BROKEN on 10 as it doesn't currently compile with clang.
Modified:
head/mail/spamprobe/Makefile
Modified: head/mail/spamprobe/Makefile
==============================================================================
--- head/mail/spamprobe/Makefile Sun Nov 3 16:08:07 2013 (r332622)
+++ head/mail/spamprobe/Makefile Sun Nov 3 16:21:16 2013 (r332623)
@@ -13,8 +13,13 @@ COMMENT= Spam detector using Bayesian an
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-default-8bit
-MAN1= spamprobe.1
-PLIST_FILES= bin/spamprobe
+PLIST_FILES= bin/spamprobe man/man1/spamprobe.1.gz
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 1000024
+BROKEN= does not build with clang
+.endif
# PBL support
.if !defined(WITHOUT_PBL)
@@ -59,5 +64,4 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.endif
-NO_STAGE= yes
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list