Date: Tue, 2 Apr 2002 18:54:27 -0500 (EST) From: Mikhail Teterin <mi@aldan.algebra.com> To: dwcjr@inethouston.net Cc: kris@obsecurity.org, dwcjr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/rdesktop Makefile Message-ID: <200204022354.g32NsR9r080687@aldan.algebra.com> In-Reply-To: <20020402231640.GA10893@leviathan.inethouston.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <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:
>
--
|\__-----__/|
_____/ ::::: :::\_____
'__--( ::::::::..::)--__` -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204022354.g32NsR9r080687>
