pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/qtcreator
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Dec 13 14:13:31 UTC 2022
Modified Files:
pkgsrc/editors/qtcreator: Makefile
Log Message:
qtcreator: Work around NetBSD unzip for patched files.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/editors/qtcreator/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/qtcreator/Makefile
diff -u pkgsrc/editors/qtcreator/Makefile:1.16 pkgsrc/editors/qtcreator/Makefile:1.17
--- pkgsrc/editors/qtcreator/Makefile:1.16 Sun Sep 11 12:51:30 2022
+++ pkgsrc/editors/qtcreator/Makefile Tue Dec 13 14:13:31 2022
@@ -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_LANGUAGES= c c++
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