Created attachment 208326 [details] dreamchess - new port DreamChess is an open source chess game. It features 3D OpenGL graphics and provides various chess board sets, ranging from classic wooden to flat figurine. Other features include music, sound effects, on-screen move lists using SAN notation, undo functionality, and savegames in PGN format. It comes with its own engine called Dreamer. DreamChess can be controlled with the mouse and/or the keyboard. ---------------------- Tested successfully on 12.1-STABLE r353430 amd64 and with poudriere on {11.3,12.0}-RELEASE {i386,amd64}.
===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%% ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%DOCSDIR%%/AUTHORS.txt ===> Error: Plist issues found. *** Error code 1
(In reply to Tobias C. Berner from comment #1) I will test again and fix it as soon as possible. Thanks for feedback.
Created attachment 208806 [details] dreamchess - new port - correction 1 Now it should be fixed. Tested successfully with poudriere on {11.3,12.0}-RELEASE {i386,amd64}.
INSTALLS_ICONS= yes is not needed, this is not a gtk+ application, right? mfg Tobias
(In reply to Tobias C. Berner from comment #4) I think you are right, but portlint asks me to put it due to the following files: - share/icons/hicolor/256x256/apps/dreamchess.png - share/icons/hicolor/48x48/apps/dreamchess.png Should I just ignore portlint's warning?
(In reply to Tobias C. Berner from comment #4) PS: if INSTALL_ICONS is not needed, we can also remove the USES= gnome. If I recall correctly, I put it only to use INSTALL_ICONS.
(In reply to Lorenzo Salvadore from comment #5) yes, portlint just guesses :) -- you can ignore it.
Created attachment 208807 [details] dreamchess - new port - correction 2 - INSTALL_ICONS removed. - USES= gnome removed. Tested successfully with poudriere on {11.3,12.0}-RELEASE {i386,amd64}
A commit references this bug: Author: tcberner Date: Sun Nov 3 07:49:17 UTC 2019 New revision: 516392 URL: https://svnweb.freebsd.org/changeset/ports/516392 Log: New port: games/dreamchess: OpenGL chess game DreamChess is an open source chess game. It features 3D OpenGL graphics and provides various chess board sets, ranging from classic wooden to flat figurine. Other features include music, sound effects, on-screen move lists using SAN notation, undo functionality, and savegames in PGN format. It comes with its own engine called Dreamer. DreamChess can be controlled with the mouse and/or the keyboard. WWW: https://www.dreamchess.org PR: 241263 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> Changes: head/games/Makefile head/games/dreamchess/ head/games/dreamchess/Makefile head/games/dreamchess/distinfo head/games/dreamchess/pkg-descr
Committed. Thanks.