On Wed Jul 13, 2022 at 09:38:43PM +0200, Rafael Sadowski wrote:
> Simple update to update DevIL to the latest stable upstream version.
> I'm building and checking all consumers, if this passed, OK?
> 
> Rafael
> 

games/amnesia-tdd and games/thedarkmod are happy but games/love needs
WANTLIB-love (and maybe an update).

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/love/Makefile,v
retrieving revision 1.31
diff -u -p -u -p -r1.31 Makefile
--- Makefile    11 Mar 2022 19:04:37 -0000      1.31
+++ Makefile    13 Jul 2022 19:45:35 -0000
@@ -3,7 +3,7 @@ COMMENT=                2D games framework for use wit
 V=                     0.8.0
 DISTNAME=              love-$V-linux-src
 PKGNAME=               love-$V
-REVISION=              13
+REVISION=              14
 
 HOMEPAGE=              https://love2d.org/
 
@@ -13,14 +13,13 @@ CATEGORIES=         games lang/lua
 # docs: freebsd license
 PERMIT_PACKAGE=                Yes
 
-WANTLIB += ${MODLUA_WANTLIB} ${COMPILER_LIBCXX}
-WANTLIB += GL IL Iex-3_1 IlmThread-3_1 Imath-3_1 OpenEXR-3_1 OpenEXRCore-3_1
-WANTLIB += OpenEXRUtil-3_1 SDL X11 X11-xcb Xau Xdmcp Xext Xfixes
-WANTLIB += Xxf86vm c drm expat freetype glapi iconv jasper jpeg
-WANTLIB += lcms lzma m mng modplug mpg123 ogg openal physfs png
-WANTLIB += sndio tiff usbhid vorbis vorbisfile xcb xcb-dri2 xcb-dri3
-WANTLIB += xcb-glx xcb-present xcb-shm xcb-sync xcb-xfixes xshmfence
-WANTLIB += z zstd
+WANTLIB += ${COMPILER_LIBCXX} GL IL SDL X11 X11-xcb Xau Xdmcp
+WANTLIB += Xext Xfixes Xxf86vm c drm expat freetype glapi iconv
+WANTLIB += jasper jpeg lcms2 lzma m modplug mpg123 ogg openal
+WANTLIB += physfs png sndio tiff usbhid vorbis vorbisfile xcb
+WANTLIB += xcb-dri2 xcb-dri3 xcb-glx xcb-present xcb-shm xcb-sync
+WANTLIB += xcb-xfixes xshmfence z zstd
+WANTLIB += ${MODLUA_WANTLIB}
 
 COMPILER =             base-clang ports-gcc base-gcc
 

Reply via email to