From owner-freebsd-stable Fri Jan 11 21:29:21 2002 Delivered-To: freebsd-stable@freebsd.org Received: from guru.mired.org (okc-65-31-201-166.mmcable.com [65.31.201.166]) by hub.freebsd.org (Postfix) with SMTP id 35ACA37B400 for ; Fri, 11 Jan 2002 21:29:18 -0800 (PST) Received: (qmail 38160 invoked by uid 100); 12 Jan 2002 05:29:10 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15423.51622.35671.797786@guru.mired.org> Date: Fri, 11 Jan 2002 23:29:10 -0600 To: Andrew McKay Cc: freebsd-stable@freebsd.org Subject: Re: cvsup-16-f issue In-Reply-To: <20020111112746.N10121-100000@fluoxetine.lan> References: <20020111112746.N10121-100000@fluoxetine.lan> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.43 (Python 2.1.1; freebsd-4.4-STABLE-i386) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andrew McKay types: > > Is there a package for cvsup that doesn't require X ? > > I know that we have the -g key, still the new version has a feature?: > > on a fresh installation of 4.4 STABLE it gives me only cvsup-16-f > > package which complaines thusly: > > > > /usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found > > If you have the ports system installed: > > # cd /usr/ports/net/cvsup/ > # make -DWITHOUT_X11 && make install > > Bear in mind that CVSup is written in Modula 3 and will, thus, require > this to be installed. Which is why you really want to do: # make -DSTATIC -DWITHOUT_X11 && make install which will link all the Modula 3 libraries in statically, so you can then deinstall all of Modula 3 without breaking the thing. STATIC is turned on by defualt when making the package, but not when just building the port. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message