diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
commit | 39fc32e82863cce17f070122d498ce82cf7ea7af (patch) | |
tree | fc8323f5d400038235fda42a6096107239789049 /graphics | |
parent | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff) | |
download | ports-39fc32e82863cce17f070122d498ce82cf7ea7af.tar.gz ports-39fc32e82863cce17f070122d498ce82cf7ea7af.zip |
Notes
Diffstat (limited to 'graphics')
137 files changed, 160 insertions, 115 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 03cb86622fd2..1a35e9983418 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.1.15 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ diff --git a/graphics/GraphicsMagick12/Makefile b/graphics/GraphicsMagick12/Makefile index 768244fdd6bc..9d1cc53461cc 100644 --- a/graphics/GraphicsMagick12/Makefile +++ b/graphics/GraphicsMagick12/Makefile @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.2.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.2/ diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile index d5e97fcba3e4..b91e09586423 100644 --- a/graphics/GraphicsMagick13/Makefile +++ b/graphics/GraphicsMagick13/Makefile @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.19 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 176f13df2864..b87c95a3197b 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -2,7 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 6.8.0-7 -PORTREVISION= 5 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index 5d1e539a66f6..87754ec33e51 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -3,7 +3,7 @@ PORTNAME= agg PORTVERSION= 2.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://www.antigrain.com/ \ http://freebsd.unixfreunde.de/sources/ diff --git a/graphics/amide/Makefile b/graphics/amide/Makefile index cb68366e1469..715e91a74486 100644 --- a/graphics/amide/Makefile +++ b/graphics/amide/Makefile @@ -2,7 +2,7 @@ PORTNAME= amide PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF EXTRACT_SUFX= .tgz diff --git a/graphics/autopano-sift-c/Makefile b/graphics/autopano-sift-c/Makefile index 1872c200c846..477822c4641c 100644 --- a/graphics/autopano-sift-c/Makefile +++ b/graphics/autopano-sift-c/Makefile @@ -3,7 +3,7 @@ PORTNAME= autopano-sift-C PORTVERSION= 2.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/hugin/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index d5694cc0ff19..2a27fa30d9c8 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -3,6 +3,7 @@ PORTNAME= blender PORTVERSION= 2.70a +PORTREVISION= 1 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 27800cd308a5..accb3e472c1d 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -4,7 +4,7 @@ PORTNAME= cairo PORTVERSION= 1.10.2 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH?= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 7aa89ee3043c..619162d6f515 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -3,6 +3,7 @@ PORTNAME= cegui PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 @@ -11,7 +12,7 @@ COMMENT= A library providing windowing and widgets for graphics APIs LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ pcre.3:${PORTSDIR}/devel/pcre \ - freetype.9:${PORTSDIR}/print/freetype2 \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ execinfo:${PORTSDIR}/devel/libexecinfo BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.9.0:${PORTSDIR}/graphics/ogre3d \ ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index d035a3f7a137..92a102a0895a 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -4,7 +4,7 @@ PORTNAME= devil PORTVERSION= 1.7.8 PORTEPOCH= 1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics MASTER_SITES= SF/openil/DevIL/${PORTVERSION} DISTNAME= DevIL-${PORTVERSION} diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index cbc14639d5e5..026b79a023dd 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -21,7 +21,7 @@ USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto # We only care for 9.x and 8.x, not for old pre-clang default current. # This is for 0b0000 binary which gcc 4.3+ understands and is in the i965 driver. .if defined(WITH_NEW_XORG) -. if ${OSVERSION} >= 901000 && ${OSVERSION} < 902502 \ +. if ${OSVERSION} >= 901500 && ${OSVERSION} < 902502 \ && (${ARCH} == i386 || ${ARCH} == amd64) CC=clang CXX=clang++ diff --git a/graphics/driconf/Makefile b/graphics/driconf/Makefile index 688f964e03ce..853cc439c2bb 100644 --- a/graphics/driconf/Makefile +++ b/graphics/driconf/Makefile @@ -3,7 +3,7 @@ PORTNAME= driconf PORTVERSION= 0.9.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/d/${PORTNAME} diff --git a/graphics/dynamechs/Makefile b/graphics/dynamechs/Makefile index db97b4fe2347..c3eba6d2ac24 100644 --- a/graphics/dynamechs/Makefile +++ b/graphics/dynamechs/Makefile @@ -3,7 +3,7 @@ PORTNAME= dynamechs PORTVERSION= 4.0.p1 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/4.0pre1 diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index b32a9a96e93f..012891cddd78 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -3,7 +3,7 @@ PORTNAME= enblend PORTVERSION= 4.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} DISTNAME= enblend-enfuse-${PORTVERSION} diff --git a/graphics/evas-core/Makefile b/graphics/evas-core/Makefile index afccbaf462a8..8c23e0e70fe1 100644 --- a/graphics/evas-core/Makefile +++ b/graphics/evas-core/Makefile @@ -3,6 +3,7 @@ PORTNAME= core PORTVERSION= 1.7.9 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ LOCAL/gblach/e17/ diff --git a/graphics/evas-engine-buffer/Makefile b/graphics/evas-engine-buffer/Makefile index 057d061f8641..fba3600fb5c7 100644 --- a/graphics/evas-engine-buffer/Makefile +++ b/graphics/evas-engine-buffer/Makefile @@ -3,6 +3,7 @@ PORTNAME= engine-buffer PORTVERSION= 1.7.9 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ LOCAL/gblach/e17/ diff --git a/graphics/evas-engine-opengl/Makefile b/graphics/evas-engine-opengl/Makefile index 09fbcf7ef0d8..ffb3cebb3b30 100644 --- a/graphics/evas-engine-opengl/Makefile +++ b/graphics/evas-engine-opengl/Makefile @@ -3,6 +3,7 @@ PORTNAME= engine-opengl PORTVERSION= 1.7.9 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ LOCAL/gblach/e17/ diff --git a/graphics/evas-engine-sdl/Makefile b/graphics/evas-engine-sdl/Makefile index 37133486c47e..ec9cb4aa2e82 100644 --- a/graphics/evas-engine-sdl/Makefile +++ b/graphics/evas-engine-sdl/Makefile @@ -3,6 +3,7 @@ PORTNAME= engine-sdl PORTVERSION= 1.7.9 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ LOCAL/gblach/e17/ diff --git a/graphics/evas-engine-x11/Makefile b/graphics/evas-engine-x11/Makefile index 93a4391dcfff..bfe2e4e52629 100644 --- a/graphics/evas-engine-x11/Makefile +++ b/graphics/evas-engine-x11/Makefile @@ -3,6 +3,7 @@ PORTNAME= engine-x11 PORTVERSION= 1.7.9 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ LOCAL/gblach/e17/ diff --git a/graphics/evas-loader-eet/Makefile b/graphics/evas-loader-eet/Makefile index a1ba989fcadf..0330b4bf18c1 100644 --- a/graphics/evas-loader-eet/Makefile +++ b/graphics/evas-loader-eet/Makefile @@ -3,6 +3,7 @@ PORTNAME= loader-eet PORTVERSION= 1.7.9 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ LOCAL/gblach/e17/ diff --git a/graphics/evas-loader-gif/Makefile b/graphics/evas-loader-gif/Makefile index bb909a51d0a2..38d8704d6b7a 100644 --- a/graphics/evas-loader-gif/Makefile +++ b/graphics/evas-loader-gif/Makefile @@ -3,6 +3,7 @@ PORTNAME= loader-gif PORTVERSION= 1.7.9 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ LOCAL/gblach/e17/ diff --git a/graphics/evas-loader-jpeg/Makefile b/graphics/evas-loader-jpeg/Makefile index 0647b0a5d3f4..781ed6edb954 100644 --- a/graphics/evas-loader-jpeg/Makefile +++ b/graphics/evas-loader-jpeg/Makefile @@ -3,6 +3,7 @@ PORTNAME= loader-jpeg PORTVERSION= 1.7.9 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ LOCAL/gblach/e17/ diff --git a/graphics/evas-loader-png/Makefile b/graphics/evas-loader-png/Makefile index 76794cae5878..df5359f4f9b7 100644 --- a/graphics/evas-loader-png/Makefile +++ b/graphics/evas-loader-png/Makefile @@ -3,6 +3,7 @@ PORTNAME= loader-png PORTVERSION= 1.7.9 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ LOCAL/gblach/e17/ diff --git a/graphics/evas-loader-svg/Makefile b/graphics/evas-loader-svg/Makefile index 41b1e61b6653..4db59aba0cc7 100644 --- a/graphics/evas-loader-svg/Makefile +++ b/graphics/evas-loader-svg/Makefile @@ -3,6 +3,7 @@ PORTNAME= loader-svg PORTVERSION= 1.7.9 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ LOCAL/gblach/e17/ diff --git a/graphics/evas-loader-tiff/Makefile b/graphics/evas-loader-tiff/Makefile index 76127bb9a7fd..b196f9650768 100644 --- a/graphics/evas-loader-tiff/Makefile +++ b/graphics/evas-loader-tiff/Makefile @@ -3,6 +3,7 @@ PORTNAME= loader-tiff PORTVERSION= 1.7.9 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ LOCAL/gblach/e17/ diff --git a/graphics/evas-loader-xpm/Makefile b/graphics/evas-loader-xpm/Makefile index e12abca80d91..8661f7f9f4b5 100644 --- a/graphics/evas-loader-xpm/Makefile +++ b/graphics/evas-loader-xpm/Makefile @@ -3,6 +3,7 @@ PORTNAME= loader-xpm PORTVERSION= 1.7.9 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ LOCAL/gblach/e17/ diff --git a/graphics/exact-image/Makefile b/graphics/exact-image/Makefile index 306f9a48b10d..183840c88c1c 100644 --- a/graphics/exact-image/Makefile +++ b/graphics/exact-image/Makefile @@ -3,7 +3,7 @@ PORTNAME= exact-image PORTVERSION= 0.8.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics perl5 python MASTER_SITES= http://dl.exactcode.de/oss/${PORTNAME}/ LOCAL/bf diff --git a/graphics/ffff/Makefile b/graphics/ffff/Makefile index c54714a4693b..b8fc6f0ebd9e 100644 --- a/graphics/ffff/Makefile +++ b/graphics/ffff/Makefile @@ -3,7 +3,7 @@ PORTNAME= ffff PORTVERSION= 323 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/FFFF%203.2.3 DISTNAME= FFFF${PORTVERSION}-src diff --git a/graphics/flam3/Makefile b/graphics/flam3/Makefile index b297f8801aa4..10db06f2b482 100644 --- a/graphics/flam3/Makefile +++ b/graphics/flam3/Makefile @@ -3,7 +3,7 @@ PORTNAME= flam3 PORTVERSION= 2.7.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://flam3.com/ \ http://interwebfun.org/distfiles/ @@ -12,7 +12,7 @@ MAINTAINER= john.c.prather@gmail.com COMMENT= A Flame Renderer LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ + libxml2.so:${PORTSDIR}/textproc/libxml2 \ jpeg.11:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes diff --git a/graphics/fpc-opengl/Makefile b/graphics/fpc-opengl/Makefile index 57642528b45d..b3b566c2a137 100644 --- a/graphics/fpc-opengl/Makefile +++ b/graphics/fpc-opengl/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics lang PKGNAMESUFFIX= -opengl diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile index 9287d58e6dcb..ea64b0ff65d8 100644 --- a/graphics/freeglut/Makefile +++ b/graphics/freeglut/Makefile @@ -3,6 +3,7 @@ PORTNAME= freeglut PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF @@ -13,7 +14,7 @@ LICENSE= MIT CONFLICTS= libglut-[0-9].* -USE_AUTOTOOLS= libtool +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_XORG= ice xi xxf86vm xrandr diff --git a/graphics/freeglut/pkg-plist b/graphics/freeglut/pkg-plist index 8ddb105aab13..85eb20d6fffd 100644 --- a/graphics/freeglut/pkg-plist +++ b/graphics/freeglut/pkg-plist @@ -5,7 +5,8 @@ include/GL/glut.h lib/libglut.a lib/libglut.la lib/libglut.so -lib/libglut.so.12 +lib/libglut.so.3 +lib/libglut.so.3.9.0 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/callbackmaker %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fractals %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fractals_random diff --git a/graphics/ftgl/Makefile b/graphics/ftgl/Makefile index e5dca5e1e387..54076d8f7191 100644 --- a/graphics/ftgl/Makefile +++ b/graphics/ftgl/Makefile @@ -3,6 +3,7 @@ PORTNAME= ftgl DISTVERSION= 2.1.3-rc5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/FTGL%20Source/2.1.3%7Erc5 diff --git a/graphics/fv/Makefile b/graphics/fv/Makefile index eb42174e7d11..c8d79463f64d 100644 --- a/graphics/fv/Makefile +++ b/graphics/fv/Makefile @@ -3,7 +3,7 @@ PORTNAME= fv PORTVERSION= 1.03 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.eaflux.com/fv/sources/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile index bcd662acc0c9..00b9151cf1cd 100644 --- a/graphics/gauche-gl/Makefile +++ b/graphics/gauche-gl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gl PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics scheme MASTER_SITES= SF/gauche/Gauche-gl PKGNAMEPREFIX= gauche- diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 8edcc963aa9f..5bbb6fa77d8f 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -3,7 +3,7 @@ PORTNAME= libgd PORTVERSION= 2.1.0 -PORTREVISION?= 2 +PORTREVISION?= 3 PORTEPOCH= 1 CATEGORIES+= graphics MASTER_SITES= http://cdn.bitbucket.org/libgd/gd-libgd/downloads/ diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 420c08db4085..03bb184c1a54 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 1.10.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index 807b2c164669..513c4357e189 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -3,7 +3,7 @@ PORTNAME= gdchart PORTVERSION= 0.11.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://www.fred.net/brv/chart/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ @@ -14,7 +14,7 @@ COMMENT= Easy to use fast C API for creating charts and graphs LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ jpeg:${PORTSDIR}/graphics/jpeg \ - freetype:${PORTSDIR}/print/freetype2 + libfreetype.so:${PORTSDIR}/print/freetype2 MAKEFILE= ${FILESDIR}/Makefile MAKE_ARGS= PREFIX="${PREFIX}" LOCALBASE="${LOCALBASE}" diff --git a/graphics/gle/Makefile b/graphics/gle/Makefile index bd481de3451c..66a1c553bd56 100644 --- a/graphics/gle/Makefile +++ b/graphics/gle/Makefile @@ -3,7 +3,7 @@ PORTNAME= gle PORTVERSION= 3.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}\ http://linas.org/gle/pub/ \ diff --git a/graphics/glexcess/Makefile b/graphics/glexcess/Makefile index 0e29b1e0113e..726754fc9a1e 100644 --- a/graphics/glexcess/Makefile +++ b/graphics/glexcess/Makefile @@ -3,7 +3,7 @@ PORTNAME= glexcess PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.glexcess.com/files/ DISTNAME= ${PORTNAME} diff --git a/graphics/gltt/Makefile b/graphics/gltt/Makefile index eef2fbd6fe56..50f7467a664f 100644 --- a/graphics/gltt/Makefile +++ b/graphics/gltt/Makefile @@ -3,7 +3,7 @@ PORTNAME= gltt PORTVERSION= 2.5.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://gltt.sourceforge.net/download/ diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 25a74d8f426a..9e28d562caee 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnash PORTVERSION= 0.8.10 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= GNU/${PORTNAME}/${PORTVERSION}/ diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index 751fd5d95d0f..f4fa47677f05 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -3,7 +3,7 @@ PORTNAME= gource PORTVERSION= 0.40 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 4bbd8a56c5be..a87b6a268f0b 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -3,6 +3,7 @@ PORTNAME= graphviz PORTVERSION= 2.36.0 +PORTREVISION= 1 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile index 6d65546f503f..8903e7678b68 100644 --- a/graphics/grx/Makefile +++ b/graphics/grx/Makefile @@ -3,6 +3,7 @@ PORTNAME= grx PORTVERSION= 2.4.9 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://grx.gnu.de/download/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} diff --git a/graphics/hugin-devel/Makefile b/graphics/hugin-devel/Makefile index 89eebd95db8c..0eaff9ef4f56 100644 --- a/graphics/hugin-devel/Makefile +++ b/graphics/hugin-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= hugin PORTVERSION= 2013.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-2013.0 PKGNAMESUFFIX= -devel diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 72925a1daf9b..27d5c6d64b75 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= hugin PORTVERSION= 2013.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} diff --git a/graphics/iccxml/Makefile b/graphics/iccxml/Makefile index 8dc3fa60a791..cfebcac65ab0 100644 --- a/graphics/iccxml/Makefile +++ b/graphics/iccxml/Makefile @@ -2,6 +2,7 @@ PORTNAME= iccxml PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/IccXML-Src/${DISTNAME} DISTNAME= IccXML-${PORTVERSION} diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 037e5cc6b36b..9e376297cfa9 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -3,8 +3,8 @@ PORTNAME= imlib2 PORTVERSION= 1.4.6 +PORTREVISION= 2 PORTEPOCH= 2 -PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment/imlib2-src/${PORTVERSION} diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile index 91da47139835..6d85845a3bb5 100644 --- a/graphics/inventor/Makefile +++ b/graphics/inventor/Makefile @@ -3,7 +3,7 @@ PORTNAME= inventor PORTVERSION= 2.1.5.p10 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= ftp://oss.sgi.com/projects/inventor/download/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/-/} @@ -12,7 +12,7 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= c47g@gmx.at COMMENT= This is SGI's Open Inventor (TM) -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ jpeg.11:${PORTSDIR}/graphics/jpeg \ GLU.1:${PORTSDIR}/graphics/libGLU diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 98a8970b6dfe..484ccdcbf5f9 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -3,7 +3,7 @@ PORTNAME= jasper PORTVERSION= 1.900.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ \ ${MASTER_SITE_IMAGEMAGICK} diff --git a/graphics/jogamp-jogl/Makefile b/graphics/jogamp-jogl/Makefile index 7de8ab955e8f..f93073fd756b 100644 --- a/graphics/jogamp-jogl/Makefile +++ b/graphics/jogamp-jogl/Makefile @@ -3,6 +3,7 @@ PORTNAME= jogamp-jogl PORTVERSION= 2.0.20100914 +PORTREVISION= 1 CATEGORIES= graphics devel java MASTER_SITES= http://www.potion-studios.com/ \ LOCAL/makc diff --git a/graphics/jogl/Makefile b/graphics/jogl/Makefile index 0d5ae1d59e70..c21aced6ae33 100644 --- a/graphics/jogl/Makefile +++ b/graphics/jogl/Makefile @@ -3,7 +3,7 @@ PORTNAME= jogl PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel java MASTER_SITES=http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1/ EXTRACT_SUFX= -src.zip diff --git a/graphics/lib3ds/Makefile b/graphics/lib3ds/Makefile index e3b3e445124d..e611092ce107 100644 --- a/graphics/lib3ds/Makefile +++ b/graphics/lib3ds/Makefile @@ -3,7 +3,7 @@ PORTNAME= lib3ds PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE diff --git a/graphics/libEGL/Makefile b/graphics/libEGL/Makefile index 288bafc38c27..1c0cbac79b18 100644 --- a/graphics/libEGL/Makefile +++ b/graphics/libEGL/Makefile @@ -3,6 +3,7 @@ PORTNAME= libEGL PORTVERSION= ${MESAVERSION} +PORTREVISION= 1 CATEGORIES= graphics COMMENT= OpenEGL library diff --git a/graphics/libGL/bsd.mesalib.mk b/graphics/libGL/bsd.mesalib.mk index ca37f372afb8..1a87e02bcfc2 100644 --- a/graphics/libGL/bsd.mesalib.mk +++ b/graphics/libGL/bsd.mesalib.mk @@ -27,8 +27,7 @@ MESASUBVERSION= PLIST_SUB+= OLD="" NEW="@comment " .endif -MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/ \ - http://files.etoilebsd.net/mesa/ +MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/ DISTFILES= MesaLib-${MESADISTVERSION}${EXTRACT_SUFX} MAINTAINER= x11@FreeBSD.org @@ -42,8 +41,8 @@ USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -isystem${LOCALBASE}/include +LDFLAGS+= -Wl,-Y${LOCALBASE}/lib .if ${OSVERSION} < 1000033 BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex diff --git a/graphics/libafterimage/Makefile b/graphics/libafterimage/Makefile index b2428bffa5ba..5dac010b8481 100644 --- a/graphics/libafterimage/Makefile +++ b/graphics/libafterimage/Makefile @@ -3,7 +3,7 @@ PORTNAME= libafterimage PORTVERSION= 1.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/afterstep/libAfterImage/${PORTVERSION} DISTNAME= libAfterImage-${PORTVERSION} diff --git a/graphics/libaux/Makefile b/graphics/libaux/Makefile index 5a98934e6be2..3c74a03867c1 100644 --- a/graphics/libaux/Makefile +++ b/graphics/libaux/Makefile @@ -3,7 +3,7 @@ PORTNAME= libaux PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://www.freebsdbrasil.com.br/~jmelo/ DISTFILES= libaux${EXTRACT_SUFX} libtk${EXTRACT_SUFX} diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile index 934f2f282f12..fedd2c29b881 100644 --- a/graphics/libcaca/Makefile +++ b/graphics/libcaca/Makefile @@ -3,7 +3,7 @@ PORTNAME= libcaca DISTVERSION= 0.99.beta18 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://caca.zoy.org/raw-attachment/wiki/libcaca/ diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 648b0c380813..5fd4503eb494 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -13,8 +13,7 @@ COMMENT= Userspace interface to kernel Direct Rendering Module services LIB_DEPENDS= libpciaccess.so:${PORTSDIR}/devel/libpciaccess \ libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs -USES= pkgconfig -USE_BZIP2= yes +USES= pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -49,7 +48,7 @@ CONFIGURE_ARGS+=--disable-manpages PLIST_SUB+= MAN="@comment " .endif -LIBDRM_VERSION= 2.4.50 +LIBDRM_VERSION= 2.4.52 LIBDRM_REVISION=0 PLIST_SUB+= OLD="@comment " NEW="" EXTRA_PATCHES+= ${FILESDIR}/extra-configure \ @@ -65,7 +64,7 @@ LIBDRM_REVISION=1 PLIST_SUB+= OLD="" NEW="@comment " NOUVEAU="" .endif -.if ${ARCH} == "amd64" || ${ARCH} == "i386" +.if ${ARCH} == amd64 || ${ARCH} == i386 PLIST_SUB+= INTEL_DRIVER="" PLIST_SUB+= RADEON_DRIVERS="" .elif ${ARCH} == ia64 || ${ARCH} == powerpc || ${ARCH} == powerpc64 diff --git a/graphics/libdrm/distinfo b/graphics/libdrm/distinfo index c020f636bd86..26791066456d 100644 --- a/graphics/libdrm/distinfo +++ b/graphics/libdrm/distinfo @@ -1,4 +1,4 @@ SHA256 (libdrm-2.4.17.tar.bz2) = b8a4e7c610b0e970546d791c06e28882857a49d34698633a89292d7ae142316a SIZE (libdrm-2.4.17.tar.bz2) = 408882 -SHA256 (libdrm-2.4.50.tar.bz2) = 3823d24cda800c2cd36995e01830b890edb8fb1bebf97d5ea4318b8c3933b045 -SIZE (libdrm-2.4.50.tar.bz2) = 563613 +SHA256 (libdrm-2.4.52.tar.bz2) = fa693c2f1f61befcefbdcc396673e38481110bac9db610afa4b8afb2be0218c1 +SIZE (libdrm-2.4.52.tar.bz2) = 551473 diff --git a/graphics/libetonyek/Makefile b/graphics/libetonyek/Makefile index 8c096571ae08..edc5c39230f5 100644 --- a/graphics/libetonyek/Makefile +++ b/graphics/libetonyek/Makefile @@ -2,7 +2,7 @@ PORTNAME= libetonyek PORTVERSION= 0.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/ diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile index bcbd8ca4f9af..364491c689dc 100644 --- a/graphics/libggi/Makefile +++ b/graphics/libggi/Makefile @@ -3,7 +3,7 @@ PORTNAME= libggi PORTVERSION= 2.2.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= graphics devel MASTER_SITES= SF/ggi/ggi-core/${PORTNAME}-${PORTVERSION} diff --git a/graphics/libglesv2/Makefile b/graphics/libglesv2/Makefile index c48744a55079..01c5bfb726c1 100644 --- a/graphics/libglesv2/Makefile +++ b/graphics/libglesv2/Makefile @@ -10,6 +10,8 @@ COMMENT= OpenGL ES v2 library LIB_DEPENDS+= libdrm.so:${PORTSDIR}/graphics/libdrm \ libexpat.so:${PORTSDIR}/textproc/expat2 +.include <bsd.port.options.mk> + .if ! defined(WITH_NEW_XORG) IGNORE= Please enable WITH_NEW_XORG, libglesv2 needs libdrm higher then 2.4.24 .endif diff --git a/graphics/libgltext/Makefile b/graphics/libgltext/Makefile index 84aa11a7b01c..30f144cf9df7 100644 --- a/graphics/libgltext/Makefile +++ b/graphics/libgltext/Makefile @@ -3,7 +3,7 @@ PORTNAME= libgltext PORTVERSION= 0.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/gltext/gltext/${PORTVERSION} DISTNAME= gltext-${PORTVERSION} @@ -11,7 +11,7 @@ DISTNAME= gltext-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Portable font rendering library for C++ -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 USE_AUTOTOOLS= libtool USES= gmake diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 01b2644c6059..a7266466f5fe 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -3,6 +3,7 @@ PORTNAME= libgphoto2 PORTVERSION= 2.5.3.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION} diff --git a/graphics/libkdcraw-kde4/Makefile b/graphics/libkdcraw-kde4/Makefile index 9185fc2f272f..f322c973e79d 100644 --- a/graphics/libkdcraw-kde4/Makefile +++ b/graphics/libkdcraw-kde4/Makefile @@ -3,6 +3,7 @@ PORTNAME= libkdcraw PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index 861736143492..51ff49267ebd 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -3,6 +3,7 @@ PORTNAME= libopenraw PORTVERSION= 0.0.9 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile index f27caff31491..7413994e270b 100644 --- a/graphics/libosmesa/Makefile +++ b/graphics/libosmesa/Makefile @@ -3,6 +3,7 @@ PORTNAME= libosmesa PORTVERSION= 10.1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${PORTVERSION:R}/ DISTNAME= MesaLib-${PORTVERSION} diff --git a/graphics/libprojectm/Makefile b/graphics/libprojectm/Makefile index 5a8281c6327e..54d4b61776df 100644 --- a/graphics/libprojectm/Makefile +++ b/graphics/libprojectm/Makefile @@ -2,7 +2,7 @@ PORTNAME= libprojectM PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics audio MASTER_SITES= SF/${PORTNAME:L:S/lib//}/${PORTVERSION}/ DISTNAME= ${PORTNAME:S/lib//}-${DISTVERSION}-Source diff --git a/graphics/libreatlas/Makefile b/graphics/libreatlas/Makefile index 66d8717752ea..baf5109de273 100644 --- a/graphics/libreatlas/Makefile +++ b/graphics/libreatlas/Makefile @@ -3,7 +3,7 @@ PORTNAME= libreatlas PORTVERSION= 1.0.0a -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ @@ -24,7 +24,7 @@ LIB_DEPENDS= mspack:${PORTSDIR}/archivers/libmspack \ png15:${PORTSDIR}/graphics/png \ proj:${PORTSDIR}/graphics/proj \ tiff:${PORTSDIR}/graphics/tiff \ - freetype:${PORTSDIR}/print/freetype2 \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ expat:${PORTSDIR}/textproc/expat2 \ freexl:${PORTSDIR}/textproc/freexl \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 101088e7b6a0..6e0b8c05ab59 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -4,6 +4,7 @@ PORTNAME= librsvg PORTVERSION= 2.36.4 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2 @@ -12,7 +13,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library for parsing and rendering SVG vector-graphic files -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ croco-0.6:${PORTSDIR}/textproc/libcroco RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile index 3016f5918cb2..dc1eba9e0bde 100644 --- a/graphics/libsvg/Makefile +++ b/graphics/libsvg/Makefile @@ -4,7 +4,7 @@ PORTNAME= libsvg PORTVERSION= 0.1.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index 2fd3937c4449..cbf623b77b35 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -3,7 +3,7 @@ PORTNAME= libwmf PORTVERSION= 0.2.8.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF/wvware/${PORTNAME}/${PORTVERSION} diff --git a/graphics/luxrays/Makefile b/graphics/luxrays/Makefile index 81706f9a8247..c7b4d42df4f8 100644 --- a/graphics/luxrays/Makefile +++ b/graphics/luxrays/Makefile @@ -3,7 +3,7 @@ PORTNAME= luxrays PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://src.luxrender.net/luxrays/archive/ DISTNAME= ${HG_NODEID} diff --git a/graphics/makehuman/Makefile b/graphics/makehuman/Makefile index 3e333a536c2d..4e6247373c7b 100644 --- a/graphics/makehuman/Makefile +++ b/graphics/makehuman/Makefile @@ -3,7 +3,7 @@ PORTNAME= makehuman DISTVERSION= 0.9.1-rc1a -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/MakeHuman%20Source/MakeHuman_091 diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index 58d9aea5b6d5..652aa45a5e55 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -4,7 +4,7 @@ PORTNAME= mapnik PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics geography MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/ diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index 329136e61ebc..2ae778d78d55 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -3,7 +3,7 @@ PORTNAME= mapserver PORTVERSION= 6.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics www geography MASTER_SITES= http://download.osgeo.org/mapserver/ diff --git a/graphics/mate-document-viewer/Makefile b/graphics/mate-document-viewer/Makefile index 8b52e0d5e4a5..8f0085b602d8 100644 --- a/graphics/mate-document-viewer/Makefile +++ b/graphics/mate-document-viewer/Makefile @@ -3,7 +3,7 @@ PORTNAME= mate-document-viewer PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/graphics/mate-image-viewer/Makefile b/graphics/mate-image-viewer/Makefile index 541d39f73a52..e60c80bc6901 100644 --- a/graphics/mate-image-viewer/Makefile +++ b/graphics/mate-image-viewer/Makefile @@ -3,6 +3,7 @@ PORTNAME= mate-image-viewer PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= graphics mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/graphics/mesa-demos/Makefile b/graphics/mesa-demos/Makefile index 81d1212e3960..025b2b4c9760 100644 --- a/graphics/mesa-demos/Makefile +++ b/graphics/mesa-demos/Makefile @@ -3,6 +3,7 @@ PORTNAME= mesa-demos PORTVERSION= 8.1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/${PORTVERSION}/ DISTFILES= mesa-demos-${PORTVERSION}${EXTRACT_SUFX} diff --git a/graphics/mhgui/Makefile b/graphics/mhgui/Makefile index 77528fbe5406..689b2594c55b 100644 --- a/graphics/mhgui/Makefile +++ b/graphics/mhgui/Makefile @@ -3,7 +3,7 @@ PORTNAME= mhgui PORTVERSION= 0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/makehuman/MakeHuman%20Source/MakeHuman_091 diff --git a/graphics/ming/Makefile b/graphics/ming/Makefile index 1c13f471e94b..9c37d969df0f 100644 --- a/graphics/ming/Makefile +++ b/graphics/ming/Makefile @@ -3,7 +3,7 @@ PORTNAME= ming PORTVERSION= 0.4.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Releases/ diff --git a/graphics/mtpaint/Makefile b/graphics/mtpaint/Makefile index 82169c98c586..4605c0d58257 100644 --- a/graphics/mtpaint/Makefile +++ b/graphics/mtpaint/Makefile @@ -3,7 +3,7 @@ PORTNAME= mtpaint PORTVERSION= 3.40 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF @@ -17,7 +17,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ gif.5:${PORTSDIR}/graphics/giflib \ - freetype.9:${PORTSDIR}/print/freetype2 + libfreetype.so:${PORTSDIR}/print/freetype2 OPTIONS_DEFINE= LCMS2 OPENJPEG NLS OPTIONS_DEFAULT= LCMS2 OPENJPEG diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile index 17318da21713..763988a4f06b 100644 --- a/graphics/mupdf/Makefile +++ b/graphics/mupdf/Makefile @@ -3,6 +3,7 @@ PORTNAME= mupdf PORTVERSION= 1.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE \ diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 709652771eda..e4b41b67d32a 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -3,6 +3,7 @@ PORTNAME= netpbm PORTVERSION= 10.35.89 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/netpbm/super_stable/${PORTVERSION} \ ${MASTER_SITE_LOCAL:S/$/:man/} diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index 311503e20a57..2e01947266d7 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -3,7 +3,7 @@ PORTNAME= nip2 PORTVERSION= 7.26.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index 963a2d8f6bd6..2aad28c2e976 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -3,7 +3,7 @@ PORTNAME= lablgl PORTVERSION= 20120306 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/ \ https://forge.ocamlcore.org/frs/download.php/816/ diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index 9b6df2c7e42a..2891e75c6c27 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -3,6 +3,7 @@ PORTNAME= ogre3d PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= https://bitbucket.org/sinbad/ogre/get/ DISTNAME= v1-9-0 @@ -12,7 +13,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= A scene-oriented, flexible 3D engine written in C++ LIB_DEPENDS= zzip.13:${PORTSDIR}/devel/zziplib \ - freetype.9:${PORTSDIR}/print/freetype2 \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ freeimage.3:${PORTSDIR}/graphics/freeimage OPTIONS_DEFINE= BOOST diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index 4602699732ae..7e5cb03039c8 100644 --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -2,6 +2,7 @@ PORTNAME= okular PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/graphics/opencollada/Makefile b/graphics/opencollada/Makefile index ca6aee671272..b9be1f12b87e 100644 --- a/graphics/opencollada/Makefile +++ b/graphics/opencollada/Makefile @@ -2,7 +2,7 @@ PORTNAME= opencollada PORTVERSION= 1.2.2.20140214 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MAINTAINER= mva@FreeBSD.org diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index 852d3e1d805c..d01c073bbe91 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= osg PORTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index c54be52f31c4..4f5db8ffb9ea 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -3,6 +3,7 @@ PORTNAME= osg PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile index f2b25d634941..f85d9fed1191 100644 --- a/graphics/oyranos/Makefile +++ b/graphics/oyranos/Makefile @@ -2,7 +2,7 @@ PORTNAME= oyranos PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Oyranos/Oyranos%20${PORTVERSION:C|(.*)\.[0-9]*$|\1|} diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile index 84ba8cc8d9a3..d52e5089bef1 100644 --- a/graphics/p5-Imager/Makefile +++ b/graphics/p5-Imager/Makefile @@ -3,6 +3,7 @@ PORTNAME= Imager PORTVERSION= 0.98 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/graphics/p5-OpenGL/Makefile b/graphics/p5-OpenGL/Makefile index bc88e0ce0630..25a39efc8580 100644 --- a/graphics/p5-OpenGL/Makefile +++ b/graphics/p5-OpenGL/Makefile @@ -3,7 +3,7 @@ PORTNAME= OpenGL PORTVERSION= 0.66 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHM diff --git a/graphics/partio/Makefile b/graphics/partio/Makefile index ffdb93d0287c..aeecc92b494b 100644 --- a/graphics/partio/Makefile +++ b/graphics/partio/Makefile @@ -2,6 +2,7 @@ PORTNAME= partio PORTVERSION= 1.1.0.20140128 +PORTREVISION= 1 CATEGORIES= graphics math MAINTAINER= mva@FreeBSD.org diff --git a/graphics/pencil/Makefile b/graphics/pencil/Makefile index 9dc2d94584ae..5ba05e331c45 100644 --- a/graphics/pencil/Makefile +++ b/graphics/pencil/Makefile @@ -3,7 +3,7 @@ PORTNAME= pencil PORTVERSION= 0.4.4b -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}-planner/Pencil/${PORTVERSION}eta DISTNAME= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFFIX} diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index 3903cec72620..49cbc0c7ae8a 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -3,7 +3,7 @@ PORTNAME= pfstools PORTVERSION= 1.6.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/phplot/Makefile b/graphics/phplot/Makefile index 4071e63d07fa..492c585e28af 100644 --- a/graphics/phplot/Makefile +++ b/graphics/phplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= phplot PORTVERSION= 6.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics www MASTER_SITES= SF:source1 \ SF/${PORTNAME}/Manual/20130511:source2 @@ -32,7 +32,7 @@ NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFONTS} -LIB_DEPENDS+= freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 .endif do-install: diff --git a/graphics/pngwriter/Makefile b/graphics/pngwriter/Makefile index 1195bfbc444d..e7577ce84fdf 100644 --- a/graphics/pngwriter/Makefile +++ b/graphics/pngwriter/Makefile @@ -3,7 +3,7 @@ PORTNAME= pngwriter PORTVERSION= 0.5.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/graphics/podofo/Makefile b/graphics/podofo/Makefile index 4b824d5e8c31..8c316e5e283b 100644 --- a/graphics/podofo/Makefile +++ b/graphics/podofo/Makefile @@ -3,7 +3,7 @@ PORTNAME= podofo PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 9c0230592de0..08bda7bf7adf 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -4,7 +4,7 @@ PORTNAME= poppler PORTVERSION= 0.24.5 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= graphics print MASTER_SITES= http://poppler.freedesktop.org/ diff --git a/graphics/pure-gl/Makefile b/graphics/pure-gl/Makefile index ee67f73f6a55..9ab1f4547d26 100644 --- a/graphics/pure-gl/Makefile +++ b/graphics/pure-gl/Makefile @@ -3,7 +3,7 @@ PORTNAME= pure-gl PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES https://cdn.bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 72432b99a271..38919acadd62 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -3,7 +3,7 @@ PORTNAME= imaging PORTVERSION= 1.1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics python MASTER_SITES= http://effbot.org/media/downloads/ \ http://www.pythonware.net/storage/ diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile index 622d43f58167..2bbdb7f2eb66 100644 --- a/graphics/py-opengl/Makefile +++ b/graphics/py-opengl/Makefile @@ -3,7 +3,7 @@ PORTNAME= opengl PORTVERSION= 3.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics python MASTER_SITES= SF/py${PORTNAME}/PyOpenGL/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile index 8e0158b1a4fb..db1f3d97a075 100644 --- a/graphics/py-pillow/Makefile +++ b/graphics/py-pillow/Makefile @@ -3,6 +3,7 @@ PORTNAME= pillow PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:C/p/P/}-${PORTVERSION} diff --git a/graphics/py-pyglet/Makefile b/graphics/py-pyglet/Makefile index 7ccd7655613f..2b0b1df8c0d9 100644 --- a/graphics/py-pyglet/Makefile +++ b/graphics/py-pyglet/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyglet PORTVERSION= 1.1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics multimedia x11-toolkits python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile index 3ca647f75a2c..247a28e502e1 100644 --- a/graphics/py-soya3d/Makefile +++ b/graphics/py-soya3d/Makefile @@ -3,7 +3,7 @@ PORTNAME= soya3d PORTVERSION= 0.14 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics python MASTER_SITES= http://download.gna.org/soya/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ COMMENT= Very high level 3D engine for Python BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode \ ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging LIB_DEPENDS= cal3d.12:${PORTSDIR}/graphics/cal3d \ - freetype.9:${PORTSDIR}/print/freetype2 + libfreetype.so:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/editobj/editor.py:${PORTSDIR}/graphics/py-editobj \ ${PYTHON_SITELIBDIR}/tofu/client.py:${PORTSDIR}/net/py-tofu \ ${PYTHON_SITELIBDIR}/cerealizer/__init__.py:${PORTSDIR}/security/py-cerealizer diff --git a/graphics/pyro/Makefile b/graphics/pyro/Makefile index 64a7d45377e1..4dbf83d79383 100644 --- a/graphics/pyro/Makefile +++ b/graphics/pyro/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyro PORTVERSION= 1.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://nostatic.org/pyro/ EXTRACT_SUFX= .tgz diff --git a/graphics/quat-gui/Makefile b/graphics/quat-gui/Makefile index 43b416373631..287b3da4ba0e 100644 --- a/graphics/quat-gui/Makefile +++ b/graphics/quat-gui/Makefile @@ -3,7 +3,7 @@ PORTNAME= quat PORTVERSION= 1.20 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics #MASTER_SITES= http://www.physcip.uni-stuttgart.de/phy11733/download/ MASTER_SITES= http://www.sourcefiles.org/Graphics/Fractals/ diff --git a/graphics/quesa/Makefile b/graphics/quesa/Makefile index 279619d12ba2..9f7fac2a563f 100644 --- a/graphics/quesa/Makefile +++ b/graphics/quesa/Makefile @@ -3,7 +3,7 @@ PORTNAME= quesa PORTVERSION= 1.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF .ifdef (WITH_EXAMPLES) diff --git a/graphics/quesoglc/Makefile b/graphics/quesoglc/Makefile index f3aa98e873c4..e9fad646d192 100644 --- a/graphics/quesoglc/Makefile +++ b/graphics/quesoglc/Makefile @@ -3,7 +3,7 @@ PORTNAME= quesoglc PORTVERSION= 0.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/QuesoGLC/${PORTVERSION} diff --git a/graphics/qxv/Makefile b/graphics/qxv/Makefile index 0d3a46637cdf..dadb1ea17d9a 100644 --- a/graphics/qxv/Makefile +++ b/graphics/qxv/Makefile @@ -3,7 +3,7 @@ PORTNAME= qxv PORTVERSION= 0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= graphics MASTER_SITES= http://labs.freehackers.org/attachments/download/422/ @@ -21,12 +21,11 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libintl.so:${PORTSDIR}/devel/gettext \ libpcre.so:${PORTSDIR}/devel/pcre \ libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ - libexpat.so:${PORTSDIR}/textproc/expat2 \ - libxcb.so:${PORTSDIR}/x11/xcb + libexpat.so:${PORTSDIR}/textproc/expat2 USES= iconv qmake USE_BZIP2= yes -USE_XORG= sm xrender xext x11 xau xdmcp ice +USE_XORG= sm xrender xext x11 xau xdmcp ice xcb USE_QT4= corelib gui moc_build uic_build rcc_build MAKE_JOBS_UNSAFE= yes diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile index f03e6d4d20fb..327790352e3a 100644 --- a/graphics/rawstudio/Makefile +++ b/graphics/rawstudio/Makefile @@ -3,7 +3,7 @@ PORTNAME= rawstudio PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://rawstudio.org/files/release/ diff --git a/graphics/reallyslick/Makefile b/graphics/reallyslick/Makefile index dfbea49067c6..371104524f03 100644 --- a/graphics/reallyslick/Makefile +++ b/graphics/reallyslick/Makefile @@ -3,7 +3,7 @@ PORTNAME= reallyslick PORTVERSION= 0.9.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF/rss-glx/rss-glx/${PORTVERSION} DISTNAME= rss-glx_${PORTVERSION} diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index de1c49a33c91..33c341767c64 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -3,7 +3,7 @@ PORTNAME= gd PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics ruby MASTER_SITES= http://www.daifukuya.com/archive/kagemai/lib/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/graphics/rubygem-opengl/Makefile b/graphics/rubygem-opengl/Makefile index 30534e664ba5..d188e1c451af 100644 --- a/graphics/rubygem-opengl/Makefile +++ b/graphics/rubygem-opengl/Makefile @@ -3,6 +3,7 @@ PORTNAME= opengl PORTVERSION= 0.8.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics ruby MASTER_SITES= RG diff --git a/graphics/sdl2_ttf/Makefile b/graphics/sdl2_ttf/Makefile index 34e227508db6..e0f24d12e05f 100644 --- a/graphics/sdl2_ttf/Makefile +++ b/graphics/sdl2_ttf/Makefile @@ -2,7 +2,7 @@ PORTNAME= sdl2_ttf PORTVERSION= 2.0.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL2_ttf-${PORTVERSION} diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index a0d30313626e..c2c54e68c720 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdl_ttf PORTVERSION= 2.0.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} diff --git a/graphics/silgraphite/Makefile b/graphics/silgraphite/Makefile index 75316fa76f82..7dd74f66bc92 100644 --- a/graphics/silgraphite/Makefile +++ b/graphics/silgraphite/Makefile @@ -3,6 +3,7 @@ PORTNAME= silgraphite PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF @@ -20,7 +21,7 @@ CONFIGURE_ARGS= --without-xft --without-pangographite .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFREETYPE} -LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 USES+= iconv CONFIGURE_ARGS+= --with-freetype PLIST_SUB+= WITH_FREETYPE="" diff --git a/graphics/simpleviewer/Makefile b/graphics/simpleviewer/Makefile index 16ae546ac6ce..1479670fa67b 100644 --- a/graphics/simpleviewer/Makefile +++ b/graphics/simpleviewer/Makefile @@ -3,7 +3,7 @@ PORTNAME= simpleviewer PORTVERSION= 1.7.1553.8560 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/OpenGL%20edition DISTNAME= sviewgl-src-${PORTVERSION} diff --git a/graphics/sk1libs/Makefile b/graphics/sk1libs/Makefile index 415589a10622..b46d6a2a7819 100644 --- a/graphics/sk1libs/Makefile +++ b/graphics/sk1libs/Makefile @@ -3,6 +3,7 @@ PORTNAME= sk1libs PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= GOOGLE_CODE \ http://mirror.amdmi3.ru/distfiles/ diff --git a/graphics/sswf/Makefile b/graphics/sswf/Makefile index 0dec0bf858f4..b3f61035c919 100644 --- a/graphics/sswf/Makefile +++ b/graphics/sswf/Makefile @@ -3,7 +3,7 @@ PORTNAME= sswf PORTVERSION= 1.8.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/graphics/swfmill/Makefile b/graphics/swfmill/Makefile index 7ef5103dc64f..2fe6a6537cef 100644 --- a/graphics/swfmill/Makefile +++ b/graphics/swfmill/Makefile @@ -3,6 +3,7 @@ PORTNAME= swfmill PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://swfmill.org/releases/ diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index daa32d375c99..b96dc18c74fd 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -3,7 +3,7 @@ PORTNAME= swftools PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.swftools.org/ \ http://www.c-s.li/ports/ diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 5c8f73047a8e..56a46e552963 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -3,6 +3,7 @@ PORTNAME= tiff PORTVERSION= 4.0.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://download.osgeo.org/libtiff/ diff --git a/graphics/tinyows/Makefile b/graphics/tinyows/Makefile index 8cfc81cc5fd7..f043030fd47f 100644 --- a/graphics/tinyows/Makefile +++ b/graphics/tinyows/Makefile @@ -3,6 +3,7 @@ PORTNAME= tinyows PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= graphics www geography MASTER_SITES= http://download.osgeo.org/mapserver/ diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 082f44933cd8..68907dc0437b 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -3,7 +3,7 @@ PORTNAME= tulip PORTVERSION= 3.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/auber/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} @@ -11,7 +11,7 @@ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} MAINTAINER= gahr@FreeBSD.org COMMENT= A system dedicated to the visualization of huge graphs -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ gzstream.0:${PORTSDIR}/devel/gzstream \ ftgl.2:${PORTSDIR}/graphics/ftgl \ qscintilla2:${PORTSDIR}/devel/qscintilla2 \ diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index ddbc676a4ef4..ec3bef1acd5c 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -3,7 +3,7 @@ PORTNAME= vips PORTVERSION= 7.26.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile index d39640300f6a..714ecca49472 100644 --- a/graphics/webp/Makefile +++ b/graphics/webp/Makefile @@ -3,7 +3,7 @@ PORTNAME= webp PORTVERSION= 0.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE DISTNAME= lib${PORTNAME}-${PORTVERSION} diff --git a/graphics/white_dune/Makefile b/graphics/white_dune/Makefile index fbb329547069..504655110e2b 100644 --- a/graphics/white_dune/Makefile +++ b/graphics/white_dune/Makefile @@ -4,7 +4,7 @@ PORTNAME= white_dune PORTVERSION= ${DISTVERSION:S/pl/./} DISTVERSION= 0.30pl5 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://vrml.cip.ica.uni-stuttgart.de/dune/ diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 565cfd6877d4..d5e0db43c102 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -3,6 +3,7 @@ PORTNAME= xpaint PORTVERSION= 2.9.10 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 4b78c0c2b56e..f2a02d01d124 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -2,7 +2,7 @@ PORTNAME= xpdf PORTVERSION= 3.03 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ ${MASTER_SITE_TEX_CTAN} diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index ea97cddadadb..4a9441138265 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -3,6 +3,7 @@ PORTNAME= xsane PORTVERSION= 0.999 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.xsane.org/download/ diff --git a/graphics/zbar/Makefile b/graphics/zbar/Makefile index 6d0f21b6456f..aca20cbe7b18 100644 --- a/graphics/zbar/Makefile +++ b/graphics/zbar/Makefile @@ -3,7 +3,7 @@ PORTNAME= zbar PORTVERSION= 0.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF |