From owner-svn-ports-all@FreeBSD.ORG Tue Jun 18 04:08:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 574522B9; Tue, 18 Jun 2013 04:08:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4984016D3; Tue, 18 Jun 2013 04:08:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5I48QaU078466; Tue, 18 Jun 2013 04:08:26 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5I48Qsm078465; Tue, 18 Jun 2013 04:08:26 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201306180408.r5I48Qsm078465@svn.freebsd.org> From: Martin Wilke Date: Tue, 18 Jun 2013 04:08:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321169 - head/audio/xmms2 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.14 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: Tue, 18 Jun 2013 04:08:26 -0000 Author: miwi Date: Tue Jun 18 04:08:25 2013 New Revision: 321169 URL: http://svnweb.freebsd.org/changeset/ports/321169 Log: - Add missing pkgconfig - While here remove 7.X gruft Reported by: pointyhat http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/a.9-exp.20130618003449.pointyhat-west/xmms2-0.8_3.log Modified: head/audio/xmms2/Makefile Modified: head/audio/xmms2/Makefile ============================================================================== --- head/audio/xmms2/Makefile Tue Jun 18 03:38:38 2013 (r321168) +++ head/audio/xmms2/Makefile Tue Jun 18 04:08:25 2013 (r321169) @@ -18,6 +18,7 @@ USE_PYTHON_BUILD= yes USE_GNOME= glib20 USE_SQLITE= 3 +USES+= pkgconfig USE_LDCONFIG= yes MAN1= xmms2.1 xmms2d.1 xmms2-launcher.1 @@ -57,10 +58,6 @@ XML_DESC= Support XML based playlists (X .include -.if ${OSVERSION} < 800030 -BROKEN= Does not compile on 7.x: Requires fstatat(2) -.endif - .if defined(XMMS2_SLAVE) EXCLUDE+= --without-xmms2d