Created attachment 220420 [details] Patch (Revision 1) Passes poudriere.
Are gmake and libtool really required?
..being a bit quick on the send button, sorry! pathfix is probably not needed either build-documentation and build-examples should be made into port/menu options USES= should be merged into one variable INSTALL_TARGET= can also most likely be dropped too It would also be nice if make test (test-target) worked for regression testing. Best regads, Daniel
Created attachment 220446 [details] Patch (Revision 2) Thanks for your feedback! Here's an updated patch.
Created attachment 221169 [details] Patch (Revision 1) for Version 2.68.0 New version 2.68.0.
You need to start with creating a port for libsigc++30 (it doesn't exist and use meson), connect it to Mk/Uses/gnome.mk and lastly use it in the Makefile. PORTVERSION --> DISTVERSION Merge (combine) USES into one variable and remove "+" --> USES= ..... Convert to Meson (preferably) Thanks for your work on this :-)
No problem. Right now, I am unable to make accessibility/atkmm see a dependency so I closed this, to prevent an broken update from being committed. I will re-open once I can get it working.