Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2018 06:58:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r470959 - branches/2018Q2/graphics/fotoxx
Message-ID:  <201805270658.w4R6wfTK012134@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805270658.w4R6wfTK012134>