[100288] trunk/dports/java/gnu-classpath

ryandesign at macports.org ryandesign at macports.org
Fri Dec 7 02:28:04 PST 2012


Revision: 100288
          https://trac.macports.org/changeset/100288
Author:   ryandesign at macports.org
Date:     2012-12-07 02:28:03 -0800 (Fri, 07 Dec 2012)
Log Message:
-----------
gnu-classpath: update to 0.99, including an upstream patch to fix a build failure on OS X

Modified Paths:
--------------
    trunk/dports/java/gnu-classpath/Portfile
    trunk/dports/java/gnu-classpath/files/patch-native-jni-java-nio-Makefile.in

Added Paths:
-----------
    trunk/dports/java/gnu-classpath/files/patch-native-jni-java-io-java_io_VMConsole.c.diff

Modified: trunk/dports/java/gnu-classpath/Portfile
===================================================================
--- trunk/dports/java/gnu-classpath/Portfile	2012-12-07 10:13:16 UTC (rev 100287)
+++ trunk/dports/java/gnu-classpath/Portfile	2012-12-07 10:28:03 UTC (rev 100288)
@@ -4,8 +4,7 @@
 
 name            gnu-classpath
 set my_name     classpath
-version         0.98
-revision        1
+version         0.99
 maintainers     nomaintainer
 categories      java
 # has a runtime exception similar to gcc's
@@ -23,11 +22,11 @@
 master_sites    gnu:${my_name}
 distname        ${my_name}-${version}
 
-checksums           md5     90c6571b8b0309e372faa0f9f6255ea9 \
-                    sha1    1d6e8d1b3542a35bbd1013c61fab3cfae083decb \
-                    rmd160  9a20f4ca9379d90cbca644c0e9410df1c57575a5
+checksums       rmd160  eb1d9c93b3c3acaaa3e0cba69a8935d44812e181 \
+                sha256  f929297f8ae9b613a1a167e231566861893260651d913ad9b6c11933895fecc8
 
 patchfiles      patch-native-jni-java-nio-Makefile.in
+patchfiles-append patch-native-jni-java-io-java_io_VMConsole.c.diff
 
 depends_build   port:antlr
 depends_lib     port:libiconv

Added: trunk/dports/java/gnu-classpath/files/patch-native-jni-java-io-java_io_VMConsole.c.diff
===================================================================
--- trunk/dports/java/gnu-classpath/files/patch-native-jni-java-io-java_io_VMConsole.c.diff	                        (rev 0)
+++ trunk/dports/java/gnu-classpath/files/patch-native-jni-java-io-java_io_VMConsole.c.diff	2012-12-07 10:28:03 UTC (rev 100288)
@@ -0,0 +1,14 @@
+http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52694
+--- native/jni/java-io/java_io_VMConsole.c.orig	2012-01-08 06:35:53.000000000 -0600
++++ native/jni/java-io/java_io_VMConsole.c	2012-03-29 04:32:34.000000000 -0500
+@@ -47,6 +47,10 @@
+ 
+ /*************************************************************************/
+ 
++#ifndef IUCLC
++#define IUCLC 0
++#endif
++
+ #define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY)
+ #define TERMIOS_ECHO_LFLAGS (ECHO|ECHOE|ECHOK|ECHONL|TOSTOP)
+ 

Modified: trunk/dports/java/gnu-classpath/files/patch-native-jni-java-nio-Makefile.in
===================================================================
--- trunk/dports/java/gnu-classpath/files/patch-native-jni-java-nio-Makefile.in	2012-12-07 10:13:16 UTC (rev 100287)
+++ trunk/dports/java/gnu-classpath/files/patch-native-jni-java-nio-Makefile.in	2012-12-07 10:28:03 UTC (rev 100288)
@@ -1,6 +1,6 @@
---- native/jni/java-nio/Makefile.in.orig	Fri Feb  6 02:01:33 2009
-+++ native/jni/java-nio/Makefile.in	Mon Mar 28 15:59:04 2011
-@@ -88,7 +88,7 @@
+--- native/jni/java-nio/Makefile.in.orig	2012-03-08 17:54:15.000000000 -0600
++++ native/jni/java-nio/Makefile.in	2012-12-07 01:34:40.000000000 -0600
+@@ -113,7 +113,7 @@
  CCLD = $(CC)
  LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121207/5adcd654/attachment-0001.html>


More information about the macports-changes mailing list