diff options
author | pav <pav@FreeBSD.org> | 2007-10-26 21:23:30 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-10-26 21:23:30 +0800 |
commit | 34ddbb51bdfe81a09dacd50a1cbe3c5eaa68d5ab (patch) | |
tree | 74426a5aabd23064fda085b4ebc19689bf509624 /sysutils/lsof/files | |
parent | 5973405aef4e23e5fa4376c1a5e771125e3cd305 (diff) | |
download | freebsd-ports-gnome-34ddbb51bdfe81a09dacd50a1cbe3c5eaa68d5ab.tar.gz freebsd-ports-gnome-34ddbb51bdfe81a09dacd50a1cbe3c5eaa68d5ab.tar.zst freebsd-ports-gnome-34ddbb51bdfe81a09dacd50a1cbe3c5eaa68d5ab.zip |
- Update to 4.79D
PR: ports/117531
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
Diffstat (limited to 'sysutils/lsof/files')
-rw-r--r-- | sysutils/lsof/files/patch-configure | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/lsof/files/patch-configure b/sysutils/lsof/files/patch-configure deleted file mode 100644 index 540ddbd50030..000000000000 --- a/sysutils/lsof/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- ./Configure.orig 2007-10-21 08:13:35.000000000 +0400 -+++ ./Configure 2007-10-21 08:14:39.000000000 +0400 -@@ -1438,6 +1438,11 @@ - echo "!!!WARNING!!! Unsupported FreeBSD version: $LSOF_VSTR" - echo "!!!WARNING!!! Configuring for FreeBSD 7.0" - ;; -+ 8*) -+ LSOF_VERS=7000 -+ echo "!!!WARNING!!! Unsupported FreeBSD version: $LSOF_VSTR" -+ echo "!!!WARNING!!! Configuring for FreeBSD 7.0" -+ ;; - *) - echo Unknown FreeBSD release: `uname -r` - echo Assuming FreeBSD 2.x |