pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/jikes Enable incomplete "-source 1.5" support as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e57734bd4cfe
branches:  trunk
changeset: 481514:e57734bd4cfe
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Oct 06 04:33:31 2004 +0000

description:
Enable incomplete "-source 1.5" support as described in NEWS.  This doesn't
break default or "-source 1.3/1.4" compiles already supported; it just adds
additional parser code for some new language constructs in 1.5.

diffstat:

 lang/jikes/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r a69fdf08893a -r e57734bd4cfe lang/jikes/Makefile
--- a/lang/jikes/Makefile       Wed Oct 06 02:42:05 2004 +0000
+++ b/lang/jikes/Makefile       Wed Oct 06 04:33:31 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2004/10/06 02:40:55 tv Exp $
+# $NetBSD: Makefile,v 1.28 2004/10/06 04:33:31 tv Exp $
 #
 
 DISTNAME=      jikes-1.22
+PKGREVISION=   1
 CATEGORIES=    lang java
 MASTER_SITES=  http://oss.software.ibm.com/pub/${DISTNAME:S,-,/,}/
 EXTRACT_SUFX=  .tar.bz2
@@ -16,6 +17,9 @@
 USE_GCC_SHLIB=         yes
 UNLIMIT_RESOURCES=      datasize
 
+# enable "-source 1.5" -- not complete, but does not break normal compiles
+CONFIGURE_ARGS+=       --enable-source15
+
 USE_GNU_TOOLS+=        make    # uses multi-line comments with \ (naughty hack!)
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index