OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   12-Oct-2006 15:13:29
  Branch: HEAD                             Handle: 2006101214132900

  Modified files:
    openpkg-src/mpg123      mpg123.patch mpg123.spec

  Log:
    fix some portability fallback sources

  Summary:
    Revision    Changes     Path
    1.7         +26 -2      openpkg-src/mpg123/mpg123.patch
    1.42        +1  -1      openpkg-src/mpg123/mpg123.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mpg123/mpg123.patch
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 mpg123.patch
  --- openpkg-src/mpg123/mpg123.patch   5 Sep 2006 21:02:32 -0000       1.6
  +++ openpkg-src/mpg123/mpg123.patch   12 Oct 2006 13:13:29 -0000      1.7
  @@ -1,6 +1,6 @@
   Index: configure
   --- configure.orig   2006-08-29 23:39:29 +0200
  -+++ configure        2006-09-05 23:01:35 +0200
  ++++ configure        2006-10-12 15:10:30 +0200
   @@ -7627,7 +7627,7 @@
    
    
  @@ -21,7 +21,7 @@
        seektable=$with_seektable
   Index: src/httpget.c
   --- src/httpget.c.orig       2006-08-21 14:54:31 +0200
  -+++ src/httpget.c    2006-09-05 23:00:28 +0200
  ++++ src/httpget.c    2006-10-12 15:12:41 +0200
   @@ -61,6 +61,10 @@
    #define INADDR_NONE 0xffffffff
    #endif
  @@ -33,3 +33,27 @@
    void writestring (int fd, char *string)
    {
        int result, bytes = strlen(string);
  +@@ -705,10 +709,12 @@
  + 
  + int readstring (char *string, int maxlen, FILE *f)
  + {
  ++    return 0;
  + }
  + 
  + char *url2hostport (char *url, char **hname, unsigned long *hip, unsigned 
int *port)
  + {
  ++    return NULL;
  + }
  + 
  + char *proxyurl = NULL;
  +@@ -717,8 +723,9 @@
  + 
  + #define ACCEPT_HEAD "Accept: audio/mpeg, audio/x-mpegurl, */*\r\n"
  + 
  +-int http_open (char *url)
  ++int http_open (char* url, char** content_type)
  + {
  ++    return 0;
  + }
  + #endif
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mpg123/mpg123.spec
  ============================================================================
  $ cvs diff -u -r1.41 -r1.42 mpg123.spec
  --- openpkg-src/mpg123/mpg123.spec    5 Sep 2006 21:02:32 -0000       1.41
  +++ openpkg-src/mpg123/mpg123.spec    12 Oct 2006 13:13:29 -0000      1.42
  @@ -37,7 +37,7 @@
   Group:        Audio
   License:      GPL
   Version:      %{V_opkg}
  -Release:      20060905
  +Release:      20061012
   
   #   list of sources
   Source0:      http://www.mpg123.de/download/mpg123-%{V_dist}.tar.bz2
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to