From owner-svn-ports-all@freebsd.org Sun Jun 3 12:44:07 2018 Return-Path: Delivered-To: svn-ports-all@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 446B0F76F71; Sun, 3 Jun 2018 12:44:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ECD59833A3; Sun, 3 Jun 2018 12:44:06 +0000 (UTC) (envelope-from antoine@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 CE0421EC74; Sun, 3 Jun 2018 12:44:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53Ci6t0070880; Sun, 3 Jun 2018 12:44:06 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53Ci4pG070869; Sun, 3 Jun 2018 12:44:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201806031244.w53Ci4pG070869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 3 Jun 2018 12:44:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471491 - in head: games/nxengine graphics/cloudcompare graphics/gmic graphics/gwenview graphics/maim graphics/openfx-arena graphics/sane-backends graphics/skanlite math/mathgl misc/ope... X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: games/nxengine graphics/cloudcompare graphics/gmic graphics/gwenview graphics/maim graphics/openfx-arena graphics/sane-backends graphics/skanlite math/mathgl misc/openmvg multimedia/harvid X-SVN-Commit-Revision: 471491 X-SVN-Commit-Repository: ports 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.26 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: Sun, 03 Jun 2018 12:44:07 -0000 Author: antoine Date: Sun Jun 3 12:44:04 2018 New Revision: 471491 URL: https://svnweb.freebsd.org/changeset/ports/471491 Log: Canonicalize dependency on libpng Modified: head/games/nxengine/Makefile head/graphics/cloudcompare/Makefile head/graphics/gmic/Makefile head/graphics/gwenview/Makefile head/graphics/maim/Makefile head/graphics/openfx-arena/Makefile head/graphics/sane-backends/Makefile head/graphics/skanlite/Makefile head/math/mathgl/Makefile head/misc/openmvg/Makefile head/multimedia/harvid/Makefile Modified: head/games/nxengine/Makefile ============================================================================== --- head/games/nxengine/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/games/nxengine/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -22,7 +22,7 @@ LICENSE_PERMS_FREEWARE= dist-mirror pkg-mirror auto-ac LICENSE_DISTFILES_GPLv3= ${DISTFILES:[3]} LICENSE_DISTFILES_FREEWARE= ${DISTFILES:[2]:S/:data//} -LIB_DEPENDS= libpng16.so:graphics/png +LIB_DEPENDS= libpng.so:graphics/png DESKTOP_ENTRIES="NXEngine" "" "${PORTNAME}" \ "${PORTNAME}" "Game;AdventureGame;" "" Modified: head/graphics/cloudcompare/Makefile ============================================================================== --- head/graphics/cloudcompare/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/graphics/cloudcompare/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -65,7 +65,7 @@ PLUGINS_LIB_DEPENDS= libboost_system.so:devel/boost-li libflann_cpp_s.so:math/flann \ libfreetype.so:print/freetype2 \ libpcl_people.so:graphics/pcl-pointclouds \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libvtkDomainsChemistry-6.2.so:math/vtk6 PLUGINS_IMPLIES= SHAPELIB Modified: head/graphics/gmic/Makefile ============================================================================== --- head/graphics/gmic/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/graphics/gmic/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -28,7 +28,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libomp.so:devel/openmp \ libopencv_core.so:graphics/opencv-core \ libopencv_video.so:graphics/opencv \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libtiff.so:graphics/tiff USES= cmake:outsource compiler:c++11-lang jpeg pkgconfig Modified: head/graphics/gwenview/Makefile ============================================================================== --- head/graphics/gwenview/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/graphics/gwenview/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -11,7 +11,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/doc docbook-xml>0:textproc/docbook-xml LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ liblcms2.so:graphics/lcms2 \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= cmake:outsource gettext jpeg pkgconfig kde:5 tar:xz USE_KDE= activities auth baloo bookmarks codecs completion config \ Modified: head/graphics/maim/Makefile ============================================================================== --- head/graphics/maim/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/graphics/maim/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -13,7 +13,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ libicuuc.so:devel/icu \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libslopy.so:x11/slop USES= cmake jpeg Modified: head/graphics/openfx-arena/Makefile ============================================================================== --- head/graphics/openfx-arena/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/graphics/openfx-arena/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -24,7 +24,7 @@ LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio \ libpcre.so:devel/pcre \ libffi.so:devel/libffi \ libdrm.so:graphics/libdrm \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libharfbuzz.so:print/harfbuzz \ libgraphite2.so:graphics/graphite2 \ libicui18n.so:devel/icu \ Modified: head/graphics/sane-backends/Makefile ============================================================================== --- head/graphics/sane-backends/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/graphics/sane-backends/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -14,7 +14,7 @@ COMMENT= API for access to scanners, digitals camera, LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpng16.so:graphics/png \ +LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff USES= gmake jpeg libtool localbase pathfix pkgconfig Modified: head/graphics/skanlite/Makefile ============================================================================== --- head/graphics/skanlite/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/graphics/skanlite/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -12,7 +12,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/src/COPYING LIB_DEPENDS= libKF5Sane.so:graphics/libksane \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= cmake:outsource gettext kde:5 tar:xz USE_KDE= ecm auth config configwidgets codecs completion \ Modified: head/math/mathgl/Makefile ============================================================================== --- head/math/mathgl/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/math/mathgl/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -16,7 +16,7 @@ LIB_DEPENDS= libgif.so:graphics/giflib \ libhdf5.so:science/hdf5 \ libhpdf.so:print/libharu \ libltdl.so:devel/libltdl \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libsz.so:science/szip USES= cmake:outsource jpeg gettext-runtime python:2.7 Modified: head/misc/openmvg/Makefile ============================================================================== --- head/misc/openmvg/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/misc/openmvg/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -16,7 +16,7 @@ ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= need to figure out which TARGET_ARCHITECTURE values correspond to other architectures, plus "generic" is broken LIB_DEPENDS= libflann_cpp.so:math/flann \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libtiff.so:graphics/tiff USES= cmake:outsource eigen:3 jpeg Modified: head/multimedia/harvid/Makefile ============================================================================== --- head/multimedia/harvid/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/multimedia/harvid/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -13,7 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= gmake jpeg localbase pkgconfig USE_GITHUB= yes