Date: Sun, 30 Nov 2014 18:13:21 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: maintainer-feedback requested: [Bug 195533] audio/jack can not be upgraded Message-ID: <bug-195533-12827-tY2Cfosj07@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-195533-12827@https.bugs.freebsd.org/bugzilla/> References: <bug-195533-12827@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Mikhail T. <mi@ALDAN.algebra.com> has reassigned Bugzilla Automation <bugzilla@FreeBSD.org>'s request for maintainer-feedback to multimedia@FreeBSD.org: Bug 195533: audio/jack can not be upgraded https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195533 --- Description --- Created attachment 150037 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150037&action=edit Do not fail, if jack is already installed on the building system The author's configure has a special provision, that prevents builds if any version of jack is already installed on the build-system -- instead of carefully arranging the build's -I options, the author has taken the easy way out... The attached patch modifies the author's configure to remove the check. The resulting CFLAGS do not point to ${PREFIX}/include anyway. This allows the port to be upgraded with portupgrade. --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Auto-assigned to maintainer multimedia@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195533-12827-tY2Cfosj07>