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-Oct-2003 11:14:32
Branch: HEAD Handle: 2003101710143002
Modified files:
openpkg-src/mozilla mozilla.patch mozilla.spec
openpkg-web news.txt
Log:
upgrading package: mozilla 1.4.1 -> 1.5
Summary:
Revision Changes Path
1.6 +26 -24 openpkg-src/mozilla/mozilla.patch
1.71 +4 -4 openpkg-src/mozilla/mozilla.spec
1.7033 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mozilla/mozilla.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 mozilla.patch
--- openpkg-src/mozilla/mozilla.patch 1 Jul 2003 18:01:34 -0000 1.5
+++ openpkg-src/mozilla/mozilla.patch 17 Oct 2003 09:14:32 -0000 1.6
@@ -1,5 +1,6 @@
---- nsprpub/pr/include/md/_freebsd.h.orig Sat Feb 16 09:12:55 2002
-+++ nsprpub/pr/include/md/_freebsd.h Thu Aug 8 19:31:23 2002
+diff -Naur mozilla.orig/nsprpub/pr/include/md/_freebsd.h
mozilla/nsprpub/pr/include/md/_freebsd.h
+--- mozilla.orig/nsprpub/pr/include/md/_freebsd.h 2003-01-17 00:09:12.000000000
+0100
++++ mozilla/nsprpub/pr/include/md/_freebsd.h 2003-10-16 18:54:05.000000000 +0200
@@ -40,6 +40,7 @@
#if __FreeBSD__ >= 2
#include <osreldate.h> /* for __FreeBSD_version */
@@ -8,28 +9,9 @@
#include <sys/syscall.h>
#define PR_LINKER_ARCH "freebsd"
---- nsprpub/pr/src/pthreads/ptio.c.orig Fri Apr 12 03:14:39 2002
-+++ nsprpub/pr/src/pthreads/ptio.c Tue Jul 30 18:52:11 2002
-@@ -3414,6 +3414,17 @@
- if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno);
- else
- {
-+#if (defined(_PR_INET6_PROBE) || defined(_PR_INET6)) && \
-+ defined(__FreeBSD__) && defined(IPV6_V6ONLY)
-+ if (domain == PR_AF_INET6) {
-+ int opt = 0;
-+ if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY,
-+ &opt, sizeof(opt))) {
-+ close(osfd);
-+ return NULL;
-+ }
-+ }
-+#endif
- fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE);
- if (fd == NULL) close(osfd);
- }
---- 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
+diff -Naur mozilla.orig/nsprpub/pr/src/md/unix/unix.c
mozilla/nsprpub/pr/src/md/unix/unix.c
+--- mozilla.orig/nsprpub/pr/src/md/unix/unix.c 2002-12-12 01:19:57.000000000
+0100
++++ mozilla/nsprpub/pr/src/md/unix/unix.c 2003-10-16 19:02:04.000000000 +0200
@@ -65,7 +65,8 @@
* PRInt32* pointer to a _PRSockLen_t* pointer.
*/
@@ -49,3 +31,23 @@
|| defined(NETBSD) || defined(OPENBSD) || defined(UNIXWARE) \
|| defined(DGUX) || defined(VMS) || defined(NTO)
#define _PRSockLen_t size_t
+diff -Naur mozilla.orig/nsprpub/pr/src/pthreads/ptio.c
mozilla/nsprpub/pr/src/pthreads/ptio.c
+--- mozilla.orig/nsprpub/pr/src/pthreads/ptio.c 2003-07-14 23:59:47.000000000
+0200
++++ mozilla/nsprpub/pr/src/pthreads/ptio.c 2003-10-16 18:59:28.000000000 +0200
+@@ -3469,6 +3469,16 @@
+ (void)setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY,
+ &on, sizeof(on));
+ }
++#elif (defined(_PR_INET6_PROBE) || defined(_PR_INET6)) && \
++ defined(__FreeBSD__) && defined(IPV6_V6ONLY)
++ if (domain == PR_AF_INET6) {
++ int opt = 0;
++ if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY,
++ &opt, sizeof(opt))) {
++ close(osfd);
++ return NULL;
++ }
++ }
+ #endif
+ fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE);
+ if (fd == NULL) close(osfd);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mozilla/mozilla.spec
============================================================================
$ cvs diff -u -r1.70 -r1.71 mozilla.spec
--- openpkg-src/mozilla/mozilla.spec 13 Oct 2003 18:14:51 -0000 1.70
+++ openpkg-src/mozilla/mozilla.spec 17 Oct 2003 09:14:32 -0000 1.71
@@ -32,8 +32,8 @@
Distribution: OpenPKG [EVAL]
Group: Web
License: MPL
-Version: 1.4.1
-Release: 20031013
+Version: 1.5
+Release: 20031017
# package options
%option with_optimize yes
@@ -41,7 +41,7 @@
%option with_composer no
# list of sources
-Source0:
ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla%{version}/src/mozilla-%{version}.tar.bz2
+Source0:
ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla%{version}/src/mozilla-source-%{version}.tar.bz2
Source1: ftp://ftp.openpkg.org/sources/CPY/mozilla/mozilla-1.4-libart.tar.bz2
Source2: mozilla.sh
Source3: mozilla.pod
@@ -75,7 +75,7 @@
%setup -q -n mozilla -D -T -a 1
# patch source distribution
- %patch -p0
+ %patch -p1
# strip down source distribution (save disk space)
find . -type d -name "CVS" -print | xargs rm -rf
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7032 -r1.7033 news.txt
--- openpkg-web/news.txt 16 Oct 2003 17:56:10 -0000 1.7032
+++ openpkg-web/news.txt 17 Oct 2003 09:14:30 -0000 1.7033
@@ -1,3 +1,4 @@
+17-Oct-2003: Upgraded package: P<mozilla-1.5-20031017>
16-Oct-2003: Upgraded package: P<perl-curses-20031016-20031016>
16-Oct-2003: Upgraded package: P<perl-parse-20031016-20031016>
16-Oct-2003: Upgraded package: P<linkchecker-1.9.3-20031016>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]