Date: Tue, 2 Apr 2002 14:22:25 -0800 From: Kris Kennaway <kris@obsecurity.org> To: "David W. Chapman Jr." <dwcjr@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/rdesktop Makefile Message-ID: <20020402142225.C81056@xor.obsecurity.org> In-Reply-To: <200204021711.g32HBvd62768@freefall.freebsd.org>; from dwcjr@FreeBSD.org on Tue, Apr 02, 2002 at 09:11:57AM -0800 References: <200204021711.g32HBvd62768@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--raC6veAxrt5nqIoY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 02, 2002 at 09:11:57AM -0800, David W. Chapman Jr. wrote: > dwcjr 2002/04/02 09:11:57 PST >=20 > Modified files: > net/rdesktop Makefile=20 > Log: > Fix for -current due to lack of libgmp in base system Erm +.if ${OSVERSION} >=3D 500023 +BUILD_DEPENDS=3D ${PREFIX}/include/gmp.h:${PORTSDIR}/math/libgmp-freebsd +RUN_DEPENDS=3D ${PREFIX}/include/gmp.h:${PORTSDIR}/math/libgmp-freebsd +.endif 1) The libgmp-freebsd port is broken 2) It's a *library*, that's what LIB_DEPENDS was invented for. 3) $OSVERSION =3D=3D 500023 still contained libgmp, you need to test for=20 $OSVERSION > 500023 =2Eif ${OSVERSION} > 500023 LIB_DEPENDS+=3D gmp.4:${PORTSDIR}/math/libgmp3 =2Eendif Kris --raC6veAxrt5nqIoY 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 iD8DBQE8qi8hWry0BWjoQKURAjNVAKDpLy2c7M8aQNEyIBxPobypq1nCYACdEaw3 ieiysAPwK/VRyKeRvhduba4= =i7jG -----END PGP SIGNATURE----- --raC6veAxrt5nqIoY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020402142225.C81056>