Date: Tue, 22 Mar 2016 06:25:43 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411637 - head/emulators/wine-devel Message-ID: <201603220625.u2M6PhdM093902@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <mickael.maillot@gmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603220625.u2M6PhdM093902>