Hi,
I'm trying to create a new port which is hosted on github (the luakit
development version).
The Makefile is just a modified version of the one from www/luakit.
The Makefile I got so far is:
[...]
# Created by: Stefan Hagen
# $FreeBSD: head/www/luakit/Makefile 531700 2020-04-14 15:49:36Z
On Thu, Apr 16, 2020 at 01:20:20PM +0200, Marco Beishuizen wrote:
> GH_TAGNAME= g0de4b1c
^
There is an extra g here, commit hash only use hexadecimals.
> The name of the file is correct, except for the added "_GH0".
> How can I download the file without the "_GH0" suffix?
The _
On Thu, 16 Apr 2020, the wise Mathieu Arnold wrote:
On Thu, Apr 16, 2020 at 01:20:20PM +0200, Marco Beishuizen wrote:
GH_TAGNAME= g0de4b1c
^
There is an extra g here, commit hash only use hexadecimals.
The name of the file is correct, except for the added "_GH0".
How can
On Thursday, 16 April 2020 00:05:02 CEST The Doctor wrote:
> On Wed, Apr 15, 2020 at 09:20:17PM +0200, Adriaan de Groot wrote:
> > Qt ports are annoying like that; it's an incompatibility between pre-5.14
> > and (current) 5.14 where it picks up the wrong CMake support bits.
> > Uninstall Qt < 5.14
On 2020-04-16 17:08, Adriaan de Groot wrote:
On Thursday, 16 April 2020 00:05:02 CEST The Doctor wrote:
All right, just that I use portmaster. How can I use poudriere for
this?
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing-poudriere.html
That's from the perspec
Hi,
I am suggesting a new feature: make print-gh-tuple
https://reviews.freebsd.org/D24231
It works when USE_GITHUB=yes is set.
When a GitHub repository has git submodules, that themselves can also
have embedded submodules, it can traverse all of them and output the
value of GH_TUPLE that
On 4/16/20 6:49 AM, Dimitry Andric wrote:
On 15 Apr 2020, at 22:14, Vidar Karlsen wrote:
BUILDING.md says it needs llvm 3.3 or higher, and I have clang 10.0.0. Is this
simply a version check gone wrong in node?
Very likely. When FreeBSD went to version 10, lots of sloppy configure
scripts th
On Thu, Apr 16, 2020 at 05:08:59PM +0200, Adriaan de Groot wrote:
> On Thursday, 16 April 2020 00:05:02 CEST The Doctor wrote:
> > On Wed, Apr 15, 2020 at 09:20:17PM +0200, Adriaan de Groot wrote:
> > > Qt ports are annoying like that; it's an incompatibility between pre-5.14
> > > and (current) 5.
Hello,
I found the most excellent llvm-mingw project by Martin Storsjo:
https://github.com/mstorsjo/llvm-mingw/
It uses shell scripts to build all the components. I'm currently using it
on FreeBSD 12 to cross build itself for Windows for i686 and amd64 (x86_64
to be exact).
Is there any interest