pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/py-qwt-qt5/patches py-qwt-qt5: rm unused patch
details: https://anonhg.NetBSD.org/pkgsrc/rev/563480eaeade
branches: trunk
changeset: 386426:563480eaeade
user: adam <adam%pkgsrc.org@localhost>
date: Sat Oct 08 13:27:33 2022 +0000
description:
py-qwt-qt5: rm unused patch
diffstat:
x11/py-qwt-qt5/patches/patch-mk__distinfo.py | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
diffs (22 lines):
diff -r 5fb88a957771 -r 563480eaeade x11/py-qwt-qt5/patches/patch-mk__distinfo.py
--- a/x11/py-qwt-qt5/patches/patch-mk__distinfo.py Sat Oct 08 13:26:55 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-mk__distinfo.py,v 1.1 2020/08/30 08:21:15 tnn Exp $
-
-Work around DESTDIR installation issue
-
---- mk_distinfo.py.orig 2019-02-23 12:55:34.000000000 +0000
-+++ mk_distinfo.py
-@@ -98,6 +98,11 @@ for name in installed:
- else:
- fn_name = fn
-
-+ if (fn.startswith(sys.prefix + "/")):
-+ fn = os.environ.get("DESTDIR") + fn
-+ if (os.path.isdir(fn)):
-+ continue
-+
- fn_f = open(fn, 'rb')
- data = fn_f.read()
- fn_f.close()
Home |
Main Index |
Thread Index |
Old Index