Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2007 07:10:06 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 130615 for review
Message-ID:  <200712110710.lBB7A6XD045641@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=130615

Change 130615 by imp@imp_mbp on 2007/12/11 07:10:03

	IPFILTER can't default to both YES and NO, so default it to yes
	for the moment.
	
	# Haven't checked the base FreeBSD yet to see if this is the
	# right way to resolve the conflict.

Affected files ...

.. //depot/projects/arm/src/share/mk/bsd.own.mk#17 edit

Differences ...

==== //depot/projects/arm/src/share/mk/bsd.own.mk#17 (text+ko) ====

@@ -387,8 +387,7 @@
 .for var in \
     BIND_LIBS \
     HESIOD \
-    IDEA \
-    IPFILTER
+    IDEA
 .if defined(WITH_${var}) && defined(WITHOUT_${var})
 .error WITH_${var} and WITHOUT_${var} can't both be set.
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712110710.lBB7A6XD045641>