Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2018 16:46:51 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
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
Message-ID:  <201802251646.w1PGkpso005907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802251646.w1PGkpso005907>