From owner-svn-ports-all@FreeBSD.ORG Tue Jul 24 08:41:59 2012 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D5E9106566B; Tue, 24 Jul 2012 08:41:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EBBE28FC18; Tue, 24 Jul 2012 08:41:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6O8fw9L083564; Tue, 24 Jul 2012 08:41:58 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6O8fwIS083563; Tue, 24 Jul 2012 08:41:58 GMT (envelope-from bapt@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f Date: Tue, 24 Jul 2012 08:41:56 +0000 From: Baptiste Daroussin To: Jung-uk Kim Message-ID: <20120724084156.GA74245@ithaqua.etoilebsd.net> References: <201207161812.q6GICZFp068069@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NzB8fVQJ5HfG6fxh" Content-Disposition: inline In-Reply-To: <201207161812.q6GICZFp068069@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: svn commit: r300965 - head/java/icedtea-web X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2012 08:41:59 -0000 --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 > + > +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 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--