From owner-cvs-all Tue Apr 2 15:16:50 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 5AD0E37B419; Tue, 2 Apr 2002 15:16:36 -0800 (PST) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id A9A873198D7; Tue, 2 Apr 2002 17:16:40 -0600 (CST) Date: Tue, 2 Apr 2002 17:16:40 -0600 From: "David W. Chapman Jr." To: Kris Kennaway Cc: "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/rdesktop Makefile Message-ID: <20020402231640.GA10893@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Kris Kennaway , "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200204021711.g32HBvd62768@freefall.freebsd.org> <20020402142225.C81056@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020402142225.C81056@xor.obsecurity.org> User-Agent: Mutt/1.3.28i X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > +.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 .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. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message