svn commit: r302785 - head/devel/valgrind

Erwin Lansing erwin at FreeBSD.org
Mon Aug 20 07:23:20 UTC 2012


Author: erwin
Date: Mon Aug 20 07:23:19 2012
New Revision: 302785
URL: http://svn.freebsd.org/changeset/ports/302785

Log:
  Mark BROKEN on i386: leaves files behind on deinstallation
  
  Submitted by:	pointyhat

Modified:
  head/devel/valgrind/Makefile   (contents, props changed)

Modified: head/devel/valgrind/Makefile
==============================================================================
--- head/devel/valgrind/Makefile	Mon Aug 20 07:11:28 2012	(r302784)
+++ head/devel/valgrind/Makefile	Mon Aug 20 07:23:19 2012	(r302785)
@@ -46,6 +46,10 @@ post-install:
 
 .include <bsd.port.pre.mk>
 
+.if ${ARCH} == "i386"
+BROKEN=		leaves files behind on deinstallation
+.endif
+
 .if ${OSVERSION} < 700104
 IGNORE=	your FreeBSD version is not supported
 .endif



More information about the svn-ports-head mailing list