diff options
author | abs <abs@pkgsrc.org> | 2003-06-08 09:55:28 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-06-08 09:55:28 +0000 |
commit | 3ca8d4178aa7be150ee64bc83f2a490b33c5f0d9 (patch) | |
tree | 9674558dba00957b91694d4778937457e1c2e8ec | |
parent | 5c1872847b32611c93dbcff722e61d5e1cd48933 (diff) | |
download | pkgsrc-3ca8d4178aa7be150ee64bc83f2a490b33c5f0d9.tar.gz |
Updated figlet to 2.2.1nb1:
Do not unconditionally set CC
-rw-r--r-- | doc/CHANGES | 7 | ||||
-rw-r--r-- | misc/figlet/Makefile | 3 | ||||
-rw-r--r-- | misc/figlet/distinfo | 4 | ||||
-rw-r--r-- | misc/figlet/patches/patch-aa | 14 |
4 files changed, 16 insertions, 12 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index fc3d47c2fc9..0c9b292a732 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.2454 2003/06/08 05:54:09 epg Exp $ +$NetBSD: CHANGES,v 1.2455 2003/06/08 09:55:28 abs Exp $ Changes to the packages collection and infrastructure in 2003: @@ -2376,5 +2376,6 @@ Changes to the packages collection and infrastructure in 2003: Added plotutils-nox11-2.4.1 [jschauma 2003-06-07] Updated gnuplot to 3.7.3nb1 [jschauma 2003-06-07] Added gnuplot-nox11-3.7.3 [jschauma 2003-06-07] - Bumped spamassassin to 2.55nb1 [heinz 2003-06-08] - Added gnuserv-3.12.6 [epg 2003-05-25] + Updated spamassassin to 2.55nb1 [heinz 2003-06-08] + Added gnuserv-3.12.6 [epg 2003-06-08] + Updated figlet to 2.2.1nb1 [abs 2003-06-08] diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile index a5e8fe53a40..3c92fe8109e 100644 --- a/misc/figlet/Makefile +++ b/misc/figlet/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2003/06/02 01:18:16 jschauma Exp $ +# $NetBSD: Makefile,v 1.11 2003/06/08 09:55:29 abs Exp $ # FreeBSD Id: Makefile,v 1.6 1997/06/29 09:56:32 obrien Exp # DISTNAME= figlet221 PKGNAME= figlet-2.2.1 +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.figlet.org/pub/figlet/program/unix/ diff --git a/misc/figlet/distinfo b/misc/figlet/distinfo index 8dd1945291d..d872db96846 100644 --- a/misc/figlet/distinfo +++ b/misc/figlet/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2002/07/19 08:00:47 agc Exp $ +$NetBSD: distinfo,v 1.5 2003/06/08 09:55:29 abs Exp $ SHA1 (figlet221.tar.gz) = f11ee2e158959bed59410e4eb2c2bd3da597dbf1 Size (figlet221.tar.gz) = 172219 bytes -SHA1 (patch-aa) = a71d5b7bd8e296b7e17bb94b7156dee3bbf98b55 +SHA1 (patch-aa) = 66d688fde9d3233761f3e0265ad9d08e96ce4a04 diff --git a/misc/figlet/patches/patch-aa b/misc/figlet/patches/patch-aa index 019bd0685cb..75c5a2b7bca 100644 --- a/misc/figlet/patches/patch-aa +++ b/misc/figlet/patches/patch-aa @@ -1,13 +1,15 @@ -$NetBSD: patch-aa,v 1.4 2002/07/19 08:00:48 agc Exp $ +$NetBSD: patch-aa,v 1.5 2003/06/08 09:55:29 abs Exp $ --- Makefile.orig Sat Jul 13 11:24:16 2002 -+++ Makefile Fri Jul 19 08:54:54 2002 -@@ -12,18 +12,18 @@ ++++ Makefile +@@ -11,19 +11,19 @@ + # Don't change this even if your shell is different. The only reason # for changing this is if sh is not in the same place. SHELL = /bin/sh - CC = gcc +-CC = gcc -CFLAGS = -g -+#CFLAGS = -g ++CC ?= gcc ++CFLAGS ?= -g # Where the executables should be put -DESTDIR = /usr/local/bin @@ -26,7 +28,7 @@ $NetBSD: patch-aa,v 1.4 2002/07/19 08:00:48 agc Exp $ # The filename of the font to be used if no other is specified # (standard.flf is recommended, but any other can be used). -@@ -55,6 +55,7 @@ +@@ -55,6 +55,7 @@ install: figlet chkfont mkdir -p $(DEFAULTFONTDIR) cp figlet $(DESTDIR) cp chkfont $(DESTDIR) |