svn commit: r351150 - head/multimedia/y4mscaler

Antoine Brodin antoine at FreeBSD.org
Sat Apr 12 22:10:14 UTC 2014


Author: antoine
Date: Sat Apr 12 22:10:14 2014
New Revision: 351150
URL: http://svnweb.freebsd.org/changeset/ports/351150
QAT: https://qat.redports.org/buildarchive/r351150/

Log:
  Mark broken: conflict with dependency mjpegtools
  
  Installing y4mscaler-9.0_8...pkg-static: y4mscaler-9.0_8 conflicts with mjpegtools-2.1.0 (installs files into the same place).  Problematic file: /usr/local/bin/y4mscaler
  *** Error code 70
  
  Reported by:	pkg-fallout

Modified:
  head/multimedia/y4mscaler/Makefile

Modified: head/multimedia/y4mscaler/Makefile
==============================================================================
--- head/multimedia/y4mscaler/Makefile	Sat Apr 12 22:06:34 2014	(r351149)
+++ head/multimedia/y4mscaler/Makefile	Sat Apr 12 22:10:14 2014	(r351150)
@@ -12,6 +12,8 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	multimedia at FreeBSD.org
 COMMENT=	Y4mscaler scales, crops, and shifts Y'CbCr video
 
+BROKEN=		Conflicts with mjpegtools on /usr/local/bin/y4mscaler
+
 LIB_DEPENDS=	liblavjpeg-2.0.so:${PORTSDIR}/multimedia/mjpegtools
 
 USES=		gmake


More information about the svn-ports-all mailing list