Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/dcc/files/
Date: Thu, 22 Dec 2016 15:47:14
Message-Id: 1482421616.9e8a667ef8cf00e0d007765a997935125d4b7f94.kensington@gentoo
1 commit: 9e8a667ef8cf00e0d007765a997935125d4b7f94
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 13 20:23:56 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 15:46:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8a667e
7
8 mail-filter/dcc: remove unused patch
9
10 mail-filter/dcc/files/dcc-1.3.86.patch | 41 ----------------------------------
11 1 file changed, 41 deletions(-)
12
13 diff --git a/mail-filter/dcc/files/dcc-1.3.86.patch b/mail-filter/dcc/files/dcc-1.3.86.patch
14 deleted file mode 100644
15 index c1ac27f..00000000
16 --- a/mail-filter/dcc/files/dcc-1.3.86.patch
17 +++ /dev/null
18 @@ -1,41 +0,0 @@
19 -I know it looks weird that we are patching configure here, but there is NO
20 -configure.{ac,in} source included with this package.
21 -- Robin H. Johnson <robbat2@g.o>
22 -
23 -This patch is from Gentoo bug 182172, and was submitted by steveb
24 -<steeeeeveee@×××.net>.
25 -
26 -diff -Naur dcc-1.3.86/configure dcc-1.3.86.new/configure
27 ---- dcc-1.3.86/configure 2008-03-11 16:38:41.000000000 +0100
28 -+++ dcc-1.3.86.new/configure 2008-03-24 19:50:52.802962250 +0100
29 -@@ -1058,8 +1058,7 @@
30 - FreeBSD|DragonFly)
31 - PTHREAD_LDFLAGS="$PTHREAD_LDFLAGS -pthread"
32 - if test -s /usr/lib/libc_r.a; then
33 -- # use libc_r on ancient versions
34 -- appendvar PTHREAD_LIBS -lc_r
35 -+ appendvar PTHREAD_LIBS
36 - fi
37 - ;;
38 - Darwin)
39 -@@ -3511,7 +3510,7 @@
40 - mancat=man
41 - MAN8='dcc.8 $(SUBDIR_MAN8)'
42 - MAN8INST=''
43 -- USE_DCCMANINSTALL='# do not use dccmaninstall'
44 -+ USE_DCCMANINSTALL='maninstall:dccmaninstall'
45 - ;;
46 - DragonFly)
47 - # default to /usr/local/man/man8 and use nroff files, possibly
48 -diff -Naur dcc-1.3.86/thrlib/cmn.c dcc-1.3.86.new/thrlib/cmn.c
49 ---- dcc-1.3.86/thrlib/cmn.c 2008-02-11 06:00:45.000000000 +0100
50 -+++ dcc-1.3.86.new/thrlib/cmn.c 2008-03-24 19:51:36.333682750 +0100
51 -@@ -667,7 +667,7 @@
52 - LOG_CMN_CAPTION(cwp, DCC_LOG_TRN_MSG_CR);
53 - cwp->log_size = MAX_LOG_SIZE+1;
54 - #else
55 -- log_write(&wp->cw, buf, buflen);
56 -+ log_write(cwp, buf, buflen);
57 - #endif
58 - }
59 -