svn commit: r398555 - head/news/suck

Antoine Brodin antoine at FreeBSD.org
Sat Oct 3 20:52:36 UTC 2015


Author: antoine
Date: Sat Oct  3 20:52:35 2015
New Revision: 398555
URL: https://svnweb.freebsd.org/changeset/ports/398555

Log:
  Move BROKEN to the correct place, suck-cnews slave builds fine
  
  MFH:	2015Q4

Modified:
  head/news/suck/Makefile

Modified: head/news/suck/Makefile
==============================================================================
--- head/news/suck/Makefile	Sat Oct  3 20:47:15 2015	(r398554)
+++ head/news/suck/Makefile	Sat Oct  3 20:52:35 2015	(r398555)
@@ -13,8 +13,6 @@ PKGNAMESUFFIX?=	${CNEWS_SUFFIX}${PKGNAME
 MAINTAINER=	dinoex at FreeBSD.org
 COMMENT=	Receives/sends news to/from localhost via NNTP
 
-BROKEN=		fails to link
-
 CONFLICTS?=	suckblow-1.*
 
 USES=		gmake shebangfix
@@ -50,6 +48,7 @@ CONFLICTS+=	suck-4.*
 .endif
 
 .if ${PORT_OPTIONS:MINN}
+BROKEN=		fails to link
 CFLAGS+=	-DNO_CONFIGDATA -I${LOCALBASE}/include/inn
 MAKE_ENV+=	DB_TYPE="-DUSE_INN23 -DDO_TAGGED_HASH"
 MAKE_ENV+=	DB_LIB="-linn -lstorage"


More information about the svn-ports-all mailing list