1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

net/lft: Update to 3.91

This commit is contained in:
Babak Farrokhi 2020-05-22 23:05:29 +00:00
parent dfdd204645
commit 8a3758952b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536248
4 changed files with 4 additions and 26 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lft
PORTVERSION= 3.8
PORTVERSION= 3.91
PORTEPOCH= 2
CATEGORIES= net
MASTER_SITES= http://pwhois.org/get/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1526848273
SHA256 (lft-3.8.tar.gz) = 10f427e77b0f8207817329bd8ef0310078434612620073369264d15e6f97e990
SIZE (lft-3.8.tar.gz) = 376731
TIMESTAMP = 1590188191
SHA256 (lft-3.91.tar.gz) = aad13e671adcfc471ab99417161964882d147893a54664f3f465ec5c8398e6af
SIZE (lft-3.91.tar.gz) = 377135

View File

@ -1,11 +0,0 @@
--- lft_lib.h.orig 2017-07-04 09:02:47 UTC
+++ lft_lib.h
@@ -277,7 +277,7 @@ typedef struct _incomicmpicmp
#define EVT_INCOMING_ICMP_ICMP 75
#define EVT_RCVD_ICMP_ICMP 76
-#if defined(BSD_IP_STACK) && !defined(OPENBSD)
+#if defined(BSD_IP_STACK) && !defined(OPENBSD) && !defined(__FreeBSD__)
#define SCREWED_IP_LEN
#endif

View File

@ -1,11 +0,0 @@
--- lft_types.h.orig 2016-05-02 14:31:54 UTC
+++ lft_types.h
@@ -101,7 +101,7 @@ typedef signed long n_time;
#if !defined(DARWIN) && !defined(NETBSD)
#define HAVE_SNPRINTF
#define HAVE_VSNPRINTF
-#if !defined(OPENBSD)
+#if !defined(OPENBSD) && !defined(__FreeBSD__)
#include <pcap-int.h>
#endif
#endif