Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2002 12:55:49 +0200
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        gnome@FreeBSD.org
Subject:   Re: librep fix (needed for 5.0)
Message-ID:  <3CA44835.BCBB2ED0@FreeBSD.org>
References:  <20020329020258.A34981@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway wrote:
> 
> The libgmp port currently does not build on 5.0, which causes librep
> to fail, and therefore GNOME.
> 
> Switching the port to the libgmp3 port allows the entire GNOME build
> to complete.

Thank you for the patch, but could you please elaborate what the
problem with math/libgmp is?

-Maxim

> 
> Kris
> 
> Index: Makefile
> ===================================================================
> RCS file: /home/ncvs/ports/lang/librep/Makefile,v
> retrieving revision 1.33
> diff -u -r1.33 Makefile
> --- Makefile    15 Mar 2002 19:44:08 -0000      1.33
> +++ Makefile    29 Mar 2002 08:22:38 -0000
> @@ -16,9 +16,6 @@
> 
>  LIB_DEPENDS=   gdbm.2:${PORTSDIR}/databases/gdbm \
>                 intl.1:${PORTSDIR}/devel/gettext-old
> -.if !exists(/usr/lib/libgmp.so)
> -LIB_DEPENDS+=  gmp.3:${PORTSDIR}/math/libgmp
> -.endif
> 
>  PLIST_SUB=     GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=${PORTVERSION}
> 
> @@ -40,6 +37,9 @@
>  PREFIX?=       ${X11BASE}
> 
>  .include <bsd.port.pre.mk>
> +.if ${OSVERSION} > 500023
> +LIB_DEPENDS+=  gmp.4:${PORTSDIR}/math/libgmp3
> +.endif
> 
>  .if ${XFREE86_VERSION} == 3
>  MTREE_FILE=    /etc/mtree/BSD.x11.dist
> 
>   ----------------------------------------------------------------------
>    Part 1.2Type: application/pgp-signature

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




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