Re: Help with new port with multiple downloaded files from github

2015-09-13 Thread Tom Pusateri
> On Sep 12, 2015, at 11:44 PM, Andrey Cherkashin wrote: > > Hey, any luck with this port? > It’s not finished yet. This is as far as I have gotten: https://github.com/pusateri/ports/tree/master/www/libchromiumcontent I got discouraged by how un-portable the Atom code is

Re: Help with new port with multiple downloaded files from github

2015-09-12 Thread Andrey Cherkashin
Hey, any luck with this port? >Tom Pusateri writes: > >> Here’s the Makefile >> >> PORTNAME=libchromiumcontent >> PORTVERSION= 43.0.2357.65 > >To override these variables you have to modify master port to use ?=. >And altering PORTNAME often breaks master's DISTFILES/WRKSRC/etc. > >In this

Re: Help with new port with multiple downloaded files from github

2015-06-15 Thread Tom Pusateri
On Jun 15, 2015, at 4:42 PM, Jan Beich jbe...@vfemail.net wrote: Jan Beich jbe...@vfemail.net writes: PKGNAMEPREFIX= libchromiumcontent- Oops, no need to duplicate chromium. PKGNAMEPREFIX=lib PKGNAMESUFFIX=content before $ make -V PKGNAME

Re: Help with new port with multiple downloaded files from github

2015-06-15 Thread Jan Beich
Jan Beich jbe...@vfemail.net writes: PKGNAMEPREFIX=libchromiumcontent- Oops, no need to duplicate chromium. PKGNAMEPREFIX= lib PKGNAMESUFFIX= content before $ make -V PKGNAME libchromiumcontent-chromium-43.0.2357.125 after $ make -V PKGNAME

Re: Help with new port with multiple downloaded files from github

2015-06-15 Thread Jan Beich
Tom Pusateri pusat...@bangj.com writes: Here’s the Makefile PORTNAME= libchromiumcontent PORTVERSION= 43.0.2357.65 To override these variables you have to modify master port to use ?=. And altering PORTNAME often breaks master's DISTFILES/WRKSRC/etc. In this case PORTVERSION should

Re: Help with new port with multiple downloaded files from github

2015-06-05 Thread Tom Pusateri
On 06/03/15 14:42, Tom Pusateri wrote: On Jun 3, 2015, at 4:08 AM, Jan Beich jbe...@vfemail.net wrote: Why are you trying to replicate www/chromium logic instead of making a slave of it? Thanks for the help. This works now and the versions match. PORTNAME= libchromiumcontent

Re: Help with new port with multiple downloaded files from github

2015-06-03 Thread Tom Pusateri
On Jun 3, 2015, at 2:42 PM, Tom Pusateri pusat...@bangj.com wrote: On Jun 3, 2015, at 4:08 AM, Jan Beich jbe...@vfemail.net wrote: Why are you trying to replicate www/chromium logic instead of making a slave of it? I didn’t know about slave ports. I don’t see much about them in the

Re: Help with new port with multiple downloaded files from github

2015-06-03 Thread Jan Beich
Why are you trying to replicate www/chromium logic instead of making a slave of it? Tom Pusateri pusat...@bangj.com writes: PORTVERSION=43.0.2357.65 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= 1 According to the project's releases page 43.0.2357.65 ends in either -atom or -atom-1,

Re: Help with new port with multiple downloaded files from github

2015-06-03 Thread Tom Pusateri
On Jun 3, 2015, at 4:08 AM, Jan Beich jbe...@vfemail.net wrote: Why are you trying to replicate www/chromium logic instead of making a slave of it? I didn’t know about slave ports. I don’t see much about them in the Porter’s handbook. Any docs on them? I’ll gladly do this whatever is the