Date: Wed, 5 Apr 2023 17:34:07 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: 452c0f263199 - main - net/gupnp: Build and install static library Message-ID: <202304051734.335HY7ZN084205@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=452c0f26319935bc291d7d3549c94a0c8d42dc39 commit 452c0f26319935bc291d7d3549c94a0c8d42dc39 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:13:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:29:50 +0000 net/gupnp: Build and install static library - Bump PORTREVISION for package change --- net/gupnp/Makefile | 3 ++- net/gupnp/pkg-plist | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index 3d6079b51c87..21a3e7b54b6b 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -1,5 +1,6 @@ PORTNAME= gupnp PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME @@ -21,7 +22,7 @@ LIB_DEPENDS= libgssdp-1.6.so:net/gssdp \ 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/gupnp/pkg-plist b/net/gupnp/pkg-plist index 83a31b07bf28..d8014acde69e 100644 --- a/net/gupnp/pkg-plist +++ b/net/gupnp/pkg-plist @@ -20,6 +20,7 @@ include/gupnp-1.6/libgupnp/gupnp-uuid.h include/gupnp-1.6/libgupnp/gupnp-xml-doc.h include/gupnp-1.6/libgupnp/gupnp.h lib/girepository-1.0/GUPnP-1.6.typelib +lib/libgupnp-1.6.a lib/libgupnp-1.6.so lib/libgupnp-1.6.so.0 lib/libgupnp-1.6.so.0.106.%%PATCH_VERSION%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051734.335HY7ZN084205>