pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/filesystems/py-fuse-bindings



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Jun  2 23:59:16 UTC 2026

Modified Files:
        pkgsrc/filesystems/py-fuse-bindings: Makefile

Log Message:
filesystems/py-fuse-bindings: Clean up fuse bl3

There was longstanding commented-out confusion about whether this
depended on some fuse implementation or the specific standard but
non-portable approach.  Decide that mk/fuse.buildlink3.mk is the right
answer and just do that, without any commented-out alternatives.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/filesystems/py-fuse-bindings/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/py-fuse-bindings/Makefile
diff -u pkgsrc/filesystems/py-fuse-bindings/Makefile:1.27 pkgsrc/filesystems/py-fuse-bindings/Makefile:1.28
--- pkgsrc/filesystems/py-fuse-bindings/Makefile:1.27   Tue Jun  2 23:52:47 2026
+++ pkgsrc/filesystems/py-fuse-bindings/Makefile        Tue Jun  2 23:59:16 2026
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.27 2026/06/02 23:52:47 gdt Exp $
+# $NetBSD: Makefile,v 1.28 2026/06/02 23:59:16 gdt Exp $
 
-#https://files.pythonhosted.org/packages/8f/41/1e372623fc863df2199f329d3548ef14376a9c1c7024743483547f166e5b/fuse_python-1.0.9.tar.gz
 VERSION=               1.0.9
 DISTNAME=              fuse_python-${VERSION}
 PKGNAME=               ${PYPKGPREFIX}-fuse-bindings-${VERSION}
@@ -22,9 +21,5 @@ PRINT_PLIST_AWK+=     { gsub("${PYPKGPREFIX}
 PYTHON_27_ACCEPTED=    yes
 
 .include "../../lang/python/wheel.mk"
-
-# \todo Explain what's going on and why.
 .include "../../mk/fuse.buildlink3.mk"
-#.include "../../filesystems/fuse/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index