OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Jan-2005 15:01:45
Branch: HEAD Handle: 2005011814014500
Modified files:
openpkg-src/memcached memcached.spec
Log:
fixed usage of obsolete command in pmkfile; removed leading comment
lines in pmkfile as pmk 0.9.0 barfs on them
Summary:
Revision Changes Path
1.5 +8 -2 openpkg-src/memcached/memcached.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/memcached/memcached.spec
============================================================================
$ cvs diff -u -r1.4 -r1.5 memcached.spec
--- openpkg-src/memcached/memcached.spec 1 Jan 2005 10:52:16 -0000
1.4
+++ openpkg-src/memcached/memcached.spec 18 Jan 2005 14:01:45 -0000
1.5
@@ -25,7 +25,7 @@
# package versions
%define V_memcached 1.1.11
-%define V_libmemcache 1.1.0
+%define V_libmemcache 1.2.0
%define V_cache_memcached 1.14
# package information
@@ -39,7 +39,7 @@
Group: System
License: GPL
Version: 1.1.11
-Release: 20041224
+Release: 20050118
# list of sources
Source0:
http://www.danga.com/memcached/dist/memcached-%{V_memcached}.tar.gz
@@ -62,6 +62,8 @@
system, generic in nature, but intended for use in speeding up
dynamic web applications by alleviating database load. Additionally,
this package contains Perl and C client APIs to memcached.
+ FIXME:tho:18.01.2005: will not run on FreeBSD 4.10 as pmkfile for
+ libmemcache not suitable for this system.
%track
prog memcached:memcached = {
@@ -104,6 +106,10 @@
# build C client API
( cd libmemcache-%{V_libmemcache}
+ %{l_shtool} subst \
+ -e 's;^#.*$;;' \
+ -e 's;CHECK_INCLUDE;CHECK_HEADER;' \
+ pmkfile
%{l_prefix}/bin/pmk >/dev/null
%{l_make} %{l_mflags -O}
) || exit $?
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]