ports/166722: graphics/ufraw: port fails to build if " GTK" option is disabled and x11-toolkits/gtkimageview port is not installed

Rodrigo OSORIO rodrigo at bebik.net
Fri May 25 10:00:10 UTC 2012


The following reply was made to PR ports/166722; it has been noted by GNATS.

From: Rodrigo OSORIO <rodrigo at bebik.net>
To: bug-followup at FreeBSD.org
Cc: bojan_petrovic at fastmail.fm
Subject: Re: ports/166722: graphics/ufraw: port fails to build if "GTK" option is disabled and x11-toolkits/gtkimageview port is not installed
Date: Fri, 25 May 2012 11:59:31 +0200

 --d6Gm4EdcadzBjdND
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Michael, Borjan
 
 Here is the Bojan fix with small changes.
 Also bump the portrevision.
 
 Thanks Bojan for you help.
 - rodrigo
 
 --d6Gm4EdcadzBjdND
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="ufraw.patch"
 
 diff -u graphics/ufraw/Makefile rodrigo/graphics/ufraw/Makefile
 --- graphics/ufraw/Makefile	2012-05-14 11:48:12.000000000 +0200
 +++ graphics/ufraw/Makefile	2012-05-25 11:28:26.000000000 +0200
 @@ -7,7 +7,7 @@
  
  PORTNAME=	ufraw
  PORTVERSION=	0.18
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	graphics
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 @@ -80,6 +80,8 @@
  .if defined(WITH_GTK)
  LIB_DEPENDS+=	gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview
  PLIST_FILES+=	bin/ufraw
 +.else
 +CONFIGURE_ARGS+= --without-gtk
  .endif
  
  .if defined(WITH_GNOME)
 
 --d6Gm4EdcadzBjdND--



More information about the freebsd-ports-bugs mailing list