From owner-svn-ports-head@freebsd.org Sun Feb 25 16:46:52 2018 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 C4CA5F39588; Sun, 25 Feb 2018 16:46:52 +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 786A286171; Sun, 25 Feb 2018 16:46:52 +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 6ECD07848; Sun, 25 Feb 2018 16:46:52 +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 w1PGkqwG005914; Sun, 25 Feb 2018 16:46:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PGkpso005907; Sun, 25 Feb 2018 16:46:51 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802251646.w1PGkpso005907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 25 Feb 2018 16:46:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462964 - in head: audio/zynaddsubfx cad/sumo graphics/pcl-pointclouds multimedia/kodi-devel print/pdf-tools science/siril textproc/wv X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: audio/zynaddsubfx cad/sumo graphics/pcl-pointclouds multimedia/kodi-devel print/pdf-tools science/siril textproc/wv X-SVN-Commit-Revision: 462964 X-SVN-Commit-Repository: ports 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.25 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: Sun, 25 Feb 2018 16:46:53 -0000 Author: antoine Date: Sun Feb 25 16:46:51 2018 New Revision: 462964 URL: https://svnweb.freebsd.org/changeset/ports/462964 Log: Canonicalize dependency on libpng Modified: head/audio/zynaddsubfx/Makefile head/cad/sumo/Makefile head/graphics/pcl-pointclouds/Makefile head/multimedia/kodi-devel/Makefile head/print/pdf-tools/Makefile head/science/siril/Makefile head/textproc/wv/Makefile Modified: head/audio/zynaddsubfx/Makefile ============================================================================== --- head/audio/zynaddsubfx/Makefile Sun Feb 25 16:37:42 2018 (r462963) +++ head/audio/zynaddsubfx/Makefile Sun Feb 25 16:46:51 2018 (r462964) @@ -37,7 +37,7 @@ DSSI_CFLAGS= -I${LOCALBASE}/include/dssi DSSI_CMAKE_OFF= -DDssiEnable:BOOL=OFF GUI_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig GUI_ON= -DGuiModule:STRING=fltk GUI_CMAKE_OFF= -DGuiModule:STRING=OFF Modified: head/cad/sumo/Makefile ============================================================================== --- head/cad/sumo/Makefile Sun Feb 25 16:37:42 2018 (r462963) +++ head/cad/sumo/Makefile Sun Feb 25 16:46:51 2018 (r462964) @@ -16,7 +16,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libFOX-1.6.so:x11-toolkits/fox16 \ libfreetype.so:print/freetype2 \ libgdal.so:graphics/gdal \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libproj.so:graphics/proj \ libtiff.so:graphics/tiff \ libxerces-c.so:textproc/xerces-c3 Modified: head/graphics/pcl-pointclouds/Makefile ============================================================================== --- head/graphics/pcl-pointclouds/Makefile Sun Feb 25 16:37:42 2018 (r462963) +++ head/graphics/pcl-pointclouds/Makefile Sun Feb 25 16:46:51 2018 (r462964) @@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libexpat.so:textproc/expat2 \ libflann_cpp.so:math/flann \ libfreetype.so:print/freetype2 \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libvtkCommonCore-6.2.so:math/vtk6 Modified: head/multimedia/kodi-devel/Makefile ============================================================================== --- head/multimedia/kodi-devel/Makefile Sun Feb 25 16:37:42 2018 (r462963) +++ head/multimedia/kodi-devel/Makefile Sun Feb 25 16:46:51 2018 (r462964) @@ -36,7 +36,7 @@ LIB_DEPENDS= libass.so:multimedia/libass \ liblzo2.so:archivers/lzo2 \ libpcre.so:devel/pcre \ libpcrecpp.so:devel/pcre \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libpostproc.so:multimedia/ffmpeg \ libswresample.so:multimedia/ffmpeg \ libswscale.so:multimedia/ffmpeg \ Modified: head/print/pdf-tools/Makefile ============================================================================== --- head/print/pdf-tools/Makefile Sun Feb 25 16:37:42 2018 (r462963) +++ head/print/pdf-tools/Makefile Sun Feb 25 16:46:51 2018 (r462964) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= cask${EMACS_PKGNAMESUFFIX}>0:devel/cask@${EMACS_FLAVOR} \ tablist${EMACS_PKGNAMESUFFIX}>=0.70.4:devel/tablist@${EMACS_FLAVOR} -LIB_DEPENDS= libpng16.so:graphics/png \ +LIB_DEPENDS= libpng.so:graphics/png \ libpoppler.so:graphics/poppler \ libpoppler-glib.so:graphics/poppler-glib RUN_DEPENDS= ImageMagick>=6.9.9.28,1:graphics/ImageMagick \ Modified: head/science/siril/Makefile ============================================================================== --- head/science/siril/Makefile Sun Feb 25 16:37:42 2018 (r462963) +++ head/science/siril/Makefile Sun Feb 25 16:46:51 2018 (r462964) @@ -20,7 +20,7 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ liblcms2.so:graphics/lcms2 \ libopencv_core.so:graphics/opencv-core \ libomp.so:devel/openmp \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libraw.so:graphics/libraw \ libtiff.so:graphics/tiff LIB_DEPENDS+= libopencv_photo.so:graphics/opencv # for some reason, configure fails without opencv, but executable only links to opencv-core Modified: head/textproc/wv/Makefile ============================================================================== --- head/textproc/wv/Makefile Sun Feb 25 16:37:42 2018 (r462963) +++ head/textproc/wv/Makefile Sun Feb 25 16:46:51 2018 (r462964) @@ -14,7 +14,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libwmf.so:graphics/libwmf USES= gmake jpeg pkgconfig libtool