From owner-svn-ports-all@FreeBSD.ORG Fri May 2 19:30:50 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 669FC10A; Fri, 2 May 2014 19:30:50 +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 5431611EE; Fri, 2 May 2014 19:30:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s42JUoTZ012567; Fri, 2 May 2014 19:30:50 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s42JUoZs012566; Fri, 2 May 2014 19:30:50 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201405021930.s42JUoZs012566@svn.freebsd.org> From: Gerald Pfeifer Date: Fri, 2 May 2014 19:30:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352842 - head/emulators/wine-devel 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.17 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, 02 May 2014 19:30:50 -0000 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 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 \