svn commit: r321169 - head/audio/xmms2

Martin Wilke miwi at FreeBSD.org
Tue Jun 18 04:08:26 UTC 2013


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
 


More information about the svn-ports-head mailing list