diff options
author | fredb <fredb@pkgsrc.org> | 2005-03-05 23:02:30 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2005-03-05 23:02:30 +0000 |
commit | efd29c6d37670fd86a94f131c77cc75a2e4de654 (patch) | |
tree | 626ca2474ff14f3e4c7ea51032af30d7298b208a /graphics | |
parent | f99ab3c2153e67e3278accee9062273c617fb718 (diff) | |
download | pkgsrc-efd29c6d37670fd86a94f131c77cc75a2e4de654.tar.gz |
Give gzip'd or bzip2'd files the same treatment as "compress"'d files,
that is, filter them through the command to uncompress them on the fly.
We don't need to add dependencies anymore than we ever needed a dependency
on "uncompress". Crank PKG_REVISION for the feature change.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xli/Makefile | 4 | ||||
-rw-r--r-- | graphics/xli/distinfo | 4 | ||||
-rw-r--r-- | graphics/xli/patches/patch-aa | 14 |
3 files changed, 15 insertions, 7 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 1e8a4b2d9c8..87c7d75df37 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2005/03/05 20:43:17 fredb Exp $ +# $NetBSD: Makefile,v 1.27 2005/03/05 23:02:30 fredb Exp $ DISTNAME= xli-2005-02-27 PKGNAME= xli-1.17.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics x11 MASTER_SITES= http://pantransit.reptiles.org/prog/xli/ diff --git a/graphics/xli/distinfo b/graphics/xli/distinfo index a251b1d90c6..037cc8701a5 100644 --- a/graphics/xli/distinfo +++ b/graphics/xli/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2005/03/05 20:09:44 fredb Exp $ +$NetBSD: distinfo,v 1.13 2005/03/05 23:02:30 fredb Exp $ SHA1 (xli-2005-02-27.tar.gz) = 977d8ece0edd41f3ec606310496cf3231f046d88 RMD160 (xli-2005-02-27.tar.gz) = fc83fa5173befa73a0eeb56ad323dad148ef1426 Size (xli-2005-02-27.tar.gz) = 201011 bytes -SHA1 (patch-aa) = 94b5c639175e55562bfdf3413486726246418310 +SHA1 (patch-aa) = e9092fdad849405c5a42760e64875566ed1e04f7 diff --git a/graphics/xli/patches/patch-aa b/graphics/xli/patches/patch-aa index cab4dcaf7ba..6f5a3ede376 100644 --- a/graphics/xli/patches/patch-aa +++ b/graphics/xli/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.8 2003/12/22 04:46:15 fredb Exp $ +$NetBSD: patch-aa,v 1.9 2005/03/05 23:02:30 fredb Exp $ ---- Imakefile.orig 2000-02-09 03:23:32.000000000 -0600 +--- Imakefile.orig 2005-02-27 18:42:39.000000000 -0600 +++ Imakefile -@@ -12,11 +12,11 @@ +@@ -13,17 +13,17 @@ CCOPTIONS = -Aa -D_HPUX_SOURCE #endif @@ -18,3 +18,11 @@ $NetBSD: patch-aa,v 1.8 2003/12/22 04:46:15 fredb Exp $ SYSPATHFILE = $(XAPPLOADDIR)/Xli DEPLIBS = $(DEPXLIB) +-LOCAL_LIBRARIES = $(XLIB) $(JPEG_LDFLAGS) $(PNG_LDFLAGS) -ljpeg -lpng -lz ++LOCAL_LIBRARIES = $(XLIB) $(JPEG_LDFLAGS) $(PNG_LDFLAGS) -ljpeg -lpng -lz + SYS_LIBRARIES = -lm +-DEFINES = -DHAS_MEMCPY ++DEFINES = -DHAS_MEMCPY -DHAVE_GUNZIP -DHAVE_BUNZIP2 + EXTRA_INCLUDES = $(JPEG_INCLUDES) $(PNG_INCLUDES) + + SRCS1 = bright.c clip.c cmuwmrast.c compress.c dither.c faces.c fbm.c fill.c g3.c gif.c halftone.c imagetypes.c img.c mac.c mcidas.c mc_tables.c merge.c misc.c new.c options.c path.c pbm.c pcx.c reduce.c jpeg.c rle.c rlelib.c root.c rotate.c send.c smooth.c sunraster.c value.c window.c xbitmap.c xli.c xpixmap.c xwd.c zio.c zoom.c ddxli.c tga.c bmp.c pcd.c png.c |