Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Nov 2015 18:00:59 -0500
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        Kurt Jaeger <pi@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r400994 - in head/devel: . antlr4 antlr4/files
Message-ID:  <20151107230052.GA7577@Silverstone.nc-us.unovitch.com>
In-Reply-To: <201511071405.tA7E5BqH059013@repo.freebsd.org>
References:  <201511071405.tA7E5BqH059013@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Kurt,

On Sat, Nov 07, 2015 at 02:05:11PM +0000, Kurt Jaeger wrote:
> Author: pi
> Date: Sat Nov  7 14:05:11 2015
> New Revision: 400994
> URL: https://svnweb.freebsd.org/changeset/ports/400994
> 
> Log:
>   New Port: devel/antlr4
>   
> +		${JAVAJARDIR}/${INSTALL_JAR}
> +
> +.include <bsd.port.options.mk>
> +

There are no options so the bsd.port.options.mk is gratuitous here.

> Added: head/devel/antlr4/files/antlr.sh.in
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/antlr4/files/antlr.sh.in	Sat Nov  7 14:05:11 2015	(r400994)
> @@ -0,0 +1,6 @@
> +#! /bin/sh
> +#
> +# $FreeBSD$
> +
> +JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "%%JAVAJARDIR%%/%%INSTALL_JAR%%" -jar %%JAVAJARDIR%%/%%INSTALL_JAR%% "$@"
> +
> 

This file has the $FreeBSD$ tag but needs a `svn ps svn:keywords
FreeBSD=%H antlr.sh.in` and `svn pd fbsd:nokeywords antlr.sh.in` to use
them.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151107230052.GA7577>