1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

net-im/libnice: unbreak with GUPNP enabled (+)

net/gupnp-igd12 rest in peace, move to net/gupnp-igd

Reported by:	poudriere failure
This commit is contained in:
Dima Panov 2023-12-02 17:20:12 +03:00
parent 4649a3e537
commit c6ed5eb9f9
No known key found for this signature in database
GPG Key ID: FB8BA09DD5398F29

View File

@ -1,6 +1,6 @@
PORTNAME= libnice
PORTVERSION= 0.1.21
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-im devel
MASTER_SITES= http://nice.freedesktop.org/releases/
@ -23,7 +23,7 @@ INSTALL_TARGET= install-strip
OPTIONS_DEFINE= GUPNP
GUPNP_MESON_ENABLED= gupnp
GUPNP_DESC= UPnP IGD port mapping support
GUPNP_LIB_DEPENDS+= libgupnp-igd-1.0.so:net/gupnp-igd12
GUPNP_LIB_DEPENDS+= libgupnp-igd-1.6.so:net/gupnp-igd
MESON_ARGS+=-Dtests=disabled -Dgtk_doc=disabled -Dcrypto-library=openssl
@ -34,4 +34,7 @@ MESON_ARGS+=-Dgstreamer=enabled
MESON_ARGS+=-Dgstreamer=disabled
.endif
post-patch-GUPNP-on:
@${REINPLACE_CMD} -e 's|gupnp-igd-1.0|gupnp-igd-1.6|' ${WRKSRC}/meson.build
.include <bsd.port.mk>