From 65ac524403c78faa418e7a4ab1ccce5e078b7cce Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sun, 11 Jul 2004 20:06:33 +0000 Subject: Upgrade to 0.9.55 and make fetchable again. Submitted by: maintainer. --- net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h | 14 -------------- net/beacon/files/patch-beacon.pl | 11 ----------- net/beacon/files/patch-src_Makefile.in | 16 ++++++++++++++++ 3 files changed, 16 insertions(+), 25 deletions(-) delete mode 100644 net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h delete mode 100644 net/beacon/files/patch-beacon.pl create mode 100644 net/beacon/files/patch-src_Makefile.in (limited to 'net/beacon/files') diff --git a/net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h b/net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h deleted file mode 100644 index 73e127905e5f..000000000000 --- a/net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h +++ /dev/null @@ -1,14 +0,0 @@ ---- Net-RTP-0.4/inet_ntop.h.orig Tue Mar 2 14:00:58 2004 -+++ Net-RTP-0.4/inet_ntop.h Tue Mar 2 14:02:27 2004 -@@ -3,7 +3,11 @@ - extern "C" { - #endif - -+#if defined(__sparc64__) || defined(__amd64__) || defined(__alpha__) || defined(__ia64__) -+const char *inet_ntop(int af, const void *src, char *dst, socklen_t size); -+#else - const char *inet_ntop(int af, const void *src, char *dst, size_t size); -+#endif - - #if defined(__cplusplus) - } diff --git a/net/beacon/files/patch-beacon.pl b/net/beacon/files/patch-beacon.pl deleted file mode 100644 index 5dc60495f1d6..000000000000 --- a/net/beacon/files/patch-beacon.pl +++ /dev/null @@ -1,11 +0,0 @@ ---- beacon.pl.orig Thu Feb 26 13:58:02 2004 -+++ beacon.pl Thu Feb 26 13:58:35 2004 -@@ -1849,7 +1849,7 @@ - die("Partial options specified -- You must give group, port, and ttl values - Triggered"); - } else { # Didn't specify any options at all -- Use default config file - if (! defined $CONFIGFILE) { # They DIDN'T specify a config file on the command line -- $CONFIGFILE = "beacon.conf"; # Default config file for Beacon -- Otherwise, use what they gave us -+ $CONFIGFILE = "${PREFIX}/etc/beacon.conf"; # Default config file for Beacon -- Otherwise, use what they gave us - } - } - } diff --git a/net/beacon/files/patch-src_Makefile.in b/net/beacon/files/patch-src_Makefile.in new file mode 100644 index 000000000000..d56ea8fea01d --- /dev/null +++ b/net/beacon/files/patch-src_Makefile.in @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- src/Makefile.in.orig Tue Jun 8 03:09:48 2004 ++++ src/Makefile.in Tue Jul 6 17:16:16 2004 +@@ -202,8 +202,8 @@ + @list='$(dist_sysconf_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ +- echo " $(dist_sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \ +- $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \ ++ echo " $(dist_sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f.sample'"; \ ++ $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f.sample"; \ + done + + uninstall-dist_sysconfDATA: -- cgit v1.2.3