diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 08:41:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 08:41:11 +0800 |
commit | 08401ab584679ba575474618aea9ae870cf34d1a (patch) | |
tree | 89d01ce199123abe4719175bfd08a04f821a557e /devel/valgrind | |
parent | ab5645fbd297bdc50871bb1ce38ca93beddae3c4 (diff) | |
download | freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.tar.gz freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.tar.zst freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'devel/valgrind')
-rw-r--r-- | devel/valgrind/Makefile | 14 | ||||
-rw-r--r-- | devel/valgrind/pkg-plist | 1 |
2 files changed, 1 insertions, 14 deletions
diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index 5a74afb3e3a3..091adbc89647 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -29,29 +29,17 @@ USE_PERL5_BUILD=yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700000 -PLIST_SUB+= RELENG_4="@comment " PLIST_SUB+= RELENG_5="@comment " PLIST_SUB+= RELENG_6="@comment " PLIST_SUB+= RELENG_7="" -.else -.if ${OSVERSION} >= 600000 -PLIST_SUB+= RELENG_4="@comment " +.elif ${OSVERSION} >= 600000 PLIST_SUB+= RELENG_5="@comment " PLIST_SUB+= RELENG_6="" PLIST_SUB+= RELENG_7="@comment " .else -.if ${OSVERSION} >= 500000 -PLIST_SUB+= RELENG_4="@comment " PLIST_SUB+= RELENG_5="" PLIST_SUB+= RELENG_6="@comment " PLIST_SUB+= RELENG_7="@comment " -.else -PLIST_SUB+= RELENG_4="" -PLIST_SUB+= RELENG_5="@comment " -PLIST_SUB+= RELENG_6="@comment " -PLIST_SUB+= RELENG_7="@comment " -.endif -.endif .endif PROCFS!= /sbin/mount | ${GREP} '^procfs' | ${AWK} '{print $1}' diff --git a/devel/valgrind/pkg-plist b/devel/valgrind/pkg-plist index 213c0d4828c1..34d0a398cd03 100644 --- a/devel/valgrind/pkg-plist +++ b/devel/valgrind/pkg-plist @@ -12,7 +12,6 @@ lib/valgrind/default.supp lib/valgrind/glibc-2.1.supp lib/valgrind/glibc-2.2.supp lib/valgrind/glibc-2.3.supp -%%RELENG_4%%lib/valgrind/libc_r.so.4 %%RELENG_5%%lib/valgrind/libc_r.so.5 %%RELENG_5%%lib/valgrind/libkse.so.1 %%RELENG_5%%lib/valgrind/libpthread.so.1 |