On 2017/09/22 14:32, trondd wrote:
> Now port-lib-depends-check is happy but portcheck complains about a
> couple of the new libraries.
> 
> the following libraries in WANTLIB look like masked by RUN_DEPENDS: 
> json-glib-1.0 tasn1
> 
> I'm not sure what that means.  If I remove them from WANTLIB, it goes
> away but port-lib-depends-check gets angry again.

Committed with tweaks.

It looks like json-glib is used directly so I've added to WANTLIB.

I don't see tasn1 used in liferea directly, though I don't understand
why portcheck complains about this, it should come in via the webkitgtk4
LIB_DEPENDS.

The gettext RUN_DEPENDS check is outdated, portcheck hasn't caught up
with vax being removed yet.

> Also added compilation of the python plugins.

These should be python3 and in a __pycache__ directory with the
magic-tag bits. (The reason for compiling is so that pyc files get
packaged so they're registered correctly if you happen to run the
program in a way that lets it write them - try with the plugins
directory mode set to 777 with your version, your pyc aren't used,
but you'll find a py3 __pycache__ directory added instead).

Reply via email to