svn commit: r352842 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Fri May 2 19:30:50 UTC 2014


Author: gerald
Date: Fri May  2 19:30:49 2014
New Revision: 352842
URL: http://svnweb.freebsd.org/changeset/ports/352842
QAT: https://qat.redports.org/buildarchive/r352842/

Log:
  Build with a dependency on the X composite extension.
  
  PR:		188831
  Analyzed by:	Denver Hull <denverh at comcast.net>

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Fri May  2 19:26:44 2014	(r352841)
+++ head/emulators/wine-devel/Makefile	Fri May  2 19:30:49 2014	(r352842)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	1.7.17
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -29,7 +30,7 @@ CONFIGURE_ARGS+=--verbose --disable-test
 		--without-gphoto --without-gsm --without-gstreamer \
 		--without-mpg123 --without-opencl \
 		--with-oss --without-sane --without-tiff \
-		--without-v4l --without-xcomposite --without-xinerama
+		--without-v4l --with-xcomposite --without-xinerama
 CONFIGURE_ENV=	FLEX="${LOCALBASE}/bin/flex"
 WINELIBDIR?=	${PREFIX}/lib
 .if !defined(USE_LDCONFIG32)
@@ -80,7 +81,7 @@ OPENAL_USES=		openal
 WINEMAKER_RUN_DEPENDS=	p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
 
 X11_CONFIGURE_WITH=	x fontconfig glu opengl xinput2 xrandr freetype
-X11_USE=		GL=glu XORG=xcursor,xi,xpm,xrandr,xrender
+X11_USE=		GL=glu XORG=xcomposite,xcursor,xi,xpm,xrandr,xrender
 X11_LIB_DEPENDS=	libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
 			libfreetype.so:${PORTSDIR}/print/freetype2 \
 			libjpeg.so:${PORTSDIR}/graphics/jpeg \


More information about the svn-ports-all mailing list