svn commit: r466538 - head/graphics/fotoxx

Antoine Brodin antoine at FreeBSD.org
Thu Apr 5 07:22:33 UTC 2018


Author: antoine
Date: Thu Apr  5 07:22:32 2018
New Revision: 466538
URL: https://svnweb.freebsd.org/changeset/ports/466538

Log:
  Mark BROKEN: conflicting dependencies
  
  pkg-static: ufraw-0.22_5 conflicts with dcraw-9.27 (installs files into the same place).  Problematic file: /usr/local/bin/dcraw
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/fotoxx/Makefile

Modified: head/graphics/fotoxx/Makefile
==============================================================================
--- head/graphics/fotoxx/Makefile	Thu Apr  5 05:53:35 2018	(r466537)
+++ head/graphics/fotoxx/Makefile	Thu Apr  5 07:22:32 2018	(r466538)
@@ -13,6 +13,8 @@ COMMENT=	Application to organize and edit image collec
 
 LICENSE=	GPLv3
 
+BROKEN=		conflicting dependencies dcraw and ufraw
+
 RUN_DEPENDS=	xdg-open:devel/xdg-utils \
 		dcraw:graphics/dcraw \
 		exiftool:graphics/p5-Image-ExifTool \


More information about the svn-ports-head mailing list