Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jul 2015 15:26:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201355] [patch] Build failed for multimedia/mpv-0.9.2_1,1 during lib-depends
Message-ID:  <bug-201355-13-zno2boxdhP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201355-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201355-13@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=201355

--- Comment #3 from Kurt Jaeger <pi@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201355-13-zno2boxdhP>