Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2007 23:16:52 +0200
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        Stephen Montgomery-Smith <stephen@math.missouri.edu>
Cc:        gnome@FreeBSD.org, freebsd-ports@FreeBSD.org, Kris Kennaway <kris@obsecurity.org>
Subject:   Re: More speed increases for make-ing ports
Message-ID:  <1179868612.83498.6.camel@ikaros.oook.cz>
In-Reply-To: <46533D66.1070305@math.missouri.edu>
References:  <465291FB.4010901@math.missouri.edu> <20070522071941.GB59910@xor.obsecurity.org> <4652FFB4.8060107@math.missouri.edu> <1179846295.52353.27.camel@pav.hide.vol.cz> <4653349D.7080608@math.missouri.edu> <46533D66.1070305@math.missouri.edu>

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

--=-eul43Rkhcdaf6nRvN/ZI
Content-Type: text/plain; charset=ISO-8859-2
Content-Transfer-Encoding: quoted-printable

Stephen Montgomery-Smith p=ED=B9e v =FAt 22. 05. 2007 v 13:58 -0500:

> Or maybe it is not beyond my skills.  This is what I came up with:
>=20
> Prost=FD textov=FD dokument p=F8=EDloha (ddd)
> --- bsd.gnome.mk-orig	Tue May 22 01:29:08 2007
> +++ bsd.gnome.mk	Tue May 22 13:56:16 2007
> @@ -655,6 +655,13 @@
>  _USE_GNOME+=3D	${${component}_USE_GNOME_IMPL} ${component}
>  . endfor
> =20
> +.for component in ${_USE_GNOME_ALL}
> +.  if ${_USE_GNOME:M${component}} !=3D ""
> +_USE_GNOME_UNIQ+=3D${component}
> +.  endif
> +.endfor
> +_USE_GNOME=3D${_USE_GNOME_UNIQ}
> +
>  # Setup the GTK+ API version for pixbuf loaders, input method modules,
>  # and theme engines.
>  PLIST_SUB+=3D			GTK2_VERSION=3D"${GTK2_VERSION}"

Too bad it does not work. Breaks on, for example, graphics/opencv.
You need to handle the case of USE_GNOME being defined as empty.

Wrapping the code block inside

.ifdef _USE_GNOME
.endif

seems to do the trick here. Still testing ...

--=20
Pav Lucistnik <pav@oook.cz>
              <pav@FreeBSD.org>

What do you mean? An African or a European swallow?

--=-eul43Rkhcdaf6nRvN/ZI
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?=
	=?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?=
	=?ISO-8859-1?Q?_zpr=E1vy?=

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (FreeBSD)

iD8DBQBGU13BntdYP8FOsoIRAlk3AJ9UQESmjDvujNG8ykA2hjx+GoarvQCfWSb8
kDbXEqN5KHRLxdbdhgUJMcg=
=2ZrJ
-----END PGP SIGNATURE-----

--=-eul43Rkhcdaf6nRvN/ZI--




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