[Bug 201355] [patch] Build failed for multimedia/mpv-0.9.2_1,1 during lib-depends

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 5 15:26:48 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201355

--- Comment #3 from Kurt Jaeger <pi at FreeBSD.org> ---
If DEVELOPER=yes is defined in /etc/make.conf, it stops with this error:

/!\ mpv-0.9.2_2,1: Makefile errors /!\

All LIB_DEPENDS should use the new format and start out with lib. (libfoo.so vs
foo.so)

which comes from /usr/ports/Mk/bsd.sanity.mk and
.if defined(LIB_DEPENDS) && ${LIB_DEPENDS:Nlib*}
DEV_ERROR+=     "All LIB_DEPENDS should use the new format and start out with
lib.  \(libfoo.so vs foo.so\)"
.endif

which is probably a problematic cornercase of bsd.sanity.mk.

Expanded, ${LIB_DEPENDS:Nlib*} says:
/usr/local/lib/ladspa/amp.so:/usr/ports/audio/ladspa

This is a case which probably needs to be decided by portmgr@ or by using
a BUILD/RUN_DEPENDS ?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list