Libsigc++ -- The Typesafe Callback Framework for C++ This library implements a full callback system for use in widget libraries, abstract interfaces, and general programming. To get a good overview of how to use the library, read /usr/local/share/doc/libsigc++/signals. WWW: https://libsigcplusplus.github.io/libsigcplusplus/index.html === Passes poudriere. Setting gnome@ as the maintainer since this is GNOME-related.
Created attachment 221166 [details] Shar file
Created attachment 221167 [details] Patch to update Mk directory
Created attachment 221168 [details] Shar file (Revision 2)
PORTVERSION --> DISTVERSION PORTSCOUT line looks incorrect https://github.com/libsigcplusplus/libsigcplusplus/blob/3.0.6/meson.build#L7 compiler:c++11-lang should be compiler:c++17-lang With docs disabled, is the reference to /usr/local/share/doc/libsigc++/signals still valid? (pkg-descr) Is portlint and poudriere happy? Best regards, Daniel
Any interest in this otherwise close it
Ping?
Friendly ping
I'll work on it. Sorry for the extreme delay.
Done!
I realized I hadn't committed the port, reopening.
Now it's committed.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=07c7b4a54379b7f03bbc4aaa91aff5616dca3498 commit 07c7b4a54379b7f03bbc4aaa91aff5616dca3498 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2021-09-26 22:44:44 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-09-26 22:47:41 +0000 devel/libsigc++30: New port: Callback Framework for C++ PR: 252333 devel/Makefile | 1 + devel/libsigc++30/Makefile (new) | 23 ++++++++++++++++++++ devel/libsigc++30/distinfo (new) | 3 +++ devel/libsigc++30/pkg-descr (new) | 9 ++++++++ devel/libsigc++30/pkg-plist (new) | 45 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 81 insertions(+)
INSTALL_TARGET isn't needed
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c7d30816dcc299ba0bff05b1b9be317d7e175279 commit c7d30816dcc299ba0bff05b1b9be317d7e175279 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2021-09-26 22:59:55 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-09-26 23:00:03 +0000 devel/libsigc++30: Remove INSTALL_TARGET as it's not used PR: 252333 devel/libsigc++30/Makefile | 2 -- 1 file changed, 2 deletions(-)