svn commit: r341969 - head/dns/bind98

Mathieu Arnold mat at FreeBSD.org
Fri Jan 31 09:50:57 UTC 2014


Author: mat
Date: Fri Jan 31 09:50:56 2014
New Revision: 341969
URL: http://svnweb.freebsd.org/changeset/ports/341969
QAT: https://qat.redports.org/buildarchive/r341969/

Log:
  Note that the RPZRRL patch doesn't work yet with that release.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind98/Makefile

Modified: head/dns/bind98/Makefile
==============================================================================
--- head/dns/bind98/Makefile	Fri Jan 31 09:46:46 2014	(r341968)
+++ head/dns/bind98/Makefile	Fri Jan 31 09:50:56 2014	(r341969)
@@ -116,6 +116,10 @@ CONFIGURE_ARGS+=	--enable-threads
 CONFIGURE_ARGS+=	--disable-threads
 .endif
 
+.if ${PORT_OPTIONS:MRPZRRL_PATCH}
+BROKEN=	waiting on an updated patch
+.endif
+
 .if ${PORT_OPTIONS:MGSSAPI}
 .if defined(HEIMDAL_HOME)
 LDFLAGS+=		-L${LIBDIR} -lgssapi -lkrb5


More information about the svn-ports-all mailing list