pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/29201: www/webalizer + GeoIP patch



>Number:         29201
>Category:       pkg
>Synopsis:       www/webalizer + GeoIP patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 02 17:59:00 +0000 2005
>Originator:     ISIHARA Takanori
>Release:        NetBSD/i386 2.0
>Organization:
Nagoya *BSD Users' Group :-)
>Environment:
NetBSD ishitPc4.home 2.0 NetBSD 2.0 (GENERIC_LAPTOP) #0: Tue Dec 21 07:59:56 
JST 2004  
root@:/mnt/NetBSD/NetBSD-release-2-0/mybuild/i386/obj/sys/arch/i386/compile/GENERIC_LAPTOP
 i386

>Description:
www/webalizer + GeoIP patch.
More infomation: http://sysd.org/proj/log.shtml#glzr

>How-To-Repeat:

>Fix:
diff -uNr webalizer/Makefile webalizer.new/Makefile
--- webalizer/Makefile  2004-12-28 17:02:33.000000000 +0900
+++ webalizer.new/Makefile      2005-02-03 01:42:45.000000000 +0900
@@ -29,6 +29,18 @@
 
 INSTALLATION_DIRS=     bin man/man1 share/examples
 
+PKG_OPTIONS_VAR=       PKG_OPTIONS.webalizer
+PKG_SUPPORTED_OPTIONS=  geoip
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mgeoip)
+SITES_geolizer_2.01-10-patch.20040216.tar.gz=  http://sysd.org/proj/
+PATCHFILES+=   geolizer_2.01-10-patch.20040216.tar.gz
+PATCH_DIST_STRIP= -p1
+.  include "../../net/GeoIP/buildlink3.mk"
+CONFIGURE_ARGS+=       --enable-geoip
+.endif
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/gd/buildlink3.mk"
diff -uNr webalizer/distinfo webalizer.new/distinfo
--- webalizer/distinfo  2003-07-01 23:32:59.000000000 +0900
+++ webalizer.new/distinfo      2005-02-03 01:31:31.000000000 +0900
@@ -2,6 +2,8 @@
 
 SHA1 (webalizer-2.01-10-src.tar.bz2) = fbf6ad78fc2b0189d065e661dc02a781e858b31a
 Size (webalizer-2.01-10-src.tar.bz2) = 252664 bytes
+SHA1 (geolizer_2.01-10-patch.20040216.tar.gz) = 
f158a7aa4a06512193e01a544f2b717056574222
+Size (geolizer_2.01-10-patch.20040216.tar.gz) = 30033 bytes
 SHA1 (patch-ac) = f4885b334b3adb3f8523f959a89e6fe5f7f3b52f
 SHA1 (patch-ad) = 4ff72d4b620f64cec68bff826b84d183858c0da9
 SHA1 (patch-ae) = ea0c444408cef1be4e69b837170bbbe9a7a5150e




Home | Main Index | Thread Index | Old Index