From owner-freebsd-java@FreeBSD.ORG Sat Feb 21 22:29:25 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1012616A4CE for ; Sat, 21 Feb 2004 22:29:25 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2E1343D1D for ; Sat, 21 Feb 2004 22:29:24 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (788a062fb976dc2bc306ce9a2d7b8610@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37])i1M6TL9k025139; Sat, 21 Feb 2004 22:29:21 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 85D4066D44; Sat, 21 Feb 2004 22:29:20 -0800 (PST) Date: Sat, 21 Feb 2004 22:29:20 -0800 From: Kris Kennaway To: Greg Lewis Message-ID: <20040222062919.GA70449@xor.obsecurity.org> References: <20040222004847.GA57661@xor.obsecurity.org> <20040222062539.GA50119@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline In-Reply-To: <20040222062539.GA50119@misty.eyesbeyond.com> User-Agent: Mutt/1.4.1i cc: java@freebsd.org cc: Kris Kennaway Subject: Re: Packages with diablo dependencies X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 06:29:25 -0000 --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 21, 2004 at 11:25:39PM -0700, Greg Lewis wrote: > On Sat, Feb 21, 2004 at 04:48:47PM -0800, Kris Kennaway wrote: > > It looks like 51 ports now depend on the diablo ports to build; this > > means the packages cannot be built on bento, since the diablo packages > > are interactive and impossible to build there. Can you please do > > something about this? >=20 > Last time this came up I volunteered the attached patch. Does it fix the > problem or not? I didn't hear whether it did or didn't. If it does fix > the problem I'll commit it. If not, can you suggest a variable the packa= ge > install script can test for to workaround things on bento? Sorry, I must have lost that mail. I'll test it - thanks! Kris > Index: pkg-install > =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 > RCS file: /home/pcvs/ports/java/diablo-jdk13/pkg-install,v > retrieving revision 1.1 > diff -u -r1.1 pkg-install > --- pkg-install 25 Aug 2003 16:54:36 -0000 1.1 > +++ pkg-install 22 Feb 2004 06:23:13 -0000 > @@ -4,6 +4,11 @@ > # Set up a standard path > PATH=3D/usr/bin:/bin > =20 > +# Hack to prevent licensing from breaking bento. > +if [ "x${PACKAGE_BUILDING}" !=3D "x" ]; then > + exit 0 > +fi > + > # Attempt to install a link for the browser plugin during post-install > if [ "$2" =3D "POST-INSTALL" ]; then > # Plugin location variables --u3/rZRmxL6MmkK24 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAOEw/Wry0BWjoQKURAv00AJ4vowHnI6zh9dOmirViZWI8A0qUGQCfQSQ0 cIJCS8HS4nTzW8JEjJXLTC4= =m+tS -----END PGP SIGNATURE----- --u3/rZRmxL6MmkK24--