From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 19 15:20:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2D74814 for ; Sun, 19 Jan 2014 15:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CDC3149A for ; Sun, 19 Jan 2014 15:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0JFK066012929 for ; Sun, 19 Jan 2014 15:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0JFK0oc012928; Sun, 19 Jan 2014 15:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 19 Jan 2014 15:20:00 GMT Resent-Message-Id: <201401191520.s0JFK0oc012928@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Sébastien Pédron Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70F08766 for ; Sun, 19 Jan 2014 15:15:58 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CB271475 for ; Sun, 19 Jan 2014 15:15:58 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0JFFwq6075957 for ; Sun, 19 Jan 2014 15:15:58 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0JFFwjv075949; Sun, 19 Jan 2014 15:15:58 GMT (envelope-from nobody) Message-Id: <201401191515.s0JFFwjv075949@oldred.freebsd.org> Date: Sun, 19 Jan 2014 15:15:58 GMT From: Jean-Sébastien Pédron To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185880: [PATCH] audio/moc: options VORBIS and FLAC not honored when devel/pkgconf isn't installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jan 2014 15:20:00 -0000 >Number: 185880 >Category: ports >Synopsis: [PATCH] audio/moc: options VORBIS and FLAC not honored when devel/pkgconf isn't installed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 19 15:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Jean-Sébastien Pédron >Release: 9.2-STABLE >Organization: The FreeBSD Project >Environment: FreeBSD magellan.dumbbell.fr 9.2-STABLE FreeBSD 9.2-STABLE #0: Sun Jan 19 02:23:24 CET 2014 root@magellan.dumbbell.fr:/usr/obj/mnt/home/dumbbell/Projects/freebsd/src/SVN/stable/9/sys/GENERIC amd64 >Description: When devel/pkgconfig isn't installed, the configure script fails to find libvorbis and libflac but doesn't complain. This leads to a player without Vorbis/FLAC formats support, even if the user selected those options. The official binary package is affected by this problem. >How-To-Repeat: >Fix: The attached patch fixes it by adding pkgconfig to USES. Patch attached with submission follows: Index: audio/moc/Makefile =================================================================== --- audio/moc/Makefile (revision 339619) +++ audio/moc/Makefile (working copy) @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/sta MAINTAINER= rzinkov@gmail.com COMMENT= Console audio player designed to be powerful and easy to use -USES= gmake +USES= pkgconfig gmake NO_STAGE= yes USE_BZIP2= yes USE_LDCONFIG= yes >Release-Note: >Audit-Trail: >Unformatted: