head 1.2; access; symbols pkgsrc-2025Q3:1.1.0.8 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.6 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.4 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.2 pkgsrc-2024Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2025.11.10.13.56.05; author wiz; state dead; branches; next 1.1; commitid j42UXg5EkF6BP0iG; 1.1 date 2024.11.12.21.46.56; author markd; state Exp; branches; next ; commitid bkncAohGGYau6pxF; desc @@ 1.2 log @scribus-qt5: remove, replaced by scribus @ text @$NetBSD: patch-scribus_scribusapp.cpp,v 1.1 2024/11/12 21:46:56 markd Exp $ .../scribus/scribusapp.cpp:285:18: error: ambiguous overload for 'operator==' (operand types are 'const QChar' and 'const char [2]') 285 | if (arg.at(0) == "-") --- scribus/scribusapp.cpp.orig 2024-06-15 14:22:33.000000000 +0000 +++ scribus/scribusapp.cpp @@@@ -282,7 +282,7 @@@@ void ScribusQApp::parseCommandLine() } else { //argument is not a known option, but either positional parameter or invalid. - if (arg.at(0) == "-") + if (arg.at(0) == QString("-")) { std::cout << tr("Invalid argument: %1").arg(arg).toLocal8Bit().data() << std::endl; std::exit(EXIT_FAILURE); @ 1.1 log @scribus-qt5: build with latest qt5 and poppler. @ text @d1 1 a1 1 $NetBSD$ @