Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.10 2015/04/25 14:23:24 tnn Exp $
# $NetBSD: Makefile,v 1.14 2016/04/11 19:01:54 ryoon Exp $
.include "../../x11/qt5/Makefile.common"
DISTNAME= uim-1.8.6
PKGNAME= qt5-${DISTNAME}
PKGREVISION= 8
PKGREVISION= 11
CATEGORIES= x11
MASTER_SITES= http://uim.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
@@ -26,8 +26,6 @@ USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= uim.pc.in
CONFIGURE_ENV+= QMAKE5=${QTPREFIX}/bin/qmake
OPSYSVARS+= CONFIGURE_ENV
CONFIGURE_ENV.SunOS+= ac_cv_func_strcasecmp=yes
CONFIGURE_ARGS+= --with-qt5-immodule

View File

@@ -1,3 +1,2 @@
@comment $NetBSD: PLIST,v 1.2 2015/01/25 13:10:19 joerg Exp $
qt5/lib/cmake/Qt5Gui/Qt5Gui_.cmake
@comment $NetBSD: PLIST,v 1.3 2015/12/23 12:40:37 joerg Exp $
qt5/plugins/platforminputcontexts/libuimplatforminputcontextplugin.la

View File

@@ -1,12 +1,15 @@
$NetBSD: distinfo,v 1.2 2013/12/15 19:38:33 joerg Exp $
$NetBSD: distinfo,v 1.4 2015/12/23 12:40:37 joerg Exp $
SHA1 (uim-1.8.6.tar.bz2) = 43b9dbdead6797880e6cfc9c032ecb2d37d42777
RMD160 (uim-1.8.6.tar.bz2) = 5f94218d82475ac463534ec681769f34547e5707
SHA512 (uim-1.8.6.tar.bz2) = 26a95d3b51ef7a99108234b9af30ee7b74141cb3af13d092d4cdbf0749f630934cfd67f74b09dacc3adcdce4a390104489d68a4e2419ec07418645a9b4e5715b
Size (uim-1.8.6.tar.bz2) = 6500739 bytes
SHA1 (uim-1.8.7pre1.tar.gz) = cfe281d7d3e56eca7e6b140e7fb4ed4b712514b9
RMD160 (uim-1.8.7pre1.tar.gz) = 252b3337009d896eef9027029a806bc60c126da0
SHA512 (uim-1.8.7pre1.tar.gz) = b1c0250a32770818e895c977f1c78530a84ebd56dc81476a364ace6cf0cfe89a5227e9b43d9a1f0c04112b42fb2963d1fd72d584500599dd1a0ed2632538fa4f
Size (uim-1.8.7pre1.tar.gz) = 5821262 bytes
SHA1 (patch-Makefile.in) = 15f8a9adbc7f7b7d3307630f2adb9cffdc4c524f
SHA1 (patch-qt4_common.pro.in) = 4c1f24d0301cd9d2bd05fdbdd92c82096de7c3c1
SHA1 (patch-qt4_immodule_plugin.cpp) = d7ec1c6f49cd9993e86b89537b1b48d6b4ba42d7
SHA1 (patch-qt4_immodule_plugin.h) = 395f320deebc4b5aa8721e4e69cd2cc3aaeffd9d
SHA1 (patch-qt5_immodule_quimplatforminputcontextplugin.pro.in) = 63bbf7057b61df14a52430e8c12b9bb9b3d69096

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-qt4_immodule_plugin.h,v 1.1 2015/12/23 12:40:37 joerg Exp $
--- qt4/immodule/plugin.h.orig 2015-12-22 23:30:50.000000000 +0000
+++ qt4/immodule/plugin.h
@@ -38,6 +38,7 @@
#if QT_VERSION < 0x050000
# include <QtGui/QInputContextPlugin>
#else
+# include <QtCore/qdatastream.h>
# include <qpa/qplatforminputcontextplugin_p.h>
#endif