From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 18:06:17 2015 Return-Path: Delivered-To: freebsd-ports@hub.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 ED5B7EED for ; Mon, 15 Jun 2015 18:06:17 +0000 (UTC) (envelope-from pusateri@bangj.com) Received: from oj.bangj.com (amt0.gin.ntt.net [129.250.11.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA40D7C2 for ; Mon, 15 Jun 2015 18:06:16 +0000 (UTC) (envelope-from pusateri@bangj.com) Received: from [172.16.25.102] (69-77-155-155.static.skybest.com [69.77.155.155]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by oj.bangj.com (Postfix) with ESMTPSA id DC981197C2 for ; Mon, 15 Jun 2015 13:56:03 -0400 (EDT) From: Tom Pusateri Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Help with a slave port of chromium Message-Id: <4B0B17CB-A689-411B-84B0-DCE2ADB704B3@bangj.com> Date: Mon, 15 Jun 2015 14:00:50 -0400 To: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.0 \(3054\)) X-Mailer: Apple Mail (2.3054) 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: Mon, 15 Jun 2015 18:06:18 -0000 I'm trying to build a slave port for a component of the Atom editor and = could use some help. I can=E2=80=99t figure out how to fetch the = original files in the master port and some local files for the slave = port. Here=E2=80=99s the Makefile PORTNAME=3D libchromiumcontent MASTERDIR=3D ${.CURDIR}/../chromium PORTVERSION=3D 43.0.2357.65 DISTVERSIONPREFIX=3D v DISTVERSIONSUFFIX=3D -atom-2 MAINTAINER=3D pusateri@bangj.com COMMENT=3D Shared library build of Chromium's Content module USE_GITHUB=3D yes GH_PROJECT=3D libchromiumcontent:libchromiumcontent GH_ACCOUNT=3D atom:libchromiumcontent .include "${MASTERDIR}/Makefile" And here's the fetch list. It seems to be mixing the two which isn't = surprising but I'm not sure how to get the distinct downloads. /usr/ports/www/libchromiumcontent # make fetch-urlall-list = MASTER_SITE_BACKUP=3D = http://commondatastorage.googleapis.com/chromium-browser-official/chromium= -chromium-v43.0.2357.81-atom-2_GH0.tar.xz = https://codeload.github.com/chromium/chromium/tar.gz/v43.0.2357.81-atom-2?= dummy=3D/chromium-chromium-v43.0.2357.81-atom-2_GH0.tar.xz = http://commondatastorage.googleapis.com/chromium-browser-official/chromium= -chromium-v43.0.2357.81-atom-2_GH0.tar.gz = https://codeload.github.com/chromium/chromium/tar.gz/v43.0.2357.81-atom-2?= dummy=3D/chromium-chromium-v43.0.2357.81-atom-2_GH0.tar.gz = https://codeload.github.com/atom/libchromiumcontent/tar.gz/v43.0.2357.81-a= tom-2?dummy=3D/atom-libchromiumcontent-v43.0.2357.81-atom-2_GH0.tar.gz Thanks, Tom=