[Git][java-team/openjfx][master] 4 commits: Remove build-on-non-JIT-architectures.patch again. It does not work.

Markus Koschany gitlab at salsa.debian.org
Tue Oct 9 23:05:11 BST 2018


Markus Koschany pushed to branch master at Debian Java Maintainers / openjfx


Commits:
90af2b23 by Markus Koschany at 2018-10-09T20:43:11Z
Remove build-on-non-JIT-architectures.patch again. It does not work.

- - - - -
2e1636df by Markus Koschany at 2018-10-09T20:43:52Z
Build-depend on libgtk-3-dev and fix a RuntimeException due to non existent

GTK 3 dependency.

Closes: #910585

- - - - -
e4b18468 by Markus Koschany at 2018-10-09T20:45:14Z
Update changelog

- - - - -
716bf957 by Markus Koschany at 2018-10-09T22:04:54Z
Set distribution to UNRELEASED.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- − debian/patches/build-on-non-JIT-architectures.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+openjfx (11+26-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Remove build-on-non-JIT-architectures.patch again. It does not work.
+  * Build-depend on libgtk-3-dev and fix a RuntimeException due to non existent
+    GTK 3 dependency. (Closes: #910585)
+
+ -- Markus Koschany <apo at debian.org>  Tue, 09 Oct 2018 22:44:46 +0200
+
 openjfx (11+26-3) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -21,6 +21,7 @@ Build-Depends: antlr3,
                libgstreamer-plugins-base1.0-dev,
                libgstreamer1.0-dev,
                libgtk2.0-dev,
+               libgtk-3-dev,
                libjpeg-dev,
                liblucene4.10-java,
                libpng-dev,


=====================================
debian/patches/build-on-non-JIT-architectures.patch deleted
=====================================
@@ -1,30 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Sun, 7 Oct 2018 14:43:53 +0200
-Subject: build on non-JIT architectures
-
----
- .../main/native/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/modules/javafx.web/src/main/native/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp b/modules/javafx.web/src/main/native/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp
-index c4a1f2c..6edec78 100644
---- a/modules/javafx.web/src/main/native/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp
-+++ b/modules/javafx.web/src/main/native/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp
-@@ -73,6 +73,7 @@ public:
- 
- const int64_t* LLIntOffsetsExtractor::dummy()
- {
-+#if ENABLE(JIT)
- // This is a file generated by offlineasm/generate_offsets_extractor.rb, and contains code
- // to create a table of offsets, sizes, and a header identifying what combination of
- // Platform.h macros we have set. We include it inside of a method on LLIntOffsetsExtractor
-@@ -81,6 +82,9 @@ const int64_t* LLIntOffsetsExtractor::dummy()
- // compiler to kindly step aside and yield to our best intentions.
- #include "LLIntDesiredOffsets.h"
-     return extractorTable;
-+#else
-+    return 0;
-+#endif
- }
- 
- } // namespace JSC


=====================================
debian/patches/series
=====================================
@@ -14,4 +14,3 @@ fix-arm32-build.patch
 25-webkit-debug-level.patch
 26-disable-webkit-jit-for-armv4.patch
 29-glibc-compatibility.patch
-build-on-non-JIT-architectures.patch



View it on GitLab: https://salsa.debian.org/java-team/openjfx/compare/60b6c363aaa4ba0b109d7bf64af2f7e0a0060a70...716bf95767083f410dfd5b9882ad46fd2a3db77f

-- 
View it on GitLab: https://salsa.debian.org/java-team/openjfx/compare/60b6c363aaa4ba0b109d7bf64af2f7e0a0060a70...716bf95767083f410dfd5b9882ad46fd2a3db77f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181009/753a2c5c/attachment.html>


More information about the pkg-java-commits mailing list