Date: Sun, 3 Nov 2013 16:21:17 +0000 (UTC) From: Stefan Walter <stefan@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332623 - head/mail/spamprobe Message-ID: <201311031621.rA3GLHqh042299@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311031621.rA3GLHqh042299>