svn commit: r425249 - head/mail/bogofilter

Mark Linimon linimon at FreeBSD.org
Thu Nov 3 16:18:48 UTC 2016


Author: linimon
Date: Thu Nov  3 16:18:46 2016
New Revision: 425249
URL: https://svnweb.freebsd.org/changeset/ports/425249

Log:
  Now builds on sparc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/mail/bogofilter/Makefile

Modified: head/mail/bogofilter/Makefile
==============================================================================
--- head/mail/bogofilter/Makefile	Thu Nov  3 16:16:54 2016	(r425248)
+++ head/mail/bogofilter/Makefile	Thu Nov  3 16:18:46 2016	(r425249)
@@ -43,10 +43,6 @@ TEST_TARGET=	check
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "sparc64"
-BROKEN=		Fails to package on sparc64: fails self-tests
-.endif
-
 BF_LIBS?=		-l${BDB_LIB_NAME}
 BF_CPPFLAGS?=		-I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include
 CONFIGURE_ARGS+=	--sysconfdir=${PREFIX}/etc


More information about the svn-ports-all mailing list