From owner-freebsd-ports@freebsd.org Wed Nov 18 09:13:39 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AD0DA310FA for ; Wed, 18 Nov 2015 09:13:39 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 858091543 for ; Wed, 18 Nov 2015 09:13:39 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: by mailman.ysv.freebsd.org (Postfix) id 829BFA310F9; Wed, 18 Nov 2015 09:13:39 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81440A310F8 for ; Wed, 18 Nov 2015 09:13:39 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 654781542 for ; Wed, 18 Nov 2015 09:13:39 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yuri.doctorlan.com (c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id tAI9DW25050944 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Wed, 18 Nov 2015 01:13:33 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128] claimed to be yuri.doctorlan.com To: "ports@freebsd.org" From: Yuri Subject: Ports with LOCAL/xxx as a MASTER_SITE Message-ID: <564C413B.5040602@rawbw.com> Date: Wed, 18 Nov 2015 01:13:31 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 09:13:39 -0000 I came across a few ports like this. Most recently www/npm. It usually turns out that some slightly modified version of sources is kept there @ LOCAL/xxxx. Why not just have the patches under files/ do the modification, so that it is public and reproducible? There are also GitHub and Bitbucket, among other places, to keep sources. There should be no need to allow LOCAL/xxx as a MASTER_SITE nowadays. I suggest to abolish this practice. Begin with adding a warning to the port infrastructure when LOCAL/xxx is specified. (It makes it more difficult to suggest the patch to such port, because outsiders should first "reverse-engineer" the patches, which should have been there in files/ in the first place.) Yuri