From owner-svn-ports-head@freebsd.org Tue Mar 22 06:25:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BD75AD8F7D; Tue, 22 Mar 2016 06:25:44 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 696809FB; Tue, 22 Mar 2016 06:25:44 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2M6PhBl093903; Tue, 22 Mar 2016 06:25:43 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2M6PhdM093902; Tue, 22 Mar 2016 06:25:43 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201603220625.u2M6PhdM093902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Tue, 22 Mar 2016 06:25:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411637 - 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-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 06:25:44 -0000 Author: dbn Date: Tue Mar 22 06:25:43 2016 New Revision: 411637 URL: https://svnweb.freebsd.org/changeset/ports/411637 Log: emulators/wine-staging: add missing dependency. Add a missing dependency on libtxc_dxtn.so (provided by graphics/s2tc). PORTREVISION is not bumped (despite policy) for the following reasons: - Bumping PORTREVISION just for the slave port wine-staging is likely to result in human error later on (i.e. it will cause issues if wine-devel needs a bump, or an update). - Bumping both wine-devel and wine-staging is overkill. - The port is newly updated likely to catch most builds with this update - The port is updated every two weeks, so everyone gets the improvement quickly enough. - This change will be in the i386-wine-staging update. PR: 208162 Reported by: Mickael Maillot Approved by: gerald@ Modified: head/emulators/wine-devel/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Tue Mar 22 05:58:51 2016 (r411636) +++ head/emulators/wine-devel/Makefile Tue Mar 22 06:25:43 2016 (r411637) @@ -90,6 +90,8 @@ MPG123_LIB_DEPENDS= libmpg123.so:${PORTS OPENAL_CONFIGURE_WITH= openal OPENAL_USES= openal +STAGING_LIB_DEPENDS= libtxc_dxtn.so:${PORTSDIR}/graphics/s2tc + V4L_CONFIGURE_WITH= v4l V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l1.so:${PORTSDIR}/multimedia/libv4l