Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Apr 2021 20:56:42 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 56d3caa4ad61 - main - Cleanup LIB_DEPENDS
Message-ID:  <202104232056.13NKugkt087917@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=56d3caa4ad614ae876296a49bdc77f641da8ffe9

commit 56d3caa4ad614ae876296a49bdc77f641da8ffe9
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2021-04-23 20:56:21 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2021-04-23 20:56:21 +0000

    Cleanup LIB_DEPENDS
---
 audio/ocp/Makefile             | 4 ++--
 comms/flamp/Makefile           | 2 +-
 comms/flmsg/Makefile           | 2 +-
 deskutils/coolreader/Makefile  | 2 +-
 editors/vscode/Makefile        | 2 +-
 games/crispy-doom/Makefile     | 2 +-
 games/prboom/Makefile          | 2 +-
 games/residualvm/Makefile      | 2 +-
 games/tuxmath/Makefile         | 2 +-
 graphics/art/Makefile          | 2 +-
 graphics/jp2a/Makefile         | 2 +-
 graphics/mscgen/Makefile       | 2 +-
 graphics/mypaint/Makefile      | 2 +-
 graphics/opencv/Makefile       | 2 +-
 graphics/timg/Makefile         | 2 +-
 math/oleo/Makefile             | 2 +-
 misc/nn-insight/Makefile       | 2 +-
 misc/vxl/Makefile              | 2 +-
 multimedia/opentoonz/Makefile  | 2 +-
 print/ft2demos/Makefile        | 2 +-
 print/limereport/Makefile      | 2 +-
 print/miktex/Makefile          | 2 +-
 print/scribus-devel/Makefile   | 2 +-
 science/elmerfem/Makefile      | 2 +-
 x11-toolkits/pangolin/Makefile | 2 +-
 x11/jgmenu/Makefile            | 2 +-
 26 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
index 1400e4cc70f4..b936033cfcf3 100644
--- a/audio/ocp/Makefile
+++ b/audio/ocp/Makefile
@@ -63,7 +63,7 @@ OSS_CONFIGURE_WITH=	oss
 SDL_IMPLIES=		X11
 SDL_BUILD_DEPENDS=	${LOCALBASE}/share/fonts/gnu-unifont-ttf/unifont.ttf:x11-fonts/gnu-unifont-ttf
 SDL_LIB_DEPENDS=	libfreetype.so:print/freetype2 \
-			libpng16.so:graphics/png
+			libpng.so:graphics/png
 SDL_RUN_DEPENDS=	${LOCALBASE}/share/fonts/gnu-unifont-ttf/unifont.ttf:x11-fonts/gnu-unifont-ttf
 SDL_USES=		desktop-file-utils jpeg sdl
 SDL_USE=		SDL=sdl2
@@ -74,7 +74,7 @@ SDL_PLIST_SUB_OFF=	DESKTOP='@comment '
 
 X11_BUILD_DEPENDS=	${LOCALBASE}/share/fonts/gnu-unifont-ttf/unifont.ttf:x11-fonts/gnu-unifont-ttf
 X11_LIB_DEPENDS=	libfreetype.so:print/freetype2 \
-			libpng16.so:graphics/png
+			libpng.so:graphics/png
 X11_RUN_DEPENDS=	${LOCALBASE}/share/fonts/gnu-unifont-ttf/unifont.ttf:x11-fonts/gnu-unifont-ttf
 X11_USES=		desktop-file-utils jpeg xorg
 X11_USE=		XORG=x11,xext,xpm,xxf86dga,xxf86vm
diff --git a/comms/flamp/Makefile b/comms/flamp/Makefile
index d78527de539f..c3cf97ee041b 100644
--- a/comms/flamp/Makefile
+++ b/comms/flamp/Makefile
@@ -11,7 +11,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
 		libfontconfig.so:x11-fonts/fontconfig \
-		libpng16.so:graphics/png
+		libpng.so:graphics/png
 RUN_DEPENDS=	fldigi:comms/fldigi
 
 USES=		compiler:c++11-lang gmake jpeg pkgconfig xorg
diff --git a/comms/flmsg/Makefile b/comms/flmsg/Makefile
index 5b482a3d6513..624620ee7bc3 100644
--- a/comms/flmsg/Makefile
+++ b/comms/flmsg/Makefile
@@ -11,7 +11,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
 		libfontconfig.so:x11-fonts/fontconfig \
-		libpng16.so:graphics/png
+		libpng.so:graphics/png
 RUN_DEPENDS=	fldigi:comms/fldigi
 
 USES=		gmake jpeg pkgconfig xorg
diff --git a/deskutils/coolreader/Makefile b/deskutils/coolreader/Makefile
index 42cad3678449..5848306609f0 100644
--- a/deskutils/coolreader/Makefile
+++ b/deskutils/coolreader/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE_GPLv2=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libharfbuzz.so:print/harfbuzz \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libfribidi.so:converters/fribidi \
 		libunibreak.so:textproc/libunibreak \
 		libfontconfig.so:x11-fonts/fontconfig
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile
index ac0aabe9bdce..44f9017ed102 100644
--- a/editors/vscode/Makefile
+++ b/editors/vscode/Makefile
@@ -41,7 +41,7 @@ LIB_DEPENDS=	libatk-bridge-2.0.so:accessibility/at-spi2-atk \
 		libre2.so:devel/re2 \
 		liblcms2.so:graphics/lcms2 \
 		libdrm.so:graphics/libdrm \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libwebp.so:graphics/webp \
 		libavcodec.so:multimedia/ffmpeg \
 		libvpx.so:multimedia/libvpx \
diff --git a/games/crispy-doom/Makefile b/games/crispy-doom/Makefile
index eac454fdd2ef..b702536ba538 100644
--- a/games/crispy-doom/Makefile
+++ b/games/crispy-doom/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Enhanced-resolution Doom source port based on Chocolate Doom
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate \
-		libpng16.so:graphics/png
+		libpng.so:graphics/png
 
 CONFLICTS_INSTALL=	chocolate-doom
 
diff --git a/games/prboom/Makefile b/games/prboom/Makefile
index 2a56462c402a..a687771f75e0 100644
--- a/games/prboom/Makefile
+++ b/games/prboom/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Multiplayer-capable and modified version of ID's classic DOOM game
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	libsmpeg.so:multimedia/smpeg \
-		libpng16.so:graphics/png
+		libpng.so:graphics/png
 
 USES=		gmake sdl
 USE_GL=		gl
diff --git a/games/residualvm/Makefile b/games/residualvm/Makefile
index 908fbaf195ab..e2970b9cfc14 100644
--- a/games/residualvm/Makefile
+++ b/games/residualvm/Makefile
@@ -23,7 +23,7 @@ BROKEN_armv7=	fails to link: ld: libgrim.a has EABI version 0, but target residu
 LIB_DEPENDS=	libmad.so:audio/libmad \
 		libogg.so:audio/libogg \
 		libvorbisfile.so:audio/libvorbis \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libmpeg2.so:multimedia/libmpeg2 \
 		libtheoradec.so:multimedia/libtheora \
 		libfreetype.so:print/freetype2
diff --git a/games/tuxmath/Makefile b/games/tuxmath/Makefile
index 7e7fb11c66e6..495e4e1277c6 100644
--- a/games/tuxmath/Makefile
+++ b/games/tuxmath/Makefile
@@ -16,7 +16,7 @@ COMMENT=	Educational arcade game starring Tux
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/doc/COPYING_GPL3
 
-LIB_DEPENDS=	libpng16.so:graphics/png
+LIB_DEPENDS=	libpng.so:graphics/png
 
 USES=		gmake gnome iconv localbase perl5 pkgconfig sdl
 USE_GNOME=	libxml2
diff --git a/graphics/art/Makefile b/graphics/art/Makefile
index 17cb8f6b467f..5760930862a2 100644
--- a/graphics/art/Makefile
+++ b/graphics/art/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libcanberra.so:audio/libcanberra \
 		libfftw3f.so:math/fftw3-float \
 		liblensfun.so:graphics/lensfun \
 		liblcms2.so:graphics/lcms2 \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff
 
 USES=		cmake compiler:c++11-lang desktop-file-utils gnome jpeg pkgconfig tar:xz xorg
diff --git a/graphics/jp2a/Makefile b/graphics/jp2a/Makefile
index e1055b217dca..0dce78ca3904 100644
--- a/graphics/jp2a/Makefile
+++ b/graphics/jp2a/Makefile
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libcurl.so:ftp/curl \
-		libpng16.so:graphics/png
+		libpng.so:graphics/png
 
 USES=		jpeg localbase ncurses pkgconfig tar:bz2
 USE_CSTD=	c99
diff --git a/graphics/mscgen/Makefile b/graphics/mscgen/Makefile
index 7f6a9015be96..5f453b8c9e72 100644
--- a/graphics/mscgen/Makefile
+++ b/graphics/mscgen/Makefile
@@ -32,6 +32,6 @@ FREETYPE_LIB_DEPENDS=		libfreetype.so:print/freetype2
 
 PNG_CONFIGURE_WITH=		png
 PNG_LIB_DEPENDS=		libgd.so:graphics/gd \
-				libpng16.so:graphics/png
+				libpng.so:graphics/png
 
 .include <bsd.port.mk>
diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile
index 0249934449b8..3b2ac05423e1 100644
--- a/graphics/mypaint/Makefile
+++ b/graphics/mypaint/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS=	swig:devel/swig \
 		${PYNUMPY}
 LIB_DEPENDS=	libjson-c.so:devel/json-c \
 		liblcms2.so:graphics/lcms2 \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libmypaint.so:graphics/libmypaint
 RUN_DEPENDS=	mypaint-brushes2>0:graphics/mypaint-brushes2 \
 		${PYNUMPY}
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index a2b19d061238..1e650a01f32b 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS=	\
 		libharfbuzz.so:print/harfbuzz \
 		libhdf5.so:science/hdf5 \
 		libopenblas.so:math/openblas \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff \
 		libwebp.so:graphics/webp
 #		libtbb.so:devel/tbb
diff --git a/graphics/timg/Makefile b/graphics/timg/Makefile
index a65db2478ea7..bbfc335a3af7 100644
--- a/graphics/timg/Makefile
+++ b/graphics/timg/Makefile
@@ -13,7 +13,7 @@ BUILD_DEPENDS=	pkgconf>0:devel/pkgconf \
 LIB_DEPENDS=	libavutil.so:multimedia/ffmpeg \
 		libexif.so:graphics/libexif \
 		libGraphicsMagick.so:graphics/GraphicsMagick \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libturbojpeg.so:graphics/libjpeg-turbo
 
 USES=		cmake compiler:c++11-lang
diff --git a/math/oleo/Makefile b/math/oleo/Makefile
index 252fda067224..c8d8dd6c5fc0 100644
--- a/math/oleo/Makefile
+++ b/math/oleo/Makefile
@@ -34,7 +34,7 @@ CUPS_LIB_DEPENDS=	libcups.so:print/cups
 MOTIF_LIB_DEPENDS=	libplot.so:graphics/plotutils \
 			libXbae.so:x11-toolkits/xbae \
 			libXmHTML.so:x11-toolkits/xmhtml \
-			libpng16.so:graphics/png \
+			libpng.so:graphics/png \
 			libXft.so:x11-fonts/libXft \
 			libfontconfig.so:x11-fonts/fontconfig
 MOTIF_USES=		jpeg motif xorg
diff --git a/misc/nn-insight/Makefile b/misc/nn-insight/Makefile
index 76b4a804f6f1..630057e0618a 100644
--- a/misc/nn-insight/Makefile
+++ b/misc/nn-insight/Makefile
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	avir>0:graphics/avir \
 		nlohmann-json>0:devel/nlohmann-json \
 		png++>0:graphics/png++
 LIB_DEPENDS=	libcgraph.so:graphics/graphviz \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libtcmalloc.so:devel/google-perftools
 
 USES=		compiler:c++17-lang cmake pkgconfig qt:5
diff --git a/misc/vxl/Makefile b/misc/vxl/Makefile
index 2ffeba05acf8..3a3b6a319998 100644
--- a/misc/vxl/Makefile
+++ b/misc/vxl/Makefile
@@ -7,7 +7,7 @@ CATEGORIES=	misc science
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	C++ libraries for computer vision and image understanding
 
-LIB_DEPENDS=	libpng16.so:graphics/png \
+LIB_DEPENDS=	libpng.so:graphics/png \
 		libtiff.so:graphics/tiff
 
 USES=		cmake compiler:c++11-lang jpeg
diff --git a/multimedia/opentoonz/Makefile b/multimedia/opentoonz/Makefile
index 362e14cc2dc0..aa844b8553db 100644
--- a/multimedia/opentoonz/Makefile
+++ b/multimedia/opentoonz/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libgslcblas.so:math/gsl \
 		liblzo2.so:archivers/lzo2 \
 		libmypaint.so:graphics/libmypaint \
 		libopencv_core.so:graphics/opencv \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libsuperlu.so:math/superlu \
 		libturbojpeg.so:graphics/libjpeg-turbo
 
diff --git a/print/ft2demos/Makefile b/print/ft2demos/Makefile
index 71046169a06c..a4b572e85178 100644
--- a/print/ft2demos/Makefile
+++ b/print/ft2demos/Makefile
@@ -14,7 +14,7 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${NONEXISTENT}:print/freetype2:build
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
-		libpng16.so:graphics/png
+		libpng.so:graphics/png
 
 USES=		gmake tar:xz xorg
 USE_XORG=	x11
diff --git a/print/limereport/Makefile b/print/limereport/Makefile
index 23bb2c49307e..098f1d5d6ed5 100644
--- a/print/limereport/Makefile
+++ b/print/limereport/Makefile
@@ -21,7 +21,7 @@ GH_PROJECT=	LimeReport
 
 USE_LDCONFIG=	yes
 
-LIB_DEPENDS+=	libpng16.so:graphics/png
+LIB_DEPENDS+=	libpng.so:graphics/png
 
 OPTIONS_DEFINE=	DEBUG DOCS ZINT
 OPTIONS_DEFAULT=	ZINT
diff --git a/print/miktex/Makefile b/print/miktex/Makefile
index e1d2b3639e0e..7bbb7bfa53ac 100644
--- a/print/miktex/Makefile
+++ b/print/miktex/Makefile
@@ -38,7 +38,7 @@ LIB_DEPENDS=	libapr-1.so:devel/apr1 \
 		liblog4cxx.so:devel/log4cxx \
 		libmpfr.so:math/mpfr \
 		libmspack.so:archivers/libmspack \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libpopt.so:devel/popt \
 		liburiparser.so:net/uriparser \
 		libzzip.so:devel/zziplib
diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile
index 6e318eac9443..610211859a6e 100644
--- a/print/scribus-devel/Makefile
+++ b/print/scribus-devel/Makefile
@@ -33,7 +33,7 @@ LIB_DEPENDS=	liblcms2.so:graphics/lcms2 \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libpodofo.so:graphics/podofo \
 		libharfbuzz.so:print/harfbuzz \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libicuuc.so:devel/icu \
 		libqxp-0.0.so:textproc/libqxp \
 		libzmf-0.0.so:graphics/libzmf
diff --git a/science/elmerfem/Makefile b/science/elmerfem/Makefile
index f05b502b7737..7323b88c8baa 100644
--- a/science/elmerfem/Makefile
+++ b/science/elmerfem/Makefile
@@ -54,7 +54,7 @@ OCC_CMAKE_BOOL=		WITH_OCC
 OCC_CMAKE_ON=		-DVTK_DIR=${LOCALBASE}/lib/vtk-8.2/cmake/vtk-8.2
 OCC_LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 			libfreetype.so:print/freetype2 \
-			libpng16.so:graphics/png \
+			libpng.so:graphics/png \
 			libpython3.7m.so:lang/python37 \
 			libtiff.so:graphics/tiff \
 			libTKernel.so:cad/opencascade \
diff --git a/x11-toolkits/pangolin/Makefile b/x11-toolkits/pangolin/Makefile
index 6fe850a85f7a..6b6cfe96f044 100644
--- a/x11-toolkits/pangolin/Makefile
+++ b/x11-toolkits/pangolin/Makefile
@@ -11,7 +11,7 @@ LICENSE_FILE=	${WRKSRC}/LICENCE
 
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
 		liblz4.so:archivers/liblz4 \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff \
 		libzstd.so:archivers/zstd
 
diff --git a/x11/jgmenu/Makefile b/x11/jgmenu/Makefile
index cae0901f9d7d..f9ffba4c07a3 100644
--- a/x11/jgmenu/Makefile
+++ b/x11/jgmenu/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Simple X11 menu
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libpng16.so:graphics/png
+LIB_DEPENDS=	libpng.so:graphics/png
 
 USES=		compiler:c11 gmake gnome pkgconfig python:3.4+ shebangfix xorg
 USE_GITHUB=	yes



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