OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Sep-2005 11:00:33
Branch: HEAD Handle: 2005092710003200
Modified files:
openpkg-src/exim exim.spec
Log:
modifying package: exim-4.53 20050926 -> 20050927
Summary:
Revision Changes Path
1.91 +7 -1 openpkg-src/exim/exim.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/exim/exim.spec
============================================================================
$ cvs diff -u -r1.90 -r1.91 exim.spec
--- openpkg-src/exim/exim.spec 26 Sep 2005 18:10:25 -0000 1.90
+++ openpkg-src/exim/exim.spec 27 Sep 2005 09:00:32 -0000 1.91
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 4.53
-Release: 20050926
+Release: 20050927
# package options
%option with_auth_cram_md5 no
@@ -102,6 +102,7 @@
%track
prog exim = {
+ comment = "cs: remove 4.53-specific fix in %patch section when
4.54 is released"
version = %{version}
url = ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/
regex = exim-(__VER__)\.tar\.bz2
@@ -116,6 +117,11 @@
-e 's;\(if \[ $name = exim${EXE}\)\( \]\; then\);\1 -a ".$DESTDIR" =
. \2;' \
scripts/exim_install
+ # typo in 4.53
+ %{l_shtool} subst \
+ -e 's;^pcre_globals\.:;pcre_globals.o:;' \
+ src/pcre/Makefile
+
%build
# correctly specify missing realtime functions library
EXTRALIBS="%{l_ldflags} -liconv"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]