Date: Tue, 2 Apr 2002 17:16:40 -0600 From: "David W. Chapman Jr." <dwcjr@inethouston.net> To: Kris Kennaway <kris@obsecurity.org> Cc: "David W. Chapman Jr." <dwcjr@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/rdesktop Makefile Message-ID: <20020402231640.GA10893@leviathan.inethouston.net> In-Reply-To: <20020402142225.C81056@xor.obsecurity.org> References: <200204021711.g32HBvd62768@freefall.freebsd.org> <20020402142225.C81056@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> +.if ${OSVERSION} >= 500023 > +BUILD_DEPENDS= ${PREFIX}/include/gmp.h:${PORTSDIR}/math/libgmp-freebsd > +RUN_DEPENDS= ${PREFIX}/include/gmp.h:${PORTSDIR}/math/libgmp-freebsd > +.endif > > 1) The libgmp-freebsd port is broken I just booted into -current and it isn't broken on mine, using your patch below actually breaks the build. I'm going to change it back(dependency only) since it builds on a recent -current unless you have any objections? > .if ${OSVERSION} > 500023 > LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp3 > .endif > Here's my proposed patch against what's in there now. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/rdesktop/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 2 Apr 2002 22:41:38 -0000 1.10 +++ Makefile 2 Apr 2002 23:16:15 -0000 @@ -7,6 +7,7 @@ PORTNAME= rdesktop PORTVERSION= 1.0.0.p19.7.6 +PORTREVISION= 1 CATEGORIES= net comms MASTER_SITES= http://bibl4.oru.se/projects/rdesktop/dist/releases/ DISTNAME= rdesktop-1.0.0 @@ -29,7 +30,7 @@ .include <bsd.port.pre.mk> .if ${OSVERSION} > 500023 -LIB_DEPENDS= gmp.4:${PORTSDIR}/math/libgmp3 +LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp-freebsd .endif do-patch: -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. <www.inethouston.net> dwcjr@freebsd.org FreeBSD Committer <www.FreeBSD.org> 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?20020402231640.GA10893>