Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/gatling/files/
Date: Thu, 16 Feb 2017 11:12:02
Message-Id: 1487243505.81db6bd2c75a31ea907eceb6534533cd540fb355.kensington@gentoo
1 commit: 81db6bd2c75a31ea907eceb6534533cd540fb355
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 15 16:53:30 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 16 11:11:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81db6bd2
7
8 www-servers/gatling: remove unused patch
9
10 www-servers/gatling/files/gatling-0.12-FLAGS.patch | 40 ----------------------
11 1 file changed, 40 deletions(-)
12
13 diff --git a/www-servers/gatling/files/gatling-0.12-FLAGS.patch b/www-servers/gatling/files/gatling-0.12-FLAGS.patch
14 deleted file mode 100644
15 index c7bd1fe4ce..0000000000
16 --- a/www-servers/gatling/files/gatling-0.12-FLAGS.patch
17 +++ /dev/null
18 @@ -1,40 +0,0 @@
19 -diff -NrU5 gatling-0.12.original/GNUmakefile gatling-0.12/GNUmakefile
20 ---- gatling-0.12.original/GNUmakefile 2010-05-30 16:58:29.000000000 -0600
21 -+++ gatling-0.12/GNUmakefile 2010-05-30 17:03:21.000000000 -0600
22 -@@ -1,8 +1,8 @@
23 - #DEBUG=1
24 - ZLIB=1
25 --prefix=/opt/diet
26 -+prefix=/usr
27 - BINDIR=${prefix}/bin
28 - MANDIR=${prefix}/man
29 - man1dir=$(MANDIR)/man1
30 -
31 - TARGETS=gatling httpbench bindbench dl ioerr bench tlsgatling \
32 -@@ -14,12 +14,12 @@
33 - all: $(ALLTARGETS)
34 -
35 - CROSS=
36 - #CROSS=i686-mingw32-
37 - CC=$(CROSS)gcc
38 --CFLAGS=-pipe -Wall
39 --LDFLAGS=
40 -+CFLAGS+=-pipe -Wall -I/usr/include/libowfat
41 -+LDFLAGS+=
42 -
43 - path = $(subst :, ,$(PATH))
44 - diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet))
45 - ifeq ($(strip $(diet_path)),)
46 - ifneq ($(wildcard /opt/diet/bin/diet),)
47 -@@ -37,11 +37,10 @@
48 - ifneq ($(DEBUG),)
49 - CFLAGS+=-g
50 - LDFLAGS+=-g
51 - else
52 - CFLAGS+=-O2 -fomit-frame-pointer -I/usr/local/include
53 --LDFLAGS+=-s
54 - ifneq ($(DIET),)
55 - DIET+=-Os
56 - endif
57 - endif
58 -