Created attachment 203500 [details] patch This port needs USES=compiler:c++11-lang to build on GCC architectures. Tested on powerpc64 and amd64.
Created attachment 203603 [details] Improved patch I added a few additional changes: * Reorder USE in the Makefile * Add widgets as a USE_QT member * Add USE_GL and USE_XORG (suggested by the framework) * Fix wrong %%ETCDIR%% substitution in pkg-plist Notice this port fails in poudriere at the pkg uninstall test since the pkg-install script installs a pcdm.conf file in etc/ that is not deleted on uninstall, but I think we're OK.
Committed, Thanks!
Closed this one by mistake.
Returning to the pool now that Piotr is a committer.
Submitter is now committer.
A commit references this bug: Author: pkubaj Date: Sun May 5 18:00:13 UTC 2019 New revision: 500868 URL: https://svnweb.freebsd.org/changeset/ports/500868 Log: x11/pcdm: fix build with GCC-based architectures This port needs USES=compiler:c++11-lang to build on GCC architectures. Additionally (by fernape): * Reorder USE in the Makefile * Add widgets as a USE_QT member * Add USE_GL and USE_XORG (suggested by the framework) * Fix wrong %%ETCDIR%% substitution in pkg-plist PR: 237117 Approved by: linimon (mentor) Changes: head/x11/pcdm/Makefile head/x11/pcdm/pkg-plist