OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 04-Oct-2002 11:27:21
Branch: HEAD Handle: 2002100410272001
Modified files:
openpkg-src/qt qt.spec
openpkg-web news.txt
Log:
Put X11 paths back in to guarantee cross-platform link consistency.
Summary:
Revision Changes Path
1.35 +4 -2 openpkg-src/qt/qt.spec
1.1689 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/qt/qt.spec
============================================================
$ cvs diff -u -r1.34 -r1.35 qt.spec
--- openpkg-src/qt/qt.spec 3 Oct 2002 21:32:49 -0000 1.34
+++ openpkg-src/qt/qt.spec 4 Oct 2002 09:27:21 -0000 1.35
@@ -33,7 +33,7 @@
Group: XWindow
License: GPL
Version: 3.0.5
-Release: 20021003
+Release: 20021004
# list of sources
Source0: ftp://ftp.trolltech.com/qt/source/qt-x11-free-%{version}.tar.gz
@@ -76,7 +76,9 @@
-platform $oscomp -thread -stl \
-qt-libpng -qt-libjpeg -qt-libmng \
-no-nas-sound -no-tablet -no-xkb \
- -xft -sm -xinerama -xrender
+ -xft -sm -xinerama -xrender \
+ -L`%{l_prefix}/etc/rc --query x11_libdir` \
+ -R`%{l_prefix}/etc/rc --query x11_libdir`
%{l_make} %{l_mflags -O} \
MAKE="%{l_make} %{l_mflags -O}" \
symlinks src-qmake src-moc sub-src sub-tools
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1688 -r1.1689 news.txt
--- openpkg-web/news.txt 3 Oct 2002 21:32:48 -0000 1.1688
+++ openpkg-web/news.txt 4 Oct 2002 09:27:20 -0000 1.1689
@@ -1,3 +1,4 @@
+04-Oct-2002: Upgraded package: P<qt-3.0.5-20021004>
03-Oct-2002: Upgraded package: P<qt-3.0.5-20021003>
03-Oct-2002: Upgraded package: P<openssh-3.4p1-20021003>
03-Oct-2002: Upgraded package: P<ghostscript-7.04-20021003>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]