Created attachment 187963 [details] games/xptools The X-Plane Scenery Tools (XPTools) code base is the source code tree for all of the Laminar Research scenery creation/editing tools. This code does not include X-Plane and the "X-Apps" (PlaneMaker, WorldMaker, AirfoilMaker, and Briefer). It does include source to the ac3d x-plane plugin, WED, the various tools, and our global scenery generator. WWW: https://developer.x-plane.com/code/
Created attachment 187964 [details] portlint -AC
Created attachment 187965 [details] poudriere testport
Hello Michael, there was a new release of the port: wed_161r1. Would you mind to update the port? I tried to test the port, but it fails instantly: # make clean && make && make stage && make stage-qa && make clean ===> Cleaning for xptools-w.160.b2 ===> xptools-w.160.b2 cannot be installed: unknown USE_QT component 'gl'. *** Error code 1 Stop. make: stopped in /usr/ports/games/xptools Can you reproduce and fix the problem? I am on HEAD with r454592. Greetings, Torsten
Howdy, Will try and update. About the "gl", hm, it's supposed to be "opengl", I will correct it in the new patch. Thanks, Mike
Created attachment 188176 [details] games/xptools wed_161r1
Created attachment 188177 [details] portlint -AC
Created attachment 188178 [details] poudriere testport
A commit references this bug: Author: tz Date: Wed Nov 22 11:31:19 UTC 2017 New revision: 454683 URL: https://svnweb.freebsd.org/changeset/ports/454683 Log: New port: games/xptools The X-Plane Scenery Tools (XPTools) code base is the source code tree for all of the Laminar Research scenery creation/editing tools. This code does not include X-Plane and the "X-Apps" (PlaneMaker, WorldMaker, AirfoilMaker, and Briefer). It does include source to the ac3d x-plane plugin, WED, the various tools, and our global scenery generator. WWW: https://developer.x-plane.com/code/ PR: 223649 Submitted by: Michael Danilov <mike.d.ft402@gmail.com> Changes: head/games/Makefile head/games/xptools/ head/games/xptools/Makefile head/games/xptools/distinfo head/games/xptools/files/ head/games/xptools/files/patch-libs_Makefile head/games/xptools/files/patch-makerules_Meshtool head/games/xptools/files/patch-makerules_RenderFarmUI head/games/xptools/files/patch-makerules_global_paths.mk head/games/xptools/files/patch-makerules_global_toplevel.mk head/games/xptools/files/patch-src_GUI_GUI_Resources.cpp head/games/xptools/files/patch-src_Network_PCSBSocket.lin.cpp head/games/xptools/files/patch-src_Obj_XDefs.h head/games/xptools/files/patch-src_UI_XGUIApp.cpp head/games/xptools/files/patch-src_Utils_GISUtils.cpp head/games/xptools/files/patch-src_Utils_PlatformUtils.lin.cpp head/games/xptools/files/patch-src_WEDCore_WED_AppMain.cpp head/games/xptools/files/patch-src_XESCore_Airports.cpp head/games/xptools/files/patch-src__WEDImportExport__WED_DSFExport.cpp.patch head/games/xptools/files/patch-src_linuxinit_initializer.cpp head/games/xptools/pkg-descr head/games/xptools/pkg-message head/games/xptools/pkg-plist
Aloha Michael, i reordered the BUILD_DEPENDS, since there is no need to split them up. This eliminates one of the portlint warnings. The rest was fine and is committed now! :) Greetings, Torsten