pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/tahoe-lafs



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Mar 18 18:09:18 UTC 2021

Modified Files:
        pkgsrc/filesystems/tahoe-lafs: Makefile

Log Message:
tahoe-lafs: g/c distfile permissions workaround


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/filesystems/tahoe-lafs/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/tahoe-lafs/Makefile
diff -u pkgsrc/filesystems/tahoe-lafs/Makefile:1.44 pkgsrc/filesystems/tahoe-lafs/Makefile:1.45
--- pkgsrc/filesystems/tahoe-lafs/Makefile:1.44 Thu Mar 18 17:57:08 2021
+++ pkgsrc/filesystems/tahoe-lafs/Makefile      Thu Mar 18 18:09:18 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2021/03/18 17:57:08 gdt Exp $
+# $NetBSD: Makefile,v 1.45 2021/03/18 18:09:18 gdt Exp $
 
 DISTNAME=      tahoe-lafs-1.15.0
 CATEGORIES=    filesystems
@@ -47,17 +47,6 @@ PYTHON_VERSIONS_ACCEPTED=    27 # py-xml vi
 # installed.  If you get mysterious failures, pkg_delete the installed
 # version.
 
-# OK: 1.9.1, 1.9.2, 1.10a2
-# BAD: 1.10a1
-#BAD_DISTFILE_MODES=yes
-.if defined(BAD_DISTFILE_MODES)
-# Distfile has files mode 600, which leads to root-owned 600 files in
-# the binary package.
-post-extract:
-       ${ECHO} "Fixing distfile contents to be world readable:"
-       chmod -R +r ${WRKSRC}
-.endif
-
 REPLACE_PYTHON+=       src/allmydata/storage/shares.py
 
 PKG_GROUPS=            tahoes



Home | Main Index | Thread Index | Old Index