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 Date: 12-Jun-2003 13:13:18
Branch: HEAD Handle: 2003061212131800
Modified files:
openpkg-src/j2se j2se.spec
Log:
upgrade FreeBSD part to the latest self-built j2se 1.3.1 port; enable
native by default again now that we have native stuff for all three
platforms again
Summary:
Revision Changes Path
1.23 +5 -6 openpkg-src/j2se/j2se.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/j2se/j2se.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 j2se.spec
--- openpkg-src/j2se/j2se.spec 12 Jun 2003 10:47:48 -0000 1.22
+++ openpkg-src/j2se/j2se.spec 12 Jun 2003 11:13:18 -0000 1.23
@@ -29,7 +29,7 @@
%define V_sol_fsys 1_3_1_08
%define V_lnx_dist 1_3_1_08
%define V_lnx_fsys 1.3.1_08
-%define V_bsd_dist 1.3.1p7_1
+%define V_bsd_dist 1.3.1p8_2
%define V_bsd_fsys 1.3.1
# package information
@@ -45,12 +45,12 @@
Release: 20030612
# package options
-%option with_native no
+%option with_native yes
# list of sources
Source0: http://java.sun.com/j2se/::/j2sdk-%{V_sol_dist}-solaris-sparc.sh
Source1: http://java.sun.com/j2se/::/j2sdk-%{V_lnx_dist}-linux-i586.bin
-Source2: http://java.sun.com/j2se/::/j2sdk-%{V_bsd_dist}-freebsd-ix86.tar.bz2
+Source2: http://java.sun.com/j2se/::/jdk-%{V_bsd_dist}.tgz
Source3: rc.%{name}
Source4: %{name}.patch
%NoSource 0
@@ -99,9 +99,8 @@
case "%{l_target}" in
ix86-freebsd[45]* )
%if "%{with_native}" == "yes"
- %{l_bzip2} -d -c %{SOURCE j2sdk-%{V_bsd_dist}-freebsd-ix86.tar.bz2} |\
- %{l_tar} xf -
- mv j2sdk-%{V_bsd_fsys} %{name}
+ %{l_gzip} -d -c %{SOURCE jdk-%{V_bsd_dist}.tgz} | %{l_tar} xf -
+ mv jdk%{V_bsd_fsys} %{name}
%else
echo "yes" | sh %{SOURCE j2sdk-%{V_lnx_dist}-linux-i586.bin}
>/dev/null
mv jdk%{V_lnx_fsys} %{name}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]