creating a new port from github: "_GH0" suffix in the filename

2020-04-16 Thread Marco Beishuizen
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

Re: creating a new port from github: "_GH0" suffix in the filename

2020-04-16 Thread Mathieu Arnold
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 _

Re: creating a new port from github: "_GH0" suffix in the filename

2020-04-16 Thread Marco Beishuizen
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

Re: kde5/qt5 problem

2020-04-16 Thread Adriaan de Groot
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

Re: kde5/qt5 problem

2020-04-16 Thread Pau Amma
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

New feature suggestion: print-gh-tuple: Print GH_TUPLE corresponding to submodules of a GitHub repository ${GH_ACCOUNT}/${GH_PROJECT}

2020-04-16 Thread Yuri
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

Re: editors/atom: build error on 13.0-CURRENT

2020-04-16 Thread Vidar Karlsen
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

Re: kde5/qt5 problem

2020-04-16 Thread The Doctor via freebsd-ports
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.

llvm-mingw Cross Compiler

2020-04-16 Thread Russell Haley
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