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 openpkg-web          Date:   11-Aug-2003 11:38:47
  Branch: HEAD                             Handle: 2003081110384601

  Modified files:
    openpkg-src/mplayer     mplayer.patch mplayer.spec
    openpkg-web             news.txt

  Log:
    avoid unportable flags

  Summary:
    Revision    Changes     Path
    1.2         +15 -6      openpkg-src/mplayer/mplayer.patch
    1.16        +2  -2      openpkg-src/mplayer/mplayer.spec
    1.6120      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mplayer/mplayer.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 mplayer.patch
  --- openpkg-src/mplayer/mplayer.patch 9 May 2003 21:38:05 -0000       1.1
  +++ openpkg-src/mplayer/mplayer.patch 11 Aug 2003 09:38:47 -0000      1.2
  @@ -1,6 +1,5 @@
  -diff -Naur MPlayer-0.90.orig/loader/module.c MPlayer-0.90/loader/module.c
  ---- MPlayer-0.90.orig/loader/module.c        2003-05-09 22:32:25.503966557 +0200
  -+++ MPlayer-0.90/loader/module.c     2003-05-09 22:33:23.239737187 +0200
  +--- loader/module.c  2003-05-09 22:32:25.503966557 +0200
  ++++ loader/module.c  2003-05-09 22:33:23.239737187 +0200
   @@ -40,8 +40,8 @@
    
    #ifdef EMU_QTX_API
  @@ -178,9 +177,8 @@
    
    //  // mess with return address...
    //  reg->eax = 0x11223344;
  -diff -Naur MPlayer-0.90.orig/loader/wrapper.h MPlayer-0.90/loader/wrapper.h
  ---- MPlayer-0.90.orig/loader/wrapper.h       2003-05-09 22:32:25.512549619 +0200
  -+++ MPlayer-0.90/loader/wrapper.h    2003-05-09 22:33:04.632883306 +0200
  +--- loader/wrapper.h 2003-05-09 22:32:25.512549619 +0200
  ++++ loader/wrapper.h 2003-05-09 22:33:04.632883306 +0200
   @@ -4,10 +4,10 @@
    #include <sys/types.h>
    
  @@ -194,3 +192,14 @@
    
    extern wrapper_func_t report_entry, report_ret;
    
  +--- loader/Makefile.orig     Mon Mar 10 17:21:18 2003
  ++++ loader/Makefile  Mon Aug 11 11:32:05 2003
  +@@ -17,7 +17,7 @@
  + # Note: -D_FILE_OFFSET_BITS=32 is required to disable using mmap64(),
  + # as it's broken in glibc 2.1.2 (bad header) and 2.1.3 (bad code)
  + WARN_FLAGS = 
  +-CFLAGS=-I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS $(EXTRA_INC) $(WARN_FLAGS) 
-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
  ++CFLAGS=-I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS $(EXTRA_INC) $(WARN_FLAGS) 
-fno-omit-frame-pointer
  + #CFLAGS=-I. -I.. -O $(WARN_FLAGS) -g #-fno-omit-frame-pointer
  + 
  + all: libloader.a
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mplayer/mplayer.spec
  ============================================================================
  $ cvs diff -u -r1.15 -r1.16 mplayer.spec
  --- openpkg-src/mplayer/mplayer.spec  23 Jul 2003 13:32:05 -0000      1.15
  +++ openpkg-src/mplayer/mplayer.spec  11 Aug 2003 09:38:47 -0000      1.16
  @@ -37,7 +37,7 @@
   Group:        Video
   License:      GPL and others
   Version:      %{V_mplayer}
  -Release:      20030723
  +Release:      20030811
   
   #   build options
   %option       with_gui    no
  @@ -74,7 +74,7 @@
   
   %prep
       %setup -q -n MPlayer-%{V_mplayer}
  -    %patch -p1
  +    %patch -p0
   
   %build
       #   configure programs
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6119 -r1.6120 news.txt
  --- openpkg-web/news.txt      11 Aug 2003 09:30:44 -0000      1.6119
  +++ openpkg-web/news.txt      11 Aug 2003 09:38:46 -0000      1.6120
  @@ -1,3 +1,4 @@
  +11-Aug-2003: Upgraded package: P<mplayer-0.90-20030811>
   11-Aug-2003: Upgraded package: P<monit-3.2-20030811>
   11-Aug-2003: Upgraded package: P<imapd-2.1.14-20030811>
   11-Aug-2003: Upgraded package: P<ifile-1.3.3-20030811>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to