aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:13:28 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:29:50 +0000
commit452c0f26319935bc291d7d3549c94a0c8d42dc39 (patch)
tree348c92dffdaf691c9cc20e6aeeb1b60c71dac826
parent05193e0eba7ee7c3df72f7baa85e7d927e5c5787 (diff)
downloadports-452c0f26319935bc291d7d3549c94a0c8d42dc39.tar.gz
ports-452c0f26319935bc291d7d3549c94a0c8d42dc39.zip
net/gupnp: Build and install static library
- Bump PORTREVISION for package change
-rw-r--r--net/gupnp/Makefile3
-rw-r--r--net/gupnp/pkg-plist1
2 files changed, 3 insertions, 1 deletions
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%%