Sat Oct 20 13:32:55 2012 UTC ()
Replace patch with SUBST_SED.


(wiz)
diff -r1.2 -r1.3 pkgsrc/graphics/giflib/Makefile.common
diff -r1.8 -r1.9 pkgsrc/graphics/giflib/distinfo
diff -r1.10 -r0 pkgsrc/graphics/giflib/patches/patch-ab

cvs diff -r1.2 -r1.3 pkgsrc/graphics/giflib/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/giflib/Makefile.common 2012/02/15 11:20:46 1.2
+++ pkgsrc/graphics/giflib/Makefile.common 2012/10/20 13:32:54 1.3
@@ -1,23 +1,29 @@ @@ -1,23 +1,29 @@
1# $NetBSD: Makefile.common,v 1.2 2012/02/15 11:20:46 obache Exp $ 1# $NetBSD: Makefile.common,v 1.3 2012/10/20 13:32:54 wiz Exp $
2# used by graphics/giflib/Makefile 2# used by graphics/giflib/Makefile
3# used by graphics/giflib-util/Makefile 3# used by graphics/giflib-util/Makefile
4 4
5DISTNAME= giflib-4.1.6 5DISTNAME= giflib-4.1.6
6CATEGORIES= graphics 6CATEGORIES= graphics
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=giflib/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=giflib/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://giflib.sourceforge.net/ 11HOMEPAGE= http://giflib.sourceforge.net/
12LICENSE= mit 12LICENSE= mit
13 13
14PATCHDIR= ${.CURDIR}/../../graphics/giflib/patches 14PATCHDIR= ${.CURDIR}/../../graphics/giflib/patches
15DISTINFO_FILE= ${.CURDIR}/../../graphics/giflib/distinfo 15DISTINFO_FILE= ${.CURDIR}/../../graphics/giflib/distinfo
16 16
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18USE_LIBTOOL= yes 18USE_LIBTOOL= yes
19USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
20 20
21CONFIGURE_ARGS+= --disable-rle 21CONFIGURE_ARGS+= --disable-rle
22CONFIGURE_ARGS+= --disable-x11 22CONFIGURE_ARGS+= --disable-x11
23CONFIGURE_ARGS+= --disable-gl 23CONFIGURE_ARGS+= --disable-gl
 24
 25SUBST_CLASSES+= split
 26SUBST_FILES.split+= util/Makefile.in
 27SUBST_SED.split+= -e 's,../lib/libgif.la,$$(prefix)/lib/libgif.la,g'
 28SUBST_MESSAGE.split= Change Makefile for giflib-util split-off.
 29SUBST_STAGE.split= pre-configure

cvs diff -r1.8 -r1.9 pkgsrc/graphics/giflib/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/giflib/distinfo 2011/09/06 18:45:46 1.8
+++ pkgsrc/graphics/giflib/distinfo 2012/10/20 13:32:54 1.9
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.8 2011/09/06 18:45:46 drochner Exp $ 1$NetBSD: distinfo,v 1.9 2012/10/20 13:32:54 wiz Exp $
2 2
3SHA1 (giflib-4.1.6.tar.bz2) = 22680f604ec92065f04caf00b1c180ba74fb8562 3SHA1 (giflib-4.1.6.tar.bz2) = 22680f604ec92065f04caf00b1c180ba74fb8562
4RMD160 (giflib-4.1.6.tar.bz2) = bdb99f7048a79b9e771b069f90ac151537011d19 4RMD160 (giflib-4.1.6.tar.bz2) = bdb99f7048a79b9e771b069f90ac151537011d19
5Size (giflib-4.1.6.tar.bz2) = 506050 bytes 5Size (giflib-4.1.6.tar.bz2) = 506050 bytes
6SHA1 (patch-ab) = a50e8659c1b4e0dfd900f5032ceb39234a9ee077 

File Deleted: pkgsrc/graphics/giflib/patches/Attic/patch-ab