OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Apr-2004 10:52:39
Branch: HEAD Handle: 2004040809523900
Modified files:
openpkg-src/openpkg HISTORY openpkg.sh openpkg.spec
Log:
upgrading package: openpkg 20040407 -> 20040408
Summary:
Revision Changes Path
1.157 +3 -1 openpkg-src/openpkg/HISTORY
1.6 +2 -2 openpkg-src/openpkg/openpkg.sh
1.312 +5 -1 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.156 -r1.157 HISTORY
--- openpkg-src/openpkg/HISTORY 7 Apr 2004 08:05:58 -0000 1.156
+++ openpkg-src/openpkg/HISTORY 8 Apr 2004 08:52:39 -0000 1.157
@@ -2,6 +2,8 @@
2004
====
+20040408 fixed internal OPENPKG_TOOLS variable processing in <prefix>/bin/openpkg
frontend
+20040408 added workaround to BeeCrypt build to make sure /dev/audio and /dev/dsp
are not used
20040407 upgraded to GNU shtool 2.0b2
20040406 upgraded to GNU tar 1.13.94
@@ -10,7 +12,7 @@
20040403 fix tracking of GNU tar
20040401 fix "openpkg install openpkg-tool" bootstrapping command
20040324 fix %l_check_nosource: the output went directly into the shell scripts
-20040320 upgrade to cURL 7.11.1
+20040320 upgrade to cURL 7.11.1 (excluded in 2.0.1)
20040320 bump provide for 2.0.0-2.0.0
20040224 **** RELEASE AS PART OF OPENPKG 2.0.0 ***
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.sh
============================================================================
$ cvs diff -u -r1.5 -r1.6 openpkg.sh
--- openpkg-src/openpkg/openpkg.sh 20 Feb 2004 13:48:23 -0000 1.5
+++ openpkg-src/openpkg/openpkg.sh 8 Apr 2004 08:52:39 -0000 1.6
@@ -75,10 +75,10 @@
OPENPKG_TOOLS="$opt_tools"
fi
if [ ".$OPENPKG_TOOLS" != . -a ".$OPENPKG_TOOLS_CMDPATH" = . ]; then
- OPENPKG_TOOLS_CMDPATH="$OPENPKG_TOOLS/cmd"
+ OPENPKG_TOOLS_CMDPATH="$OPENPKG_TOOLS/cmd:@"
fi
if [ ".$OPENPKG_TOOLS" != . -a ".$OPENPKG_TOOLS_APIPATH" = . ]; then
- OPENPKG_TOOLS_APIPATH="$OPENPKG_TOOLS/api"
+ OPENPKG_TOOLS_APIPATH="$OPENPKG_TOOLS/api:@"
fi
# determine path to OpenPKG Tool Chain commands
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.311 -r1.312 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 7 Apr 2004 08:05:58 -0000 1.311
+++ openpkg-src/openpkg/openpkg.spec 8 Apr 2004 08:52:39 -0000 1.312
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20040407
+%define V_openpkg 20040408
# the used software versions
%define V_rpm 4.2.1
@@ -630,9 +630,13 @@
# build BeeCrypt library
( cd beecrypt-%{V_beecrypt}
+ ( echo 'ac_cv_have_dev_dsp=no'
+ echo 'ac_cv_have_dev_audio=no'
+ ) >config.cache
CC="${l_cc}" \
CFLAGS="-O" \
./configure \
+ --cache-file=./config.cache \
--prefix=%{l_prefix} \
--disable-threads \
--disable-shared \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]