OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 15-Sep-2003 10:58:54
Branch: HEAD Handle: 2003091509585202
Modified files:
openpkg-src/qt qt.spec
openpkg-web news.txt
Log:
adjust for new %{l_platform} arrangement
Summary:
Revision Changes Path
1.87 +3 -3 openpkg-src/qt/qt.spec
1.6560 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/qt/qt.spec
============================================================================
$ cvs diff -u -r1.86 -r1.87 qt.spec
--- openpkg-src/qt/qt.spec 12 Sep 2003 13:00:31 -0000 1.86
+++ openpkg-src/qt/qt.spec 15 Sep 2003 08:58:54 -0000 1.87
@@ -33,7 +33,7 @@
Group: XWindow
License: GPL
Version: 3.2.1
-Release: 20030912
+Release: 20030915
# package library options (each 'yes' builds more libraries)
%option with_shared no
@@ -110,10 +110,10 @@
# and determine the target platform to build
HOME=`pwd`
QTDIR=`pwd`
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) oscomp="freebsd-g++" ;;
*-linux* ) oscomp="linux-g++" ;;
- *-solaris* ) oscomp="solaris-g++" ;;
+ *-sunos* ) oscomp="solaris-g++" ;;
* ) echo "platform %{l_target} not supported" 2>&1; exit 1 ;;
esac
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6559 -r1.6560 news.txt
--- openpkg-web/news.txt 15 Sep 2003 08:55:36 -0000 1.6559
+++ openpkg-web/news.txt 15 Sep 2003 08:58:52 -0000 1.6560
@@ -1,3 +1,4 @@
+15-Sep-2003: Upgraded package: P<qt-3.2.1-20030915>
15-Sep-2003: Upgraded package: P<apt-0.5.5cnc6-20030915>
15-Sep-2003: Upgraded package: P<dss-4.1.3-20030915>
15-Sep-2003: Upgraded package: P<fsl-1.2.1-20030915>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]