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

David Naylor dbn at FreeBSD.org
Tue Mar 22 06:25:44 UTC 2016


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 at 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


More information about the svn-ports-all mailing list