Skip site navigation (1)Skip section navigation (2)
Date:      29 Mar 2002 11:22:20 -0500
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Maxim Sobolev <sobomax@FreeBSD.ORG>
Cc:        Kris Kennaway <kris@obsecurity.org>, gnome@FreeBSD.ORG
Subject:   Re: librep fix (needed for 5.0)
Message-ID:  <1017418940.291.6.camel@gyros.marcuscom.com>
In-Reply-To: <3CA44835.BCBB2ED0@FreeBSD.org>
References:  <20020329020258.A34981@xor.obsecurity.org>  <3CA44835.BCBB2ED0@FreeBSD.org>

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

--=-WkW64AQKtRJes6y1j3vZ
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Fri, 2002-03-29 at 05:55, Maxim Sobolev wrote:
> Kris Kennaway wrote:
> >=20
> > The libgmp port currently does not build on 5.0, which causes librep
> > to fail, and therefore GNOME.
> >=20
> > Switching the port to the libgmp3 port allows the entire GNOME build
> > to complete.
>=20
> Thank you for the patch, but could you please elaborate what the
> problem with math/libgmp is?

It doesn't build into a package since the info/dir file does not exist
(install info fails).  I was working on a patch for this, but I wasn't
sure if my way was right.

Anyway, since gmp doesn't build into a package, it can't be added for
librep.

Joe

>=20
> -Maxim
>=20
> >=20
> > Kris
> >=20
> > Index: Makefile
> > =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/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 @@
> >=20
> >  LIB_DEPENDS=3D   gdbm.2:${PORTSDIR}/databases/gdbm \
> >                 intl.1:${PORTSDIR}/devel/gettext-old
> > -.if !exists(/usr/lib/libgmp.so)
> > -LIB_DEPENDS+=3D  gmp.3:${PORTSDIR}/math/libgmp
> > -.endif
> >=20
> >  PLIST_SUB=3D     GNUHOST=3D${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=
=3D${PORTVERSION}
> >=20
> > @@ -40,6 +37,9 @@
> >  PREFIX?=3D       ${X11BASE}
> >=20
> >  .include <bsd.port.pre.mk>
> > +.if ${OSVERSION} > 500023
> > +LIB_DEPENDS+=3D  gmp.4:${PORTSDIR}/math/libgmp3
> > +.endif
> >=20
> >  .if ${XFREE86_VERSION} =3D=3D 3
> >  MTREE_FILE=3D    /etc/mtree/BSD.x11.dist
> >=20
> >   ---------------------------------------------------------------------=
-
> >    Part 1.2Type: application/pgp-signature
>=20
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-gnome" in the body of the message
>=20
--=20
PGP Key: http://www.marucscom.com/pgp.asc

--=-WkW64AQKtRJes6y1j3vZ
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org

iEYEABECAAYFAjyklLwACgkQb2iPiv4Uz4d79QCeI22N0ZCbz6XOfNmNDCNlick1
R4YAn0SOuO7muWBLPCSCX1g6MpncSkN3
=6jmB
-----END PGP SIGNATURE-----

--=-WkW64AQKtRJes6y1j3vZ--

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?1017418940.291.6.camel>