aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2013-04-23 07:00:02 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2013-04-23 07:00:02 +0000
commitb8081a458c31cfc1067c86b20606ab6fce8af668 (patch)
treedda33a5341acecd14693b662ac7e515dec1bd4de
parentd9993105935904bd52de0c152421acf7436fe3ec (diff)
Notes
-rw-r--r--archivers/par2cmdline-tbb/Makefile8
-rw-r--r--devel/tbb/Makefile8
-rw-r--r--devel/tbb/distinfo4
-rw-r--r--devel/tbb/pkg-plist1
-rw-r--r--graphics/opencv/Makefile2
-rw-r--r--lang/hiphop-php/Makefile2
6 files changed, 12 insertions, 13 deletions
diff --git a/archivers/par2cmdline-tbb/Makefile b/archivers/par2cmdline-tbb/Makefile
index dd9d7e176f74..592814cee09e 100644
--- a/archivers/par2cmdline-tbb/Makefile
+++ b/archivers/par2cmdline-tbb/Makefile
@@ -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}
diff --git a/devel/tbb/Makefile b/devel/tbb/Makefile
index df3ba85b6a18..8bb48dc54e67 100644
--- a/devel/tbb/Makefile
+++ b/devel/tbb/Makefile
@@ -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:
diff --git a/devel/tbb/distinfo b/devel/tbb/distinfo
index c4bc2648744e..aac70937319d 100644
--- a/devel/tbb/distinfo
+++ b/devel/tbb/distinfo
@@ -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
diff --git a/devel/tbb/pkg-plist b/devel/tbb/pkg-plist
index bb889bbb8850..1edd70ac7913 100644
--- a/devel/tbb/pkg-plist
+++ b/devel/tbb/pkg-plist
@@ -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
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index 3301843b071a..5a2cc9676e7c 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -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
diff --git a/lang/hiphop-php/Makefile b/lang/hiphop-php/Makefile
index 0c37b140116f..cb4785d4b7d3 100644
--- a/lang/hiphop-php/Makefile
+++ b/lang/hiphop-php/Makefile
@@ -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 \