e Makefile that doesn't work. Any clue what I'm doing wrong?
root@dark:/home/pusateri/ports/www/libchromiumcontent # cat Makefile
# Created by: "Tom Pusateri"
# $FreeBSD$
PORTNAME=libchromiumcontent
PORTVERSION=43.0.2357.65
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX=
the best way.
>
> Tom Pusateri 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, not just 1.
>
Ok
> On Jun 3, 2015, at 2:42 PM, Tom Pusateri wrote:
>
>>
>> On Jun 3, 2015, at 4:08 AM, Jan Beich 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 m
On 06/03/15 14:42, Tom Pusateri wrote:
On Jun 3, 2015, at 4:08 AM, Jan Beich 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
PORTVERSION
> On Jun 6, 2015, at 11:26 PM, Alberto Mijares wrote:
>
> 3) When installing lua5.2, the pkg-config files refer to it as
> "lua-5.2" instead of "lua5.2". Is there any specific reason for that?
> configure script looks for lua5.2 and it fails. I thing everything
> around is going to look for that
I'm trying to build a slave port for a component of the Atom editor and could
use some help. I can’t figure out how to fetch the original files in the master
port and some local files for the slave port.
Here’s the Makefile
PORTNAME= libchromiumcontent
MASTERDIR= ${.CURDIR}/../chromi
> On Jun 15, 2015, at 4:42 PM, Jan Beich wrote:
>
> Jan Beich writes:
>
>> PKGNAMEPREFIX= libchromiumcontent-
>
> Oops, no need to duplicate "chromium".
>
> PKGNAMEPREFIX=lib
> PKGNAMESUFFIX=content
>
> before
>
> $ make -V PKGNAME
> libchromiumcontent-chromium-43.0
> 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 and how they have
h