Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.37 2013/06/06 12:54:13 wiz Exp $
# $NetBSD: Makefile,v 1.46 2014/02/12 23:17:47 tron Exp $
#
DISTNAME= kdevplatform-1.4.1
PKGREVISION= 10
DISTNAME= kdevplatform-1.6.0
PKGREVISION= 1
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_KDE:=kdevelop/4.4.1/src/}
EXTRACT_SUFX= .tar.bz2
MASTER_SITES= ${MASTER_SITE_KDE:=kdevelop/4.6.0/src/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= frank@fthieme.net
HOMEPAGE= http://www.kdevelop.org/
@@ -21,13 +21,14 @@ CXXFLAGS.Linux+= -fpermissive
REPLACE_BASH+= \
util/kdevplatform_shell_environment.sh \
util/kdev_format_source.sh
util/kdev_format_source
BUILDLINK_DEPMETHOD.qt4-tools= full
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../x11/kdelibs4/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/grantlee/buildlink3.mk"
.include "../../devel/qjson/buildlink3.mk"
.include "../../devel/subversion-base/buildlink3.mk"

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,7 @@
$NetBSD: distinfo,v 1.5 2012/11/23 20:37:13 markd Exp $
$NetBSD: distinfo,v 1.9 2014/02/22 02:51:47 wiz Exp $
SHA1 (kdevplatform-1.4.1.tar.bz2) = 48f2b40256e96aa015fa40978d5a9a93056fba75
RMD160 (kdevplatform-1.4.1.tar.bz2) = 2726503031278ee0da8357cfa3796edb4625c398
Size (kdevplatform-1.4.1.tar.bz2) = 2029442 bytes
SHA1 (kdevplatform-1.6.0.tar.xz) = 8ed8ccb63b64a3675716f1ad14b4a73fcbf4133d
RMD160 (kdevplatform-1.6.0.tar.xz) = 6c212795effdd3ec0077795e37884edead916f06
Size (kdevplatform-1.6.0.tar.xz) = 1889840 bytes
SHA1 (patch-sublime_aggregatemodel.cpp) = 76bca4fbe352760eaa570ea242d0e33263481e90
SHA1 (patch-util_google_sparsehash_sparseconfig.h) = 8dfb496ab177b023aa2b5b04f15d5f5ac20a380b

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-sublime_aggregatemodel.cpp,v 1.2 2014/02/01 09:54:23 markd Exp $
--- sublime/aggregatemodel.cpp.orig 2013-12-07 18:45:39.000000000 +0000
+++ sublime/aggregatemodel.cpp
@@ -81,7 +81,7 @@ Qt::ItemFlags AggregateModel::flags(cons
{
if (!index.isValid())
return 0;
- return Qt::ItemIsEnabled | Qt::ItemIsSelectable;
+ return Qt::ItemFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable);
}
QVariant AggregateModel::headerData(int section, Qt::Orientation orientation, int role) const

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-util_google_sparsehash_sparseconfig.h,v 1.1 2014/02/21 20:20:42 joerg Exp $
--- util/google/sparsehash/sparseconfig.h.orig 2014-02-21 12:36:25.000000000 +0000
+++ util/google/sparsehash/sparseconfig.h
@@ -5,7 +5,7 @@
#define GOOGLE_NAMESPACE ::google
/* the location of <hash_fun.h>/<stl_hash_fun.h> */
-#define HASH_FUN_H "hash_fun.h"
+#define HASH_FUN_H <ext/hash_map>
/* the location of <hash_map> */
#define HASH_MAP_H <ext/hash_map>