diff options
Diffstat (limited to 'net/beacon/files')
-rw-r--r-- | net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h | 14 | ||||
-rw-r--r-- | net/beacon/files/patch-beacon.pl | 11 | ||||
-rw-r--r-- | net/beacon/files/patch-src_Makefile.in | 16 |
3 files changed, 16 insertions, 25 deletions
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: |