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...
Antoine Brodin
antoine at FreeBSD.org
Sun Jun 3 12:44:07 UTC 2018
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
More information about the svn-ports-head
mailing list