From owner-freebsd-questions@FreeBSD.ORG Sat Aug 2 15:08:30 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C1637B401 for ; Sat, 2 Aug 2003 15:08:30 -0700 (PDT) Received: from falcon.midgard.homeip.net (h76n3fls20o913.bredband.comhem.se [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id EF27443F93 for ; Sat, 2 Aug 2003 15:08:27 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: (qmail 17442 invoked by uid 1001); 2 Aug 2003 22:08:24 -0000 Date: Sun, 3 Aug 2003 00:08:24 +0200 From: Erik Trulsson To: Francisco Reyes Message-ID: <20030802220824.GA16718@falcon.midgard.homeip.net> Mail-Followup-To: Francisco Reyes , FreeBSD Questions List References: <20030802174038.F38021@zoraida.natserv.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030802174038.F38021@zoraida.natserv.net> User-Agent: Mutt/1.5.4i cc: FreeBSD Questions List Subject: Re: Static CVSup still possible? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 22:08:30 -0000 On Sat, Aug 02, 2003 at 05:47:56PM -0400, Francisco Reyes wrote: > I used to be able to install CVsup and just copy the cvsup program to > other machines. I just tried it today and on the target machine (an old > 4.5 machine) it complained about some missing libraries. > > Is it still possible to build CVsup in such a way that one could just copy > the cvsup file to another machine? Yes. Doing: cd /usr/ports/net/cvsup make -DSTATIC install should result in a statically linked cvsup binary being installed that can later be copied elsewhere. > > How about making a package or a binary distribution? > > I tried "make package", and got a package, but on the target machine it > then needed a number of other ports. At the time the machine did not have > a port directory and no cvsup. :-( > > I ended up making a gzipped tar file of one of my machines ports directory > and am now building cvsup from sources (also had to manually copy > /usr/share/mk/bsd.port* files) -- Erik Trulsson ertr1013@student.uu.se