git: 764f9f81bc1e - main - x11-toolkits/libadwaita: track more dependencies
Jan Beich
jbeich at FreeBSD.org
Tue Aug 24 14:25:08 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=764f9f81bc1efb1f35c4df248b490eae9c1fd4d1
commit 764f9f81bc1efb1f35c4df248b490eae9c1fd4d1
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-08-24 13:40:02 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-08-24 14:24:05 +0000
x11-toolkits/libadwaita: track more dependencies
====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/libadwaita-1.so.0 is linked to /usr/local/lib/libfribidi.so.0 from converters/fribidi but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libfribidi.so:converters/fribidi
Error: /usr/local/lib/libadwaita-1.so.0 is linked to /usr/local/lib/libgraphene-1.0.so.0 from graphics/graphene but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libgraphene-1.0.so:graphics/graphene
---
x11-toolkits/libadwaita/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/x11-toolkits/libadwaita/Makefile b/x11-toolkits/libadwaita/Makefile
index 420cff05f926..ce84f17d2861 100644
--- a/x11-toolkits/libadwaita/Makefile
+++ b/x11-toolkits/libadwaita/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libadwaita
PORTVERSION= 0.0.20210526
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-toolkits
MAINTAINER= gnome at FreeBSD.org
@@ -11,10 +11,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= sassc:textproc/sassc \
valac:lang/vala
+LIB_DEPENDS= libfribidi.so:converters/fribidi \
+ libgraphene-1.0.so:graphics/graphene
USES= gettext gnome meson ninja pkgconfig
USE_GITLAB= yes
-USE_GNOME= cairo gdkpixbuf2 gtk40
+USE_GNOME= cairo gdkpixbuf2 gtk40 introspection:build
GL_SITE= https://gitlab.gnome.org
GL_ACCOUNT= GNOME
GL_COMMIT= 7f61711633dfd067f4928df80afe6b14f16f886e
More information about the dev-commits-ports-all
mailing list