aboutsummaryrefslogtreecommitdiff
path: root/net/beacon/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-07-11 20:06:33 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-07-11 20:06:33 +0000
commit65ac524403c78faa418e7a4ab1ccce5e078b7cce (patch)
treef71bea89e7e8295141052b42a5a0904ef7b5ce7a /net/beacon/files
parent8f98f18dd3b5bbb53b14e351e827a3d2bc0ad0e5 (diff)
downloadports-65ac524403c78faa418e7a4ab1ccce5e078b7cce.tar.gz
ports-65ac524403c78faa418e7a4ab1ccce5e078b7cce.zip
Notes
Diffstat (limited to 'net/beacon/files')
-rw-r--r--net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h14
-rw-r--r--net/beacon/files/patch-beacon.pl11
-rw-r--r--net/beacon/files/patch-src_Makefile.in16
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: