Created attachment 219234 [details] Upp version 15260 Current version fails to build due to missing reference to FT_Get_X11_Font_Format(FT_FaceRec_*) http://beefy6.nyi.freebsd.org/data/121amd64-default/553153/logs/upp-14429.log the update consists of, among other things, that FT_Get_X11_Font_Format changed its name to FT_Get_Font_format https://www.freetype.org/freetype2/docs/reference/ft2-font_formats.html This is fixed in this commit: https://github.com/ultimatepp/ultimatepp/commit/7031659ed3be5db389a5c35819291e6ecd8d0efc And included in the 2020.2 (15260) release. Attached patch will update the UPP version. The uMakefile -> umkMakefile are changed in these commit https://github.com/ultimatepp/ultimatepp/commit/18910db69ac9e06ddf18a851dd580e0a1b972770 https://github.com/ultimatepp/ultimatepp/commit/4fb3c9bcd4b4799fa89e2575aabc7b9a46a20b4d
Moin moin Thanks for the patch! It seems there are some plist-changes missing: ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: @dir %%DATADIR%%/bazaar/plugin/sundials/src/nvector/mpiplusx Error: Orphaned: @dir %%DATADIR%%/bazaar/plugin/sundials/src/nvector/openmp Error: Orphaned: @dir %%DATADIR%%/bazaar/plugin/sundials/src/nvector/parallel Error: Orphaned: @dir %%DATADIR%%/bazaar/plugin/sundials/src/nvector/pthreads Error: Orphaned: @dir %%DATADIR%%/bazaar/plugin/sundials/src/sunlinsol/klu ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 Stop. make: stopped in /usr/ports/devel/upp mfg Tobias
Created attachment 219338 [details] Proposed patch (since 553843 revision) Hello. Please check new patch. Thanks.
(In reply to lightside from comment #2) Your patch builds(poudriere) with no errors. Need to regenerate distinfo - timestamp are not updated.
Created attachment 219984 [details] Proposed patch (since 553843 revision) Updated timestamp.
Oskar, can you have a look at the patch provided by lightside?
(In reply to daniel.engberg.lists from comment #5) Yes, latest patch from lightside (attachment 219984 [details]) compiles with Poudriere without errors with portstree from yesterday. Binary seems to work well and I can build my applications without issues.
(In reply to Oskar Holmlund from comment #6) Following example application builds and run without issues: * examples/Clock * examples/Converter * examples/FnGraph * examples/HomeBudget * examples/TimerAnimate * examples/ScatterCtrl_Demo
Sorry for the timeout. Committed :)
A commit references this bug: Author: tcberner Date: Mon Jan 11 16:30:30 UTC 2021 New revision: 561224 URL: https://svnweb.freebsd.org/changeset/ports/561224 Log: devel/upp update to revision 15260 PR: 250753 Submitted by: Oskar Holmlund <oskar.holmlund@ohdata.se> (original version, maintainer), lightside@gmx.com (committed version) Changes: head/devel/upp/Makefile head/devel/upp/distinfo