From owner-svn-ports-head@freebsd.org Sat Apr 22 17:40:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B9BAD4B70F; Sat, 22 Apr 2017 17:40:18 +0000 (UTC) (envelope-from rakuco@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 mx1.freebsd.org (Postfix) with ESMTPS id 18634795; Sat, 22 Apr 2017 17:40:18 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3MHeHcj002971; Sat, 22 Apr 2017 17:40:17 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3MHeHdl002970; Sat, 22 Apr 2017 17:40:17 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201704221740.v3MHeHdl002970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 22 Apr 2017 17:40:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439183 - head/graphics/gthumb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 22 Apr 2017 17:40:18 -0000 Author: rakuco Date: Sat Apr 22 17:40:16 2017 New Revision: 439183 URL: https://svnweb.freebsd.org/changeset/ports/439183 Log: Add missing implicit dependencies reported by Poudriere. Modified: head/graphics/gthumb/Makefile Modified: head/graphics/gthumb/Makefile ============================================================================== --- head/graphics/gthumb/Makefile Sat Apr 22 17:11:10 2017 (r439182) +++ head/graphics/gthumb/Makefile Sat Apr 22 17:40:16 2017 (r439183) @@ -4,7 +4,7 @@ PORTNAME= gthumb PORTVERSION= 3.4.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,11 +16,21 @@ LICENSE= GPLv2+ BUILD_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ itstool:textproc/itstool +LIB_DEPENDS= libclutter-1.0.so:graphics/clutter \ + libcogl.so:graphics/cogl \ + libgstreamer-1.0.so:multimedia/gstreamer1 \ + liblcms2.so:graphics/lcms2 \ + liboauth.so:net/liboauth \ + libpng16.so:graphics/png \ + libsoup-2.4.so:devel/libsoup \ + libtiff.so:graphics/tiff RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas USES= bison compiler:c++11-lib desktop-file-utils gettext gmake \ - libtool localbase pathfix pkgconfig tar:xz -USE_GNOME= gtk30 intltool librsvg2 + jpeg libtool localbase pathfix pkgconfig tar:xz +USE_GL= egl +USE_GNOME= cairo gtk30 intltool librsvg2 +USE_XORG= x11 xcomposite xdamage xext xfixes xrandr xi GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_jpeg_jpeg_destroy_decompress=yes \ ac_cv_lib_tiff_TIFFWriteScanline=yes