git: f3f3bc08ff12 - main - x11-toolkits/swt: fix installation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Aug 2025 08:50:11 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f3f3bc08ff12d639605ee2ed3d914b225224abbc
commit f3f3bc08ff12d639605ee2ed3d914b225224abbc
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-08-24 19:24:26 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-08-25 08:50:09 +0000
x11-toolkits/swt: fix installation
pkg-static: Missing shlib dependency: libjawt.so
Failed to install the following 1 package(s): /packages/All/swt-4.21_2.pkg
---
x11-toolkits/swt/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11-toolkits/swt/Makefile b/x11-toolkits/swt/Makefile
index d27010da9eeb..d83973c92c53 100644
--- a/x11-toolkits/swt/Makefile
+++ b/x11-toolkits/swt/Makefile
@@ -1,6 +1,6 @@
PORTNAME= swt
DISTVERSION= 4.21
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-toolkits devel java
MASTER_SITES= http://archive.eclipse.org/eclipse/downloads/drops4/R-${DISTVERSION}-202109060500/
DISTNAME= ${PORTNAME}-${DISTVERSION}-gtk-linux-x86_64
@@ -25,6 +25,7 @@ MAKEFILE= make_freebsd.mak
MAKE_ENV= SWT_VERSION=${SWT_VERSION}
PLIST_SUB= SWT_VERSION=${SWT_VERSION}
+NO_SHLIB_REQUIRES_GLOB= libjawt.so
NO_WRKSUBDIR= yes
OPTIONS_DEFINE= CAIRO WEBKIT