diff options
author | atatat <atatat@pkgsrc.org> | 2005-03-19 19:47:33 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2005-03-19 19:47:33 +0000 |
commit | 848d548ad4f71a43c95b889e719d2c212507f09b (patch) | |
tree | bf79a1273f1fd3ab6928bd2d52f5b78ef3e73359 /sysutils/lsof/patches | |
parent | 5802bba69a2878ad42dc0aa0f4bc5c0d15618c77 (diff) | |
download | pkgsrc-848d548ad4f71a43c95b889e719d2c212507f09b.tar.gz |
Fix lsof build on NetBSD 3.99.1
Diffstat (limited to 'sysutils/lsof/patches')
-rw-r--r-- | sysutils/lsof/patches/patch-ab | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/lsof/patches/patch-ab b/sysutils/lsof/patches/patch-ab new file mode 100644 index 00000000000..219512247fe --- /dev/null +++ b/sysutils/lsof/patches/patch-ab @@ -0,0 +1,26 @@ +$NetBSD: patch-ab,v 1.34 2005/03/19 19:47:33 atatat Exp $ + +Fix build on 3.99.x current. + +--- Configure.orig 2005-01-17 08:24:32.000000000 -0500 ++++ Configure +@@ -2355,6 +2355,10 @@ return(0); } + echo "!!!WARNING!!! Unsupported NetBSD version: $LSOF_VSTR" + echo "!!!WARNING!!! Configuring for NetBSD 2.0" + ;; ++ 3.99.*) ++ LSOF_TSTBIGF=" " ++ LSOF_VERS="3099000" ++ ;; + *) + echo "Unknown NetBSD release: $LSOF_VSTR" + echo Assuming NetBSD 1.6 +@@ -2368,6 +2372,8 @@ return(0); } + case $LSOF_VERS in # { + 1002000|1003000|1004000|1005000|1006000|2000000|2099009|2099010|2099011) + ;; ++ 3099000) ++ ;; + *) + echo "Unknown NetBSD version: $LSOF_VERS" + rm -f $LSOF_HLP |