From owner-cvs-ports@FreeBSD.ORG Mon Nov 24 07:20:16 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E16816A4CE; Mon, 24 Nov 2003 07:20:16 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E30343FF2; Mon, 24 Nov 2003 07:20:15 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD) id 1AOIVZ-0000li-CD; Mon, 24 Nov 2003 17:20:13 +0200 Date: Mon, 24 Nov 2003 17:20:13 +0200 From: Sheldon Hearn To: Pav Lucistnik Message-ID: <20031124152013.GQ18581@starjuice.net> Mail-Followup-To: Pav Lucistnik , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200311220018.hAM0Iqla026307@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311220018.hAM0Iqla026307@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/cups-lpr Makefile pkg-deinstall pkg-install pkg-message X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 15:20:16 -0000 On (2003/11/21 16:18), Pav Lucistnik wrote: > FreeBSD ports repository > > Modified files: > print/cups-lpr Makefile > Added files: > print/cups-lpr pkg-deinstall pkg-install pkg-message > Log: > - Move lpr binaries in base away, so cups binaries in /usr/local/bin > get picked. > - Move them back on deinstall. This is only a partial solution; the next "make world" will blow away these binaries. Also, if I'm using the binary updater package, it'll have a cow on the next lpr update. I really think you should be leaving this up to the sysadmin, documenting the list of files that should be removed, and recommending the use of NO_LPR=yes in /etc/make.conf. Ciao, Sheldon.