diff options
author | krion <krion@FreeBSD.org> | 2004-11-16 02:59:18 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-11-16 02:59:18 +0800 |
commit | b9a1198aed2adc66f2a18c24755793c5aa16e19f (patch) | |
tree | 2dad1367a636c1f01b02e306b034d4204c20db1c /net-p2p/gnunet/files | |
parent | ef43b136fee5520cfb04e5855ddc67976b5474da (diff) | |
download | freebsd-ports-gnome-b9a1198aed2adc66f2a18c24755793c5aa16e19f.tar.gz freebsd-ports-gnome-b9a1198aed2adc66f2a18c24755793c5aa16e19f.tar.zst freebsd-ports-gnome-b9a1198aed2adc66f2a18c24755793c5aa16e19f.zip |
Update to 0.6.5
Diffstat (limited to 'net-p2p/gnunet/files')
9 files changed, 53 insertions, 53 deletions
diff --git a/net-p2p/gnunet/files/patch-src_applications_afs_module_Makefile.in b/net-p2p/gnunet/files/patch-src_applications_afs_module_Makefile.in index a8aa2b712cc5..8952e613bd82 100644 --- a/net-p2p/gnunet/files/patch-src_applications_afs_module_Makefile.in +++ b/net-p2p/gnunet/files/patch-src_applications_afs_module_Makefile.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- src/applications/afs/module/Makefile.in.orig Fri Oct 1 01:42:15 2004 -+++ src/applications/afs/module/Makefile.in Fri Oct 1 01:44:57 2004 -@@ -713,7 +713,7 @@ - $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +--- src/applications/afs/module/Makefile.in.orig ++++ src/applications/afs/module/Makefile.in +@@ -203,7 +203,7 @@ + $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ + $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@ - CFLAGS = @CFLAGS@ - DIST_SOURCES = $(libgnunetafs_database_bdb_la_SOURCES) \ + SOURCES = $(libgnunetafs_database_bdb_la_SOURCES) \ $(libgnunetafs_database_directory_la_SOURCES) \ + $(libgnunetafs_database_gdbm_la_SOURCES) \ diff --git a/net-p2p/gnunet/files/patch-src_applications_afs_tools_Makefile.in b/net-p2p/gnunet/files/patch-src_applications_afs_tools_Makefile.in index dbe532414a7c..d9a2b848d970 100644 --- a/net-p2p/gnunet/files/patch-src_applications_afs_tools_Makefile.in +++ b/net-p2p/gnunet/files/patch-src_applications_afs_tools_Makefile.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- src/applications/afs/tools/Makefile.in.orig Fri Oct 1 01:56:26 2004 -+++ src/applications/afs/tools/Makefile.in Fri Oct 1 01:57:39 2004 -@@ -241,7 +241,7 @@ - $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +--- src/applications/afs/tools/Makefile.in.orig ++++ src/applications/afs/tools/Makefile.in +@@ -104,7 +104,7 @@ + $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ + $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@ - CFLAGS = @CFLAGS@ - DIST_SOURCES = $(gnunet_delete_SOURCES) $(gnunet_directory_SOURCES) \ + SOURCES = $(gnunet_delete_SOURCES) $(gnunet_directory_SOURCES) \ $(gnunet_download_SOURCES) $(gnunet_insert_SOURCES) \ + $(gnunet_pseudonym_SOURCES) $(gnunet_search_SOURCES) diff --git a/net-p2p/gnunet/files/patch-src_applications_chat_Makefile.in b/net-p2p/gnunet/files/patch-src_applications_chat_Makefile.in index 05696ef81ebd..9139ec802848 100644 --- a/net-p2p/gnunet/files/patch-src_applications_chat_Makefile.in +++ b/net-p2p/gnunet/files/patch-src_applications_chat_Makefile.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- src/applications/chat/Makefile.in.orig Sat Oct 2 17:15:45 2004 -+++ src/applications/chat/Makefile.in Sat Oct 2 17:16:11 2004 -@@ -196,7 +196,7 @@ - $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +--- src/applications/chat/Makefile.in.orig ++++ src/applications/chat/Makefile.in +@@ -80,7 +80,7 @@ + $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ + $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@ - CFLAGS = @CFLAGS@ + SOURCES = $(libgnunetchat_protocol_la_SOURCES) $(gnunet_chat_SOURCES) DIST_SOURCES = $(libgnunetchat_protocol_la_SOURCES) \ $(gnunet_chat_SOURCES) diff --git a/net-p2p/gnunet/files/patch-src_applications_dht_tools_Makefile.in b/net-p2p/gnunet/files/patch-src_applications_dht_tools_Makefile.in index dbe020fc06c6..6342016773f5 100644 --- a/net-p2p/gnunet/files/patch-src_applications_dht_tools_Makefile.in +++ b/net-p2p/gnunet/files/patch-src_applications_dht_tools_Makefile.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- src/applications/dht/tools/Makefile.in.orig Sat Oct 2 17:57:30 2004 -+++ src/applications/dht/tools/Makefile.in Sat Oct 2 17:57:54 2004 -@@ -210,7 +210,7 @@ - $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +--- src/applications/dht/tools/Makefile.in.orig ++++ src/applications/dht/tools/Makefile.in +@@ -84,7 +84,7 @@ + $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ + $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@ - CFLAGS = @CFLAGS@ - DIST_SOURCES = $(libgnunetdht_api_la_SOURCES) $(gnunet_dht_join_SOURCES) \ + SOURCES = $(libgnunetdht_api_la_SOURCES) $(gnunet_dht_join_SOURCES) \ $(gnunet_dht_query_SOURCES) + DIST_SOURCES = $(libgnunetdht_api_la_SOURCES) \ diff --git a/net-p2p/gnunet/files/patch-src_applications_stats_Makefile.in b/net-p2p/gnunet/files/patch-src_applications_stats_Makefile.in index 011dcc74e946..1134073ae1bf 100644 --- a/net-p2p/gnunet/files/patch-src_applications_stats_Makefile.in +++ b/net-p2p/gnunet/files/patch-src_applications_stats_Makefile.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- src/applications/stats/Makefile.in.orig Sat Oct 2 17:02:35 2004 -+++ src/applications/stats/Makefile.in Sat Oct 2 17:03:46 2004 -@@ -171,7 +171,7 @@ - $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +--- src/applications/stats/Makefile.in.orig ++++ src/applications/stats/Makefile.in +@@ -71,7 +71,7 @@ + $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ + $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@ - CFLAGS = @CFLAGS@ + SOURCES = $(gnunet_stats_SOURCES) DIST_SOURCES = $(gnunet_stats_SOURCES) - DIST_COMMON = Makefile.am Makefile.in + ETAGS = etags diff --git a/net-p2p/gnunet/files/patch-src_applications_tbench_Makefile.in b/net-p2p/gnunet/files/patch-src_applications_tbench_Makefile.in index fe90a3e1c509..b3c0253bf1d6 100644 --- a/net-p2p/gnunet/files/patch-src_applications_tbench_Makefile.in +++ b/net-p2p/gnunet/files/patch-src_applications_tbench_Makefile.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- src/applications/tbench/Makefile.in.orig Sat Oct 2 17:25:58 2004 -+++ src/applications/tbench/Makefile.in Sat Oct 2 17:26:29 2004 -@@ -197,7 +197,7 @@ - $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +--- src/applications/tbench/Makefile.in.orig ++++ src/applications/tbench/Makefile.in +@@ -81,7 +81,7 @@ + $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ + $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@ - CFLAGS = @CFLAGS@ - DIST_SOURCES = $(libgnunettbench_protocol_la_SOURCES) \ + SOURCES = $(libgnunettbench_protocol_la_SOURCES) \ $(gnunet_tbench_SOURCES) + DIST_SOURCES = $(libgnunettbench_protocol_la_SOURCES) \ diff --git a/net-p2p/gnunet/files/patch-src_applications_testbed_Makefile.in b/net-p2p/gnunet/files/patch-src_applications_testbed_Makefile.in index 6987d7a50f18..23b0ed59044f 100644 --- a/net-p2p/gnunet/files/patch-src_applications_testbed_Makefile.in +++ b/net-p2p/gnunet/files/patch-src_applications_testbed_Makefile.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- src/applications/testbed/Makefile.in.orig Sat Oct 2 17:35:28 2004 -+++ src/applications/testbed/Makefile.in Sat Oct 2 17:35:49 2004 -@@ -212,7 +212,7 @@ - $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +--- src/applications/testbed/Makefile.in.orig ++++ src/applications/testbed/Makefile.in +@@ -84,7 +84,7 @@ + $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ + $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@ - CFLAGS = @CFLAGS@ - DIST_SOURCES = $(libgnunettestbed_protocol_la_SOURCES) \ + SOURCES = $(libgnunettestbed_protocol_la_SOURCES) \ $(gnunet_testbed_SOURCES) + DIST_SOURCES = $(libgnunettestbed_protocol_la_SOURCES) \ diff --git a/net-p2p/gnunet/files/patch-src_applications_tracekit_Makefile.in b/net-p2p/gnunet/files/patch-src_applications_tracekit_Makefile.in index 19b24e7a177c..5a089ab930ab 100644 --- a/net-p2p/gnunet/files/patch-src_applications_tracekit_Makefile.in +++ b/net-p2p/gnunet/files/patch-src_applications_tracekit_Makefile.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- src/applications/tracekit/Makefile.in.orig Sat Oct 2 17:46:14 2004 -+++ src/applications/tracekit/Makefile.in Sat Oct 2 17:46:50 2004 -@@ -197,7 +197,7 @@ - $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +--- src/applications/tracekit/Makefile.in.orig ++++ src/applications/tracekit/Makefile.in +@@ -81,7 +81,7 @@ + $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ + $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@ - CFLAGS = @CFLAGS@ - DIST_SOURCES = $(libgnunettracekit_protocol_la_SOURCES) \ + SOURCES = $(libgnunettracekit_protocol_la_SOURCES) \ $(gnunet_tracekit_SOURCES) + DIST_SOURCES = $(libgnunettracekit_protocol_la_SOURCES) \ diff --git a/net-p2p/gnunet/files/patch-src_server_Makefile.in b/net-p2p/gnunet/files/patch-src_server_Makefile.in index e323d1093104..15587ef6d6bd 100644 --- a/net-p2p/gnunet/files/patch-src_server_Makefile.in +++ b/net-p2p/gnunet/files/patch-src_server_Makefile.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- src/server/Makefile.in.orig Sat Oct 2 22:42:44 2004 -+++ src/server/Makefile.in Sat Oct 2 22:43:53 2004 -@@ -265,7 +265,7 @@ - $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +--- src/server/Makefile.in.orig ++++ src/server/Makefile.in +@@ -108,7 +108,7 @@ + $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ + $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@ - CFLAGS = @CFLAGS@ - DIST_SOURCES = $(gnunet_peer_info_SOURCES) \ + SOURCES = $(fragmentationtest_SOURCES) $(gnunet_peer_info_SOURCES) \ $(gnunet_transport_check_SOURCES) $(gnunet_update_SOURCES) \ + $(gnunetd_SOURCES) |