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: 17-Sep-2003 09:42:58 Branch: HEAD Handle: 2003091708425601 Modified files: openpkg-src/mplayer mplayer.spec openpkg-web news.txt Log: Change platform definition macro according to new standard Summary: Revision Changes Path 1.29 +3 -2 openpkg-src/mplayer/mplayer.spec 1.6591 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/mplayer/mplayer.spec ============================================================================ $ cvs diff -u -r1.28 -r1.29 mplayer.spec --- openpkg-src/mplayer/mplayer.spec 12 Sep 2003 08:31:20 -0000 1.28 +++ openpkg-src/mplayer/mplayer.spec 17 Sep 2003 07:42:57 -0000 1.29 @@ -38,7 +38,7 @@ Group: Video License: GPL and others Version: %{V_mplayer} -Release: 20030912 +Release: 20030917 # build options %option with_gui no @@ -100,7 +100,8 @@ %build # translate target names into qmake system types - case "%{l_target}" in *-solaris*) host=solaris ;; + case "%{l_platform -t}" in + *-sunos*) host=solaris ;; *-linux*) host=linux ;; *-freebsd*) host=freebsd ;; *) host=`uname | tr A-Z a-z` ;; @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.6590 -r1.6591 news.txt --- openpkg-web/news.txt 17 Sep 2003 07:19:14 -0000 1.6590 +++ openpkg-web/news.txt 17 Sep 2003 07:42:56 -0000 1.6591 @@ -1,3 +1,4 @@ +17-Sep-2003: Upgraded package: P<mplayer-1.0pre1-20030917> 17-Sep-2003: Upgraded package: P<openssh-3.7.1p1-20030917> 17-Sep-2003: Upgraded package: P<mesa-5.0.2-20030917> 16-Sep-2003: Upgraded package: P<openssh-3.5p1-1.2.3> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]