diff options
author | tron <tron> | 2001-03-04 09:06:09 +0000 |
---|---|---|
committer | tron <tron> | 2001-03-04 09:06:09 +0000 |
commit | 94d466244710de6ccb64bed3cdcaea81abc20fdf (patch) | |
tree | 386a9cc302ef515d46074f8ce0f95786725af501 /graphics | |
parent | 82317d5211acc380c7f06b6f1e7b05be69fe3914 (diff) | |
download | pkgsrc-94d466244710de6ccb64bed3cdcaea81abc20fdf.tar.gz |
Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 | ||||
-rw-r--r-- | graphics/alevt/Makefile | 4 | ||||
-rw-r--r-- | graphics/clanlib/Makefile | 4 | ||||
-rw-r--r-- | graphics/fly/Makefile | 3 | ||||
-rw-r--r-- | graphics/gd/Makefile | 4 | ||||
-rw-r--r-- | graphics/gif2png/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 4 | ||||
-rw-r--r-- | graphics/hp2xx/Makefile | 4 | ||||
-rw-r--r-- | graphics/imlib/Makefile | 4 | ||||
-rw-r--r-- | graphics/libgdgeda/Makefile | 4 | ||||
-rw-r--r-- | graphics/libwmf/Makefile | 4 | ||||
-rw-r--r-- | graphics/magicpoint/Makefile | 4 | ||||
-rw-r--r-- | graphics/netpbm/Makefile | 4 | ||||
-rw-r--r-- | graphics/ploticus/Makefile | 4 | ||||
-rw-r--r-- | graphics/plotutils/Makefile | 4 | ||||
-rw-r--r-- | graphics/png2html/Makefile | 4 | ||||
-rw-r--r-- | graphics/povray/Makefile | 5 | ||||
-rw-r--r-- | graphics/xart/Makefile | 4 | ||||
-rw-r--r-- | graphics/xli/Makefile | 4 | ||||
-rw-r--r-- | graphics/xpaint/Makefile | 5 | ||||
-rw-r--r-- | graphics/xsane/Makefile | 4 | ||||
-rw-r--r-- | graphics/xv/Makefile | 4 | ||||
-rw-r--r-- | graphics/xzgv/Makefile | 4 |
23 files changed, 44 insertions, 49 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 2792acf69ee..adce4fbfd28 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2001/02/16 15:22:14 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2001/03/04 09:06:10 tron Exp $ DISTNAME= ImageMagick-5.2.8 CATEGORIES= graphics @@ -11,7 +11,7 @@ COMMENT= Package for display and interactive manipulation of images DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= mpeg2codec-1.2:../../graphics/mpeg2codec -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL diff --git a/graphics/alevt/Makefile b/graphics/alevt/Makefile index 0bd96475bb9..93a53172ff4 100644 --- a/graphics/alevt/Makefile +++ b/graphics/alevt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2001/03/04 09:06:11 tron Exp $ DISTNAME= alevt-1.6.0 CATEGORIES= graphics @@ -8,7 +8,7 @@ MAINTAINER= magick@bundy.zhadum.de HOMEPAGE= http://user.exit.de/froese/ COMMENT= Teletext decoder and browser for Brooktree 848 compatible TV cards -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= fxtv>=1.02:../../graphics/fxtv ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \ diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile index cc4f0720fe0..a5cdde703af 100644 --- a/graphics/clanlib/Makefile +++ b/graphics/clanlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/02/16 15:22:16 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2001/03/04 09:06:11 tron Exp $ DISTNAME= ClanLib-0.4.4 CATEGORIES= graphics games devel x11 @@ -9,7 +9,7 @@ HOMEPAGE= http://www.clanlib.org/ COMMENT= The ClanLib Game SDK DEPENDS+= Hermes>=1.3:../../graphics/hermes -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= pth-*:../../devel/pth USE_X11BASE= yes diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile index 8d2a0102074..4706c08c8f9 100644 --- a/graphics/fly/Makefile +++ b/graphics/fly/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/16 15:22:18 wiz Exp $ -# +# $NetBSD: Makefile,v 1.13 2001/03/04 09:06:11 tron Exp $ DISTNAME= fly-1.6.5 CATEGORIES= graphics www diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 53e7e2183ab..c1a4813a86a 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2001/02/16 15:22:20 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2001/03/04 09:06:11 tron Exp $ # FreeBSD Id: Makefile,v 1.2 1997/02/14 07:55:45 asami Exp # @@ -11,7 +11,7 @@ HOMEPAGE= http://www.boutell.com/gd/ COMMENT= graphics library for fast PNG creation DEPENDS+= freetype-lib>=1.3.1:../../graphics/freetype-lib -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= jpeg-*:../../graphics/jpeg USE_X11= YES diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index 74af6373e89..915b70ee789 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/16 15:22:21 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2001/03/04 09:06:11 tron Exp $ # DISTNAME= gif2png-2.4.0 @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.tuxedo.org/~esr/gif2png/ COMMENT= convert GIF files to PNG -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png GNU_CONFIGURE= YES MAKE_ENV+= INCLUDES="-I${PREFIX}/include" diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 675837dc8a5..c1684d319e9 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2001/02/16 15:22:22 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2001/03/04 09:06:12 tron Exp $ DISTNAME= gimp-1.2.1 CATEGORIES= graphics @@ -17,7 +17,7 @@ DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= gnome-libs>=1.2.0:../../x11/gnome-libs DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff GIMP_DATA= gimp-data-extras-1.2.0 diff --git a/graphics/hp2xx/Makefile b/graphics/hp2xx/Makefile index 8ae059f98c6..81ef2135f99 100644 --- a/graphics/hp2xx/Makefile +++ b/graphics/hp2xx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/02/16 15:22:24 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2001/03/04 09:06:12 tron Exp $ # DISTNAME= hp2xx-3.3.2 @@ -10,7 +10,7 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.gnu.org/software/hp2xx/hp2xx.html COMMENT= HPGL converter and previewer -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff USE_X11= yes diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index f6928bd302b..c08bebc4688 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2001/02/16 15:22:24 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2001/03/04 09:06:12 tron Exp $ # DISTNAME= imlib-1.9.8.1 @@ -15,7 +15,7 @@ DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= libungif-*:../../graphics/libungif DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= netpbm-*:../../graphics/netpbm -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= tiff>=3.5.4:../../graphics/tiff USE_X11BASE= yes diff --git a/graphics/libgdgeda/Makefile b/graphics/libgdgeda/Makefile index 07a43035152..608c65b6f0c 100644 --- a/graphics/libgdgeda/Makefile +++ b/graphics/libgdgeda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/16 15:22:25 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/03/04 09:06:12 tron Exp $ # DISTNAME= libgdgeda-1.6 @@ -9,7 +9,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.geda.seul.org/ COMMENT= Modified version of the gd packages for use with gEDA -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index fc7e0844fb3..f7f125f0422 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/02/16 15:22:26 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2001/03/04 09:06:13 tron Exp $ # DISTNAME= libwmf-0.1.20 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.wvware.com/libwmf.html COMMENT= library for reading and converting WMF (Windows Meta Files) DEPENDS+= freetype-lib>=1.3.1:../../graphics/freetype-lib -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png USE_X11= YES USE_XPM= YES diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile index bae24edfdfd..871ec05a943 100644 --- a/graphics/magicpoint/Makefile +++ b/graphics/magicpoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/02/16 15:22:26 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2001/03/04 09:06:13 tron Exp $ DISTNAME= magicpoint-1.07a CATEGORIES= x11 graphics @@ -9,7 +9,7 @@ HOMEPAGE= http://www.Mew.org/mgp/ COMMENT= X11 based presentation tool DEPENDS+= freetype-lib>=1.3.1:../../graphics/freetype-lib -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png CONFLICTS= mgp-* diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 2da90035b7d..fec13332cb2 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2001/02/16 15:22:28 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2001/03/04 09:06:13 tron Exp $ DISTNAME= netpbm-9.7 CATEGORIES= graphics @@ -10,7 +10,7 @@ HOMEPAGE= http://netpbm.sourceforge.net/ COMMENT= toolkit for conversion of images between different formats DEPENDS+= tiff>=3.5.4:../../graphics/tiff -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png USE_GMAKE= yes USE_LIBTOOL= yes diff --git a/graphics/ploticus/Makefile b/graphics/ploticus/Makefile index eedf61d27a8..0458801933e 100644 --- a/graphics/ploticus/Makefile +++ b/graphics/ploticus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/16 15:22:30 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/03/04 09:06:13 tron Exp $ # DISTNAME= plsrc13 @@ -12,7 +12,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.sgpr.net/ COMMENT= Versatile data visualization engine -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png NO_CONFIGURE= YES USE_X11= YES diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 1d5f2303806..8652f0ada88 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/02/16 15:22:30 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2001/03/04 09:06:13 tron Exp $ # DISTNAME= plotutils-2.4.1 @@ -9,7 +9,7 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html COMMENT= Programs and library for plotting scientific data -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-libplotter diff --git a/graphics/png2html/Makefile b/graphics/png2html/Makefile index d17be80dd89..24b405bc5da 100644 --- a/graphics/png2html/Makefile +++ b/graphics/png2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:31 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/04 09:06:14 tron Exp $ # DISTNAME= png2html-1.1 @@ -9,9 +9,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.engr.mun.ca/~holden/png2html.html COMMENT= Takes a PNG image and transforms it to a web page -DEPENDS+= png-1.*:../../graphics/png DEPENDS+= gd>=1.8.3:../../graphics/gd -DEPENDS+= jpeg>=6a:../../graphics/jpeg do-install: ${INSTALL_MAN_DIR} ${PREFIX}/share/doc/png2html diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index e93b86e05db..bc161cf5d6f 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.11 2001/02/16 15:22:31 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2001/03/04 09:06:14 tron Exp $ # FreeBSD Id: Makefile,v 1.9 1998/08/20 18:56:00 jseger Exp -# DISTNAME= povray31 PKGNAME= povray-3.1g @@ -15,7 +14,7 @@ MAINTAINER= pooka@netbsd.org HOMEPAGE= http://www.povray.org/ COMMENT= Persistence of Vision Ray Tracer -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png USE_X11= yes diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile index 09c0cbb028c..df9de876f46 100644 --- a/graphics/xart/Makefile +++ b/graphics/xart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/02/16 15:22:35 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2001/03/04 09:06:14 tron Exp $ # DISTNAME= xart19980415 @@ -13,7 +13,7 @@ COMMENT= Paint program (enhanced xpaint) DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= tiff-*:../../graphics/tiff -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png USE_IMAKE= YES USE_XPM= YES diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 4e5f2d3b0d1..3cdfc8f4f8a 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 15:22:36 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/03/04 09:06:14 tron Exp $ DISTNAME= xli-1.16nb1 CATEGORIES= graphics x11 @@ -10,7 +10,7 @@ DISTFILES= xli.1.16.tar.gz \ MAINTAINER= packages@netbsd.org COMMENT= Version of xloadimage, an X11 Image Loading Utility -DEPENDS+= png>=1.0.3:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png NO_WRKSUBDIR= yes diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 602caa70869..62cd5990308 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.25 2001/02/16 15:22:36 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2001/03/04 09:06:15 tron Exp $ # FreeBSD Id: Makefile,v 1.14 1997/08/29 12:17:50 tg Exp -# DISTNAME= xpaint-2.5.6 WRKSRC= ${WRKDIR}/xpaint @@ -13,7 +12,7 @@ COMMENT= Simple paint program DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png USE_IMAKE= YES USE_XPM= YES diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 2f99dfd825c..89f39fa5039 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/02/24 19:10:12 tron Exp $ +# $NetBSD: Makefile,v 1.24 2001/03/04 09:06:15 tron Exp $ # DISTNAME= xsane-0.72 @@ -20,7 +20,7 @@ COMMENT= New improved frontend for SANE BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= gtk+>=1.2.5:../../x11/gtk -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= gimp>=1.0.4:../../graphics/gimp DEPENDS+= sane-backends>=1.0.4:../../graphics/sane-backends diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 98cf65ab0cb..0f513d2079d 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2001/02/25 04:17:53 hubertf Exp $ +# $NetBSD: Makefile,v 1.34 2001/03/04 09:06:15 tron Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/03 07:37:08 asami Exp # @@ -18,7 +18,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.trilon.com/xv/ COMMENT= X11 program that displays images of various formats -DEPENDS+= png>=1.0.6:../png +DEPENDS+= png>1.0.9:../png DEPENDS+= tiff-*:../../graphics/tiff USE_IMAKE= yes diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile index 61d7344da25..d5469970cb5 100644 --- a/graphics/xzgv/Makefile +++ b/graphics/xzgv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:37 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/04 09:06:15 tron Exp $ DISTNAME= xzgv-0.6 CATEGORIES= graphics @@ -13,7 +13,7 @@ DEPENDS+= gtk+>=1.2.0:../../x11/gtk DEPENDS+= glib-[0-9]*:../../devel/glib DEPENDS+= libungif-[0-9]*:../../graphics/libungif DEPENDS+= jpeg-[0-9]*:../../graphics/jpeg -DEPENDS+= png-[0-9]*:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= tiff-[0-9]*:../../graphics/tiff DEPENDS+= imlib>=1.0:../../graphics/imlib |