From c66cbe756480fd9330f0ca3919efbecc8986ed3a Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sat, 28 May 2005 20:51:58 +0000 Subject: Update to 1.1.5, which includes a port to amd64. (Ports to alpha, powerpc, sparc64 should be quick, but I haven't been able to scare up the resources on the cluster machines). Also, remove the compile-time options such as different AWTs, which are intended by the developers for use in embedded systems, not general users. Also, move maintainership to myself, since I'm working on kaffe too frequently. Thanks Mark for your work on this port! PR: ports/80641 Submitted by: anholt Approved by: maintainer --- java/kaffe/files/patch-inetaddressimpl | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 java/kaffe/files/patch-inetaddressimpl (limited to 'java/kaffe/files/patch-inetaddressimpl') diff --git a/java/kaffe/files/patch-inetaddressimpl b/java/kaffe/files/patch-inetaddressimpl deleted file mode 100644 index 7a4017a9f808..000000000000 --- a/java/kaffe/files/patch-inetaddressimpl +++ /dev/null @@ -1,12 +0,0 @@ ---- libraries/clib/net/InetAddressImpl.c.orig Wed Dec 31 13:43:03 2003 -+++ libraries/clib/net/InetAddressImpl.c Wed Dec 31 13:43:09 2003 -@@ -241,7 +241,9 @@ - "Unable to contact name server"); - break; - case EAI_NONAME: -+#if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME - case EAI_NODATA: -+#endif - postExceptionMessage(&einfo, - JAVA_NET(UnknownHostException), - "Unknown host: %s", -- cgit v1.2.3