Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/scanlogd/files: scanlogd-2.2.6-Makefile.patch scanlogd-2.2.7-gentoo.patch
Date: Sun, 27 Oct 2013 17:55:41
Message-Id: 20131027175536.5021D2004E@flycatcher.gentoo.org
1 jer 13/10/27 17:55:36
2
3 Modified: scanlogd-2.2.6-Makefile.patch
4 Added: scanlogd-2.2.7-gentoo.patch
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.2 net-analyzer/scanlogd/files/scanlogd-2.2.6-Makefile.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/scanlogd/files/scanlogd-2.2.6-Makefile.patch?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/scanlogd/files/scanlogd-2.2.6-Makefile.patch?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/scanlogd/files/scanlogd-2.2.6-Makefile.patch?r1=1.1&r2=1.2
16
17 Index: scanlogd-2.2.6-Makefile.patch
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/files/scanlogd-2.2.6-Makefile.patch,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- scanlogd-2.2.6-Makefile.patch 26 Mar 2006 23:05:13 -0000 1.1
24 +++ scanlogd-2.2.6-Makefile.patch 27 Oct 2013 17:55:36 -0000 1.2
25 @@ -1,6 +1,5 @@
26 -diff -urN ./scanlogd-2.2.6.orig/Makefile ./scanlogd-2.2.6/Makefile
27 ---- ./scanlogd-2.2.6.orig/Makefile 2006-03-05 11:03:15.000000000 +0100
28 -+++ ./scanlogd-2.2.6/Makefile 2006-03-27 00:39:16.000000000 +0200
29 +--- a/./scanlogd-2.2.6/Makefile 2006-03-05 11:03:15.000000000 +0100
30 ++++ b/./scanlogd-2.2.6/Makefile 2006-03-27 00:39:16.000000000 +0200
31 @@ -1,8 +1,6 @@
32 CC = gcc
33 LD = $(CC)
34
35
36
37 1.1 net-analyzer/scanlogd/files/scanlogd-2.2.7-gentoo.patch
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/scanlogd/files/scanlogd-2.2.7-gentoo.patch?rev=1.1&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/scanlogd/files/scanlogd-2.2.7-gentoo.patch?rev=1.1&content-type=text/plain
41
42 Index: scanlogd-2.2.7-gentoo.patch
43 ===================================================================
44 --- a/Makefile
45 +++ b/Makefile
46 @@ -1,14 +1,11 @@
47 -CC = gcc
48 LD = $(CC)
49 RM = rm -f
50 -CFLAGS = -Wall -O2 -fomit-frame-pointer
51 -LDFLAGS = -s
52
53 -PCAP_H = -I/usr/include/pcap
54 -PCAP_L = -lpcap
55 +PCAP_H = $(shell pcap-config --cflags)
56 +PCAP_L = $(shell pcap-config --libs)
57
58 -NIDS_H = -I/usr/local/include
59 -NIDS_L = -L/usr/local/lib -lnids -lnet -lpcap
60 +NIDS_H = -I/usr/include
61 +NIDS_L = -lnids
62
63 PROJ = scanlogd