aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2004-08-15 21:17:41 +0800
committervanilla <vanilla@FreeBSD.org>2004-08-15 21:17:41 +0800
commita6feb183cf952cb218919519fda89d786702f6fa (patch)
treec4b9267c2c61eebc753a2655b63f6f7e9b15ee5e /net
parent68115d4fd405a351abdde81a6223cb46c74e593a (diff)
downloadfreebsd-ports-gnome-a6feb183cf952cb218919519fda89d786702f6fa.tar.gz
freebsd-ports-gnome-a6feb183cf952cb218919519fda89d786702f6fa.tar.zst
freebsd-ports-gnome-a6feb183cf952cb218919519fda89d786702f6fa.zip
Upgrade to 1.8.
PR: ports/70472 Submitted by: Yonatan Yonatan.at.Xpert.dot.com>
Diffstat (limited to 'net')
-rw-r--r--net/libdnet/Makefile16
-rw-r--r--net/libdnet/distinfo4
-rw-r--r--net/libdnet/files/configure.patch11
3 files changed, 6 insertions, 25 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile
index 8603cb9e7759..5bbc98aa9030 100644
--- a/net/libdnet/Makefile
+++ b/net/libdnet/Makefile
@@ -6,26 +6,18 @@
#
PORTNAME= libdnet
-PORTVERSION= 1.7
-PORTREVISION= 1
+PORTVERSION= 1.8
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= yonatan@xpert.com
COMMENT= A simple interface to low level networking routines
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -fPIC"
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500037
-EXTRA_PATCHES= ${PATCHDIR}/configure.patch
-.endif
+USE_GMAKE= yes
MAN3= dnet.3
MAN8= dnet.8
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net/libdnet/distinfo b/net/libdnet/distinfo
index b80f297016b2..dbd4ef412bf0 100644
--- a/net/libdnet/distinfo
+++ b/net/libdnet/distinfo
@@ -1,2 +1,2 @@
-MD5 (libdnet-1.7.tar.gz) = e0680e7375dd733f50466fcd4ac5e203
-SIZE (libdnet-1.7.tar.gz) = 160062
+MD5 (libdnet-1.8.tar.gz) = 187054990cd8e4e1aa6845912b34236d
+SIZE (libdnet-1.8.tar.gz) = 400246
diff --git a/net/libdnet/files/configure.patch b/net/libdnet/files/configure.patch
deleted file mode 100644
index 782ed8707b99..000000000000
--- a/net/libdnet/files/configure.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Tue Aug 19 13:57:02 2003
-+++ configure Tue Aug 19 13:57:21 2003
-@@ -4609,8 +4609,6 @@
-
- if test "$ac_cv_header_net_pfvar_h" = yes ; then
- LIBOBJS="$LIBOBJS fw-pf.$ac_objext"
--elif test "$ac_cv_header_netinet_ip_fw_h" = yes ; then
-- LIBOBJS="$LIBOBJS fw-ipfw.$ac_objext"
- elif test "$ac_cv_header_netinet_ip_fil_h" = yes ; then
- LIBOBJS="$LIBOBJS fw-ipf.$ac_objext"
- elif test "$ac_cv_header_linux_ip_fw_h" = yes ; then