pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/qtcreator qtcreator: Work around NetBSD unzip ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/516af2429729
branches: trunk
changeset: 389974:516af2429729
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Dec 13 14:13:31 2022 +0000
description:
qtcreator: Work around NetBSD unzip for patched files.
diffstat:
editors/qtcreator/Makefile | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r bb54b6f3deb2 -r 516af2429729 editors/qtcreator/Makefile
--- a/editors/qtcreator/Makefile Tue Dec 13 14:01:27 2022 +0000
+++ b/editors/qtcreator/Makefile Tue Dec 13 14:13:31 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2022/09/11 12:51:30 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/12/13 14:13:31 jperkin Exp $
DISTNAME= qt-creator-opensource-src-5.0.3
PKGNAME= ${DISTNAME:S/qt-/qt/:S/-opensource-src//}
@@ -17,6 +17,15 @@
USE_LIBTOOL= yes
USE_TOOLS+= bash perl
+# Work around NetBSD unzip for patched files.
+SUBST_CLASSES+= cr
+SUBST_STAGE.cr= post-extract
+SUBST_FILES.cr+= share/share.pro
+SUBST_FILES.cr+= src/libs/3rdparty/sqlite/sqlite3.c
+SUBST_FILES.cr+= src/plugins/clangformat/clangformatutils.cpp
+SUBST_FILTER_CMD.cr= ${TR} -d '\r'
+SUBST_NOOP_OK.cr= yes
+
REPLACE_BASH+= src/app/winicons/createicons.sh
REPLACE_BASH+= src/libs/qmljs/parser/gen-parser.sh
REPLACE_BASH+= src/shared/qbs/tests/auto/blackbox/testdata/badInterpreter/script-ok
Home |
Main Index |
Thread Index |
Old Index