diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:05:05 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:36:09 +0800 |
commit | 7e2c59a097ee78595be8178e43605f0f3847a0eb (patch) | |
tree | efcc46d3aee61ceb69681f45f66fa412fd6e5533 /graphics | |
parent | 9b86af029613c3cf9ce13a4c51962125ca23da10 (diff) | |
download | freebsd-ports-gnome-7e2c59a097ee78595be8178e43605f0f3847a0eb.tar.gz freebsd-ports-gnome-7e2c59a097ee78595be8178e43605f0f3847a0eb.tar.zst freebsd-ports-gnome-7e2c59a097ee78595be8178e43605f0f3847a0eb.zip |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
Diffstat (limited to 'graphics')
37 files changed, 38 insertions, 36 deletions
diff --git a/graphics/agave/Makefile b/graphics/agave/Makefile index c04b0c2ea7c4..2bba1c93643a 100644 --- a/graphics/agave/Makefile +++ b/graphics/agave/Makefile @@ -3,7 +3,7 @@ PORTNAME= agave PORTVERSION= 0.4.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics gnome MASTER_SITES= http://download.gna.org/colorscheme/releases/ diff --git a/graphics/appleseed/Makefile b/graphics/appleseed/Makefile index dc1caa9ec60c..e9c12dd6efa1 100644 --- a/graphics/appleseed/Makefile +++ b/graphics/appleseed/Makefile @@ -3,7 +3,7 @@ PORTNAME= appleseed DISTVERSION= 1.5.2-beta -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 6762031530d4..235ebe5ff043 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -3,7 +3,7 @@ PORTNAME= aqsis PORTVERSION= 1.8.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} @@ -20,6 +20,7 @@ LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ libtiff.so:graphics/tiff RUN_DEPENDS= bash:shells/bash +BROKEN= fails to build against Boost with C++11 features, see bug 220787 BROKEN_sparc64= Fails to build: cannot link with boost LDFLAGS+= -L${LOCALBASE}/lib diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index d843e1c5841d..0d7c035dcd50 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -3,7 +3,7 @@ PORTNAME= blender PORTVERSION= 2.78c -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ diff --git a/graphics/caffe/Makefile b/graphics/caffe/Makefile index ec501bdf386d..898480e96f65 100644 --- a/graphics/caffe/Makefile +++ b/graphics/caffe/Makefile @@ -2,7 +2,7 @@ PORTNAME= caffe PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= eric@camachat.org diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index d6ea515004f9..907f568f318b 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -3,6 +3,7 @@ PORTNAME= cegui PORTVERSION= 0.8.7 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index fdbfd267c49a..69eaf5e31216 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -2,7 +2,7 @@ PORTNAME= colmap DISTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile index 61a8fecf8f42..194ae9b3fd95 100644 --- a/graphics/digikam-kde4/Makefile +++ b/graphics/digikam-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= digikam PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 2 CATEGORIES= graphics kde diff --git a/graphics/dspdfviewer/Makefile b/graphics/dspdfviewer/Makefile index 11df11d24586..982ad835d257 100644 --- a/graphics/dspdfviewer/Makefile +++ b/graphics/dspdfviewer/Makefile @@ -3,7 +3,7 @@ PORTNAME= dspdfviewer PORTVERSION= 1.15.1 DISTVERSIONPREFIX=v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= santhosh.raju@gmail.com diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index 78d83433858b..32031a839d47 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -3,7 +3,7 @@ PORTNAME= enblend PORTVERSION= 4.1.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} DISTNAME= enblend-enfuse-${PORTVERSION} diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile index a5f4ac574ce4..d2e41a4972ae 100644 --- a/graphics/evolvotron/Makefile +++ b/graphics/evolvotron/Makefile @@ -3,7 +3,7 @@ PORTNAME= evolvotron PORTVERSION= 0.6.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF \ SF/nemysisfreebsdp/${CATEGORIES}/:icons diff --git a/graphics/fracplanet/Makefile b/graphics/fracplanet/Makefile index 2b19653b2ecb..dc1b8dfcfd3a 100644 --- a/graphics/fracplanet/Makefile +++ b/graphics/fracplanet/Makefile @@ -3,7 +3,7 @@ PORTNAME= fracplanet PORTVERSION= 0.4.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= SF \ SF/nemysisfreebsdp/:icons diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 63b206df35d6..4838f4d46918 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnash PORTVERSION= 0.8.10 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= graphics MASTER_SITES= http://git.savannah.gnu.org/cgit/gnash.git/snapshot/ DISTNAME= gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880 diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index 60f558219df7..9157e35df8d6 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -3,7 +3,7 @@ PORTNAME= gource PORTVERSION= 0.43 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= https://github.com/acaudwell/Gource/releases/download/${PORTNAME}-${PORTVERSION}/ diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index 02a12e1445f4..590ee13d131f 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsculpt PORTVERSION= 0.99.47 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME:S,-src,,} DISTNAME= gSculpt-${PORTVERSION}-alpha-src diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index b9fb6f6a117f..b82a37c4f4ac 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= hugin PORTVERSION= 2017.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index c709d360a5c1..5105757d86ef 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.92.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics gnome MASTER_SITES= https://launchpadlibrarian.net/306309537/ \ LOCAL/kwm diff --git a/graphics/kipi-plugin-gpssync/Makefile b/graphics/kipi-plugin-gpssync/Makefile index 0ca60d4a1729..25c26bfbb4b2 100644 --- a/graphics/kipi-plugin-gpssync/Makefile +++ b/graphics/kipi-plugin-gpssync/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index 8a0817d43096..2c4bb2a13190 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -2,7 +2,7 @@ PORTNAME= krita PORTVERSION= 3.1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/3.1.2 DIST_SUBDIR= KDE/${PORTNAME} diff --git a/graphics/libcdr01/Makefile b/graphics/libcdr01/Makefile index b638e30b41d2..e067fff931ed 100644 --- a/graphics/libcdr01/Makefile +++ b/graphics/libcdr01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libcdr PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= LODEV PKGNAMESUFFIX= 01 diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile index 64de2f83cd8e..39ab9ff97ec9 100644 --- a/graphics/libetonyek01/Makefile +++ b/graphics/libetonyek01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libetonyek PORTVERSION= 0.1.6 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ diff --git a/graphics/libfreehand/Makefile b/graphics/libfreehand/Makefile index 050057a3e90c..e2b7d55e51d6 100644 --- a/graphics/libfreehand/Makefile +++ b/graphics/libfreehand/Makefile @@ -2,7 +2,7 @@ PORTNAME= libfreehand PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= LODEV diff --git a/graphics/libgltf/Makefile b/graphics/libgltf/Makefile index 6fc52746c4d6..aa5ba7090a99 100644 --- a/graphics/libgltf/Makefile +++ b/graphics/libgltf/Makefile @@ -2,7 +2,7 @@ PORTNAME= libgltf PORTVERSION= 0.0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics devel MASTER_SITES= LODEV diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index c4cd5fb70e5d..94f09bb1507f 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -3,7 +3,7 @@ PORTNAME= libopenraw PORTVERSION= 0.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ diff --git a/graphics/libzmf/Makefile b/graphics/libzmf/Makefile index 18a4271469e3..d49b31924063 100644 --- a/graphics/libzmf/Makefile +++ b/graphics/libzmf/Makefile @@ -2,7 +2,7 @@ PORTNAME= libzmf PORTVERSION= 0.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= LODEV diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile index 71738f4a87c4..817c69b352bb 100644 --- a/graphics/luminance-qt5/Makefile +++ b/graphics/luminance-qt5/Makefile @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.4.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} PKGNAMESUFFIX= -qt5 diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile index 26e190d4cac0..84dc50a3e387 100644 --- a/graphics/luminance/Makefile +++ b/graphics/luminance/Makefile @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.3.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} diff --git a/graphics/luxrender/Makefile b/graphics/luxrender/Makefile index eda390a5a7df..a85488bcbb53 100644 --- a/graphics/luxrender/Makefile +++ b/graphics/luxrender/Makefile @@ -3,7 +3,7 @@ PORTNAME= luxrender DISTVERSION?= 1.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/luxrender/lux/get/ \ https://bitbucket.org/luxrender/luxrays/get/:lr diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index 588d7c8ed5a9..3859c34172f4 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -4,7 +4,7 @@ PORTNAME= mapnik PORTVERSION= 3.0.9 DISTVERSIONPREFIX= v -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics geography MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/ diff --git a/graphics/mitsuba/Makefile b/graphics/mitsuba/Makefile index ed7504dc529c..4a70fc7d4b6a 100644 --- a/graphics/mitsuba/Makefile +++ b/graphics/mitsuba/Makefile @@ -3,7 +3,7 @@ PORTNAME= mitsuba PORTVERSION= 0.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= https://www.mitsuba-renderer.org/repos/mitsuba/archive/${HG_REVISION}${EXTRACT_SUFX}?dummy= DISTNAME= ${PORTNAME}-${HG_REVISION} diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index f297e0a55632..df6c02e50582 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -3,7 +3,7 @@ PORTNAME= ogre3d PORTVERSION= 1.9.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics devel MASTER_SITES= https://bitbucket.org/sinbad/ogre/get/ DISTNAME= v1-9-0 diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index 617fdca7f055..8e6c1da91c63 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -3,7 +3,7 @@ PORTNAME= openimageio PORTVERSION= 1.7.17 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= Release- CATEGORIES?= graphics multimedia diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile index c1629171d611..d1c6d8868234 100644 --- a/graphics/openshadinglanguage/Makefile +++ b/graphics/openshadinglanguage/Makefile @@ -3,7 +3,7 @@ PORTNAME= openshadinglanguage PORTVERSION= 1.8.10 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= Release- CATEGORIES= graphics devel diff --git a/graphics/panomatic/Makefile b/graphics/panomatic/Makefile index e57c88430eca..9bb5bcc00367 100644 --- a/graphics/panomatic/Makefile +++ b/graphics/panomatic/Makefile @@ -3,7 +3,7 @@ PORTNAME= panomatic PORTVERSION= 0.9.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 3c9f952bd003..317e04456148 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -2,7 +2,7 @@ PORTNAME= povray DISTVERSION= 3.7.0.RC6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= http://www.povray.org/beta/source/ PKGNAMESUFFIX= 37 diff --git a/graphics/py-exiv2/Makefile b/graphics/py-exiv2/Makefile index 640bc79ceff2..bfc2b9b0fb57 100644 --- a/graphics/py-exiv2/Makefile +++ b/graphics/py-exiv2/Makefile @@ -3,7 +3,7 @@ PORTNAME= exiv2 PORTVERSION= 0.3.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics python MASTER_SITES= https://launchpadlibrarian.net/83595798/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/scantailor/Makefile b/graphics/scantailor/Makefile index d93b8b92e6dd..065bd5e07ce0 100644 --- a/graphics/scantailor/Makefile +++ b/graphics/scantailor/Makefile @@ -3,7 +3,7 @@ PORTNAME= scantailor PORTVERSION= 0.9.11.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF |