Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 03:44:26 +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: r350881 - head/devel/valgrind-devel
Message-ID:  <201404110344.s3B3iQ8j006464@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Apr 11 03:44:26 2014
New Revision: 350881
URL: http://svnweb.freebsd.org/changeset/ports/350881
QAT: https://qat.redports.org/buildarchive/r350881/

Log:
  - Convert to USES=tar
  - Mark BROKEN on amd64:
  
    mv -f priv/.deps/libvex_amd64_freebsd_a-guest_x86_toIR.Tpo priv/.deps/libvex_amd64_freebsd_a-guest_x86_toIR.Po
    cc -DHAVE_CONFIG_H -I. -I..  -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_freebsd=1 -DVGP_amd64_freebsd=1 -DVGPV_amd64_freebsd_vanilla=1 -Ipriv  -m64 -fomit-frame-pointer -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -O2 -pipe -fno-strict-aliasing -Wwrite-strings -fno-stack-protector -MT priv/libvex_amd64_freebsd_a-guest_amd64_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_freebsd_a-guest_amd64_helpers.Tpo -c -o priv/libvex_amd64_freebsd_a-guest_amd64_helpers.o `test -f 'priv/guest_amd64_helpers.c' || echo './'`priv/guest_amd64_helpers.c
    {standard input}: Assembler messages:
    {standard input}:1524: Error: no such instruction: `rdtscp'
    gmake[3]: *** [priv/libvex_amd64_freebsd_a-guest_amd64_helpers.o] Error 1
    gmake[3]: Leaving directory `/wrkdirs/usr/ports/devel/valgrind-devel/work/valgrind-freebsd-3.9.0.rc1/VEX'
    gmake[2]: *** [install] Error 2

Modified:
  head/devel/valgrind-devel/Makefile

Modified: head/devel/valgrind-devel/Makefile
==============================================================================
--- head/devel/valgrind-devel/Makefile	Fri Apr 11 03:38:15 2014	(r350880)
+++ head/devel/valgrind-devel/Makefile	Fri Apr 11 03:44:26 2014	(r350881)
@@ -35,8 +35,7 @@ MPI_DESC=	Enable build of MPI wrappers
 MPI_LIB_DEPENDS=	mpich:${PORTSDIR}/net/mpich2
 
 OPTIONS_SUB=	yes
-USE_BZIP2=	yes
-USES=		pathfix pkgconfig gmake perl5 shebangfix
+USES=		pathfix pkgconfig gmake perl5 shebangfix tar:bzip2
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
@@ -47,6 +46,8 @@ WRKSRC=		${WRKDIR}/${DISTNAME}
 
 CONFIGURE_ENV+=	ac_cv_path_PERL=${PERL}
 
+BROKEN_amd64=	Fails to build
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:M32BIT}



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