pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/xli Give gzip'd or bzip2'd files the same tre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5672e9b65b1b
branches:  trunk
changeset: 490220:5672e9b65b1b
user:      fredb <fredb%pkgsrc.org@localhost>
date:      Sat Mar 05 23:02:30 2005 +0000

description:
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:

 graphics/xli/Makefile         |   4 ++--
 graphics/xli/distinfo         |   4 ++--
 graphics/xli/patches/patch-aa |  14 +++++++++++---
 3 files changed, 15 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r 588648e2cc23 -r 5672e9b65b1b graphics/xli/Makefile
--- a/graphics/xli/Makefile     Sat Mar 05 22:06:59 2005 +0000
+++ b/graphics/xli/Makefile     Sat Mar 05 23:02:30 2005 +0000
@@ -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 -r 588648e2cc23 -r 5672e9b65b1b graphics/xli/distinfo
--- a/graphics/xli/distinfo     Sat Mar 05 22:06:59 2005 +0000
+++ b/graphics/xli/distinfo     Sat Mar 05 23:02:30 2005 +0000
@@ -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 -r 588648e2cc23 -r 5672e9b65b1b graphics/xli/patches/patch-aa
--- a/graphics/xli/patches/patch-aa     Sat Mar 05 22:06:59 2005 +0000
+++ b/graphics/xli/patches/patch-aa     Sat Mar 05 23:02:30 2005 +0000
@@ -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 @@
  
  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



Home | Main Index | Thread Index | Old Index