Date: Fri, 29 Mar 2002 02:02:58 -0800 From: Kris Kennaway <kris@obsecurity.org> To: gnome@FreeBSD.org Subject: librep fix (needed for 5.0) Message-ID: <20020329020258.A34981@xor.obsecurity.org>
next in thread | raw e-mail | index | archive | help
--GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. Kris 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${POR= TVERSION} =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 --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8pDvRWry0BWjoQKURAqmiAJ9/0BhhISBxrqr+Cd8OjCpJjKZ7EgCeIw9J 8te/3+b3Pu6g36yRcjdPOYY= =G8et -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw-- 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?20020329020258.A34981>