From owner-freebsd-stable Sun Aug 18 4:39:18 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C6F637B400 for ; Sun, 18 Aug 2002 04:39:13 -0700 (PDT) Received: from pc1-cove2-4-cust33.bir.cable.ntl.com (pc1-cove2-4-cust33.bir.cable.ntl.com [80.4.78.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB6843E4A for ; Sun, 18 Aug 2002 04:39:12 -0700 (PDT) (envelope-from ianjhart@ntlworld.com) Received: from ntlworld.com (alpha.private.lan [192.168.0.2]) by pc1-cove2-4-cust33.bir.cable.ntl.com (8.12.3/8.12.3) with ESMTP id g7IBd4qL001903; Sun, 18 Aug 2002 12:39:04 +0100 (BST) (envelope-from ianjhart@ntlworld.com) Message-ID: <3D5F8758.E1993CAE@ntlworld.com> Date: Sun, 18 Aug 2002 12:39:04 +0100 From: ian j hart X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Michiel Boland Cc: freebsd-stable@FreeBSD.ORG Subject: Re: package extension oddities on 4.6.2-RELEASE References: <20020818034003.K87364-100000@carmel.diva.nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Michiel Boland wrote: > > Hi. I'm using 4.6.2-RELEASE. Ports tree was cvsup-ed today. No > /etc/make.conf or funny environment variables or any of that. > > When I use 'make package' to package a port on FreeBSD 4.6.2-RELEASE it > will create a package in /usr/ports/packages/All named *.tbz2, but the > links in the category directories, like /usr/ports/packages/Latest etc. > are called *.tbz and they point to a .tbz file as well, which makes them > sort of not work. > > Anyone any idea how I can get this to work properly? > > Cheers > Michiel > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message This came up on the list about a month ago. Put PKG_SUFX=.tgz in /etc/make.conf. I suggest you manually convert your tbz2 packages to tgz format and fix the syminks by hand. That way pkg_add -r will work. -- ian j hart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message