From owner-freebsd-ports-bugs@freebsd.org Sun Jul 5 15:26:48 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98564A19C for ; Sun, 5 Jul 2015 15:26:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82D731C55 for ; Sun, 5 Jul 2015 15:26:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t65FQmSW022220 for ; Sun, 5 Jul 2015 15:26:48 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Sun, 05 Jul 2015 15:26:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2015 15:26:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201355 --- Comment #3 from Kurt Jaeger --- 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.