Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2013 04:08:26 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321169 - head/audio/xmms2
Message-ID:  <201306180408.r5I48Qsm078465@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
-.if ${OSVERSION} < 800030
-BROKEN=		Does not compile on 7.x: Requires fstatat(2)
-.endif
-
 .if defined(XMMS2_SLAVE)
 EXCLUDE+=	--without-xmms2d
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306180408.r5I48Qsm078465>