git: 8973aa83a076 - main - x11-toolkits/libadwaita: connect to whole tree (bulk -a) build

Jan Beich jbeich at FreeBSD.org
Thu May 27 00:52:29 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8973aa83a0769f730d968b69d0bfc6da7b2376bf

commit 8973aa83a0769f730d968b69d0bfc6da7b2376bf
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-05-27 00:48:58 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-05-27 00:52:08 +0000

    x11-toolkits/libadwaita: connect to whole tree (bulk -a) build
    
    $ make index
    [...]
    make_index: deskutils/gnome-todo: no entry for x11-toolkits/libadwaita
    
    $ poudriere bulk -j 122amd64 -a
    [...]
    Calculating ports order and dependencies
    Error: compute_deps_pkg failed to lookup pkgname for x11-toolkits/libadwaita processing package gnome-todo-40.0 from deskutils/gnome-todo -- Is SUBDIR+=libadwaita missing in x11-toolkits/Makefile and does the port provide the '' FLAVOR?
---
 x11-toolkits/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 7f1391d1de0a..71db6f48432d 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -67,6 +67,7 @@
     SUBDIR += libXaw
     SUBDIR += libXmu
     SUBDIR += libXt
+    SUBDIR += libadwaita
     SUBDIR += libdazzle
     SUBDIR += libgdiplus
     SUBDIR += libhandy


More information about the dev-commits-ports-all mailing list