Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2004 22:29:20 -0800
From:      Kris Kennaway <kris@obsecurity.org>
To:        Greg Lewis <glewis@eyesbeyond.com>
Cc:        Kris Kennaway <kris@obsecurity.org>
Subject:   Re: Packages with diablo dependencies
Message-ID:  <20040222062919.GA70449@xor.obsecurity.org>
In-Reply-To: <20040222062539.GA50119@misty.eyesbeyond.com>
References:  <20040222004847.GA57661@xor.obsecurity.org> <20040222062539.GA50119@misty.eyesbeyond.com>

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

--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--



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