Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:34:10 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: 65064bce8cdb - main - net/gupnp14: Build and install static library
Message-ID:  <202304051734.335HYAp5084263@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=65064bce8cdb188ce28b62cfa1eb81802f12bd88

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

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

diff --git a/net/gupnp14/Makefile b/net/gupnp14/Makefile
index 32e2ba3600c7..f647665caf26 100644
--- a/net/gupnp14/Makefile
+++ b/net/gupnp14/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gupnp
 PORTVERSION=	1.4.4
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	14
@@ -22,7 +23,7 @@ LIB_DEPENDS=	libgssdp-1.2.so:net/gssdp14 \
 USES=		compiler:c11 cpe gnome meson pkgconfig python:run shebangfix tar:xz
 USE_GNOME=	glib20 introspection:build libxml2
 
-MESON_ARGS=	-Dexamples=false -Dgtk_doc=false -Dintrospection=true
+MESON_ARGS=	--default-library=both -Dexamples=false -Dgtk_doc=false -Dintrospection=true
 USE_CSTD=	c11
 USE_LDCONFIG=	yes
 
diff --git a/net/gupnp14/pkg-plist b/net/gupnp14/pkg-plist
index d436e9ad8ace..52e7295e950a 100644
--- a/net/gupnp14/pkg-plist
+++ b/net/gupnp14/pkg-plist
@@ -21,6 +21,7 @@ include/gupnp-1.2/libgupnp/gupnp-white-list.h
 include/gupnp-1.2/libgupnp/gupnp-xml-doc.h
 include/gupnp-1.2/libgupnp/gupnp.h
 lib/girepository-1.0/GUPnP-1.2.typelib
+lib/libgupnp-1.2.a
 lib/libgupnp-1.2.so
 lib/libgupnp-1.2.so.1
 lib/libgupnp-1.2.so.1.104.4



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