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: 16-Aug-2005 10:02:35
Branch: HEAD Handle: 2005081609023400
Modified files:
openpkg-src/db db.spec
Log:
the HPPA/gcc-assembly mutex is reported to not work under HP/UX, so
use UNIX/fcntl on HPPA
Summary:
Revision Changes Path
1.58 +1 -2 openpkg-src/db/db.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/db/db.spec
============================================================================
$ cvs diff -u -r1.57 -r1.58 db.spec
--- openpkg-src/db/db.spec 3 May 2005 18:19:26 -0000 1.57
+++ openpkg-src/db/db.spec 16 Aug 2005 08:02:34 -0000 1.58
@@ -37,7 +37,7 @@
Group: Database
License: BSD
Version: %{V_version}.%{V_revision}
-Release: 20050503
+Release: 20050816
# package options
%option with_compat no
@@ -90,7 +90,6 @@
ix86-* ) mutex="x86/gcc-assembly" ;;
ia64-* ) mutex="ia64/gcc-assembly" ;;
sparc*-* ) mutex="Sparc/gcc-assembly" ;;
- hppa*-* ) mutex="HPPA/gcc-assembly" ;;
ppc*-* ) mutex="PPC/gcc-assembly" ;;
alpha*-* ) mutex="ALPHA/gcc-assembly" ;;
* ) mutex="UNIX/fcntl" ;;
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]