OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 20-Sep-2009 19:01:20 Branch: HEAD Handle: 2009092018012000 Modified files: openpkg-src/db db.spec Log: upgrading package: db 4.7.25.3 -> 4.8.24.0 Summary: Revision Changes Path 1.92 +6 -13 openpkg-src/db/db.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/db/db.spec ============================================================================ $ cvs diff -u -r1.91 -r1.92 db.spec --- openpkg-src/db/db.spec 18 Apr 2009 13:09:41 -0000 1.91 +++ openpkg-src/db/db.spec 20 Sep 2009 17:01:20 -0000 1.92 @@ -22,8 +22,8 @@ ## # package version -%define V_version 4.7.25 -%define V_revision 3 +%define V_version 4.8.24 +%define V_revision 0 # package information Name: db @@ -36,7 +36,7 @@ Group: Database License: BSD Version: %{V_version}.%{V_revision} -Release: 20081221 +Release: 20090920 # package options %option with_pthreads no @@ -52,9 +52,6 @@ Source0: http://download-uk.oracle.com/berkeley-db/db-%{V_version}.tar.gz Source1: db.pc Patch0: db.patch -Patch1: http://www.oracle.com/technology/products/berkeley-db/db/update/%{V_version}/patch.%{V_version}.1 -Patch2: http://www.oracle.com/technology/products/berkeley-db/db/update/%{V_version}/patch.%{V_version}.2 -Patch3: http://www.oracle.com/technology/products/berkeley-db/db/update/%{V_version}/patch.%{V_version}.3 # build information Prefix: %{l_prefix} @@ -85,10 +82,7 @@ %prep %setup -q -n db-%{V_version} - %patch -p0 -P 0 - %patch -p0 -P 1 - %patch -p0 -P 2 - %patch -p0 -P 3 + %patch -p0 %{l_shtool} subst \ -e 's;\($(ar) cr .*\);\1 _udivdi3.o _muldi3.o _clz.o;' \ @@ -100,7 +94,7 @@ %if "%{with_pthreads}" == "yes" mutex="POSIX/pthreads" %else - mutex="no" + mutex="" case "%{l_platform -p}" in amd64-* ) mutex="x86_64/gcc-assembly";; ix86-* ) mutex="x86/gcc-assembly" ;; @@ -108,7 +102,6 @@ sparc*-* ) mutex="Sparc/gcc-assembly" ;; ppc*-* ) mutex="PPC/gcc-assembly" ;; alpha*-* ) mutex="ALPHA/gcc-assembly" ;; - * ) mutex="UNIX/fcntl" ;; esac %endif cd build_unix @@ -132,7 +125,7 @@ --disable-cxx \ %endif --disable-java \ - --with-mutex="$mutex" \ + `[ ".$mutex" != . ] && echo "--with-mutex=$mutex"` \ %if "%{with_pthreads}" == "yes" --enable-pthread_api \ %endif @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org