From owner-svn-ports-head@freebsd.org Thu Feb 7 11:02:47 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B65A914D4E6A; Thu, 7 Feb 2019 11:02:47 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 59EE983E54; Thu, 7 Feb 2019 11:02:47 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 377731C18B; Thu, 7 Feb 2019 11:02:47 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x17B2lfH050849; Thu, 7 Feb 2019 11:02:47 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x17B2ksi050848; Thu, 7 Feb 2019 11:02:46 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201902071102.x17B2ksi050848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Thu, 7 Feb 2019 11:02:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492359 - head/graphics/ufraw X-SVN-Group: ports-head X-SVN-Commit-Author: rodrigo X-SVN-Commit-Paths: head/graphics/ufraw X-SVN-Commit-Revision: 492359 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 59EE983E54 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2019 11:02:48 -0000 Author: rodrigo Date: Thu Feb 7 11:02:46 2019 New Revision: 492359 URL: https://svnweb.freebsd.org/changeset/ports/492359 Log: Be able to build ufraw without GTK2 option Add gnome to the uses to make testport happy Bump portrevision PR: 234436 Reported by: Thomas Guymer Modified: head/graphics/ufraw/Makefile head/graphics/ufraw/pkg-plist Modified: head/graphics/ufraw/Makefile ============================================================================== --- head/graphics/ufraw/Makefile Thu Feb 7 10:55:09 2019 (r492358) +++ head/graphics/ufraw/Makefile Thu Feb 7 11:02:46 2019 (r492359) @@ -3,7 +3,7 @@ PORTNAME= ufraw PORTVERSION= 0.22 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MAINTAINER= rodrigo@FreeBSD.org @@ -20,7 +20,7 @@ LIB_DEPENDS= libtiff.so:graphics/tiff \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-extras -USES= compiler:c++11-lang gettext gmake jpeg pkgconfig autoreconf +USES= compiler:c++11-lang gettext gmake jpeg pkgconfig autoreconf gnome CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib @@ -58,6 +58,13 @@ GTK2_CONFIGURE_WITH= gtk GNOME_USE= GNOME=gconf2 GNOME_CONFIGURE_ENABLE= mime GNOME_VARS= CATEGORIES+=gnome GCONF_SCHEMAS=${PORTNAME}.schemas + +.include +.if ${PORT_OPTIONS:MGTK2} +PLIST_SUB+= NOGTK2="" +.else +PLIST_SUB+= NOGTK2="@comment " +.endif post-install: ${INSTALL_DATA} ${WRKSRC}/ufraw.desktop ${STAGEDIR}${DESKTOPDIR} Modified: head/graphics/ufraw/pkg-plist ============================================================================== --- head/graphics/ufraw/pkg-plist Thu Feb 7 10:55:09 2019 (r492358) +++ head/graphics/ufraw/pkg-plist Thu Feb 7 11:02:46 2019 (r492359) @@ -1,6 +1,6 @@ bin/dcraw bin/nikon-curve -bin/ufraw +%%NOGTK2%%bin/ufraw bin/ufraw-batch man/man1/ufraw.1.gz share/applications/ufraw.desktop