From owner-freebsd-ports-bugs@freebsd.org Wed Sep 13 08:41:33 2017 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 EC0DBE14815 for ; Wed, 13 Sep 2017 08:41:33 +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 D9A347D352 for ; Wed, 13 Sep 2017 08:41:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8D8fXwE083757 for ; Wed, 13 Sep 2017 08:41:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 216499] [new port] audio/eq10q: Set of mono and stereo parametric equalizers Date: Wed, 13 Sep 2017 08:41:34 +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 Only Me X-Bugzilla-Who: yuri@rawbw.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ 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.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Sep 2017 08:41:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216499 Yuri Victorovich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yuri@rawbw.com --- Comment #3 from Yuri Victorovich --- Hi Goran, I accidentally submitted another version of the same package (bug#222113) a= mong many other LV2 plugins, because I didn't notice your port submission. Your port has several issues: * It lacks -lv2 suffix * It uses patches under files/ when it's preferred to patch from Makefile w= hen possible (one-liners like these) * It doesn't take advantage of USES for gtkmm, etc which is required * It has a redundant RUN_DEPENDS on Jack, when LV2 plugins don't normally depend on Jack * It fails to build in 10.X because it keeps -finline-functions-called-once which isn't supported there * It doesn't remove -O3 from Makefiles, so it's impossible to debug if need= ed I am not insisting, but do you mind dropping your submission in favor of bug#222113 because it is already free of these problems? Alternatively, you can fix them, or just copy bug#222113 over, and I will t= hen drop bug#222113? Either way, but only one should be left to make the work of the committer easier. Thanks! Yuri --=20 You are receiving this mail because: You are the assignee for the bug.=