mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Fix Configure on 8-CURRENT
PR: 117370 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: maintainer
This commit is contained in:
parent
08210fc370
commit
c1701bed1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201983
2 changed files with 15 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= lsof
|
||||
PORTVERSION= 4.79C
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
|
||||
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \
|
||||
|
|
14
sysutils/lsof/files/patch-configure
Normal file
14
sysutils/lsof/files/patch-configure
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- ./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
|
Loading…
Add table
Reference in a new issue