Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/apache-tools/files: apache-tools-Makefile.patch
Date: Mon, 04 Feb 2008 20:09:18
Message-Id: E1JM7cy-0005JT-6C@stork.gentoo.org
1 hollow 08/02/04 20:09:16
2
3 Modified: apache-tools-Makefile.patch
4 Log:
5 fix #208160
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.2 app-admin/apache-tools/files/apache-tools-Makefile.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/apache-tools/files/apache-tools-Makefile.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/apache-tools/files/apache-tools-Makefile.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/apache-tools/files/apache-tools-Makefile.patch?r1=1.1&r2=1.2
14
15 Index: apache-tools-Makefile.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-admin/apache-tools/files/apache-tools-Makefile.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- apache-tools-Makefile.patch 26 May 2007 18:14:10 -0000 1.1
22 +++ apache-tools-Makefile.patch 4 Feb 2008 20:09:15 -0000 1.2
23 @@ -9,7 +9,7 @@
24
25 -PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid htdbm htcacheclean httxt2dbm
26 +PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid htdbm \
27 -+ htcacheclean httxt2dbm log_server_status split-logfile
28 ++ htcacheclean httxt2dbm log_server_status split-logfile dbmmanage
29 TARGETS = $(PROGRAMS)
30
31 PROGRAM_LDADD = $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS)
32
33
34
35 --
36 gentoo-commits@l.g.o mailing list