From owner-svn-ports-all@FreeBSD.ORG Fri Dec 19 18:45:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C2ABF72; Fri, 19 Dec 2014 18:45:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 87BB21012; Fri, 19 Dec 2014 18:45:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBJIjEEI094754; Fri, 19 Dec 2014 18:45:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBJIjEJE094753; Fri, 19 Dec 2014 18:45:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412191845.sBJIjEJE094753@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 19 Dec 2014 18:45:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374964 - head/audio/mp3splt-gtk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2014 18:45:14 -0000 Author: antoine Date: Fri Dec 19 18:45:13 2014 New Revision: 374964 URL: https://svnweb.freebsd.org/changeset/ports/374964 QAT: https://qat.redports.org/buildarchive/r374964/ Log: Mark BROKEN: fails to configure checking pkg-config is at least version 0.9.0... yes checking for GTK... no configure: error: Cannot find GTK >= 3.4.2 ===> Script "configure" failed unexpectedly. Reported by: pkg-fallout Modified: head/audio/mp3splt-gtk/Makefile Modified: head/audio/mp3splt-gtk/Makefile ============================================================================== --- head/audio/mp3splt-gtk/Makefile Fri Dec 19 18:22:54 2014 (r374963) +++ head/audio/mp3splt-gtk/Makefile Fri Dec 19 18:45:13 2014 (r374964) @@ -11,6 +11,8 @@ COMMENT= Utility to split mp3 and ogg fi LICENSE= GPLv2 +BROKEN= Fails to configure + LIB_DEPENDS= libmp3splt.so:${PORTSDIR}/audio/libmp3splt \ libmad.so:${PORTSDIR}/audio/libmad \ libogg.so:${PORTSDIR}/audio/libogg \