summaryrefslogtreecommitdiff
path: root/java/classpath/files
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-03 13:36:05 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-03 13:36:05 +0000
commit80239377e351b1639b182c344529fe7332bbef6b (patch)
tree3eb6fa0b55d299cf1f3f07a4f7031dc5a833cc60 /java/classpath/files
parentSince this port links to boost, a C++11-compatible compiler is necessary. (diff)
Remove expired ports:
2018-12-02 java/classpath: Staled since 2012, OpenJDK is live now java/cacao: Depends on expired java/classpath 2018-12-04 java/jamvm: Abandonware, depends on expired java/classpath
Notes
Notes: svn path=/head/; revision=486518
Diffstat (limited to 'java/classpath/files')
-rw-r--r--java/classpath/files/patch-lib__Makefile.in11
-rw-r--r--java/classpath/files/patch-native__jni__java-io__java_io_VMConsole.c21
-rw-r--r--java/classpath/files/patch-native_jni_gtk-peer_gnu-java-awt-peer-gtk-FreetypeGlyphVector.c14
-rw-r--r--java/classpath/files/patch-native_jni_gtk-peer_gnu-java-awt-peer-gtk-GdkFontPeer.c18
-rw-r--r--java/classpath/files/patch-tools__gnu__classpath__tools__jar__Updater.java27
5 files changed, 0 insertions, 91 deletions
diff --git a/java/classpath/files/patch-lib__Makefile.in b/java/classpath/files/patch-lib__Makefile.in
deleted file mode 100644
index 49fb4086548d..000000000000
--- a/java/classpath/files/patch-lib__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/Makefile.in.orig 2012-03-08 18:54:14.000000000 -0500
-+++ lib/Makefile.in 2012-10-03 18:17:34.000000000 -0400
-@@ -316,7 +316,7 @@
- @INSTALL_GLIBJ_ZIP_TRUE@glibj_DATA = glibj.zip $(COLLECTIONS)
- @BUILD_CLASS_FILES_TRUE@noinst_DATA = genclasses compile-classes resources
- @USE_PREBUILT_GLIBJ_ZIP_FALSE@@WITH_JAR_FALSE@CREATE_GLIBJ_ZIP = $(ZIP) -r -D glibj.zip gnu java javax org sun META-INF > /dev/null
--@USE_PREBUILT_GLIBJ_ZIP_FALSE@@WITH_JAR_TRUE@CREATE_GLIBJ_ZIP = $(JAR) cf glibj.zip gnu java javax org sun META-INF && $(JAR) i glibj.zip
-+@USE_PREBUILT_GLIBJ_ZIP_FALSE@@WITH_JAR_TRUE@CREATE_GLIBJ_ZIP = $(JAR) cf glibj.zip gnu java javax org sun META-INF && $(JAR) i $(builddir)/glibj.zip
- #endif
- EXTRA_DIST = standard.omit.in mkcollections.pl.in Makefile.gcj split-for-gcj.sh glibj.zip
- CLEANFILES = compile-classes resources classes \
diff --git a/java/classpath/files/patch-native__jni__java-io__java_io_VMConsole.c b/java/classpath/files/patch-native__jni__java-io__java_io_VMConsole.c
deleted file mode 100644
index b07b1bb270d8..000000000000
--- a/java/classpath/files/patch-native__jni__java-io__java_io_VMConsole.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- native/jni/java-io/java_io_VMConsole.c.orig 2012-01-08 07:35:53.000000000 -0500
-+++ native/jni/java-io/java_io_VMConsole.c 2012-09-13 17:35:29.000000000 -0400
-@@ -47,7 +47,7 @@
-
- /*************************************************************************/
-
--#define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY)
-+#define TERMIOS_ECHO_IFLAGS (IXON|IXOFF|IXANY)
- #define TERMIOS_ECHO_LFLAGS (ECHO|ECHOE|ECHOK|ECHONL|TOSTOP)
-
- /*
-@@ -78,6 +78,9 @@
- tcgetattr (STDIN_FILENO, &new);
-
- new.c_iflag &= ~TERMIOS_ECHO_IFLAGS;
-+#ifdef IUCLC
-+ new.c_iflag &= ~IUCLC;
-+#endif
- new.c_lflag &= ~TERMIOS_ECHO_LFLAGS;
-
- tcsetattr (STDIN_FILENO, TCSANOW, &new);
diff --git a/java/classpath/files/patch-native_jni_gtk-peer_gnu-java-awt-peer-gtk-FreetypeGlyphVector.c b/java/classpath/files/patch-native_jni_gtk-peer_gnu-java-awt-peer-gtk-FreetypeGlyphVector.c
deleted file mode 100644
index 94e225bf65a5..000000000000
--- a/java/classpath/files/patch-native_jni_gtk-peer_gnu-java-awt-peer-gtk-FreetypeGlyphVector.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c.orig 2013-12-16 09:41:00.000000000 +0100
-+++ native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c 2013-12-16 09:42:44.000000000 +0100
-@@ -42,8 +42,9 @@
- #include <pango/pango.h>
- #include <pango/pangoft2.h>
- #include <pango/pangofc-font.h>
--#include <freetype/ftglyph.h>
--#include <freetype/ftoutln.h>
-+#include <ft2build.h>
-+#include FT_GLYPH_H
-+#include FT_OUTLINE_H
- #include "jcl.h"
- #include "gdkfont.h"
- #include "gnu_java_awt_peer_gtk_FreetypeGlyphVector.h"
diff --git a/java/classpath/files/patch-native_jni_gtk-peer_gnu-java-awt-peer-gtk-GdkFontPeer.c b/java/classpath/files/patch-native_jni_gtk-peer_gnu-java-awt-peer-gtk-GdkFontPeer.c
deleted file mode 100644
index 69fc69036461..000000000000
--- a/java/classpath/files/patch-native_jni_gtk-peer_gnu-java-awt-peer-gtk-GdkFontPeer.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c.orig 2013-12-16 09:40:51.000000000 +0100
-+++ native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c 2013-12-16 09:44:06.000000000 +0100
-@@ -39,10 +39,11 @@
- #include <pango/pango.h>
- #include <pango/pangoft2.h>
- #include <pango/pangofc-font.h>
--#include <freetype/ftglyph.h>
--#include <freetype/ftoutln.h>
--#include <freetype/fttypes.h>
--#include <freetype/tttables.h>
-+#include <ft2build.h>
-+#include FT_GLYPH_H
-+#include FT_OUTLINE_H
-+#include FT_TYPES_H
-+#include FT_TRUETYPE_TABLES_H
- #include "gdkfont.h"
- #include "gtkpeer.h"
- #include "gnu_java_awt_peer_gtk_GdkFontPeer.h"
diff --git a/java/classpath/files/patch-tools__gnu__classpath__tools__jar__Updater.java b/java/classpath/files/patch-tools__gnu__classpath__tools__jar__Updater.java
deleted file mode 100644
index 9185d8bae3cc..000000000000
--- a/java/classpath/files/patch-tools__gnu__classpath__tools__jar__Updater.java
+++ /dev/null
@@ -1,27 +0,0 @@
---- tools/gnu/classpath/tools/jar/Updater.java.orig 2010-06-03 15:14:36.000000000 -0400
-+++ tools/gnu/classpath/tools/jar/Updater.java 2012-09-20 16:26:23.000000000 -0400
-@@ -70,9 +70,13 @@
- // Set this early so that createManifest can use it.
- inputJar = new JarFile(parameters.archiveFile);
-
-+ // Find the current directory.
-+ File tmpDir = parameters.archiveFile.getParentFile();
-+ if (tmpDir == null)
-+ tmpDir = new File(".");
-+
- // Write all the new entries to a temporary file.
-- File tmpFile = File.createTempFile("jarcopy", null,
-- parameters.archiveFile.getParentFile());
-+ File tmpFile = File.createTempFile("jarcopy", null, tmpDir);
- OutputStream os = new BufferedOutputStream(new FileOutputStream(tmpFile));
- writeCommandLineEntries(parameters, os);
-
-@@ -91,7 +95,7 @@
- if (!tmpFile.renameTo(parameters.archiveFile))
- {
- throw new IOException("Couldn't rename new JAR file " + tmpFile +
-- "to " + parameters.archiveFile);
-+ " to " + parameters.archiveFile);
- }
- }
-