svn commit: r470959 - branches/2018Q2/graphics/fotoxx

Antoine Brodin antoine at FreeBSD.org
Sun May 27 06:58:42 UTC 2018


Author: antoine
Date: Sun May 27 06:58:41 2018
New Revision: 470959
URL: https://svnweb.freebsd.org/changeset/ports/470959

Log:
  MFH: r466538
  
  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:
  branches/2018Q2/graphics/fotoxx/Makefile
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/graphics/fotoxx/Makefile
==============================================================================
--- branches/2018Q2/graphics/fotoxx/Makefile	Sun May 27 05:19:42 2018	(r470958)
+++ branches/2018Q2/graphics/fotoxx/Makefile	Sun May 27 06:58:41 2018	(r470959)
@@ -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-all mailing list