From owner-freebsd-ports@FreeBSD.ORG Mon Mar 9 12:14:40 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCF30369 for ; Mon, 9 Mar 2015 12:14:40 +0000 (UTC) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id B7064F0A for ; Mon, 9 Mar 2015 12:14:40 +0000 (UTC) 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.14.9/8.14.9) with ESMTP id t29CEcDm082791 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 9 Mar 2015 05:14:38 -0700 (PDT) (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 Message-ID: <54FD8EAC.1060101@rawbw.com> Date: Mon, 09 Mar 2015 05:14:36 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "ports@freebsd.org" Subject: [SUGGESTED FEATURE] USE_SVNREPO allows to build the port using only subversion repository URL Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2015 12:14:40 -0000 I came across one package which doesn't distribute source tarballs, and only offers subversion URL. I implemented the new feature USE_SVNREPO that allows to build the port in such setup. Here is what it does: * exports source from the subversion repository for specified URL/revision * resets the timestamp of every file and directory to 1970-01-01 for reproducibility * creates tarball Patch adding this feature is attached to this bug report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198449 Yuri