From owner-freebsd-current@FreeBSD.ORG Thu Oct 11 09:42:18 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09D18AD8 for ; Thu, 11 Oct 2012 09:42:18 +0000 (UTC) (envelope-from se@freebsd.org) Received: from nm9-vm0.bullet.mail.ird.yahoo.com (nm9-vm0.bullet.mail.ird.yahoo.com [77.238.189.197]) by mx1.freebsd.org (Postfix) with ESMTP id 4EE278FC0A for ; Thu, 11 Oct 2012 09:42:16 +0000 (UTC) Received: from [77.238.189.232] by nm9.bullet.mail.ird.yahoo.com with NNFMP; 11 Oct 2012 09:42:15 -0000 Received: from [217.146.189.108] by tm13.bullet.mail.ird.yahoo.com with NNFMP; 11 Oct 2012 09:42:15 -0000 Received: from [127.0.0.1] by smtp124.mail.ird.yahoo.com with NNFMP; 11 Oct 2012 09:42:15 -0000 X-Yahoo-Newman-Id: 630837.99374.bm@smtp124.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: mImtgWsVM1nV1IDX4RNElfEIDBqTfR3GnfazW8cMX_DtVq8 _t7neLrmudD1OX8L0TlamBlYshq0WlkuLmVNko_v.6gptj81SU1vl8ZEEHi2 0s45LxYD8uxY6OzquAyY9JJWjUFDACYeI7UUJxN..6Z3T8Rjp8xjc9Ez1_3I 7ZMFvLC1eduYaO.Q84JSgQHrrHoVL_jI1PVUeAA8qMu4T1obccMovYGLG5N3 3vZqosBVR4UX1yq5igg7zb9J5wtKXoRySOvY4phO1r4Zp1_sEGrueQ3SXBns zjC59siaNy2NYR3Y8D2VdEZz5oP0p_Z0FnuaaqXOy2MWu8kWd6.J.FRyAY.g zM9xUcnGm.dK_AoBDB7Hxmp1BpcwQHPm.tmwPsK0idUH9Lvi2onq0IsAxCD1 XBDEaQzyl3Igwex4UQ_Y8X7lIp.IYRZ24_xDpfOZaiigUHnt2YlFO4zgbWQt vGuHUHLcPziXurNK_WswSyFGlegr1gJ7_p7gZ X-Yahoo-SMTP: iDf2N9.swBDAhYEh7VHfpgq0lnq. Received: from [192.168.119.11] (se@87.158.4.179 with plain) by smtp124.mail.ird.yahoo.com with SMTP; 11 Oct 2012 02:42:15 -0700 PDT Message-ID: <50769473.5060005@freebsd.org> Date: Thu, 11 Oct 2012 11:42:11 +0200 From: Stefan Esser User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121005 Thunderbird/16.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: [HEADSUP] current switched by default to pkgng References: <20121010134421.GI26497@ithaqua.etoilebsd.net> <50758134.9070701@mail.zedat.fu-berlin.de> <5075ACE3.9030509@FreeBSD.org> <5075C00F.8040600@freebsd.org> <5075D175.5060901@FreeBSD.org> <5075F4B2.6070200@unsane.co.uk> <507660DD.8050409@FreeBSD.org> In-Reply-To: <507660DD.8050409@FreeBSD.org> X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2012 09:42:18 -0000 Am 11.10.2012 08:02, schrieb Matthew Seaman: > On 10/10/2012 23:20, Vincent Hoffman wrote: >>> That's if you were to patch an already installed copy of >>> portmaster. >>>> The patch is designed to be placed in >>>> >>>> ${PORTSDIR}/ports-mgmt/portmaster/files/ >>>> >>>> so it would be applied as part of the normal process of >>>> building the portmaster port. In which case portmaster.sh.in >>>> is definitely the correct target. > >> Actually not so, maybe something has changed recently? Definitely ;-) > I stand corrected. Looks like Bryan switched things around a bit > when he imported everything to GitHub. > > I'll fix the patch pro-tem although it should become redundant Real > Soon Now. My first assumption was, that the patch had already been integrated into portmaster, when it failed to apply to the updated port. But the resulting portmaster script did not support PKGNG, which made me look for an updated patch and finally try to apply the previous patch to the renamed file fetched by the port. I just wanted to point out, that while the patch from October 2nd does no longer find the file to patch (since it has been renamed), that it still is required (with the changed filename). It took me some time to resolve this issue and I just wanted to spare others from wasting their time ... Regards, STefan