OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 16-Oct-2002 18:16:08
Branch: HEAD Handle: 2002101617160602
Modified files:
openpkg-src/imapd imapd.spec
openpkg-web news.txt
Log:
Repair build to comply with the new Berkley db 4.1.24 API.
Summary:
Revision Changes Path
1.39 +6 -4 openpkg-src/imapd/imapd.spec
1.1803 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/imapd/imapd.spec
============================================================
$ cvs diff -u -r1.38 -r1.39 imapd.spec
--- openpkg-src/imapd/imapd.spec 2 Oct 2002 15:16:37 -0000 1.38
+++ openpkg-src/imapd/imapd.spec 16 Oct 2002 16:16:08 -0000 1.39
@@ -32,19 +32,20 @@
Group: Mail
License: BSD
Version: 2.1.9
-Release: 20021002
+Release: 20021016
# list of sources
Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-%{version}.tar.gz
Source1: imapd.conf
Source2: rc.imapd
Patch0: imapd.patch
+Patch1: imapd-db4.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, sasl, db3, openssl, make, perl
-PreReq: OpenPKG, openpkg >= 20020206, sasl, db3, openssl, MTA
+BuildPreReq: OpenPKG, openpkg >= 20020206, sasl, db, openssl, make, perl
+PreReq: OpenPKG, openpkg >= 20020206, sasl, db, openssl, MTA
AutoReq: no
AutoReqProv: no
Provides: IMAP
@@ -60,7 +61,8 @@
%prep
%setup -q -n cyrus-imapd-%{version}
- %patch -p0
+ %patch0 -p0
+ %patch1 -p1
%build
cflags="-I%{l_prefix}/include"
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1802 -r1.1803 news.txt
--- openpkg-web/news.txt 16 Oct 2002 16:10:47 -0000 1.1802
+++ openpkg-web/news.txt 16 Oct 2002 16:16:06 -0000 1.1803
@@ -1,3 +1,4 @@
+16-Oct-2002: Upgraded package: P<imapd-2.1.9-20021016>
16-Oct-2002: New package: P<tardy-1.10-20021016>
16-Oct-2002: Upgraded package: P<squid-2.5.1-20021016>
16-Oct-2002: Upgraded package: P<perl-xml-20021016-20021016>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]