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:   01-Jun-2003 10:17:49
  Branch: HEAD                             Handle: 2003060109174602

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

  Log:
    apply FreeBSD 64bit fixes

  Summary:
    Revision    Changes     Path
    1.4         +50 -0      openpkg-src/mozilla/mozilla.patch
    1.59        +1  -1      openpkg-src/mozilla/mozilla.spec
    1.4677      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mozilla/mozilla.patch
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 mozilla.patch
  --- openpkg-src/mozilla/mozilla.patch 15 Apr 2003 05:16:20 -0000      1.3
  +++ openpkg-src/mozilla/mozilla.patch 1 Jun 2003 08:17:48 -0000       1.4
  @@ -141,3 +141,53 @@
        }
    
        return mXftFont;
  +--- nsprpub/pr/src/md/unix/unix.c.orig       Sat May 31 18:06:04 2003
  ++++ nsprpub/pr/src/md/unix/unix.c    Sat May 31 18:04:43 2003
  +@@ -65,7 +65,8 @@
  +  * PRInt32* pointer to a _PRSockLen_t* pointer.
  +  */
  + #if defined(HAVE_SOCKLEN_T) \
  +-    || (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2)
  ++    || (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) \
  ++    || defined(FREEBSD)
  + #define _PRSockLen_t socklen_t
  + #elif defined(IRIX) || defined(HPUX) || defined(OSF1) || defined(SOLARIS) \
  +     || defined(AIX4_1) || defined(LINUX) || defined(SONY) \
  +@@ -73,7 +74,7 @@
  +     || defined(SUNOS4) || defined(NCR) || defined(DARWIN) \
  +     || defined(NEXTSTEP) || defined(QNX)
  + #define _PRSockLen_t int
  +-#elif (defined(AIX) && !defined(AIX4_1)) || defined(FREEBSD) \
  ++#elif (defined(AIX) && !defined(AIX4_1)) \
  +     || defined(NETBSD) || defined(OPENBSD) || defined(UNIXWARE) \
  +     || defined(DGUX) || defined(VMS) || defined(NTO)
  + #define _PRSockLen_t size_t
  +--- js/src/jsfun.c.orig      Fri May 30 20:55:38 2003
  ++++ js/src/jsfun.c   Fri May 30 20:54:24 2003
  +@@ -1081,7 +1081,7 @@
  +     JSString *atomstr;
  +     char *propname;
  +     JSScopeProperty *sprop;
  +-    jsid userid;
  ++    uint32 userid;
  +     JSAtom *atom;
  +     uintN i, n, dupflag;
  +     uint32 type;
  +@@ -1157,7 +1157,7 @@
  +                 userid = INT_TO_JSVAL(sprop->shortid);
  +                 propname = ATOM_BYTES((JSAtom *)sprop->id);
  +                 if (!JS_XDRUint32(xdr, &type) ||
  +-                    !JS_XDRUint32(xdr, (uint32 *)&userid) ||
  ++                    !JS_XDRUint32(xdr, &userid) ||
  +                     !JS_XDRCString(xdr, &propname)) {
  +                     if (mark)
  +                         JS_ARENA_RELEASE(&cx->tempPool, mark);
  +@@ -1173,7 +1173,7 @@
  +                 uintN attrs = JSPROP_ENUMERATE | JSPROP_PERMANENT;
  + 
  +                 if (!JS_XDRUint32(xdr, &type) ||
  +-                    !JS_XDRUint32(xdr, (uint32 *)&userid) ||
  ++                    !JS_XDRUint32(xdr, &userid) ||
  +                     !JS_XDRCString(xdr, &propname)) {
  +                     return JS_FALSE;
  +                 }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mozilla/mozilla.spec
  ============================================================================
  $ cvs diff -u -r1.58 -r1.59 mozilla.spec
  --- openpkg-src/mozilla/mozilla.spec  8 May 2003 09:26:26 -0000       1.58
  +++ openpkg-src/mozilla/mozilla.spec  1 Jun 2003 08:17:48 -0000       1.59
  @@ -37,7 +37,7 @@
   Group:        Web
   License:      MPL
   Version:      %{V_mozilla}
  -Release:      20030508
  +Release:      20030601
   
   #   package options
   %option       with_mailnews   no
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.4676 -r1.4677 news.txt
  --- openpkg-web/news.txt      1 Jun 2003 08:09:35 -0000       1.4676
  +++ openpkg-web/news.txt      1 Jun 2003 08:17:46 -0000       1.4677
  @@ -1,3 +1,4 @@
  +01-Jun-2003: Upgraded package: P<mozilla-1.3.1-20030601>
   01-Jun-2003: Upgraded package: P<nspr-4.3-20030601>
   31-May-2003: Upgraded package: P<imagemagick-5.5.7.7-20030531>
   31-May-2003: Upgraded package: P<iozone-3.181-20030531>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to