[ports/databases/sqlite3] WITH_GCOV breaks ports/security/nss

Norikatsu Shigemura nork at FreeBSD.org
Fri Dec 10 17:46:12 UTC 2010


Hi sqlite3 maintainer.

	I confirmed that I couldn't compile security/nss by databases/sqlite3
	WITH_GCOV.  So I suggest that it should be BROKEN.  How about
	do you think?

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
--- Makefile.orig	2010-11-14 01:21:33.499802000 +0900
+++ Makefile	2010-12-11 02:45:34.073992291 +0900
@@ -53,7 +53,7 @@
 		EXTENSION	"Allow loadable extensions"		on \
 		TCLWRAPPER	"Enable TCL wrapper"			off \
 		DEBUG		"Enable debugging & verbose explain"	off \
-		GCOV		"Enable coverage testing using gcov"	off \
+		GCOV		"Enable coverage testing using gcov (broken)"	off \
 
 .include <bsd.port.options.mk>
 
@@ -78,6 +78,7 @@
 .if defined(WITH_GCOV)
 CONFIGURE_ARGS+=	--enable-gcov
 LDFLAGS+=		-fstack-protector
+BROEKN=			WITH_GCOV breaks security/nss.
 .endif
 
 .if defined(WITH_MEMMAN)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


-- 
Norikatsu Shigemura <nork at FreeBSD.org>


More information about the freebsd-ports mailing list