OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 31-May-2007 08:16:17
Branch: HEAD Handle: 2007053107161600
Modified files:
openpkg-src/clamav clamav.patch clamav.spec
Log:
do not hard-code gettext usage under Linux
Summary:
Revision Changes Path
1.7 +15 -3 openpkg-src/clamav/clamav.patch
1.84 +1 -1 openpkg-src/clamav/clamav.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/clamav/clamav.patch
============================================================================
$ cvs diff -u -r1.6 -r1.7 clamav.patch
--- openpkg-src/clamav/clamav.patch 30 Dec 2006 09:57:43 -0000 1.6
+++ openpkg-src/clamav/clamav.patch 31 May 2007 06:16:16 -0000 1.7
@@ -1,7 +1,7 @@
Index: clamav-milter/clamav-milter.c
---- clamav-milter/clamav-milter.c.orig 2006-12-11 01:42:18 +0100
-+++ clamav-milter/clamav-milter.c 2006-12-30 10:42:08 +0100
-@@ -830,10 +830,12 @@
+--- clamav-milter/clamav-milter.c.orig 2007-04-12 18:35:17.000000000
+0200
++++ clamav-milter/clamav-milter.c 2007-05-30 06:15:50.985922900 +0200
+@@ -1018,10 +1018,12 @@
}
port = argv[optind];
@@ -14,3 +14,15 @@
if(strncasecmp(port, "inet:", 5) == 0)
if(!lflag) {
/*
+Index: shared/output.c
+--- shared/output.c.orig 2007-03-02 01:43:18.000000000 +0100
++++ shared/output.c 2007-05-30 06:17:48.279834583 +0200
+@@ -61,7 +61,7 @@
+ pthread_mutex_t logg_mutex = PTHREAD_MUTEX_INITIALIZER;
+ #endif
+
+-#ifdef C_LINUX
++#if 0
+ #include <libintl.h>
+ #include <locale.h>
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/clamav/clamav.spec
============================================================================
$ cvs diff -u -r1.83 -r1.84 clamav.spec
--- openpkg-src/clamav/clamav.spec 13 Apr 2007 07:46:55 -0000 1.83
+++ openpkg-src/clamav/clamav.spec 31 May 2007 06:16:16 -0000 1.84
@@ -33,7 +33,7 @@
Group: AntiVirus
License: GPL
Version: 0.90.2
-Release: 20070413
+Release: 20070531
# package options
%option with_milter no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]