Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2018 10:03:59 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481215 - in head: archivers/par2cmdline-tbb biology/bowtie2 cad/opencascade devel/blitz devel/ispc devel/tbb devel/tbb/files graphics/instant-meshes graphics/nomacs graphics/opencv gra...
Message-ID:  <201810041003.w94A3xdX030709@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Thu Oct  4 10:03:59 2018
New Revision: 481215
URL: https://svnweb.freebsd.org/changeset/ports/481215

Log:
  Update devel/tbb to version 2019 and bump dependent port's revisions

Added:
  head/devel/tbb/files/patch-build-BSD.inc   (contents, props changed)
Deleted:
  head/devel/tbb/files/patch-build-FreeBSD.inc
Modified:
  head/archivers/par2cmdline-tbb/Makefile
  head/biology/bowtie2/Makefile
  head/cad/opencascade/Makefile
  head/devel/blitz/Makefile
  head/devel/ispc/Makefile
  head/devel/tbb/Makefile
  head/devel/tbb/distinfo
  head/devel/tbb/pkg-plist
  head/graphics/instant-meshes/Makefile
  head/graphics/nomacs/Makefile
  head/graphics/opencv/Makefile
  head/graphics/opensubdiv/Makefile
  head/math/ceres-solver/Makefile
  head/math/deal.ii/Makefile
  head/math/saga/Makefile
  head/science/madness/Makefile
  head/www/osrm-backend/Makefile

Modified: head/archivers/par2cmdline-tbb/Makefile
==============================================================================
--- head/archivers/par2cmdline-tbb/Makefile	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/archivers/par2cmdline-tbb/Makefile	Thu Oct  4 10:03:59 2018	(r481215)
@@ -3,7 +3,7 @@
 
 PORTNAME=	par2cmdline-tbb
 PORTVERSION=	20100203
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	archivers
 MASTER_SITES=	http://chuchusoft.com/par2_tbb/
 DISTNAME=	par2cmdline-0.4-tbb-${PORTVERSION}

Modified: head/biology/bowtie2/Makefile
==============================================================================
--- head/biology/bowtie2/Makefile	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/biology/bowtie2/Makefile	Thu Oct  4 10:03:59 2018	(r481215)
@@ -3,6 +3,7 @@
 PORTNAME=	bowtie2
 PORTVERSION=	2.3.3.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	biology
 
 MAINTAINER=	jwb@FreeBSD.org

Modified: head/cad/opencascade/Makefile
==============================================================================
--- head/cad/opencascade/Makefile	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/cad/opencascade/Makefile	Thu Oct  4 10:03:59 2018	(r481215)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opencascade
 PORTVERSION=	7.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	cad science
 MASTER_SITES=	LOCAL/thierry
 

Modified: head/devel/blitz/Makefile
==============================================================================
--- head/devel/blitz/Makefile	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/devel/blitz/Makefile	Thu Oct  4 10:03:59 2018	(r481215)
@@ -2,7 +2,7 @@
 
 PORTNAME=	blitz
 DISTVERSION=	1.0.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel science
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/devel/ispc/Makefile
==============================================================================
--- head/devel/ispc/Makefile	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/devel/ispc/Makefile	Thu Oct  4 10:03:59 2018	(r481215)
@@ -4,7 +4,7 @@
 PORTNAME=	ispc
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.9.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/devel/tbb/Makefile
==============================================================================
--- head/devel/tbb/Makefile	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/devel/tbb/Makefile	Thu Oct  4 10:03:59 2018	(r481215)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tbb
-PORTVERSION=	2018.5
+PORTVERSION=	2019
 CATEGORIES=	devel
 
 MAINTAINER=	martymac@FreeBSD.org
@@ -25,9 +25,6 @@ SUB_LIST=	prefix="${PREFIX}" \
 		description="${COMMENT}" \
 		version="${PORTVERSION}"
 
-OPTIONS_DEFINE=	DOCS
-PORTDOCS=	*
-
 USE_LDCONFIG=	yes
 ALL_TARGET=	default
 
@@ -58,9 +55,9 @@ do-install:
 	${LN} -sf libtbbmalloc.so.2 \
 		${STAGEDIR}${PREFIX}/lib/libtbbmalloc.so; \
 	${MKDIR} ${STAGEDIR}${PREFIX}/include/tbb/; \
-	cd include/tbb/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/tbb/
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
-	cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
+	cd include/tbb/ && \
+		${COPYTREE_SHARE} \
+			. ${STAGEDIR}${PREFIX}/include/tbb/ "! -name *\.html"
 
 post-install:
 	${INSTALL_DATA} ${WRKDIR}/tbb.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig

Modified: head/devel/tbb/distinfo
==============================================================================
--- head/devel/tbb/distinfo	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/devel/tbb/distinfo	Thu Oct  4 10:03:59 2018	(r481215)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533445358
-SHA256 (01org-tbb-2018.5-2018_U5_GH0.tar.gz) = c4c2896af527392496c5e01ef8579058a71b6eebbd695924cd138841c13f07be
-SIZE (01org-tbb-2018.5-2018_U5_GH0.tar.gz) = 2922517
+TIMESTAMP = 1537472031
+SHA256 (01org-tbb-2019_GH0.tar.gz) = 4d149895826cea785cd3b9a14f4aa743b6ef0df520eca7ee27d438fdc3d73399
+SIZE (01org-tbb-2019_GH0.tar.gz) = 2507754

Added: head/devel/tbb/files/patch-build-BSD.inc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/tbb/files/patch-build-BSD.inc	Thu Oct  4 10:03:59 2018	(r481215)
@@ -0,0 +1,38 @@
+--- build/BSD.inc.orig	2018-06-19 16:04:20 UTC
++++ build/BSD.inc
+@@ -26,17 +26,23 @@ ifndef arch
+         ifeq ($(shell uname -m),amd64)
+                 export arch:=intel64
+         endif
++        ifeq ($(shell uname -m),arm)
++                export arch:=armv7
++        endif
++        ifeq ($(shell uname -m),arm64)
++                export arch:=arm64
++        endif
+ endif
+ 
+ ifndef runtime
+-        clang_version:=$(shell clang -v 2>&1 | grep version | sed "s/.*version \([0-9]*\.[0-9]*\).*/\1/")
++        clang_version:=$(shell $(CC) -dumpversion)
+         os_version:=$(shell uname -r)
+         os_kernel_version:=$(shell uname -r | sed -e 's/-.*$$//')
+         export runtime:=cc$(clang_version)_kernel$(os_kernel_version)
+ endif
+ 
+-native_compiler := clang
+-export compiler ?= clang
++native_compiler := $(CC)
++export compiler ?= $(CC)
+ debugger ?= gdb
+ 
+ CMD=$(SHELL) -c
+@@ -46,7 +52,7 @@ RD?=rmdir
+ MD?=mkdir -p
+ NUL= /dev/null
+ SLASH=/
+-MAKE_VERSIONS=sh $(tbb_root)/build/version_info_linux.sh $(VERSION_FLAGS) >version_string.ver
++MAKE_VERSIONS=sh $(tbb_root)/build/version_info_FreeBSD.sh $(VERSION_FLAGS) >version_string.ver
+ MAKE_TBBVARS=sh $(tbb_root)/build/generate_tbbvars.sh
+ 
+ ifdef LD_LIBRARY_PATH

Modified: head/devel/tbb/pkg-plist
==============================================================================
--- head/devel/tbb/pkg-plist	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/devel/tbb/pkg-plist	Thu Oct  4 10:03:59 2018	(r481215)
@@ -25,7 +25,6 @@ include/tbb/flow_graph_abstractions.h
 include/tbb/flow_graph_opencl_node.h
 include/tbb/global_control.h
 include/tbb/gfx_factory.h
-include/tbb/index.html
 include/tbb/internal/_aggregator_impl.h
 include/tbb/internal/_concurrent_queue_impl.h
 include/tbb/internal/_concurrent_unordered_impl.h
@@ -50,6 +49,7 @@ include/tbb/internal/_tbb_windef.h
 include/tbb/internal/_template_helpers.h
 include/tbb/internal/_x86_eliding_mutex_impl.h
 include/tbb/internal/_x86_rtm_rw_mutex_impl.h
+include/tbb/iterators.h
 include/tbb/machine/gcc_arm.h
 include/tbb/machine/gcc_generic.h
 include/tbb/machine/gcc_ia32_common.h

Modified: head/graphics/instant-meshes/Makefile
==============================================================================
--- head/graphics/instant-meshes/Makefile	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/graphics/instant-meshes/Makefile	Thu Oct  4 10:03:59 2018	(r481215)
@@ -3,6 +3,7 @@
 PORTNAME=	instant-meshes
 DISTVERSION=	0.0-42
 DISTVERSIONSUFFIX=	-g4a083f4
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	greg@unrelenting.technology

Modified: head/graphics/nomacs/Makefile
==============================================================================
--- head/graphics/nomacs/Makefile	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/graphics/nomacs/Makefile	Thu Oct  4 10:03:59 2018	(r481215)
@@ -2,7 +2,7 @@
 
 PORTNAME=	nomacs
 PORTVERSION=	3.6.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 
 MAINTAINER=	bsd@tuxproject.de

Modified: head/graphics/opencv/Makefile
==============================================================================
--- head/graphics/opencv/Makefile	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/graphics/opencv/Makefile	Thu Oct  4 10:03:59 2018	(r481215)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opencv
 PORTVERSION=	3.4.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/graphics/opensubdiv/Makefile
==============================================================================
--- head/graphics/opensubdiv/Makefile	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/graphics/opensubdiv/Makefile	Thu Oct  4 10:03:59 2018	(r481215)
@@ -1,9 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	opensubdiv
-PORTREVISION=	3
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3_3_0
+PORTREVISION=	4
 CATEGORIES?=	graphics
 
 MAINTAINER=	FreeBSD@Shaneware.biz

Modified: head/math/ceres-solver/Makefile
==============================================================================
--- head/math/ceres-solver/Makefile	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/math/ceres-solver/Makefile	Thu Oct  4 10:03:59 2018	(r481215)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ceres-solver
 DISTVERSION=	1.14.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	math
 
 MAINTAINER=	jbeich@FreeBSD.org

Modified: head/math/deal.ii/Makefile
==============================================================================
--- head/math/deal.ii/Makefile	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/math/deal.ii/Makefile	Thu Oct  4 10:03:59 2018	(r481215)
@@ -3,6 +3,7 @@
 PORTNAME=	deal.II
 DISTVERSIONPREFIX=	v
 DISTVERSION=	9.0.0
+PORTREVISION=	1
 CATEGORIES=	math devel
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/math/saga/Makefile
==============================================================================
--- head/math/saga/Makefile	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/math/saga/Makefile	Thu Oct  4 10:03:59 2018	(r481215)
@@ -3,7 +3,7 @@
 
 PORTNAME=	saga
 PORTVERSION=	6.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
 

Modified: head/science/madness/Makefile
==============================================================================
--- head/science/madness/Makefile	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/science/madness/Makefile	Thu Oct  4 10:03:59 2018	(r481215)
@@ -2,7 +2,7 @@
 
 PORTNAME=	madness
 DISTVERSION=	0.10.1.20180823
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/www/osrm-backend/Makefile
==============================================================================
--- head/www/osrm-backend/Makefile	Thu Oct  4 09:50:34 2018	(r481214)
+++ head/www/osrm-backend/Makefile	Thu Oct  4 10:03:59 2018	(r481215)
@@ -3,7 +3,7 @@
 PORTNAME=		osrm-backend
 DISTVERSIONPREFIX=	v
 DISTVERSION=		5.17.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=		www
 
 MAINTAINER=		a.andersson.thn@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810041003.w94A3xdX030709>