mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 16:51:52 -04:00
* Update to 4.94. * Update or remove patches that are included in upstream. * Fix build with Clang 11 without setting 'CFLAGS+=-fcommon' in Makefile. * Use new pwddesc structure if applicable. Change Log: https://github.com/lsof-org/lsof/releases/tag/4.94.0 Submitted by: Yasuhiro Kimura <yasu@utahime.org> PR: 251096 MFH: 2021Q1
22 lines
580 B
Text
22 lines
580 B
Text
--- Configure.orig 2020-11-10 11:00:21.000000000 -0800
|
|
+++ Configure 2021-01-29 19:04:42.100811000 -0800
|
|
@@ -1628,6 +1628,10 @@
|
|
LSOF_TSTBIGF=" "
|
|
LSOF_VERS=13000
|
|
;;
|
|
+ 14*)
|
|
+ LSOF_TSTBIGF=" "
|
|
+ LSOF_VERS=14000
|
|
+ ;;
|
|
*)
|
|
echo Unknown FreeBSD release: `uname -r`
|
|
rm -f $LSOF_HLP
|
|
@@ -1639,7 +1643,7 @@
|
|
# Clear LSOF_UNSUP message for supported versions of FreeBSD.
|
|
|
|
case $LSOF_VERS in # {
|
|
- 4090|8020|8030|8040|9000|10000|11000|12000|13000)
|
|
+ 4090|8020|8030|8040|9000|10000|11000|12000|13000|14000)
|
|
LSOF_UNSUP=""
|
|
;;
|
|
esac # }
|