Date: Wed, 9 Oct 2013 12:57:16 +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: r329893 - head/devel/valgrind Message-ID: <201310091257.r99CvGgd069313@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Wed Oct 9 12:57:16 2013 New Revision: 329893 URL: http://svnweb.freebsd.org/changeset/ports/329893 Log: - Convert to staging Modified: head/devel/valgrind/Makefile head/devel/valgrind/pkg-plist Modified: head/devel/valgrind/Makefile ============================================================================== --- head/devel/valgrind/Makefile Wed Oct 9 12:50:54 2013 (r329892) +++ head/devel/valgrind/Makefile Wed Oct 9 12:57:16 2013 (r329893) @@ -18,12 +18,6 @@ CONFLICTS= valgrind-snapshot-[0-9]* ONLY_FOR_ARCHS= i386 amd64 -MAN1= callgrind_control.1 \ - callgrind_annotate.1 \ - valgrind.1 \ - ms_print.1 \ - cg_annotate.1 - LIB32_PATH?= ${DESTDIR}/usr/lib32/libc.so OPTIONS_DEFINE= MPI @@ -42,7 +36,6 @@ USES= pathfix pkgconfig gmake perl5 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes PORTDOCS= html Modified: head/devel/valgrind/pkg-plist ============================================================================== --- head/devel/valgrind/pkg-plist Wed Oct 9 12:50:54 2013 (r329892) +++ head/devel/valgrind/pkg-plist Wed Oct 9 12:57:16 2013 (r329893) @@ -224,6 +224,11 @@ lib/valgrind/powerpc-altivec64l.xml %%X86%%lib/valgrind/vgpreload_memcheck-x86-freebsd.so %%MPI%%lib/valgrind/libmpiwrap-%%ARCH%%-freebsd.so libdata/pkgconfig/valgrind.pc +man/man1/callgrind_annotate.1.gz +man/man1/callgrind_control.1.gz +man/man1/cg_annotate.1.gz +man/man1/ms_print.1.gz +man/man1/valgrind.1.gz @dirrm lib/valgrind @dirrm include/valgrind/vki @dirrm include/valgrind
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310091257.r99CvGgd069313>