Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2022 11:03:00 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 84512713424b - 2022Q4 - games/ponscripter-07th-mod: pacify stage-qa after 3507e8bb40e0
Message-ID:  <202212121103.2BCB30cU069946@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=84512713424bf57dd57294cc02d0c77f9df978b7

commit 84512713424bf57dd57294cc02d0c77f9df978b7
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-12 10:57:41 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-12 11:02:52 +0000

    games/ponscripter-07th-mod: pacify stage-qa after 3507e8bb40e0
    
    Error: /usr/local/bin/ponscr is linked to /usr/local/lib/libgobject-2.0.so.0 from devel/glib20 but it is not declared as a dependency
    Warning: you need USE_GNOME+=glib20
    (cherry picked from commit cc4055cac0511ca23ae937e73653bfc6e742991f)
---
 games/ponscripter-07th-mod/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games/ponscripter-07th-mod/Makefile b/games/ponscripter-07th-mod/Makefile
index 3d472c61b364..91c5332e6474 100644
--- a/games/ponscripter-07th-mod/Makefile
+++ b/games/ponscripter-07th-mod/Makefile
@@ -46,6 +46,8 @@ MANPAGES_PLIST_FILES=\
 	man/man7/ponscripter.7.gz
 
 NOTIFY_LIB_DEPENDS=	libnotify.so:devel/libnotify
+NOTIFY_USES=		gnome
+NOTIFY_USE=		GNOME=glib20 # g_object_unref
 NOTIFY_CONFIGURE_WITH=	libnotify
 
 TREMOR_LIB_DEPENDS=	libvorbisidec.so:audio/libtremor



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212121103.2BCB30cU069946>