aboutsummaryrefslogtreecommitdiff
path: root/net/libdnet
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-08-15 13:17:41 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-08-15 13:17:41 +0000
commit8799d36859a75337e9bcaa6b85008534f45137c4 (patch)
treeef9e4dbab294da5d806145ca7157ef130f247e4a /net/libdnet
parent67e910697be5cc68b141c86e6acff9a341077b05 (diff)
Notes
Diffstat (limited to 'net/libdnet')
-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