Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2009 21:33:30 +0200
From:      Romain =?iso-8859-1?Q?Tarti=E8re?= <romain@blogreen.org>
To:        John Hein <jhein@timing.com>
Cc:        mono@freebsd.org
Subject:   Re: [patch] fix lang/mono-basic to obey PREFIX
Message-ID:  <20090623193330.GA56306@blogreen.org>
In-Reply-To: <19009.7171.561005.156768@gromit.timing.com>
References:  <19009.7171.561005.156768@gromit.timing.com>

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

[-- Attachment #1 --]
Hi

On Tue, Jun 23, 2009 at 12:16:35PM -0600, John Hein wrote:
> mono-basic has the config machinery to pass in --prefix, but
> we don't do that in the port (HAS_CONFIGURE=yes doesn't, but
> GNU_CONFIGURE=yes does).
> 
> So this patch explicitly adds --prefix to CONFIGURE_ARGS
> (and does a minor sort)...
> 
> Index: Makefile
> ===================================================================
> RCS file: /base/FreeBSD-CVS/ports/lang/mono-basic/Makefile,v
> retrieving revision 1.1
> diff -u -p -r1.1 Makefile
> --- Makefile	23 Jun 2009 11:46:02 -0000	1.1
> +++ Makefile	23 Jun 2009 17:14:03 -0000
> @@ -18,8 +18,9 @@ RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono
>  
>  MAN1=		vbnc.1
>  
> -USE_BZIP2=	yes
> +CONFIGURE_ARGS+=	--prefix=${PREFIX}
>  HAS_CONFIGURE=	yes
> +USE_BZIP2=	yes
>  USE_GMAKE=	yes
>  
>  tests: build

I can't tell why I changed GNU_CONFIGURE to HAS_CONFIGURE at r233, and I
think it's a typo.  I reverted HAS_CONFIGURE to GNU_CONFIGURE in the
BSD# repository.

Is this Ok for you?

Romain
-- 
Romain Tartière <romain@blogreen.org>        http://romain.blogreen.org/
pgp: 8DAB A124 0DA4 7024 F82A  E748 D8E9 A33F FF56 FF43 (ID: 0xFF56FF43)
(plain text =non-HTML= PGP/GPG encrypted/signed e-mail much appreciated)

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkpBLgoACgkQ2OmjP/9W/0OULwCghRs65ydWq4FDhLf5RXFEjd6L
U5gAoIOAxLzw7Ydqzw/XIrbawhcWS87X
=ATvB
-----END PGP SIGNATURE-----

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