From owner-freebsd-ports@FreeBSD.ORG Sun Nov 10 17:53:56 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6248267E; Sun, 10 Nov 2013 17:53:56 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F46627BB; Sun, 10 Nov 2013 17:53:55 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id ey11so1306615wid.0 for ; Sun, 10 Nov 2013 09:53:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=F+MQPW+9fFMyJqCX2U50I4OLWBlpUELk+9NJkQWLBfo=; b=EvrYGLvRsDwE+z/rc45HptrrWzp1hpctGgAAAUHQXeEyMak9woWaP0cvsrVHIe0/10 piNRhJw7ls20EQltn90H5xleSPqv6mOIUQsJx9+fzTQo3QzIJMVMa6YdiNNtMfYWctRz qvOHGa8S3wkQaKOUxArjs7UkJ5EunN6Blato5FtZL3gZWAcG8MUxLQ24o45Q0pywcZIk 0gR72+OrABZm4ahuXhEWHEnG3IZGnx+yT2RoA/YUEYSRQU7ZdbRcnr+gP4SIj6t1L6nE MNFIGh8M/d2Fmnuignx/mTjrfm8+weGRueeaEcAtcfLe1xmNpF/N7P2jFmng7YCTRU5p IA8A== MIME-Version: 1.0 X-Received: by 10.180.11.166 with SMTP id r6mr9489644wib.9.1384106033973; Sun, 10 Nov 2013 09:53:53 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.64.199 with HTTP; Sun, 10 Nov 2013 09:53:53 -0800 (PST) In-Reply-To: References: <20131109002934.GI96134@hades.panopticon> Date: Sun, 10 Nov 2013 18:53:53 +0100 X-Google-Sender-Auth: iZcuuA5MaCxKfTdB60mZUSZL6TQ Message-ID: Subject: Re: [QAT] r333268: 4x leftovers From: Antoine Brodin To: Gerald Pfeifer Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, Ports-QAT , Dmitry Marakasov , decke@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 17:53:56 -0000 On Sun, Nov 10, 2013 at 2:59 PM, Gerald Pfeifer wrote: > On Sat, 9 Nov 2013, Dmitry Marakasov wrote: >> * Ports-QAT (qat@redports.org) wrote: >> >> +gerald@ > > Staging support broke INFO= here. The INFO= infrastructure should > take care of not leaving anything upon deinstallation and it did > so for years. I looked into fixing this in Mk/bsd.*.mk but failed. Hi, You can try patch at: http://people.freebsd.org/~antoine/ports/stage-info_subdir.diff (totally untested) Cheers, Antoine