From owner-freebsd-ports@FreeBSD.ORG Fri Jun 25 18:45:02 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60B2B16A4D0 for ; Fri, 25 Jun 2004 18:45:02 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C4D443D49 for ; Fri, 25 Jun 2004 18:45:02 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.12] (helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1BdvgQ-00024l-CX; Fri, 25 Jun 2004 20:44:38 +0200 Date: Fri, 25 Jun 2004 20:44:32 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Anagh Lal From: Oliver Eikemeier In-Reply-To: <20040625183549.91991.qmail@web41507.mail.yahoo.com> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: libpathan-1.2_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 18:45:02 -0000 Anagh Lal wrote: > Here is what I did > > pkg_add -r > ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-4-stable/All/libpathan-1. > 2_2.tgz > > and here is where I am > uname -a > > FreeBSD ne211-demo.unl.edu 5.2-RELEASE FreeBSD > 5.2-RELEASE #0: Sun Jan 11 04:21:45 GMT 2004 > root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC > i386 > > Initially, i was having problems with the downloaded > tgz. > > But now > pkg_add libpathan-1.2_2.tgz > works. You shouldn't use 4-STABLE packages on 5.2-RELEASE. Try pkg_add -r libpathan this should just work, independent of your OS version. -Oliver