Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 07:00:02 +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: r316312 - in head: archivers/par2cmdline-tbb devel/tbb graphics/opencv lang/hiphop-php
Message-ID:  <201304230700.r3N702hl094608@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Tue Apr 23 07:00:02 2013
New Revision: 316312
URL: http://svnweb.freebsd.org/changeset/ports/316312

Log:
  - Update devel/tbb to 4.1.3 (20130314oss) and bump dependent port's revisions
  - Fix build when CC defined as gcc

Modified:
  head/archivers/par2cmdline-tbb/Makefile
  head/devel/tbb/Makefile
  head/devel/tbb/distinfo
  head/devel/tbb/pkg-plist
  head/graphics/opencv/Makefile
  head/lang/hiphop-php/Makefile

Modified: head/archivers/par2cmdline-tbb/Makefile
==============================================================================
--- head/archivers/par2cmdline-tbb/Makefile	Tue Apr 23 06:47:14 2013	(r316311)
+++ head/archivers/par2cmdline-tbb/Makefile	Tue Apr 23 07:00:02 2013	(r316312)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:    par2cmdline-tbb
-# Whom:                                 Ganael Laplanche <ganael.laplanche@martymac.org>
-# Date created:                         27 December 2007
-#
+# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
 # $FreeBSD$
-#
 
 PORTNAME=	par2cmdline-tbb
 PORTVERSION=	20100203
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	archivers
 MASTER_SITES=	http://chuchusoft.com/par2_tbb/
 DISTNAME=	par2cmdline-0.4-tbb-${PORTVERSION}

Modified: head/devel/tbb/Makefile
==============================================================================
--- head/devel/tbb/Makefile	Tue Apr 23 06:47:14 2013	(r316311)
+++ head/devel/tbb/Makefile	Tue Apr 23 07:00:02 2013	(r316312)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	tbb
-PORTVERSION=	4.1.2
+PORTVERSION=	4.1.3
 CATEGORIES=	devel
 MASTER_SITES=	http://threadingbuildingblocks.org/sites/default/files/software_releases/source/ \
 		LOCAL/martymac
-DISTNAME=	tbb41_20130116oss_src
+DISTNAME=	tbb41_20130314oss_src
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	martymac@FreeBSD.org
@@ -21,10 +21,12 @@ USE_LDCONFIG=	yes
 USE_GMAKE=	yes
 ALL_TARGET=	default
 
-WRKSRC=	${WRKDIR}/tbb41_20130116oss
+WRKSRC=	${WRKDIR}/tbb41_20130314oss
 
 post-extract:
+.if ${CC} != "gcc"
 	@${CP} ${WRKSRC}/build/FreeBSD.gcc.inc ${WRKSRC}/build/FreeBSD.${CC}.inc
+.endif
 	@${CP} ${FILESDIR}/version_info_FreeBSD.sh ${WRKSRC}/build/
 
 post-patch:

Modified: head/devel/tbb/distinfo
==============================================================================
--- head/devel/tbb/distinfo	Tue Apr 23 06:47:14 2013	(r316311)
+++ head/devel/tbb/distinfo	Tue Apr 23 07:00:02 2013	(r316312)
@@ -1,2 +1,2 @@
-SHA256 (tbb41_20130116oss_src.tgz) = 4ae2c10899e3b6ef2f686013ec5901fc658444ca90178efaca6014b0665c34b6
-SIZE (tbb41_20130116oss_src.tgz) = 2461689
+SHA256 (tbb41_20130314oss_src.tgz) = 32fd5979971b772caa96d40646cee585ed0070516ba2dbbcb1f9b6033d08a92d
+SIZE (tbb41_20130314oss_src.tgz) = 2967843

Modified: head/devel/tbb/pkg-plist
==============================================================================
--- head/devel/tbb/pkg-plist	Tue Apr 23 06:47:14 2013	(r316311)
+++ head/devel/tbb/pkg-plist	Tue Apr 23 07:00:02 2013	(r316312)
@@ -28,6 +28,7 @@ include/tbb/aggregator.h
 include/tbb/task_arena.h
 include/tbb/machine/icc_generic.h
 include/tbb/machine/mic_common.h
+include/tbb/machine/gcc_armv7.h
 include/tbb/machine/gcc_ia32_common.h
 include/tbb/machine/msvc_ia32_common.h
 include/tbb/machine/gcc_generic.h

Modified: head/graphics/opencv/Makefile
==============================================================================
--- head/graphics/opencv/Makefile	Tue Apr 23 06:47:14 2013	(r316311)
+++ head/graphics/opencv/Makefile	Tue Apr 23 07:00:02 2013	(r316312)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	opencv
 PORTVERSION=	2.3.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}library/${PORTNAME}-unix/${PORTVERSION}
 DISTNAME=	OpenCV-${DISTVERSION}a

Modified: head/lang/hiphop-php/Makefile
==============================================================================
--- head/lang/hiphop-php/Makefile	Tue Apr 23 06:47:14 2013	(r316311)
+++ head/lang/hiphop-php/Makefile	Tue Apr 23 07:00:02 2013	(r316312)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hiphop-php
 PORTVERSION=	0.0.20120716
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	lang devel www
 MASTER_SITES=	https://github.com/facebook/hiphop-php/tarball/${GITVERSION}/:main \
 		http://unicode.org/Public/UNIDATA/:unidata \



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