From c55f58604d3dfa04372cb9d44e7a7beaa7af07b7 Mon Sep 17 00:00:00 2001 From: angelos Date: Sat, 1 Jul 2000 19:58:04 +0000 Subject: [PATCH] Forgot to remove this when updated to 4.50 --- sysutils/lsof/patches/patch-ac | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 sysutils/lsof/patches/patch-ac diff --git a/sysutils/lsof/patches/patch-ac b/sysutils/lsof/patches/patch-ac deleted file mode 100644 index 4c8482b22a0..00000000000 --- a/sysutils/lsof/patches/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ ---- Configure.orig Sat Apr 22 16:16:09 2000 -+++ Configure Sat Apr 22 16:16:11 2000 -@@ -1981,6 +1981,9 @@ - 2.6*) - LSOF_VERS=2060 - ;; -+ 2.7*) -+ LSOF_VERS=2070 -+ ;; - *) - echo Unknown OpenBSD release: `uname -r` - echo Assuming OpenBSD 1.2 -@@ -1992,7 +1995,7 @@ - # Test for legal OpenBSD version. - - case $LSOF_VERS in # { -- 1020|2000|2010|2020|2030|2040|2050|2060) -+ 1020|2000|2010|2020|2030|2040|2050|2060|2070) - ;; - *) - echo "Unsupported OpenBSD version: $LSOF_VERS"