[openjdk-8] 01/04: Disabled the patches that can't be applied yet
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Apr 1 00:23:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository openjdk-8.
commit 846ea5b975fca3c864623e3bddc030f0f285703a
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Apr 1 01:40:18 2014 +0200
Disabled the patches that can't be applied yet
---
debian/rules | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/debian/rules b/debian/rules
index 0884f99..65cfb9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -322,8 +322,8 @@ DISTRIBUTION_PATCHES += \
debian/patches/jdk-freetypeScaler-crash.diff \
debian/patches/default-jvm-cfg-$(hotspot_version).diff \
debian/patches/nonreparenting-wm.diff \
- debian/patches/accessible-toolkit.patch \
- debian/patches/fix_extra_flags-$(hotspot_version).diff
+ debian/patches/accessible-toolkit.patch
+#FIXME debian/patches/fix_extra_flags-$(hotspot_version).diff
ifeq ($(with_bridge),atk)
DISTRIBUTION_PATCHES += \
@@ -350,17 +350,18 @@ DISTRIBUTION_PATCHES += \
#FIXME debian/patches/fontconfig-wqy-microhei.patch
ifeq (,$(filter $(DEB_HOST_ARCH),arm64))
+#FIXME debian/patches/no-pch-build.diff
+#FIXME debian/patches/text-relocations.diff
DISTRIBUTION_PATCHES += \
- debian/patches/no-pch-build.diff \
- debian/patches/text-relocations.diff \
debian/patches/hotspot-sparc-arch.diff \
debian/patches/sparc-stubgenerator.diff \
- debian/patches/hotspot-no-march-i586.diff \
- debian/patches/zero-opt.diff \
+ debian/patches/hotspot-no-march-i586.diff
+#FIXME debian/patches/zero-opt.diff
+ DISTRIBUTION_PATCHES += \
debian/patches/hotspot-powerpcspe.diff \
- debian/patches/hotspot-mips-align.diff \
- debian/patches/zero-x32.diff \
- debian/patches/zero-sparc.diff
+ debian/patches/hotspot-mips-align.diff
+#FIXME debian/patches/zero-x32.diff
+#FIXME debian/patches/zero-sparc.diff
endif
# FIXME CACAO update needed
@@ -380,8 +381,9 @@ endif
# debian/patches/fontconfig-korean-nanum.diff \
# debian/patches/fontconfig-japanese.diff
- DISTRIBUTION_PATCHES += \
- debian/patches/hotspot-libpath-$(hotspot_version).diff
+# FIXME to be updated for OpenJDK 8
+# DISTRIBUTION_PATCHES += \
+# debian/patches/hotspot-libpath-$(hotspot_version).diff
ifeq ($(with_pulse),yes)
# only in karmic and later the default
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git
More information about the pkg-java-commits
mailing list