Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 14:00:50 -0400
From:      Tom Pusateri <pusateri@bangj.com>
To:        freebsd-ports@freebsd.org
Subject:   Help with a slave port of chromium
Message-ID:  <4B0B17CB-A689-411B-84B0-DCE2ADB704B3@bangj.com>

next in thread | raw e-mail | index | archive | help
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=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B0B17CB-A689-411B-84B0-DCE2ADB704B3>