Created attachment 207621 [details] chessx 1.5.0 - Update to 1.5.0. - Take maintainership. - Change "qmake:outsource" in "qmake" only: outsource build is broken and unnecessary. - Remove "USES=shared-mime-info" that looks to be useless (poudriere suggests it is). Changelog: https://sourceforge.net/p/chessx/code/HEAD/tree/tags/release-1-5-0/ChangeLog.txt Tested successfully on 12.1-PRERELEASE r352242 and with poudriere on {11.3,12.0}-RELEASE {i386,amd64}.
I forgot the patch also adds USES=gl and USE_GL= gl.
Hi, The submitted patch is not working for the following reasons : - some of the patches are not required anymore, you probably remove the files without performing an svn rm - xorg un the USE section must be followed by a USE_XORG with the list of required modules. Otherwise it will be removed. Those two points are not blockers for the port adoption but has to be corrected before commit :). I'm currently currently running the tests with a modified version or your patch, if everything is fine, I will commit it. Cheers, -- rodrigo
(In reply to Rodrigo Osorio from comment #2) Thank you very much. If anything more needs to be corrected let me know :)
A commit references this bug: Author: rodrigo Date: Thu Sep 26 16:21:26 UTC 2019 New revision: 512904 URL: https://svnweb.freebsd.org/changeset/ports/512904 Log: Update games/chessx to 1.5.0 and take maintainership Changelog: http://chessx.sourceforge.net/node/71 PR: 240681 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> Changes: head/games/chessx/Makefile head/games/chessx/distinfo head/games/chessx/files/patch-src_dialogs_preferences.cpp head/games/chessx/files/patch-src_dialogs_savedialog.cpp head/games/chessx/files/patch-src_gui_gamewindow.cpp
Committed with changes, thanks