Re: Keeping -CURRENT up to date with Poudriere

2017-06-19 Thread Ben Lavery-Griffiths
src/head/obj in the > ${JAIL}-poudriere.conf. > > I also make a dataset for each target branch so it can > be zfs send/received. > > > I hope this helps > Ultima > > On Sun, Jun 18, 2017 at 9:49 AM, Ben Lavery-Griffiths > <ben.lav...@hashbang0.com <mailto:b

Keeping -CURRENT up to date with Poudriere

2017-06-18 Thread Ben Lavery-Griffiths
Hi all, I’ve got a 12.0-CURRENT Poudriere jail for ports testing. Am I right in thinking that when Poudriere updates a jail it uses freebsd-update? In which case, -STABLE and -CURRENT jails can’t be updated - correct? In this case, if I want to get the latest -STABLE or -CURRENT snapshot,

Upgraded

2016-10-08 Thread Ben Lavery
Afternoon all, I've just updated a port I maintain (gohugo) for the first time. I've made changes to the Makefile, distinfo and pkg-plist files, then made an svn diff and attached that to a bug (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213309

Re: codecvt and libc++ on FreeBSD 9.x

2016-09-01 Thread Ben Lavery
On 09/01/16 20:59, Michelle Sullivan wrote: Ben Lavery wrote: On the submission (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212278) CPM has said of the issue "Second it seems that codecvt is missing, so it needs libc++ support" - but I'm not sure how to add this. I've tr

codecvt and libc++ on FreeBSD 9.x

2016-09-01 Thread Ben Lavery
Good evening all, Fairly new to porting and I've tried porting what I thought would be a trivial program, bunnysay. Written in C++ I've patched the code to work on FreeBSD 10, however it doesn't work on FreeBSD 9 because I've included codecvt. It fails with the following error and I'm

Re: Restricted character set for Github repo names?

2016-07-14 Thread Ben Lavery
Thanks Jan, For some reason it didn't like the GH_TUPLE - although it didn't complain the tar.gz wasn't fetched... I renamed the :group as you suggested, make(1) is happy and the files are fetched! Thanks again, Ben On 07/14/16 07:43, Jan Beich wrote: > Ben Lavery <ben.lav...@hashban

Restricted character set for Github repo names?

2016-07-14 Thread Ben Lavery
Hello all, This is my first port, I’m trying to port http://gohugo.io so I may have missed something. I’ve got my Makefile (copy: https://manaha.co.uk/logsnstuff/gohugo_Makefile_WIP_broken ) but on 10.3 it fails with the following: >