Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2012 08:41:56 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        Jung-uk Kim <jkim@FreeBSD.org>
Cc:        svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: svn commit: r300965 - head/java/icedtea-web
Message-ID:  <20120724084156.GA74245@ithaqua.etoilebsd.net>
In-Reply-To: <201207161812.q6GICZFp068069@svn.freebsd.org>
References:  <201207161812.q6GICZFp068069@svn.freebsd.org>

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

--NzB8fVQJ5HfG6fxh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable



On Mon, Jul 16, 2012 at 06:12:35PM +0000, Jung-uk Kim wrote:
> Author: jkim
> Date: Mon Jul 16 18:12:34 2012
> New Revision: 300965
> URL: http://svn.freebsd.org/changeset/ports/300965
>=20
> Log:
>   Use the new options framework.
>=20
> Modified:
>   head/java/icedtea-web/Makefile
>=20
> Modified: head/java/icedtea-web/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/java/icedtea-web/Makefile	Mon Jul 16 18:06:14 2012	(r300964)
> +++ head/java/icedtea-web/Makefile	Mon Jul 16 18:12:34 2012	(r300965)
> @@ -24,10 +24,6 @@ JAVA_VENDOR=3D	openjdk
>  JAVA_VERSION=3D	1.6
>  USE_XORG=3D	x11
> =20
> -OPTIONS=3D	PLUGIN "Enable the browser plug-in" on \
> -		RHINO "Add support for Proxy Auto Config files" off \
> -		TEST "Add support for running regression test" off
> -
>  MAN1=3D		itweb-javaws.1
>  PLIST_FILES=3D	bin/itweb-javaws bin/itweb-settings \
>  		share/applications/itweb-javaws.desktop \
> @@ -42,13 +38,21 @@ RUN_DEPENDS+=3D	${LOCALBASE}/bin/bash:${PO
> =20
>  CONFIGURE_ARGS+=3D--with-ecj=3Dno --with-jdk-home=3D"${JAVA_HOME}"
> =20
> +.include <bsd.port.options.mk>
> +
> +OPTIONS_DEFINE=3D	PLUGIN RHINO TEST
> +OPTIONS_DEFAULT=3DPLUGIN
> +PLUGIN_DESC=3D	Enable the browser plug-in
> +RHINO_DESC=3D	Add support for Proxy Auto Config files
> +TEST_DESC=3D	Add support for running regression test
> +
>  .include <bsd.port.pre.mk>

The options should be defined prior to including bsd.port.options.mk
while here, NOPORTDOCS can also be converted into a DOCS options if you wan=
t.

regards,
Bapt

--NzB8fVQJ5HfG6fxh
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)

iEYEARECAAYFAlAOX9QACgkQ8kTtMUmk6Ew0OgCgiLC9CCtHQdffuP/DgIDnOAJ9
qu4AmwWTehkb0Bjx2rX58HxXTBRwQN+v
=/htf
-----END PGP SIGNATURE-----

--NzB8fVQJ5HfG6fxh--



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