summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-01-22 19:57:23 +0000
committerJeroen Roovers <jer@gentoo.org>2009-01-22 19:57:23 +0000
commita2547909485567c937a33d513e1f923d195d44d8 (patch)
tree5e9a06037d187a9178c811db78d8a02c6e348388
parentAdd back ROOT until xterm build system is fixed to behave properly. (diff)
downloadgentoo-2-a2547909485567c937a33d513e1f923d195d44d8.tar.gz
gentoo-2-a2547909485567c937a33d513e1f923d195d44d8.tar.bz2
gentoo-2-a2547909485567c937a33d513e1f923d195d44d8.zip
Do not strip (bug #251982).
(Portage version: 2.2_rc23/cvs/Linux i686)
-rw-r--r--net-analyzer/quidscor/ChangeLog8
-rw-r--r--net-analyzer/quidscor/files/quidscor-1.2.48-strip.patch10
-rw-r--r--net-analyzer/quidscor/quidscor-1.2.48.ebuild7
3 files changed, 21 insertions, 4 deletions
diff --git a/net-analyzer/quidscor/ChangeLog b/net-analyzer/quidscor/ChangeLog
index 40651177d3ef..9af42beb7772 100644
--- a/net-analyzer/quidscor/ChangeLog
+++ b/net-analyzer/quidscor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/quidscor
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/quidscor/ChangeLog,v 1.6 2007/02/09 04:06:53 flameeyes Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/quidscor/ChangeLog,v 1.7 2009/01/22 19:57:22 jer Exp $
+
+ 22 Jan 2009; Jeroen Roovers <jer@gentoo.org>
+ +files/quidscor-1.2.48-strip.patch, quidscor-1.2.48.ebuild:
+ Do not strip (bug #251982).
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/net-analyzer/quidscor/files/quidscor-1.2.48-strip.patch b/net-analyzer/quidscor/files/quidscor-1.2.48-strip.patch
new file mode 100644
index 000000000000..9edd53e41ffe
--- /dev/null
+++ b/net-analyzer/quidscor/files/quidscor-1.2.48-strip.patch
@@ -0,0 +1,10 @@
+--- quidscor-1.2.48/Makefile.orig 2009-01-22 20:51:23.000000000 +0100
++++ quidscor-1.2.48/Makefile 2009-01-22 20:52:29.000000000 +0100
+@@ -69,7 +69,6 @@
+
+ $(PNAME): $(PNAME).debug
+ $(CP) $(PNAME).debug $@
+- $(STRIP) $@
+
+ $(PNAME).debug: libqg/libqg.a $(OFILES) Makefile
+ $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OFILES) $(LIBS)
diff --git a/net-analyzer/quidscor/quidscor-1.2.48.ebuild b/net-analyzer/quidscor/quidscor-1.2.48.ebuild
index 96961eef1ac9..a168965d732a 100644
--- a/net-analyzer/quidscor/quidscor-1.2.48.ebuild
+++ b/net-analyzer/quidscor/quidscor-1.2.48.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/quidscor/quidscor-1.2.48.ebuild,v 1.6 2005/07/19 15:35:31 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/quidscor/quidscor-1.2.48.ebuild,v 1.7 2009/01/22 19:57:22 jer Exp $
+
+inherit eutils
DESCRIPTION="IDS/VA Correlation engine"
HOMEPAGE="http://quidscor.sourceforge.net/"
@@ -21,6 +23,7 @@ src_unpack() {
#yes, the fix below is as pathetic as it seems
echo "#define FALSE 0" >> ${S}/libqg/libqg.h
echo "#define TRUE 1" >> ${S}/libqg/libqg.h
+ epatch "${FILESDIR}"/${P}-strip.patch
}
src_compile() {