mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
valgrind installs different files on RELENG_4 & RELENG_5, add some
PLIST_SUB to deal with that.
This commit is contained in:
parent
b10036a482
commit
e90cae0339
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115207
@ -26,6 +26,14 @@ USE_PERL5_BUILD=yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
PLIST_SUB+= RELENG_5=""
|
||||
PLIST_SUB+= RELENG_4="@comment "
|
||||
.else
|
||||
PLIST_SUB+= RELENG_4=""
|
||||
PLIST_SUB+= RELENG_5="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= "can\'t be built. Your Perl version is too old. Please use lang/perl5.8 port to upgrade your Perl"
|
||||
.endif
|
||||
|
@ -11,12 +11,13 @@ lib/valgrind/default.supp
|
||||
lib/valgrind/glibc-2.1.supp
|
||||
lib/valgrind/glibc-2.2.supp
|
||||
lib/valgrind/glibc-2.3.supp
|
||||
lib/valgrind/libc_r.so.5
|
||||
lib/valgrind/libkse.so.1
|
||||
%%RELENG_4%%lib/valgrind/libc_r.so.4
|
||||
%%RELENG_5%%lib/valgrind/libc_r.so.5
|
||||
%%RELENG_5%%lib/valgrind/libkse.so.1
|
||||
lib/valgrind/libpthread.so
|
||||
lib/valgrind/libpthread.so.0
|
||||
lib/valgrind/libpthread.so.1
|
||||
lib/valgrind/libthr.so.1
|
||||
%%RELENG_5%%lib/valgrind/libpthread.so.1
|
||||
%%RELENG_5%%lib/valgrind/libthr.so.1
|
||||
lib/valgrind/stage2
|
||||
lib/valgrind/valgrind
|
||||
lib/valgrind/vg_inject.so
|
||||
|
Loading…
Reference in New Issue
Block a user