diff options
author | Renat Lumpau <rl03@gentoo.org> | 2006-01-08 21:57:58 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2006-01-08 21:57:58 +0000 |
commit | 3bb771515ee6181b170a6155f5873f87a04835d1 (patch) | |
tree | 79573e91068c5830649b9f517cc0fd24b2890561 /app-admin | |
parent | rizzo removed from metadata (#22118) (diff) | |
download | historical-3bb771515ee6181b170a6155f5873f87a04835d1.tar.gz historical-3bb771515ee6181b170a6155f5873f87a04835d1.tar.bz2 historical-3bb771515ee6181b170a6155f5873f87a04835d1.zip |
Fixes for bug #118313.
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/webalizer/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/webalizer/Manifest | 10 | ||||
-rw-r--r-- | app-admin/webalizer/webalizer-2.01.10-r12.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/app-admin/webalizer/ChangeLog b/app-admin/webalizer/ChangeLog index aca71b29caa7..bf356397fab5 100644 --- a/app-admin/webalizer/ChangeLog +++ b/app-admin/webalizer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/webalizer # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webalizer/ChangeLog,v 1.43 2006/01/08 16:53:57 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webalizer/ChangeLog,v 1.44 2006/01/08 21:57:58 rl03 Exp $ + + 08 Jan 2006; Renat Lumpau <rl03@gentoo.org> webalizer-2.01.10-r12.ebuild: + Fixes for bug #118313. *webalizer-2.01.10-r12 (08 Jan 2006) diff --git a/app-admin/webalizer/Manifest b/app-admin/webalizer/Manifest index 955a7c267a58..af6dc4766d28 100644 --- a/app-admin/webalizer/Manifest +++ b/app-admin/webalizer/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 8c71e31d903336a50528c92d27aae811 ChangeLog 6403 +MD5 25596731c69c7670c7f94fb66c8e3dd1 ChangeLog 6505 MD5 f04ad397866d35f9ede71fc6da2392ed files/2.01.10/apache.webalizer 306 MD5 45d6e8c8bd9f76c0e22d80acc0603aff files/2.01.10/reconfig 394 MD5 7a71200318400e9c4a33e23bfc65904d files/2.01.10/webalizer.conf 23927 @@ -21,14 +21,14 @@ MD5 e02bdabb67987423cb53ecadc6f70cf3 files/webalizer-search.patch 30559 MD5 f4ab9f9db4e50708404d47337257cd4e metadata.xml 223 MD5 db9541cf1c0142945af2a4c72fd78508 webalizer-2.01.10-r10.ebuild 3856 MD5 b71e077d377e71a2277e7d6ab0279498 webalizer-2.01.10-r11.ebuild 3939 -MD5 6fd145f0718fd4f1a2d006865e106a7c webalizer-2.01.10-r12.ebuild 4195 +MD5 f1cf3542eeeaff3501b20b128333f0da webalizer-2.01.10-r12.ebuild 4253 MD5 5833410c77eec8d9cff653e67949b5a6 webalizer-2.01.10-r4.ebuild 2056 MD5 e7883822bb2a1bcd2b8409ba709a964e webalizer-2.01.10-r5.ebuild 2550 MD5 e07be0b4516c1e9044aa0c668866b570 webalizer-2.01.10-r8.ebuild 2486 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDwUOxEzitwsaoONoRAkiSAJ4i143w5QZ/vmpw8Ranh+MyR7F0FQCff7VU -9AcjRnX42fMBE12xb5Vd4aE= -=yoTt +iD8DBQFDwYr5EzitwsaoONoRAjVSAJ9kmTURj74RJQuHOl3E0lqc6HBjogCdGIHr +qFCRAehE5601g6NQkU89zOw= +=RDEh -----END PGP SIGNATURE----- diff --git a/app-admin/webalizer/webalizer-2.01.10-r12.ebuild b/app-admin/webalizer/webalizer-2.01.10-r12.ebuild index b2a9306c99a6..41c54e652886 100644 --- a/app-admin/webalizer/webalizer-2.01.10-r12.ebuild +++ b/app-admin/webalizer/webalizer-2.01.10-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webalizer/webalizer-2.01.10-r12.ebuild,v 1.1 2006/01/08 16:53:58 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webalizer/webalizer-2.01.10-r12.ebuild,v 1.2 2006/01/08 21:57:58 rl03 Exp $ # uses webapp.eclass to create directories with right permissions # probably slight overkil but works well @@ -66,7 +66,9 @@ src_unpack() { } src_compile() { - local myconf=" --enable-dns" + local myconf=" --enable-dns \ + --with-db=/usr/include/db4.2/ \ + --with-dblib=db-4.2" use geoip && myconf="${myconf} --enable-geoip" # really dirty hack; necessary due to a really gross ./configure |