Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sslscan/files/
Date: Thu, 26 Jan 2017 22:37:07
Message-Id: 1485470160.4766457699732f62cf328f9932013ff8245d60d2.soap@gentoo
1 commit: 4766457699732f62cf328f9932013ff8245d60d2
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 16 18:01:38 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 22:36:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47664576
7
8 net-analyzer/sslscan: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3509
11
12 net-analyzer/sslscan/files/sslscan-1.8.2-makefile.patch | 11 -----------
13 1 file changed, 11 deletions(-)
14
15 diff --git a/net-analyzer/sslscan/files/sslscan-1.8.2-makefile.patch b/net-analyzer/sslscan/files/sslscan-1.8.2-makefile.patch
16 deleted file mode 100644
17 index c4ceb6a..00000000
18 --- a/net-analyzer/sslscan/files/sslscan-1.8.2-makefile.patch
19 +++ /dev/null
20 @@ -1,11 +0,0 @@
21 ---- Makefile.~1~ 2009-09-01 14:35:59.000000000 +0200
22 -+++ Makefile 2012-08-06 08:00:40.550143945 +0200
23 -@@ -3,7 +3,7 @@
24 - MANPATH = /usr/share/man/
25 -
26 - all:
27 -- gcc -g -Wall -lssl -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS)
28 -+ $(CC) -Wall $(LDFLAGS) $(CFLAGS) -o sslscan $(SRCS) -lssl -lcrypto
29 -
30 - install:
31 - cp sslscan $(BINPATH)