Beacon v1.3-0 July 15, 2005

* Cleaned up socket code to separate TCP and UDP socket handling.
  Connections are now far more robust.
This commit is contained in:
pettai 2010-03-14 10:59:14 +00:00
parent 6df8ff0fe4
commit b449531015
5 changed files with 19 additions and 48 deletions

View file

@ -1,15 +1,14 @@
# $NetBSD: Makefile,v 1.12 2009/05/21 11:25:12 zafer Exp $
# $NetBSD: Makefile,v 1.13 2010/03/14 10:59:14 pettai Exp $
#
DISTNAME= beacon-1.1-0
PKGNAME= beacon-1.1.0
PKGREVISION= 4
DISTNAME= beacon-1.3
CATEGORIES= mbone
MASTER_SITES= ${MASTER_SITE_FREEBSD}
MAINTAINER= pkgsrc-users@NetBSD.org
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://dast.nlanr.net/Projects/Beacon/
COMMENT= Multicast supervision tool
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir

View file

@ -1,9 +1,7 @@
$NetBSD: distinfo,v 1.4 2008/06/21 17:58:17 joerg Exp $
$NetBSD: distinfo,v 1.5 2010/03/14 10:59:14 pettai Exp $
SHA1 (beacon-1.1-0.tar.gz) = f6d5e88e00d26e53df8c9742e7454b84d72e0911
RMD160 (beacon-1.1-0.tar.gz) = efa8097288b110572f5e2f0a1bed5ed8532a28bd
Size (beacon-1.1-0.tar.gz) = 247815 bytes
SHA1 (patch-aa) = 30e80b4a0f9dedfd7c4149b3d32d820ac17707c8
SHA1 (patch-ab) = 749360884745c5f2138b3ab2829a682bdd73d79a
SHA1 (patch-ac) = e7ba066f09382ff27ad93ce9e5731a4028290a88
SHA1 (beacon-1.3.tar.gz) = 3c899161df370f8858d6a2ca499ab2b783c6892d
RMD160 (beacon-1.3.tar.gz) = 10e9d0810fa6080175f6226b1d265a1cc6594a68
Size (beacon-1.3.tar.gz) = 411823 bytes
SHA1 (patch-aa) = b0dfa5326e1ff37e8221c16a1237971944e70b4f
SHA1 (patch-ad) = 5ea95045071112d5b70745edd335c6fa82233b48

View file

@ -1,13 +1,13 @@
$NetBSD: patch-aa,v 1.1 2005/08/08 18:13:13 jlam Exp $
$NetBSD: patch-aa,v 1.2 2010/03/14 10:59:14 pettai Exp $
--- Net-Multicast-Beacon/Makefile.in.orig 2004-07-13 14:56:28.000000000 -0400
+++ Net-Multicast-Beacon/Makefile.in
@@ -297,7 +297,7 @@ uninstall-am: uninstall-info-am
touch $@
Makefile.perl: Makefile.PL
- $(PERL) Makefile.PL MAKEFILE=$@
+ $(PERL) Makefile.PL INSTALLDIRS=vendor MAKEFILE=$@
--- Net-Multicast-Beacon/Makefile.in.orig 2005-08-26 22:22:45.000000000 +0200
+++ Net-Multicast-Beacon/Makefile.in 2010-03-14 00:37:02.000000000 +0100
@@ -318,7 +318,7 @@
#install-data-local: install-perl
install-data-local:
$(MAKE) -fMakefile.perl install
- $(MAKE) -f $(PERL_MAKEFILE) install
+ $(MAKE) -f $(PERL_MAKEFILE) INSTALLDIRS=vendor install
clean-local:
rm -rf blib build-perl-stamp $(PERL_MAKEFILE) $(PERL_CRUFT)

View file

@ -1,14 +0,0 @@
$NetBSD: patch-ab,v 1.1 2008/06/21 17:58:17 joerg Exp $
--- librtp/config.h.in.orig 2008-06-21 11:29:06.000000000 +0000
+++ librtp/config.h.in
@@ -48,6 +48,9 @@
#undef NEED_INET_PTON
#undef NEED_INET_NTOP
+#undef HAVE_INET_NTOP
+#undef HAVE_INET_PTON
+
/*
* If you don't have these types in <inttypes.h>, #define these to be
* the types you do have.

View file

@ -1,12 +0,0 @@
$NetBSD: patch-ac,v 1.1 2008/06/21 17:58:17 joerg Exp $
--- librtp/Makefile.in.orig 2008-06-21 11:37:16.000000000 +0000
+++ librtp/Makefile.in
@@ -88,6 +88,7 @@ AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
+AM_CFLAGS= -fPIC
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@