$ file /usr/local/lib/qt4/bin/{findtr,syncqt}

/usr/local/lib/qt4/bin/findtr: a /usr/bin/perl -w script text executable
/usr/local/lib/qt4/bin/syncqt: a /usr/bin/perl -w script text executable

These are both perl scripts, so use INSTALL_SCRIPT instead of
INSTALL_PROGRAM.

While here: qt-project.org -> qt.io in some comments.
This commit is contained in:
dcoppa 2016-11-07 09:46:29 +00:00
parent bc9b122529
commit 69ec48c907
5 changed files with 11 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.137 2016/09/23 09:16:58 sthen Exp $
# $OpenBSD: Makefile,v 1.138 2016/11/07 09:46:29 dcoppa Exp $
USE_WXNEEDED = Yes # QtWebKit
@ -251,7 +251,7 @@ post-install:
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${QT_DOC}
# programs
${INSTALL_PROGRAM_DIR} ${QT_BINDIR}
${INSTALL_PROGRAM} ${WRKSRC}/bin/{findtr,syncqt} ${QT_BINDIR}
${INSTALL_SCRIPT} ${WRKSRC}/bin/{findtr,syncqt} ${QT_BINDIR}
${INSTALL_PROGRAM} ${WRKBUILD}/bin/qdoc3 ${QT_BINDIR}
.for p in ${PROGRAMS4}
@ln -sf ${TRUEPREFIX}/lib/qt4/bin/$p ${PREFIX}/bin/$p4

View File

@ -1,7 +1,8 @@
$OpenBSD: patch-src_dbus_qdbusintegrator_cpp,v 1.3 2013/10/04 13:15:40 dcoppa Exp $
$OpenBSD: patch-src_dbus_qdbusintegrator_cpp,v 1.4 2016/11/07 09:46:29 dcoppa Exp $
Fixes an invalid conversion error on sparc64.
https://bugreports.qt-project.org/browse/QTBUG-17962
https://bugreports.qt.io/browse/QTBUG-17962
--- src/dbus/qdbusintegrator.cpp.orig Fri Jun 7 07:16:52 2013
+++ src/dbus/qdbusintegrator.cpp Fri Sep 27 10:10:56 2013

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-src_gui_dialogs_qprintdialog_unix_cpp,v 1.6 2013/10/04 13:15:40 dcoppa Exp $
$OpenBSD: patch-src_gui_dialogs_qprintdialog_unix_cpp,v 1.7 2016/11/07 09:46:29 dcoppa Exp $
Improve CUPS support.
https://bugreports.qt-project.org/browse/QTBUG-6433
https://bugreports.qt.io/browse/QTBUG-6433
https://bugs.kde.org/show_bug.cgi?id=180051
--- src/gui/dialogs/qprintdialog_unix.cpp.orig Fri Jun 7 07:16:59 2013

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-src_gui_painting_qprinter_cpp,v 1.1 2013/10/04 13:15:41 dcoppa Exp $
$OpenBSD: patch-src_gui_painting_qprinter_cpp,v 1.2 2016/11/07 09:46:29 dcoppa Exp $
Improve CUPS support.
https://bugreports.qt-project.org/browse/QTBUG-6433
https://bugreports.qt.io/browse/QTBUG-6433
https://bugs.kde.org/show_bug.cgi?id=180051
--- src/gui/painting/qprinter.cpp.orig Fri Jun 7 07:16:59 2013

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-src_tools_moc_main_cpp,v 1.4 2015/06/03 07:28:01 dcoppa Exp $
$OpenBSD: patch-src_tools_moc_main_cpp,v 1.5 2016/11/07 09:46:29 dcoppa Exp $
Workaround moc's inability to properly parse C++ macros within
some of Boost's headers. This issue may come up again with other
headers from Boost requiring additional entries to be added. The
C++ parser from Qt5's moc has been fixed.
https://bugreports.qt-project.org/browse/QTBUG-22829
https://bugreports.qt.io/browse/QTBUG-22829
--- src/tools/moc/main.cpp.orig Thu May 7 16:14:44 2015
+++ src/tools/moc/main.cpp Sun May 31 14:58:12 2015