[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#906240: db5.3: Please enable full Java support for m68k



Source: db5.3
Version: 5.3.28-13.1+b1
Severity: normal
Tags: patch
User: debian-68k@lists.debian.org
Usertags: m68k

Hello!

In #719842 [1], Java support was disabled for m68k since the OpenJDK
support for this platform was broken back then.

Nowadays, OpenJDK works very well on m68k and we're currently building
all version from OpenJDK 8 through 11. Thus, it should be safe to enable
Java support for m68k in db5.3.

See attached patch.

Thanks,
Adrian

> [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719842

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
diff -Nru old/db5.3-5.3.28/debian/control new/db5.3-5.3.28/debian/control
--- old/db5.3-5.3.28/debian/control	2017-08-17 14:35:22.000000000 +0200
+++ new/db5.3-5.3.28/debian/control	2018-08-15 23:26:56.599389036 +0200
@@ -12,8 +12,8 @@
 	       dh-autoreconf,
 	       tcl-dev,
 	       procps [!hurd-i386],
-	       javahelper [!m68k],
-	       default-jdk [!m68k]
+	       javahelper,
+	       default-jdk
 Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html
 Vcs-Browser: https://anonscm.debian.org/git/pkg-db/db5.3.git
 Vcs-Git: git://anonscm.debian.org/pkg-db/db5.3.git
diff -Nru old/db5.3-5.3.28/debian/rules new/db5.3-5.3.28/debian/rules
--- old/db5.3-5.3.28/debian/rules	2017-08-17 14:35:22.000000000 +0200
+++ new/db5.3-5.3.28/debian/rules	2018-08-15 23:26:36.403388500 +0200
@@ -18,7 +18,7 @@
 
 -include /usr/share/javahelper/java-vars.mk
 
-JAVA_BROKEN_ARCHS = m68k
+JAVA_BROKEN_ARCHS =
 
 ENABLE_JAVA=no
 
@@ -97,7 +97,7 @@
 
 
 BROKEN_CPUS = zs390z
-VERY_BROKEN_CPUS = zm68kz zhppaz
+VERY_BROKEN_CPUS = zhppaz
 BROKEN_SYSTEMS = zgnuz
 VERY_BROKEN_SYSTEMS =
 

Reply to: