From owner-svn-ports-all@FreeBSD.ORG Sun Nov 3 16:21:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 734A422E; Sun, 3 Nov 2013 16:21:17 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6136625DC; Sun, 3 Nov 2013 16:21:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA3GLH9M042300; Sun, 3 Nov 2013 16:21:17 GMT (envelope-from stefan@svn.freebsd.org) Received: (from stefan@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA3GLHqh042299; Sun, 3 Nov 2013 16:21:17 GMT (envelope-from stefan@svn.freebsd.org) Message-Id: <201311031621.rA3GLHqh042299@svn.freebsd.org> From: Stefan Walter Date: Sun, 3 Nov 2013 16:21:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332623 - head/mail/spamprobe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 16:21:17 -0000 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 + +.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 +.include