svn commit: r349578 - head/news/fidogate-ds

Adam Weinberger adamw at FreeBSD.org
Sat Mar 29 17:53:54 UTC 2014


Author: adamw
Date: Sat Mar 29 17:53:54 2014
New Revision: 349578
URL: http://svnweb.freebsd.org/changeset/ports/349578
QAT: https://qat.redports.org/buildarchive/r349578/

Log:
  --with-news makes configure barf. Only use --without-news and --with-newsbindir=

Modified:
  head/news/fidogate-ds/Makefile

Modified: head/news/fidogate-ds/Makefile
==============================================================================
--- head/news/fidogate-ds/Makefile	Sat Mar 29 17:45:44 2014	(r349577)
+++ head/news/fidogate-ds/Makefile	Sat Mar 29 17:53:54 2014	(r349578)
@@ -55,8 +55,8 @@ DESCDIR_CONFIGURE_ENABLE=	desc-dir
 DNT_NETMAIL_CONFIGURE_ENABLE=	dnt-netmail
 FMSGID_CONFIGURE_ENABLE=	fs-msgid
 INN_BUILD_DEPENDS=			${LOCALBASE}/news/bin/innconfval:${PORTSDIR}/news/inn
-INN_CONFIGURE_WITH=			news
 INN_CONFIGURE_ON=			--with-newsbindir=${LOCALBASE}/news/bin
+INN_CONFIGURE_OFF=			--without-news
 NFS_LOCK_CONFIGURE_ENABLE=	nfs-safe-lock
 
 CONFIGURE_ARGS+=	--libexec=${PREFIX}/libexec/fidogate \


More information about the svn-ports-all mailing list