From owner-cvs-all Tue Apr 2 15:54:50 2002 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 121A037B41A; Tue, 2 Apr 2002 15:54:40 -0800 (PST) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.12.2/8.12.2) with ESMTP id g32NsR9r080687; Tue, 2 Apr 2002 18:54:31 -0500 (EST) (envelope-from mi@aldan.algebra.com) Message-Id: <200204022354.g32NsR9r080687@aldan.algebra.com> Date: Tue, 2 Apr 2002 18:54:27 -0500 (EST) From: Mikhail Teterin Subject: Re: cvs commit: ports/net/rdesktop Makefile To: dwcjr@inethouston.net Cc: kris@obsecurity.org, dwcjr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20020402231640.GA10893@leviathan.inethouston.net> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii 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 On 2 Apr, David W. Chapman Jr. wrote: >> +.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? This new -current you are testing, probably, still has the library in /usr/lib. The library is no longer built/installed by new world, but it is still there -- for you, which is why you may don't see the breakage without the patch. No idea why the patch breaks, though. -mi >> .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: > -- |\__-----__/| _____/ ::::: :::\_____ '__--( ::::::::..::)--__` -mi If you have a / _- \/ :::::::\/ -_ serious knowledge / / :. .::::\ \ about computers -- | ::::::::::::| Ok, let's say you broke keep it in a secret! _|/ ::::____::\|_ the wall with your head "Rules of dating", / /:::::/:_::\::\:.\ What are you going to 'Playboy', ? 1994 | :| ..:(_/ \::|::|::| do in the next cell? | :|:::::. ::|: |::|.:| Stanislaw J. Lec \ |:: :::_/::/: :|:/ ((___\____\____/___/___)) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message