From owner-freebsd-ports-bugs@freebsd.org Sun May 10 06:40:26 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 675372DB653 for ; Sun, 10 May 2020 06:40:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 49KZFQ2BDmz3Jfc for ; Sun, 10 May 2020 06:40:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 4A35E2DB652; Sun, 10 May 2020 06:40:26 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 49F042DB651 for ; Sun, 10 May 2020 06:40:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49KZFQ1F2vz3Jfb for ; Sun, 10 May 2020 06:40:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 25CE4C4D for ; Sun, 10 May 2020 06:40:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 04A6eQun048805 for ; Sun, 10 May 2020 06:40:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04A6eQU8048804 for ports-bugs@FreeBSD.org; Sun, 10 May 2020 06:40:26 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 246342] [NEW PORT] audio/strawberry: Music Player Date: Sun, 10 May 2020 06:40:25 +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: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel.engberg.lists@pyret.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.33 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2020 06:40:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246342 daniel.engberg.lists@pyret.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |daniel.engberg.lists@pyret. | |net --- Comment #1 from daniel.engberg.lists@pyret.net --- Hi, CATEGORIES should be audio not multimedia According to=20 https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile= -distfiles.html you shouldn't use both MASTER_SITES and USE_GITHUB. Is there anything wrong using the provided archive by upstream? https://www.strawberrymusicplayer.org/ --> Download - Source --> https://files.jkvinge.net/packages/strawberry/strawberry-0.6.10.tar.xz I might be interpreting the handbook incorrectly but I think you shouldn't include xorg and gnome in USES https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-gn= ome.html There's no example for xorg but I assume it follows the same concept. Having a luck look at the Makefile you seem to be missing a few libs and ha= ve a few redundant? Missing: Boost, taglib (should use ports not bundled), pkgconfig etc https://github.com/strawberrymusicplayer/strawberry/blob/0.6.10/CMakeLists.= txt#L88 https://github.com/strawberrymusicplayer/strawberry/blob/0.6.10/CMakeLists.= txt#L89 https://github.com/strawberrymusicplayer/strawberry/blob/0.6.10/CMakeLists.= txt#L203 VLC isn't needed and more or less unsupported https://github.com/strawberrymusicplayer/strawberry/blob/0.6.10/CMakeLists.= txt#L123 https://github.com/strawberrymusicplayer/strawberry/blob/0.6.10/CMakeLists.= txt#L442 You don't need two audio backends, in that case Pulseaudio seems to be the better choice as alsa-lib is very old in ports (it seems like you can choos= e?). There are more so you need to check that part again, preferably all optional libraries should be optional via menu options. https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile= -options.html Fails using Poudriere due to missing libs Best regards, Daniel --=20 You are receiving this mail because: You are the assignee for the bug.=