pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/filesystems/ltfs-ltotape
Module Name: pkgsrc
Committed By: manu
Date: Thu Mar 24 16:24:13 UTC 2022
Modified Files:
pkgsrc/filesystems/ltfs-ltotape: Makefile
Log Message:
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: ----------------------------------------------------------------------
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/filesystems/ltfs-ltotape/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/filesystems/ltfs-ltotape/Makefile
diff -u pkgsrc/filesystems/ltfs-ltotape/Makefile:1.8 pkgsrc/filesystems/ltfs-ltotape/Makefile:1.9
--- pkgsrc/filesystems/ltfs-ltotape/Makefile:1.8 Wed Dec 8 16:04:22 2021
+++ pkgsrc/filesystems/ltfs-ltotape/Makefile Thu Mar 24 16:24:13 2022
@@ -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 @@ pre-configure:
.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