summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsuz <suz@FreeBSD.org>2006-12-14 12:44:50 +0000
committersuz <suz@FreeBSD.org>2006-12-14 12:44:50 +0000
commit48b1ea292b9400eabadf509a174014d562da5125 (patch)
tree173acfbefde25b3cb3c8a96207abb80ad1fd628b /net
parentdee079ae5174d2d328fb838090218bcb4f2a3d86 (diff)
downloadFreeBSD-ports-48b1ea292b9400eabadf509a174014d562da5125.zip
FreeBSD-ports-48b1ea292b9400eabadf509a174014d562da5125.tar.gz
updated to the latest package to fix a compilation error by gcc42
Diffstat (limited to 'net')
-rw-r--r--net/mcast-tools/Makefile4
-rw-r--r--net/mcast-tools/distinfo6
-rw-r--r--net/mcast-tools/files/patch-configure19
-rw-r--r--net/mcast-tools/pkg-descr9
-rw-r--r--net/mcast-tools/pkg-plist1
5 files changed, 11 insertions, 28 deletions
diff --git a/net/mcast-tools/Makefile b/net/mcast-tools/Makefile
index 5f3d130..7dca7f5 100644
--- a/net/mcast-tools/Makefile
+++ b/net/mcast-tools/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mcast-tools
-PORTVERSION= 20050926
+PORTVERSION= 20061214
PORTREVISION= 0
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -20,7 +20,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS=
CONFIGURE_ENV=
-MAN1= mcastread.1 mcastsend.1 pim6stat.1
+MAN1= mcastread.1 mcastsend.1 pim6stat.1 pmsft.1
MAN5= pim6dd.conf.5 pim6sd.conf.5
MAN8= mfc.8 mtrace6.8 pim6dd.8 pim6sd.8
diff --git a/net/mcast-tools/distinfo b/net/mcast-tools/distinfo
index 7743f01..69e4320 100644
--- a/net/mcast-tools/distinfo
+++ b/net/mcast-tools/distinfo
@@ -1,3 +1,3 @@
-MD5 (mcast-tools-20050926.tar.gz) = b02dc7f0842cf38df771d2aefd54ecc6
-SHA256 (mcast-tools-20050926.tar.gz) = f8b9104f2ab449f08794daaf44f55730a90e7289f9f3d254ebb0b5c070c864db
-SIZE (mcast-tools-20050926.tar.gz) = 457037
+MD5 (mcast-tools-20061214.tar.gz) = a749e1218b3950f5c9caa73c8bba16b9
+SHA256 (mcast-tools-20061214.tar.gz) = a34a8290983023df843874fa52386ebef79ebccb4b8155139212979326ca14f4
+SIZE (mcast-tools-20061214.tar.gz) = 395708
diff --git a/net/mcast-tools/files/patch-configure b/net/mcast-tools/files/patch-configure
deleted file mode 100644
index 68b747a..0000000
--- a/net/mcast-tools/files/patch-configure
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.orig Tue Nov 22 00:31:28 2005
-+++ configure Tue Nov 22 00:31:40 2005
-@@ -7357,7 +7357,7 @@
- fi
-
-
-- ac_config_files="$ac_config_files Makefile mcastread/Makefile mcastsend/Makefile mfc/Makefile mtrace6/Makefile pim6dd/Makefile pim6sd/Makefile pmsft/Makefile"
-+ ac_config_files="$ac_config_files Makefile mcastread/Makefile mcastsend/Makefile mfc/Makefile mtrace6/Makefile pim6dd/Makefile pim6sd/Makefile"
-
- cat >confcache <<\_ACEOF
- # This file is a shell script that caches the results of configure
-@@ -7915,7 +7915,6 @@
- "mtrace6/Makefile" ) CONFIG_FILES="$CONFIG_FILES mtrace6/Makefile" ;;
- "pim6dd/Makefile" ) CONFIG_FILES="$CONFIG_FILES pim6dd/Makefile" ;;
- "pim6sd/Makefile" ) CONFIG_FILES="$CONFIG_FILES pim6sd/Makefile" ;;
-- "pmsft/Makefile" ) CONFIG_FILES="$CONFIG_FILES pmsft/Makefile" ;;
- "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
- "include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
- *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
diff --git a/net/mcast-tools/pkg-descr b/net/mcast-tools/pkg-descr
index 4caa185..c408b12 100644
--- a/net/mcast-tools/pkg-descr
+++ b/net/mcast-tools/pkg-descr
@@ -3,19 +3,20 @@ comprising the following programs.
- mcastread
an IPv6 multicast receiver
-
- mcastsend
an IPv6 multicast sender
-
- mfc
an IPv6 multicast routing daemon, which only supports static
multicast routing.
-
- pim6sd
an IPv6 multicast routing daemon, which supports PIM-SM
(Protocol Independent Multicast Sparse-Mode Version 2), and
PIM-SSM (Source-Specific Multicast using PIM-SM)
-
- pim6dd
an IPv6 multicast routing daemon, which supports PIM-DM
(Protocol Independent Multicast Dense-Mode Version 2)
+ - pmsft
+ a test program for Multicast Source Filter (MSF) using APIs
+ specified in Socket Interface Extention for MSF (RFC3678).
+ (on a non-IGMPv3/MLDv2-aware kernel, only join/leave
+ operation is supported)
diff --git a/net/mcast-tools/pkg-plist b/net/mcast-tools/pkg-plist
index 73c00e1..e61638a 100644
--- a/net/mcast-tools/pkg-plist
+++ b/net/mcast-tools/pkg-plist
@@ -4,6 +4,7 @@ etc/mfc.conf.sample
bin/mtrace6
bin/mcastread
bin/mcastsend
+bin/pmsft
sbin/mfc
sbin/pim6dd
sbin/pim6sd
OpenPOWER on IntegriCloud