From 6fd46646b0fe698c8f1d777e68e6043773653fc1 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 21 Jun 2008 17:58:17 +0000 Subject: Fix autoconf header to not re-declare inet_ntop and friends. Fix text relocations by ensuring the Perl module can use -fPIC builds. Bump revision. --- mbone/beacon/Makefile | 6 ++++-- mbone/beacon/distinfo | 5 ++++- mbone/beacon/patches/patch-ab | 14 ++++++++++++++ mbone/beacon/patches/patch-ac | 12 ++++++++++++ mbone/beacon/patches/patch-ad | 12 ++++++++++++ 5 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 mbone/beacon/patches/patch-ab create mode 100644 mbone/beacon/patches/patch-ac create mode 100644 mbone/beacon/patches/patch-ad diff --git a/mbone/beacon/Makefile b/mbone/beacon/Makefile index 6133faadc53..342145f8701 100644 --- a/mbone/beacon/Makefile +++ b/mbone/beacon/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2007/11/27 08:04:10 seb Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/21 17:58:17 joerg Exp $ # DISTNAME= beacon-1.1-0 PKGNAME= beacon-1.1.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= mbone MASTER_SITES= http://dast.nlanr.net/Projects/Beacon/releases/ @@ -11,6 +11,8 @@ MAINTAINER= manu@NetBSD.org HOMEPAGE= http://dast.nlanr.net/Projects/Beacon/ COMMENT= Multicast supervision tool +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/examples/beacon diff --git a/mbone/beacon/distinfo b/mbone/beacon/distinfo index a7cd158ec8d..376aee6fc94 100644 --- a/mbone/beacon/distinfo +++ b/mbone/beacon/distinfo @@ -1,6 +1,9 @@ -$NetBSD: distinfo,v 1.3 2005/08/08 18:13:13 jlam Exp $ +$NetBSD: distinfo,v 1.4 2008/06/21 17:58:17 joerg 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 (patch-ad) = 5ea95045071112d5b70745edd335c6fa82233b48 diff --git a/mbone/beacon/patches/patch-ab b/mbone/beacon/patches/patch-ab new file mode 100644 index 00000000000..56fb621ec01 --- /dev/null +++ b/mbone/beacon/patches/patch-ab @@ -0,0 +1,14 @@ +$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 , #define these to be + * the types you do have. diff --git a/mbone/beacon/patches/patch-ac b/mbone/beacon/patches/patch-ac new file mode 100644 index 00000000000..62de2cf52b4 --- /dev/null +++ b/mbone/beacon/patches/patch-ac @@ -0,0 +1,12 @@ +$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@ diff --git a/mbone/beacon/patches/patch-ad b/mbone/beacon/patches/patch-ad new file mode 100644 index 00000000000..28babd97436 --- /dev/null +++ b/mbone/beacon/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2008/06/21 17:58:17 joerg Exp $ + +--- libbeacon/Makefile.in.orig 2008-06-21 11:44:56.000000000 +0000 ++++ libbeacon/Makefile.in +@@ -78,6 +78,7 @@ AWK = @AWK@ + CC = @CC@ + CCDEPMODE = @CCDEPMODE@ + CFLAGS = @CFLAGS@ ++AM_CFLAGS= -fPIC + CPP = @CPP@ + CPPFLAGS = @CPPFLAGS@ + CYGPATH_W = @CYGPATH_W@ -- cgit v1.2.3