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: 06-Dec-2005 22:12:12
Branch: HEAD Handle: 2005120621121100
Modified files:
openpkg-src/j2se j2se.spec
Log:
support FreeBSD 6.0, too
Summary:
Revision Changes Path
1.63 +3 -3 openpkg-src/j2se/j2se.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/j2se/j2se.spec
============================================================================
$ cvs diff -u -r1.62 -r1.63 j2se.spec
--- openpkg-src/j2se/j2se.spec 3 Dec 2005 18:57:40 -0000 1.62
+++ openpkg-src/j2se/j2se.spec 6 Dec 2005 21:12:11 -0000 1.63
@@ -40,7 +40,7 @@
Group: Language
License: Commercial
Version: %{V_openpkg}
-Release: 20051203
+Release: 20051206
# package options
%option with_demo no
@@ -105,7 +105,7 @@
cryptfile="%{SOURCE jce_policy-%{V_sunsupp}.zip}"
pkgdir="%{V_filesys}"
case "%{l_platform -t}" in
- i?86-linux2.[2-6]* | i?86-freebsd[45]* )
+ i?86-linux2.[2-6]* | i?86-freebsd[456]* )
pkgfile1="%{SOURCE jdk-%{V_sunjava}-linux-i586.bin}"
pkgdir="jdk%{V_filesys}"
;;
@@ -137,7 +137,7 @@
cd $RPM_BUILD_ROOT%{l_prefix}/libexec
HOME=$RPM_BUILD_ROOT%{l_prefix}/libexec/j2se
case "%{l_platform -t}" in
- i?86-linux2.[2-6]* | i?86-freebsd[45]* )
+ i?86-linux2.[2-6]* | i?86-freebsd[456]* )
echo "yes" | sh $pkgfile1 >COPYING.32
;;
sun4u-sunos5.[6-9]* | sun4u-sunos5.10 )
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]