diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-08-22 17:48:35 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-08-22 17:48:35 +0000 |
commit | 27470e1676e69455acf06ae25ebd42ebd5bdecdb (patch) | |
tree | 445c3e315f03aa972de87391f921c655e4634f60 /graphics | |
parent | Remove textproc/prosper. The latest version is included in (diff) |
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be
enabled when the library is available.
This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11
will set dependency on one of them.
- Fix integer overflow reported as CVE-2015-3228.
- Update Uses/ghostscript.mk:
* Add x11 keyword. nox11 keyword is now obsolete.
* Use packagename in *_DEPENDS line to prevent relationship between
-base and -x11 packages from being broken.
- Fix x11/nox11 keyword and bump PORTREVISION in ports using
USES=ghostscript to update dependency of pre-compiled packages.
Notes
Notes:
svn path=/head/; revision=395047
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 2 | ||||
-rw-r--r-- | graphics/ImageMagick/Makefile | 14 | ||||
-rw-r--r-- | graphics/ImageMagick7/Makefile | 14 | ||||
-rw-r--r-- | graphics/cinepaint/Makefile | 2 | ||||
-rw-r--r-- | graphics/eps2png/Makefile | 2 | ||||
-rw-r--r-- | graphics/epstool/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-app/Makefile | 2 | ||||
-rw-r--r-- | graphics/gle-graphics/Makefile | 2 | ||||
-rw-r--r-- | graphics/imgtops/Makefile | 2 | ||||
-rw-r--r-- | graphics/impressive/Makefile | 2 | ||||
-rw-r--r-- | graphics/klatexformula/Makefile | 1 | ||||
-rw-r--r-- | graphics/ocaml-images/Makefile | 2 | ||||
-rw-r--r-- | graphics/ocrfeeder/Makefile | 1 | ||||
-rw-r--r-- | graphics/pstoedit/Makefile | 2 | ||||
-rw-r--r-- | graphics/pstoepsi/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-chart/Makefile | 2 | ||||
-rw-r--r-- | graphics/sam2p/Makefile | 1 | ||||
-rw-r--r-- | graphics/xournal/Makefile | 2 | ||||
-rw-r--r-- | graphics/xpaint/Makefile | 1 |
19 files changed, 31 insertions, 27 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index b23eea7ed677..3821a24b2d2d 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.20 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 574a6ed7c26e..0a11fa67bdd2 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -2,7 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 6.9.1-10 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ @@ -221,9 +221,9 @@ PLIST_SUB+= TIFF="@comment " .if ${PORT_OPTIONS:MGSLIB} CONFIGURE_ARGS+= --with-gslib . if ${PORT_OPTIONS:MX11} -USES+= ghostscript +USES+= ghostscript:x11 . else -USES+= ghostscript:nox11 +USES+= ghostscript . endif .else CONFIGURE_ARGS+= --without-gslib @@ -358,9 +358,9 @@ PLIST_SUB+= PANGO="@comment " # PDF (Adobe Portable Document Format) support .if ${PORT_OPTIONS:MPDF} . if ${PORT_OPTIONS:MX11} -USES+= ghostscript +USES+= ghostscript:x11 . else -USES+= ghostscript:nox11 +USES+= ghostscript . endif .endif @@ -385,9 +385,9 @@ INSTALL_TARGET= install-strip .if ${PORT_OPTIONS:MTESTS} . if ${PORT_OPTIONS:MX11} -USES+= ghostscript:build +USES+= ghostscript:x11,build . else -USES+= ghostscript:build,nox11 +USES+= ghostscript:build . endif .endif diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile index c5f330c87a30..8090f294a1a3 100644 --- a/graphics/ImageMagick7/Makefile +++ b/graphics/ImageMagick7/Makefile @@ -2,7 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 7.0.0-0~beta${DATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ http://www.imagemagick.org/download/beta/ \ @@ -227,9 +227,9 @@ PLIST_SUB+= TIFF="@comment " .if ${PORT_OPTIONS:MGSLIB} CONFIGURE_ARGS+= --with-gslib . if ${PORT_OPTIONS:MX11} -USES+= ghostscript +USES+= ghostscript:x11 . else -USES+= ghostscript:nox11 +USES+= ghostscript . endif .else CONFIGURE_ARGS+= --without-gslib @@ -364,9 +364,9 @@ PLIST_SUB+= PANGO="@comment " # PDF (Adobe Portable Document Format) support .if ${PORT_OPTIONS:MPDF} . if ${PORT_OPTIONS:MX11} -USES+= ghostscript +USES+= ghostscript:x11 . else -USES+= ghostscript:nox11 +USES+= ghostscript . endif .endif @@ -391,9 +391,9 @@ INSTALL_TARGET= install-strip .if ${PORT_OPTIONS:MTESTS} . if ${PORT_OPTIONS:MX11} -USES+= ghostscript:build +USES+= ghostscript:x11,build . else -USES+= ghostscript:build,nox11 +USES+= ghostscript:build . endif .endif diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 4093446143ce..15f3c3ecb968 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -3,7 +3,7 @@ PORTNAME= cinepaint DISTVERSION= 1.0-4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/CinePaint/CinePaint-${DISTVERSION} diff --git a/graphics/eps2png/Makefile b/graphics/eps2png/Makefile index 4afe0811c061..ba384790e05d 100644 --- a/graphics/eps2png/Makefile +++ b/graphics/eps2png/Makefile @@ -3,7 +3,7 @@ PORTNAME= eps2png PORTVERSION= 2.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JV diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile index ec03ec0cf269..5263821b0872 100644 --- a/graphics/epstool/Makefile +++ b/graphics/epstool/Makefile @@ -3,7 +3,7 @@ PORTNAME= epstool PORTVERSION= 3.08 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= LOCAL/bf diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index ba5b45e57dab..89614057fae0 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,7 +3,7 @@ PORTNAME?= gimp-app PORTVERSION= 2.8.14 -PORTREVISION?= 3 +PORTREVISION?= 4 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} diff --git a/graphics/gle-graphics/Makefile b/graphics/gle-graphics/Makefile index d0f9f4da6be3..48ef30782262 100644 --- a/graphics/gle-graphics/Makefile +++ b/graphics/gle-graphics/Makefile @@ -3,7 +3,7 @@ PORTNAME= gle-graphics DISTVERSION= 4.2.4cf -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics print MASTER_SITES= SF/glx/gle4%20%28Current%20Active%20Version%29/${DISTVERSION:C,.$,,1} DISTNAME= ${PORTNAME}-${DISTVERSION}-src diff --git a/graphics/imgtops/Makefile b/graphics/imgtops/Makefile index 8e2ffe631170..71a95aa1ee69 100644 --- a/graphics/imgtops/Makefile +++ b/graphics/imgtops/Makefile @@ -3,7 +3,7 @@ PORTNAME= imgtops PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile index f627ea378efb..2f50b8e33a34 100644 --- a/graphics/impressive/Makefile +++ b/graphics/impressive/Makefile @@ -3,7 +3,7 @@ PORTNAME= impressive PORTVERSION= 0.10.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Impressive/${PORTVERSION}/ DISTNAME= Impressive-${PORTVERSION} diff --git a/graphics/klatexformula/Makefile b/graphics/klatexformula/Makefile index cd5756df3845..096307bc2f02 100644 --- a/graphics/klatexformula/Makefile +++ b/graphics/klatexformula/Makefile @@ -2,6 +2,7 @@ PORTNAME= klatexformula PORTVERSION= 3.2.11 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index 87f1b5f46f51..71d4e412e1be 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -3,7 +3,7 @@ PORTNAME= images PORTVERSION= 4.0.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/camlspotter/camlimages/get/ diff --git a/graphics/ocrfeeder/Makefile b/graphics/ocrfeeder/Makefile index f8928f9e3f80..2219e4a2f2e1 100644 --- a/graphics/ocrfeeder/Makefile +++ b/graphics/ocrfeeder/Makefile @@ -3,6 +3,7 @@ PORTNAME= ocrfeeder PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 24b14524e0d7..754dce78f8ed 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -3,7 +3,7 @@ PORTNAME= pstoedit PORTVERSION= 3.70 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print MASTER_SITES= SF diff --git a/graphics/pstoepsi/Makefile b/graphics/pstoepsi/Makefile index b507509a5d64..a8d0be3e928a 100644 --- a/graphics/pstoepsi/Makefile +++ b/graphics/pstoepsi/Makefile @@ -3,7 +3,7 @@ PORTNAME= pstoepsi PORTVERSION= 20020711 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.usc.edu/pub/tgif/tools/pstoepsi/ DISTFILES= pstoepsi README.this-site diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile index 271c7a3117d3..efc2c583589f 100644 --- a/graphics/py-chart/Makefile +++ b/graphics/py-chart/Makefile @@ -3,7 +3,7 @@ PORTNAME= chart PORTVERSION= 1.39 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics python MASTER_SITES= http://download.gna.org/pychart/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index 33173fb318c4..dabe50b216a5 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -3,6 +3,7 @@ PORTNAME= sam2p PORTVERSION= 0.49.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE diff --git a/graphics/xournal/Makefile b/graphics/xournal/Makefile index 6b50199f4cc7..4d3e683b4fed 100644 --- a/graphics/xournal/Makefile +++ b/graphics/xournal/Makefile @@ -3,7 +3,7 @@ PORTNAME= xournal PORTVERSION= 0.4.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index f116330d955f..07311d887fa6 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -3,6 +3,7 @@ PORTNAME= xpaint PORTVERSION= 2.9.10.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION:R} |