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: 03-Jun-2007 10:22:21 Branch: HEAD Handle: 2007060309222100 Modified files: openpkg-src/dbmail dbmail.patch dbmail.spec Log: upgrading package: dbmail 2.2.4 -> 2.2.5 Summary: Revision Changes Path 1.4 +25 -6 openpkg-src/dbmail/dbmail.patch 1.15 +3 -2 openpkg-src/dbmail/dbmail.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/dbmail/dbmail.patch ============================================================================ $ cvs diff -u -r1.3 -r1.4 dbmail.patch --- openpkg-src/dbmail/dbmail.patch 31 Jan 2007 19:06:04 -0000 1.3 +++ openpkg-src/dbmail/dbmail.patch 3 Jun 2007 08:22:21 -0000 1.4 @@ -1,19 +1,38 @@ Index: configure ---- configure.orig 2007-01-24 15:48:58 +0100 -+++ configure 2007-01-31 20:02:46 +0100 -@@ -2098,13 +2098,13 @@ +--- configure.orig 2007-06-02 15:14:40 +0200 ++++ configure 2007-06-03 10:11:09 +0200 +@@ -2620,19 +2620,19 @@ + withval=$with_pkglibdir; pkglibdirname="$withval" + fi + +- if test "x$pkglibdirname" = "x" ++ if false + then + DM_PKGLIBDIR="/usr/lib/dbmail" else - DM_LOGDIR="$logdirname" + DM_PKGLIBDIR=$pkglibdirname fi - if test "x$localstatedir" = 'x${prefix}/var' + if false then - DM_STATEDIR='/var/run' + DM_STATEDIR="/var/run" else DM_STATEDIR=$localstatedir fi - if test "x$sysconfdir" = 'x${prefix}/etc' + if false then - DM_CONFDIR='/etc' + DM_CONFDIR="/etc" else +Index: debug.c +--- debug.c.orig 2007-06-02 15:14:40 +0200 ++++ debug.c 2007-06-03 10:13:51 +0200 +@@ -23,7 +23,7 @@ + * Debugging and memory checking functions */ + + #include "dbmail.h" +-#if defined(BSD4_4) ++#if defined(__FreeBSD__) || defined(BSD4_4) + extern char *__progname; /* Program name, from crt0. */ + #else + char *__progname = NULL; @@ . patch -p0 <<'@@ .' Index: openpkg-src/dbmail/dbmail.spec ============================================================================ $ cvs diff -u -r1.14 -r1.15 dbmail.spec --- openpkg-src/dbmail/dbmail.spec 18 Apr 2007 21:45:55 -0000 1.14 +++ openpkg-src/dbmail/dbmail.spec 3 Jun 2007 08:22:21 -0000 1.15 @@ -24,7 +24,7 @@ # package component versions %define V_major 2.2 -%define V_minor 4 +%define V_minor 5 # package information Name: dbmail @@ -37,7 +37,7 @@ Group: Mail License: GPL Version: %{V_major}.%{V_minor} -Release: 20070418 +Release: 20070603 # package options %option with_fsl yes @@ -125,6 +125,7 @@ %endif ./configure \ --prefix=%{l_prefix} \ + --mandir=%{l_prefix}/man \ --sysconfdir=%{l_prefix}/etc/dbmail \ --localstatedir=%{l_prefix}/var/dbmail/run \ --with-logdir=%{l_prefix}/var/dbmail/log \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org