Index: head/java/jbootstrap/Makefile =================================================================== --- head/java/jbootstrap/Makefile (revision 140934) +++ head/java/jbootstrap/Makefile (revision 140935) @@ -1,37 +1,38 @@ # New ports collection makefile for: jbootstrap # Date created: 7 July 2005 # Whom: # # $FreeBSD$ # PORTNAME= jbootstrap PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= java MASTER_SITES= # http://www.eyesbeyond.com/freebsddom/java/jbootstrap.html MAINTAINER= glewis@FreeBSD.org COMMENT= Java bootstrap tools RUN_DEPENDS= ${LOCALBASE}/bin/jikes:${PORTSDIR}/java/jikes USE_PERL5_RUN= yes MAKE_FLAGS+= BINDIR=${PREFIX}/${PORTNAME}/bin \ LIBEXECDIR=${PREFIX}/${PORTNAME}/libexec .if !defined(NOPORTDOCS) INSTALL_TARGET= install install-doc .endif RESTRICTED= "Redistribution of pre-compiled binaries is not permitted" .include .if ${PERL_LEVEL} < 500800 IGNORE= This port requires perl 5.8 or above. .endif .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) IGNORE= Please fetch ${DISTNAME}${EXTRACT_SUFX} from http://www.eyesbeyond.com/freebsddom/java/jbootstrap.html and place it in ${DISTDIR} .endif .include Property changes on: head/java/jbootstrap/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/java/jbootstrap/files/patch-scsl-InvokerGen.c =================================================================== --- head/java/jbootstrap/files/patch-scsl-InvokerGen.c (nonexistent) +++ head/java/jbootstrap/files/patch-scsl-InvokerGen.c (revision 140935) @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- scsl/InvokerGen.c.orig Fri Aug 19 11:04:45 2005 ++++ scsl/InvokerGen.c Fri Aug 19 11:04:03 2005 +@@ -475,7 +475,8 @@ + ", of sig='", si->sig, "'"); + } + } + t[j] = 0; ++ sb[pos] = NUL; + si->returnType = t[--j]; + si->binTerse = t; + si->terse = sb; Property changes on: head/java/jbootstrap/files/patch-scsl-InvokerGen.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property