svn commit: r440063 - in head/devel: valgrind valgrind-devel

Bryan Drewery bdrewery at FreeBSD.org
Wed May 3 22:07:32 UTC 2017


Author: bdrewery
Date: Wed May  3 22:07:31 2017
New Revision: 440063
URL: https://svnweb.freebsd.org/changeset/ports/440063

Log:
  Allow valgrind to build with Clang again.
  
  This resolves runtime issues with deciphering clang-built binaries
  using a newer dwarf format.
  
  Reported by:	adrian, dim

Modified:
  head/devel/valgrind-devel/Makefile
  head/devel/valgrind/Makefile

Modified: head/devel/valgrind-devel/Makefile
==============================================================================
--- head/devel/valgrind-devel/Makefile	Wed May  3 22:03:09 2017	(r440062)
+++ head/devel/valgrind-devel/Makefile	Wed May  3 22:07:31 2017	(r440063)
@@ -4,7 +4,7 @@
 PORTNAME=	valgrind
 PORTVERSION=	3.10.1.20160113
 DISTVERSIONPREFIX=	freebsd-
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ \
@@ -61,8 +61,6 @@ WRKSRC=		${WRKDIR}/${BB_ACCOUNT}-${BB_PR
 
 CONFIGURE_ENV+=	ac_cv_path_PERL=${PERL}
 
-USE_GCC=	yes
-
 .include <bsd.port.options.mk>
 
 .if ${ARCH} == "amd64"

Modified: head/devel/valgrind/Makefile
==============================================================================
--- head/devel/valgrind/Makefile	Wed May  3 22:03:09 2017	(r440062)
+++ head/devel/valgrind/Makefile	Wed May  3 22:07:31 2017	(r440063)
@@ -4,7 +4,7 @@
 PORTNAME=	valgrind
 PORTVERSION=	3.10.1.20160113
 DISTVERSIONPREFIX=	freebsd-
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ \
@@ -59,8 +59,6 @@ WRKSRC=		${WRKDIR}/${BB_ACCOUNT}-${BB_PR
 
 CONFIGURE_ENV+=	ac_cv_path_PERL=${PERL}
 
-USE_GCC=	yes
-
 .include <bsd.port.options.mk>
 
 .if ${ARCH} == "amd64"


More information about the svn-ports-all mailing list