From owner-freebsd-questions Wed Aug 8 22:46:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-141-144.mmcable.com [24.27.141.144]) by hub.freebsd.org (Postfix) with SMTP id A75FC37B401 for ; Wed, 8 Aug 2001 22:46:38 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 51666 invoked by uid 100); 9 Aug 2001 05:46:38 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15218.9150.136091.622391@guru.mired.org> Date: Thu, 9 Aug 2001 00:46:38 -0500 To: Tim Erlin Cc: questions@freebsd.org Subject: Re: CVSup -- changed? In-Reply-To: <87129936@toto.iv> 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\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Tim Erlin types: > Has the CVSup package changed to include a bunch of > new dependancies? I've used and installed it > previously and I don't remember all these pm3 and X11 > requirements. Am I just confused? I think you're confused, and are thinking of the cvsup-bin port. That port didn't depend on anything else, but just installed a statically linked version of the cvsup port. The cvsup port has always had a bunch of dependencies like that, though they've changed recently to use a different Modula III compiler. I'm not sure what the old cvsupit port did, but the current one includes the CVSUP port so it will get those as well. The current cvsup port can be built statically, so that installing the package does exactly what installing the old cvsup-bin port did. That's the easiest way to install cvsup these days. > Secondly, a simple question. In order to compile CVSup > without X11, I need to "Define 'WITHOUT_X11'" but I'm > not sure what that means...? As explained by Kris, that's an environment variable you need to set for the make. You may want to set STATIC as well, so that you can remove all the modula runtime libraries after you've built the thing. 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-questions" in the body of the message