Re: creating makefile for new pgadmin4 port: qmake error

2018-09-14 Thread Marco Beishuizen
On Thu, 13 Sep 2018, the wise Loïc Bartoletti wrote: You have to build outsource so: USES=??? pgsql python qmake:outsource qt:5 QMAKE_SOURCE_PATH=??? ${WRKSRC}/runtime Good luck for the next steps Loïc Yes this one is solved. Thanks! Regards, Marco -- The days just prior to

Re: creating makefile for new pgadmin4 port: qmake error

2018-09-13 Thread Loïc Bartoletti
You have to build outsource so: USES=    pgsql python qmake:outsource qt:5 QMAKE_SOURCE_PATH=    ${WRKSRC}/runtime Good luck for the next steps Loïc Le 13/09/2018 à 22:03, Marco Beishuizen a écrit : Hi, I'm trying to create a port for pgadmin4. If I follow the instructions in the

creating makefile for new pgadmin4 port: qmake error

2018-09-13 Thread Marco Beishuizen
Hi, I'm trying to create a port for pgadmin4. If I follow the instructions in the readme file for building from source (first a qmake and the a make), all works fine and the pgAdmin4 binary is build. Next step is to create the makefile for the port. So far I have: [...] PORTNAME=