Date: Sat, 25 Aug 2001 17:50:54 +0200 From: Wilko Bulte <wkb@freebie.xs4all.nl> To: "Bruce A. Mah" <bmah@FreeBSD.ORG> Cc: FreeBSD hackers list <FreeBSD-hackers@FreeBSD.ORG>, nik@FreeBSD.ORG Subject: Re: building 'release' and compiling doc ports Message-ID: <20010825175054.A1357@freebie.xs4all.nl> In-Reply-To: <20010825174208.A1269@freebie.xs4all.nl>; from wkb@freebie.xs4all.nl on Sat, Aug 25, 2001 at 05:42:08PM %2B0200 References: <200108241605.f7OG5GW49491@intruder.bmah.org> <20010824190806.A46103@freebie.xs4all.nl> <200108241725.f7OHPfB50419@intruder.bmah.org> <20010824194405.A46482@freebie.xs4all.nl> <200108241752.f7OHqox51679@intruder.bmah.org> <20010825001408.B47203@freebie.xs4all.nl> <200108242311.f7ONBIt56794@intruder.bmah.org> <20010825083659.A51201@freebie.xs4all.nl> <200108251457.f7PEvVW45896@intruder.bmah.org> <20010825174208.A1269@freebie.xs4all.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Aug 25, 2001 at 05:42:08PM +0200, Wilko Bulte wrote: > On Sat, Aug 25, 2001 at 07:57:31AM -0700, Bruce A. Mah wrote: > > [Removing mi from explicit recipients to spare him the agony.] > I'll try when I get back home. I just managed to lockup the DS10 remotely > (grr) by typing "show power" against the SRM prompt. I retract that: I did come back. After an hour or so (???). Anyway, I have just applied the patch and started make release. Will take ~4 to 5 hours to produce a full release build. > We'll see.. > > > Index: Makefile.inc.docports > > =================================================================== > > RCS file: /home/ncvs/src/release/Makefile.inc.docports,v > > retrieving revision 1.6 > > diff -u -r1.6 Makefile.inc.docports > > --- Makefile.inc.docports 2001/08/14 22:31:27 1.6 > > +++ Makefile.inc.docports 2001/08/25 14:49:01 > > @@ -36,7 +36,6 @@ > > ports/textproc/dsssl-docbook-modular \ > > ports/textproc/html \ > > ports/textproc/iso8879 \ > > - ports/textproc/jade \ > > ports/textproc/libxml2 \ > > ports/textproc/libxslt \ > > ports/textproc/linuxdoc \ > > @@ -44,3 +43,8 @@ > > ports/textproc/sgmlformat \ > > ports/www/links \ > > ports/www/tidy > > +.if ${MACHINE_ARCH} == "alpha" > > +MINIMALDOCPORTS+= ports/textproc/openjade > > +.else > > +MINIMALDOCPORTS+= ports/textproc/jade > > +.endif -- | / o / / _ Arnhem, The Netherlands email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010825175054.A1357>