pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/filesystems/ltfs-ltotape Fix LP64 bug because of buggy...
details: https://anonhg.NetBSD.org/pkgsrc/rev/05264cdad3f5
branches: trunk
changeset: 375740:05264cdad3f5
user: manu <manu%pkgsrc.org@localhost>
date: Thu Mar 24 16:24:13 2022 +0000
description:
Fix LP64 bug because of buggy NetBSD fuse_opt.h
NetBSD has a base system fuse_opt.h with an error. see
http://mail-index.netbsd.org/tech-userlevel/2022/03/23/msg013349.html
Pull pkgsrc's FUSE buildlink3.mk to make sure we link with the right header
cVS: ----------------------------------------------------------------------
diffstat:
filesystems/ltfs-ltotape/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 19a2d961654e -r 05264cdad3f5 filesystems/ltfs-ltotape/Makefile
--- a/filesystems/ltfs-ltotape/Makefile Thu Mar 24 16:08:26 2022 +0000
+++ b/filesystems/ltfs-ltotape/Makefile Thu Mar 24 16:24:13 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2021/12/08 16:04:22 adam Exp $
+# $NetBSD: Makefile,v 1.9 2022/03/24 16:24:13 manu Exp $
GITHUB_PROJECT= ltfs-backends
DISTNAME= v0.2
PKGNAME= ltfs-ltotape-${DISTNAME:S/v//}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= filesystems
MASTER_SITES= ${MASTER_SITE_GITHUB:=LinearTapeFileSystem/}/${GITHUB_PROJECT}/archive/
DIST_SUBDIR= ${GITHUB_PROJECT}
@@ -26,4 +26,5 @@
.include "../../filesystems/ltfs/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
+.include "../../filesystems/fuse/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index