mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Update to 2.25
Changes: https://github.com/stealth/libusipp/commits/master
This commit is contained in:
parent
17f1801414
commit
7667922af2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556353
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libusipp
|
||||
PORTVERSION= 2.24
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.25
|
||||
DISTVERSIONPREFIX= libusipp-
|
||||
DISTVERSIONSUFFIX= s
|
||||
CATEGORIES= net
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1549818671
|
||||
SHA256 (stealth-libusipp-libusipp-2.24s_GH0.tar.gz) = da7703df75ba17cde726b1df85067627229b829893583c27fe082d77c505ed96
|
||||
SIZE (stealth-libusipp-libusipp-2.24s_GH0.tar.gz) = 69940
|
||||
TIMESTAMP = 1606307693
|
||||
SHA256 (stealth-libusipp-libusipp-2.25s_GH0.tar.gz) = 72ad2fc418c16d3f7f19cbf3d307c0fd7add171d421b98f7804d69cfd628994b
|
||||
SIZE (stealth-libusipp-libusipp-2.25s_GH0.tar.gz) = 69624
|
||||
|
18
net/libusipp/files/patch-configure.ac
Normal file
18
net/libusipp/files/patch-configure.ac
Normal file
@ -0,0 +1,18 @@
|
||||
--- configure.ac.orig 2020-11-20 08:51:56 UTC
|
||||
+++ configure.ac
|
||||
@@ -71,15 +71,6 @@ AC_TYPE_SIZE_T
|
||||
# Checks for library functions.
|
||||
AC_CHECK_FUNCS([gethostbyaddr gethostbyname gethostname inet_ntoa memset select socket strerror])
|
||||
|
||||
-r=`grep DLT_IEEE802_11_RADIO /usr/local/include/pcap/*.h /usr/include/pcap/*.h 2>/dev/null`
|
||||
-case "$r" in
|
||||
- *DLT_IEEE802_11_RADIO*)
|
||||
- AC_DEFINE([HAVE_RADIOTAP], [1], [Define if radiotap exists.])
|
||||
- echo "Enabling 80211 radiotap"
|
||||
- ;;
|
||||
- *)
|
||||
-esac
|
||||
-
|
||||
r=`grep pcap_set_immediate_mode /usr/local/include/pcap/pcap.h /usr/include/pcap/pcap.h 2>/dev/null`
|
||||
case "$r" in
|
||||
*pcap_set_immediate*)
|
@ -1,10 +0,0 @@
|
||||
--- ipcomp.cc.orig 2017-10-05 11:20:24 UTC
|
||||
+++ ipcomp.cc
|
||||
@@ -18,6 +18,7 @@
|
||||
* along with libusi++. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
+#include <cstring>
|
||||
#include "usi++/usi++.h"
|
||||
#include "usi++/ipcomp.h"
|
||||
#include "usi++/RX.h"
|
@ -23,7 +23,6 @@ include/usi++/ipcomp.h
|
||||
include/usi++/misc.h
|
||||
include/usi++/object.h
|
||||
include/usi++/radiotap.h
|
||||
include/usi++/refcount.h
|
||||
include/usi++/tcp.h
|
||||
include/usi++/udp.h
|
||||
include/usi++/usi++.h
|
||||
|
Loading…
Reference in New Issue
Block a user