diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2005-05-28 20:51:58 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2005-05-28 20:51:58 +0000 |
commit | c66cbe756480fd9330f0ca3919efbecc8986ed3a (patch) | |
tree | 7cc2e1f43536e94e8191cfc70d65da43723da98f /java/kaffe/files/patch-inetaddressimpl | |
parent | Switch to static binary distribution instead of building from source: (diff) |
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
Notes
Notes:
svn path=/head/; revision=136353
Diffstat (limited to 'java/kaffe/files/patch-inetaddressimpl')
-rw-r--r-- | java/kaffe/files/patch-inetaddressimpl | 12 |
1 files changed, 0 insertions, 12 deletions
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", |