From owner-freebsd-ports@FreeBSD.ORG Wed Oct 1 09:02:48 2003 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 2973E16A4BF for ; Wed, 1 Oct 2003 09:02:48 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59DC443FE1 for ; Wed, 1 Oct 2003 09:02:47 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from atlantis.development.fillmore-labs.com ([192.168.130.182] helo=fillmore-labs.com) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1A4jR8-0000RH-8J; Wed, 01 Oct 2003 18:02:46 +0200 Message-ID: <3F7AFAA5.8070207@fillmore-labs.com> Date: Wed, 01 Oct 2003 18:02:45 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Jens Rehsack , FreeBSD Ports References: <488591F8-F427-11D7-91F1-000A956B6386@FreeBSD.org> In-Reply-To: <488591F8-F427-11D7-91F1-000A956B6386@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com Subject: Re: Problems with make package X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ade Lovett , FreeBSD Ports List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 16:02:48 -0000 Ade Lovett wrote: > On Wednesday, Oct 1, 2003, at 07:54 US/Pacific, Jens Rehsack wrote: > >> [packaging tales of woe snipped] > > Jens, > > Do you perchance have WRKDIRPREFIX set in /etc/make.conf (or > elsewhere)? There are a bunch of references to make, ${MAKE} et al. > inside bsd.port.mk that need to be converted over to '${MAKE} -C > ${.CURDIR}' to be WRKDIRPREFIX-safe. This should be PR 56096: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/56096 Does the proposed fix work?