git: 9ea90b6c45a4 - main - sysutils/fusefs-ntfs-compression: clean up and take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Dec 2023 11:51:41 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9ea90b6c45a4ce3201560e68243c891e58fd18b7
commit 9ea90b6c45a4ce3201560e68243c891e58fd18b7
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-12-16 11:50:52 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-12-16 11:50:52 +0000
sysutils/fusefs-ntfs-compression: clean up and take maintainership
- Drop `fuse' from the USES list to avoid dependency on libfuse.so
and USE_LDCONFIG knob (installed shared object is a plug-in, not
your usual library to link against)
- Switch to INSTALL_TARGET=install-strip per stage Q/A report
---
sysutils/fusefs-ntfs-compression/Makefile | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/sysutils/fusefs-ntfs-compression/Makefile b/sysutils/fusefs-ntfs-compression/Makefile
index 6317aff4e0cb..8aff56637c32 100644
--- a/sysutils/fusefs-ntfs-compression/Makefile
+++ b/sysutils/fusefs-ntfs-compression/Makefile
@@ -1,10 +1,10 @@
-PORTNAME= ntfs-compression
+PORTNAME= ntfs-compression
DISTVERSIONPREFIX= v
-DISTVERSION= 1.0
-CATEGORIES= sysutils
-PKGNAMEPREFIX= fusefs-
+DISTVERSION= 1.0
+CATEGORIES= sysutils
+PKGNAMEPREFIX= fusefs-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= danfe@FreeBSD.org
COMMENT= NTFS-3G plugin for reading XPRESS or LZX compressed files
WWW= https://github.com/ebiggers/ntfs-3g-system-compression
@@ -13,15 +13,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libntfs-3g.so:sysutils/fusefs-ntfs
-USES= fuse pkgconfig libtool autoreconf
+USES= autoreconf libtool pkgconfig
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
USE_GITHUB= yes
GH_ACCOUNT= ebiggers
GH_PROJECT= ntfs-3g-system-compression
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-
PLIST_FILES= lib/ntfs-3g/ntfs-plugin-80000017.so
.include <bsd.port.mk>