- Convert to staging
This commit is contained in:
parent
df2ccd0147
commit
7f42f8e737
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329893
2 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue