diff options
Diffstat (limited to 'net/libproxy')
| -rw-r--r-- | net/libproxy/Makefile | 3 | ||||
| -rw-r--r-- | net/libproxy/files/patch-src_libproxy_test.map | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile index 647ed25fb404..824c33b4421d 100644 --- a/net/libproxy/Makefile +++ b/net/libproxy/Makefile @@ -1,5 +1,6 @@ PORTNAME= libproxy DISTVERSION= 0.5.10 +PORTREVISION= 1 CATEGORIES= net devel MAINTAINER= desktop@FreeBSD.org @@ -14,6 +15,8 @@ USES= cpe gnome meson pkgconfig CPE_VENDOR= libproxy_project USE_GITHUB= yes +HAS_SYMBOL_VERSION= ${PREFIX}/lib/libproxy.so.1 + USE_GNOME= glib20 introspection MESON_ARGS= -Dtests=true \ diff --git a/net/libproxy/files/patch-src_libproxy_test.map b/net/libproxy/files/patch-src_libproxy_test.map new file mode 100644 index 000000000000..116c1b17b358 --- /dev/null +++ b/net/libproxy/files/patch-src_libproxy_test.map @@ -0,0 +1,7 @@ +--- src/libproxy/test.map.orig 2025-11-17 14:48:23 UTC ++++ src/libproxy/test.map +@@ -1,2 +1,2 @@ + # +-TEST { local: *; }; +\ No newline at end of file ++TEST { global: environ; __progname; local: *; }; |
