Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/apache:master commit in: 2.2/patches/
Date: Sat, 09 Nov 2013 15:33:15
Message-Id: 1316081505.7d606c717370e55710be5f9c339c047131c38c38.polynomial-c@gentoo
1 commit: 7d606c717370e55710be5f9c339c047131c38c38
2 Author: Peter Volkov <pva <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 15 10:11:45 2011 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 15 10:11:45 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/apache.git;a=commit;h=7d606c71
7
8 Don't install craft into /etc/apache2, bug 382997 wrt Remy Blank
9
10 ---
11 2.2/patches/03_all_gentoo_apache-tools.patch | 9 ---------
12 1 file changed, 9 deletions(-)
13
14 diff --git a/2.2/patches/03_all_gentoo_apache-tools.patch b/2.2/patches/03_all_gentoo_apache-tools.patch
15 index 4ac4253..311c91a 100644
16 --- a/2.2/patches/03_all_gentoo_apache-tools.patch
17 +++ b/2.2/patches/03_all_gentoo_apache-tools.patch
18 @@ -1,15 +1,6 @@
19 diff -pruN a/Makefile.in b/Makefile.in
20 --- a/Makefile.in 2011-08-24 00:34:55.000000000 +0300
21 +++ b/Makefile.in 2011-08-24 00:29:01.000000000 +0300
22 -@@ -14,7 +14,7 @@ PROGRAM_DEPENDENCIES = \
23 -
24 - PROGRAMS = $(PROGRAM_NAME)
25 - TARGETS = $(PROGRAMS) $(shared_build) $(other_targets)
26 --INSTALL_TARGETS = install-htdocs install-error install-icons \
27 -+INSTALL_TARGETS = install-conf install-htdocs install-error install-icons \
28 - install-other install-cgi install-include install-suexec install-build \
29 - install-man
30 -
31 @@ -202,14 +202,20 @@ install-include:
32 $(INSTALL_DATA) $$hdr $(DESTDIR)$(includedir); \
33 done