Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2017 22:07:31 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440063 - in head/devel: valgrind valgrind-devel
Message-ID:  <201705032207.v43M7Veh093425@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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