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,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/09/11 20:36:18 asau Exp $
# $NetBSD: Makefile,v 1.4 2013/10/20 17:58:05 joerg Exp $
DISTNAME= tbb30_20110325oss_src
PKGNAME= threadingbuildingblocks-3.0.6 # for "3.0 update 6"
@@ -18,7 +18,7 @@ MAKE_FLAGS= tbb_build_prefix=build # use fixed path
BUILD_TARGET= default
TEST_TARGET= test
post-extract:
pre-configure:
cd $(WRKSRC)/build/ && cp FreeBSD.gcc.inc NetBSD.gcc.inc && cp FreeBSD.inc NetBSD.inc
INSTALLATION_DIRS= include lib share/doc/$(PKGBASE)

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2011/08/27 19:48:13 asau Exp $
$NetBSD: distinfo,v 1.2 2013/10/20 17:58:05 joerg Exp $
SHA1 (tbb30_20110325oss_src.tgz) = b58650cdaa8e8497de2a797af1d03dcfc1c63351
RMD160 (tbb30_20110325oss_src.tgz) = c95aa788d518d806b516b9e9e179d93bce19aa9c
Size (tbb30_20110325oss_src.tgz) = 1880565 bytes
SHA1 (patch-build_FreeBSD.gcc.inc) = f3f0e418b1eda91646e9e9cc9c34d40865eb7514

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-build_FreeBSD.gcc.inc,v 1.1 2013/10/20 17:58:06 joerg Exp $
--- build/FreeBSD.gcc.inc.orig 2013-10-18 13:29:39.000000000 +0000
+++ build/FreeBSD.gcc.inc
@@ -88,7 +88,7 @@ endif
# Setting tbbmalloc data.
#------------------------------------------------------------------------------
-M_CPLUS_FLAGS = $(CPLUS_FLAGS) -fno-rtti -fno-exceptions -fno-schedule-insns2
+M_CPLUS_FLAGS = $(CPLUS_FLAGS) -fno-rtti -fno-exceptions
#------------------------------------------------------------------------------
# End of setting tbbmalloc data.