From owner-svn-ports-all@freebsd.org Tue Jul 26 02:22:24 2016 Return-Path: Delivered-To: svn-ports-all@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 6EC3ABA4FC1; Tue, 26 Jul 2016 02:22:24 +0000 (UTC) (envelope-from danilo@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 4183B1345; Tue, 26 Jul 2016 02:22:24 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6Q2MNPf019444; Tue, 26 Jul 2016 02:22:23 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6Q2MNDi019443; Tue, 26 Jul 2016 02:22:23 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201607260222.u6Q2MNDi019443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 26 Jul 2016 02:22:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419097 - head/graphics/vips X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2016 02:22:24 -0000 Author: danilo Date: Tue Jul 26 02:22:23 2016 New Revision: 419097 URL: https://svnweb.freebsd.org/changeset/ports/419097 Log: - Add some dependencies explicitly to make QA happy Modified: head/graphics/vips/Makefile Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Tue Jul 26 01:41:24 2016 (r419096) +++ head/graphics/vips/Makefile Tue Jul 26 02:22:23 2016 (r419097) @@ -12,6 +12,7 @@ COMMENT= Free image processing system LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +RUN_DEPENDS= bash:shells/bash LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ liborc-0.4.so:devel/orc \ libGraphicsMagick.so:graphics/GraphicsMagick \ @@ -23,12 +24,17 @@ LIB_DEPENDS= libcfitsio.so:astro/cfitsio libwebp.so:graphics/webp \ libfftw3.so:math/fftw3 \ libmatio.so:math/matio \ - libgirepository-1.0.so:devel/gobject-introspection -RUN_DEPENDS= bash:shells/bash + libgirepository-1.0.so:devel/gobject-introspection \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libgif.so:graphics/giflib \ + libpoppler-glib.so:graphics/poppler-glib \ + libImath-2_2.so:graphics/ilmbase \ + libhdf5.so:science/hdf5 USES= cpe gettext gmake jpeg libtool pathfix pkgconfig shebangfix SHEBANG_FILES= tools/vips-${PORTVERSION:R} tools/vipsprofile -USE_GNOME= glib20 libgsf libxml2 pango +USE_GNOME= cairo gdkpixbuf2 glib20 libgsf librsvg2 libxml2 pango GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-x \ --without-openslide \