mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
updated to the latest package to fix a compilation error by gcc42
This commit is contained in:
parent
ae012243f6
commit
3cbd29d94b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179745
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -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)
|
||||
|
@ -4,6 +4,7 @@ etc/mfc.conf.sample
|
||||
bin/mtrace6
|
||||
bin/mcastread
|
||||
bin/mcastsend
|
||||
bin/pmsft
|
||||
sbin/mfc
|
||||
sbin/pim6dd
|
||||
sbin/pim6sd
|
||||
|
Loading…
Reference in New Issue
Block a user