summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-09-09 02:31:27 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-09-09 02:31:27 +0000
commitbf42c8dd714d4cda1b5387562f526391340f94b6 (patch)
treef5f9682b86fd261ac094d1d932c81f87aebb7fb8 /net-analyzer/braa/files
parent2.12 release vbump (diff)
downloadgentoo-2-bf42c8dd714d4cda1b5387562f526391340f94b6.tar.gz
gentoo-2-bf42c8dd714d4cda1b5387562f526391340f94b6.tar.bz2
gentoo-2-bf42c8dd714d4cda1b5387562f526391340f94b6.zip
add patch to fix hardcoded Makefile stuff and a warning
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-analyzer/braa/files')
-rw-r--r--net-analyzer/braa/files/braa-0.8-gentoo.diff37
-rw-r--r--net-analyzer/braa/files/digest-braa-0.8-r11
2 files changed, 38 insertions, 0 deletions
diff --git a/net-analyzer/braa/files/braa-0.8-gentoo.diff b/net-analyzer/braa/files/braa-0.8-gentoo.diff
new file mode 100644
index 000000000000..4772cfe016ca
--- /dev/null
+++ b/net-analyzer/braa/files/braa-0.8-gentoo.diff
@@ -0,0 +1,37 @@
+diff --exclude='*~' -Naur braa-0.8.orig/Makefile braa-0.8/Makefile
+--- braa-0.8.orig/Makefile 2005-09-08 23:02:28.000000000 -0300
++++ braa-0.8/Makefile 2005-09-08 23:23:24.000000000 -0300
+@@ -4,8 +4,6 @@
+ ###################################################################
+
+ # Linux, FreeBSD, OpenBSD
+-CFLAGS =
+-LDFLAGS =
+
+ # Solaris / SPARC
+ # CFLAGS = -DSOLARIS_SPARC
+@@ -24,9 +22,9 @@
+ LIBS =
+
+ all: ${OBJECTS}
+- cc $(OBJECTS) -o $(OUT) $(LDFLAGS) $(LIBS)
++ $(CC) $(OBJECTS) -o $(OUT) $(LDFLAGS) $(LIBS)
+ strip $(OUT)
+
+ clean:
+ rm -rf $(OBJECTS) $(OUT)
+-
+\ No newline at end of file
++
+diff --exclude='*~' -Naur braa-0.8.orig/queries.c braa-0.8/queries.c
+--- braa-0.8.orig/queries.c 2005-09-08 23:02:28.000000000 -0300
++++ braa-0.8/queries.c 2005-09-08 23:11:44.000000000 -0300
+@@ -43,7 +43,7 @@
+ * nxqry;
+ struct query_hostrange * hr, * prev;
+ u_int32_t hostrange_start, hostrange_end;
+- u_int16_t port = 161;
++ u_int32_t port = 161;
+ struct in_addr ina;
+
+ assert(string = strdup(string));
diff --git a/net-analyzer/braa/files/digest-braa-0.8-r1 b/net-analyzer/braa/files/digest-braa-0.8-r1
new file mode 100644
index 000000000000..61b97ba3ee1c
--- /dev/null
+++ b/net-analyzer/braa/files/digest-braa-0.8-r1
@@ -0,0 +1 @@
+MD5 2d71d83817404343434c7996ed09f88a braa-0.8.tar.gz 39532