mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Update to 20060622:
* add support for FreeBSD 6.x * drop support for FreeBSD 4.x, 5.x
This commit is contained in:
parent
159a4dee18
commit
4fe88e3280
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166037
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pmap
|
||||
PORTVERSION= 20040420
|
||||
PORTVERSION= 20060622
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/pmap/
|
||||
|
||||
@ -23,17 +23,17 @@ MANCOMPRESSED= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
BROKEN= "Currently does not support -CURRENT"
|
||||
.if ${OSVERSION} >= 700000
|
||||
BROKEN= Currently does not support -CURRENT
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 450000
|
||||
IGNORE= Not supported on systems prior to 4.5
|
||||
.if ${OSVERSION} < 600000
|
||||
IGNORE= not supported on systems prior to 6.0
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
.if !exists(${SRC_BASE}/sys/Makefile)
|
||||
IGNORE= This port requires kernel sources
|
||||
IGNORE= requires kernel sources
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (pmap-20040420.tar.gz) = 38e0d7cd6d7c06dabbcbd9d49d718d6a
|
||||
SHA256 (pmap-20040420.tar.gz) = 64718230c81d2ff2c32632e84ea4a880667e32361d67da41672274a183062a14
|
||||
SIZE (pmap-20040420.tar.gz) = 14424
|
||||
MD5 (pmap-20060622.tar.gz) = e485bd26eaf6ee733ecb99b035ae2f10
|
||||
SHA256 (pmap-20060622.tar.gz) = f4e7dce4d502b7d35baaaec3734a4efaad575d238e8e4fdafd68aa40aeea9e39
|
||||
SIZE (pmap-20060622.tar.gz) = 11716
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/dump_vmspace
|
||||
bin/pmap
|
||||
@cwd /
|
||||
%%KMODDIR%%/pmap_helper.ko
|
||||
|
Loading…
Reference in New Issue
Block a user