pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/filesystems/tahoe-lafs tahoe-lafs: g/c distfile permis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20f4f2ffd415
branches:  trunk
changeset: 448954:20f4f2ffd415
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Mar 18 18:09:18 2021 +0000

description:
tahoe-lafs: g/c distfile permissions workaround

diffstat:

 filesystems/tahoe-lafs/Makefile |  13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diffs (27 lines):

diff -r caf4e87340b9 -r 20f4f2ffd415 filesystems/tahoe-lafs/Makefile
--- a/filesystems/tahoe-lafs/Makefile   Thu Mar 18 17:57:18 2021 +0000
+++ b/filesystems/tahoe-lafs/Makefile   Thu Mar 18 18:09:18 2021 +0000
@@ -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 @@
 # 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