From owner-freebsd-questions@FreeBSD.ORG Tue May 11 13:03:16 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 EFA8116A4CE for ; Tue, 11 May 2004 13:03:16 -0700 (PDT) Received: from out001.verizon.net (out001pub.verizon.net [206.46.170.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2858043D48 for ; Tue, 11 May 2004 13:03:16 -0700 (PDT) (envelope-from dev5@es11.com) Received: from DEV5 ([141.149.13.183]) by out001.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040511200315.FYMX1464.out001.verizon.net@DEV5> for ; Tue, 11 May 2004 15:03:15 -0500 Message-ID: <00cb01c43795$96191ee0$06a8a8c0@DEV5> From: "ES11 Development Team" To: Date: Tue, 11 May 2004 16:21:40 -0400 Organization: ES11 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Authentication-Info: Submitted using SMTP AUTH at out001.verizon.net from [141.149.13.183] at Tue, 11 May 2004 15:03:12 -0500 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: 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 Reply-To: ES11 Development Team List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2004 20:03:17 -0000 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 and voila :-D hope this helps anyone with this frustrating problem Peter Steininger