Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:34:09 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 00b9b836532e - main - net/gupnp-igd: Build and install static library
Message-ID:  <202304051734.335HY9Kd084244@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=00b9b836532ef54ffba2f5e0b9df5818a1e2936f

commit 00b9b836532ef54ffba2f5e0b9df5818a1e2936f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:13:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:29:50 +0000

    net/gupnp-igd: Build and install static library
    
    - Bump PORTREVISION for package change
---
 net/gupnp-igd/Makefile  | 4 ++--
 net/gupnp-igd/pkg-plist | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile
index ab5b6b2549eb..a5fc60529e56 100644
--- a/net/gupnp-igd/Makefile
+++ b/net/gupnp-igd/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gupnp-igd
 PORTVERSION=	1.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	GNOME
 
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libgssdp-1.2.so:net/gssdp14 \
 USES=		compiler:c11 gnome meson pkgconfig tar:xz
 USE_GNOME=	glib20 introspection:build
 
-MESON_ARGS=	-Dgtk_doc=false -Dintrospection=true
+MESON_ARGS=	--default-library=both -Dgtk_doc=false -Dintrospection=true
 USE_CSTD=	c11
 USE_LDCONFIG=	yes
 
diff --git a/net/gupnp-igd/pkg-plist b/net/gupnp-igd/pkg-plist
index 4e9a96120e7a..ef0140de539f 100644
--- a/net/gupnp-igd/pkg-plist
+++ b/net/gupnp-igd/pkg-plist
@@ -1,6 +1,7 @@
 include/gupnp-igd-1.0/libgupnp-igd/gupnp-simple-igd-thread.h
 include/gupnp-igd-1.0/libgupnp-igd/gupnp-simple-igd.h
 lib/girepository-1.0/GUPnPIgd-1.0.typelib
+lib/libgupnp-igd-1.0.a
 lib/libgupnp-igd-1.0.so
 lib/libgupnp-igd-1.0.so.4
 lib/libgupnp-igd-1.0.so.4.2.1



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