Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 2020 14:01:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250266] [NEW PORT] www/castor: Graphical browser for text-based inet protocols
Message-ID:  <bug-250266-7788-TL5wnbecqP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250266-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250266-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250266

--- Comment #2 from Kyle Evans <kevans@freebsd.org> ---
A `poudriere testport` offered the following complaints:

> Using USE_GNOME alone is deprecated, please add USES=3Dgnome.

> Error: /usr/local/bin/castor is linked to /usr/local/lib/libcairo-gobject=
.so.2 from graphics/cairo but it is not declared as a dependency
> Warning: you need USE_GNOME+=3Dcairo
> Error: /usr/local/bin/castor is linked to /usr/local/lib/libcairo.so.2 fr=
om graphics/cairo but it is not declared as a dependency
> Warning: you need USE_GNOME+=3Dcairo
> Error: /usr/local/bin/castor is linked to /usr/local/lib/libgdk_pixbuf-2.=
0.so.0 from graphics/gdk-pixbuf2 but it is not declared as a dependency
> Warning: you need USE_GNOME+=3Dgdkpixbuf2

I confirmed with [0] that it does formally depend on cairo and gdkpixbuf2,
applied the following diff, and I'm re-confirming the build on 11/amd64 and
12/i386:

root@viper:/usr/local/poudriere/ports/default/www/castor# diff Makefile.orig
Makefile
15,16c15,16
< USES=3D         cargo desktop-file-utils ssl
< USE_GNOME=3D    glib20 gtk30
---
> USES=3D         cargo desktop-file-utils gnome ssl
> USE_GNOME=3D    cairo gdkpixbuf2 glib20 gtk30

[0] https://git.sr.ht/~julienxx/castor/tree/master/README.md

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250266-7788-TL5wnbecqP>