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: 30-Jun-2007 10:15:44
Branch: HEAD Handle: 2007063009154400
Modified files:
openpkg-src/radius radius.patch radius.spec
Log:
upgrading package: radius 1.4 -> 1.5
Summary:
Revision Changes Path
1.6 +0 -65 openpkg-src/radius/radius.patch
1.55 +3 -2 openpkg-src/radius/radius.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/radius/radius.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 radius.patch
--- openpkg-src/radius/radius.patch 14 Jan 2007 20:36:52 -0000 1.5
+++ openpkg-src/radius/radius.patch 30 Jun 2007 08:15:44 -0000 1.6
@@ -1,68 +1,3 @@
-Index: lib/argp-help.c
---- lib/argp-help.c.orig 2006-09-08 15:46:06 +0200
-+++ lib/argp-help.c 2006-12-10 17:05:53 +0100
-@@ -38,14 +38,7 @@
- # include <wchar.h>
- #endif
-
--#ifdef _LIBC
--# include <libintl.h>
--# undef dgettext
--# define dgettext(domain, msgid) \
-- INTUSE(__dcgettext) (domain, msgid, LC_MESSAGES)
--#else
--# include "gettext.h"
--#endif
-+#include "gettext.h"
-
- #include "argp.h"
- #include "argp-fmtstream.h"
-Index: lib/argp-parse.c
---- lib/argp-parse.c.orig 2006-09-08 15:46:06 +0200
-+++ lib/argp-parse.c 2006-12-10 17:05:53 +0100
-@@ -30,14 +30,7 @@
- #include <getopt.h>
- #include <getopt_int.h>
-
--#ifdef _LIBC
--# include <libintl.h>
--# undef dgettext
--# define dgettext(domain, msgid) \
-- INTUSE(__dcgettext) (domain, msgid, LC_MESSAGES)
--#else
--# include "gettext.h"
--#endif
-+#include "gettext.h"
- #define N_(msgid) msgid
-
- #include "argp.h"
-Index: lib/error.c
---- lib/error.c.orig 2006-09-08 11:32:36 +0200
-+++ lib/error.c 2006-12-11 13:47:58 +0100
-@@ -57,10 +57,11 @@
- /* This variable is incremented each time `error' is called. */
- unsigned int error_message_count;
-
-+#define program_name "radius"
-+
- #ifdef _LIBC
- /* In the GNU C library, there is a predefined variable for this. */
-
--# define program_name program_invocation_name
- # include <errno.h>
- # include <limits.h>
- # include <libio/libioP.h>
-@@ -92,10 +93,6 @@
- char *strerror_r ();
- # endif
-
--/* The calling program should define program_name and set it to the
-- name of the executing program. */
--extern char *program_name;
--
- # if HAVE_STRERROR_R || defined strerror_r
- # define __strerror_r strerror_r
- # endif /* HAVE_STRERROR_R || defined strerror_r */
Index: configure
--- configure.orig 2006-11-24 13:43:29 +0100
+++ configure 2007-01-14 21:11:53 +0100
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/radius/radius.spec
============================================================================
$ cvs diff -u -r1.54 -r1.55 radius.spec
--- openpkg-src/radius/radius.spec 14 Jan 2007 20:40:15 -0000 1.54
+++ openpkg-src/radius/radius.spec 30 Jun 2007 08:15:44 -0000 1.55
@@ -32,8 +32,8 @@
Class: EVAL
Group: RADIUS
License: GPL
-Version: 1.4
-Release: 20070114
+Version: 1.5
+Release: 20070630
# package options
%option with_mysql no
@@ -113,6 +113,7 @@
--without-guile \
--without-server-guile \
--enable-snmp \
+ --enable-client \
%if "%{with_mysql}" == "yes"
--with-mysql \
%endif
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]