From owner-svn-ports-all@FreeBSD.ORG Wed Apr 30 21:49:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39AC5E97; Wed, 30 Apr 2014 21:49:01 +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 274361ABB; Wed, 30 Apr 2014 21:49:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3ULn0sS069583; Wed, 30 Apr 2014 21:49:00 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3ULn0v4069582; Wed, 30 Apr 2014 21:49:00 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201404302149.s3ULn0v4069582@svn.freebsd.org> From: Gerald Pfeifer Date: Wed, 30 Apr 2014 21:49:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352704 - head/emulators/wine 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: Wed, 30 Apr 2014 21:49:01 -0000 Author: gerald Date: Wed Apr 30 21:49:00 2014 New Revision: 352704 URL: http://svnweb.freebsd.org/changeset/ports/352704 QAT: https://qat.redports.org/buildarchive/r352704/ Log: Build with a dependency on the X composite extension. PR: 188831 Analyzed by: Denver Hull Modified: head/emulators/wine/Makefile Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Wed Apr 30 21:38:27 2014 (r352703) +++ head/emulators/wine/Makefile Wed Apr 30 21:49:00 2014 (r352704) @@ -3,7 +3,7 @@ PORTNAME= wine DISTVERSION= 1.6.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -35,7 +35,7 @@ CONFIGURE_ARGS+=--verbose --disable-test --without-gphoto --without-gsm --without-gstreamer \ --with-opengl --without-mpg123 --without-opencl \ --with-oss --without-sane --without-tiff \ - --without-v4l --without-xcomposite --without-xinerama \ + --without-v4l --with-xcomposite --without-xinerama \ --with-xinput2 --with-xrandr CONFIGURE_ENV= FLEX="${LOCALBASE}/bin/flex" WINELIBDIR?= ${PREFIX}/lib @@ -47,7 +47,7 @@ USES= bison compiler:c11 gmake shebangf SHEBANG_FILES= tools/winemaker tools/winedump/function_grep.pl USE_BZIP2= yes USE_GL= glu -USE_XORG= xcursor xi xpm xrandr xrender +USE_XORG= xcomposite xcursor xi xpm xrandr xrender SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message