From owner-freebsd-doc Tue Mar 20 8:55:10 2001 Delivered-To: freebsd-doc@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id A8DD237B718 for ; Tue, 20 Mar 2001 08:55:07 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f2KGt5028190; Tue, 20 Mar 2001 08:55:05 -0800 (PST) (envelope-from obrien) Date: Tue, 20 Mar 2001 08:55:04 -0800 From: "David O'Brien" To: Dima Dorfman Cc: doc@freebsd.org Subject: Re: OpenJade support isn't complete Message-ID: <20010320085504.A28070@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20010319210147.A74643@dragon.nuxi.com> <20010320060955.78DEC3E09@bazooka.unixfreak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010320060955.78DEC3E09@bazooka.unixfreak.org>; from dima@unixfreak.org on Mon, Mar 19, 2001 at 10:09:55PM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Mar 19, 2001 at 10:09:55PM -0800, Dima Dorfman wrote: > This is a ports bug; a pasto, I think. With the patch below, I was > able to remove /usr/ports/textproc/jade, install the docproj port, Did you wind up with a new installation of textproc/jade? I do not see how you could, as the patch you included is only less bogus than the original test. You did not remove the RUN_DEPENDS on nsgmls:${PORTSDIR}/textproc/jade. Here is the Makefile after applying your patch: .if ${OSVERSION} < 220000 RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/sp .else RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade .endif .if ${MACHINE_ARCH} == "alpha" WITH_OPENJADE= yes .endif .if defined(WITH_OPENJADE) RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/openjade .endif Note that all FreeBSD/Alpha machines have OSVERSION > 220000. Thus nsgmls:${PORTSDIR}/textproc/jade before we even check to see if we are an Alpha. I believe the patch I posted to be correct over this one. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message