From owner-freebsd-questions@FreeBSD.ORG Tue May 11 13:52:27 2004 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 8595616A4CE for ; Tue, 11 May 2004 13:52:27 -0700 (PDT) Received: from mta4.adelphia.net (mta4.adelphia.net [68.168.78.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 175C843D2F for ; Tue, 11 May 2004 13:52:27 -0700 (PDT) (envelope-from parv@chvlva.adelphia.net) Received: from default.chvlva.adelphia.net ([69.160.64.49]) by mta13.adelphia.netESMTP <20040511204052.XTKZ13425.mta13.adelphia.net@default.chvlva.adelphia.net>; Tue, 11 May 2004 16:40:52 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id EB10A56F9; Tue, 11 May 2004 16:41:53 -0400 (EDT) Date: Tue, 11 May 2004 16:41:53 -0400 From: Parv To: ES11 Development Team Message-ID: <20040511204153.GC93670@moo.holy.cow> Mail-Followup-To: ES11 Development Team , freebsd-questions@freebsd.org References: <00cb01c43795$96191ee0$06a8a8c0@DEV5> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00cb01c43795$96191ee0$06a8a8c0@DEV5> cc: freebsd-questions@freebsd.org Subject: Re: pkg_info: read_plist: bad command '@conflicts acroread-3*' - proper resolution 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: Tue, 11 May 2004 20:52:27 -0000 Do wrap lines around 69 or so characters to give me no incentive to ignore your mail otherwise. in message <00cb01c43795$96191ee0$06a8a8c0@DEV5>, wrote ES11 Development Team thusly... > > Installing pkg_install from port won't work unless you remove the > original pkg_install that is in the source. > > what I did was the following > > 1. I ran cvsup on stable-supfile (/usr/share/examples/cvsup/) > 2. cd /usr/src/usr.sbin/pkg_install > 3. make depend > 4. make all install clean That does not REMOVE pkg_install from anywhere, least of which is from FreeBSD source. Above 4 steps INSTALLS a new copy from source in the system. - Parv --