[patch] fix lang/mono-basic to obey PREFIX

Romain Tartière romain at blogreen.org
Tue Jun 23 19:33:34 UTC 2009


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 at 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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-mono/attachments/20090623/e383560d/attachment.pgp


More information about the freebsd-mono mailing list