summaryrefslogtreecommitdiff
path: root/misc/figlet
diff options
context:
space:
mode:
authorabs <abs>2003-06-08 09:55:28 +0000
committerabs <abs>2003-06-08 09:55:28 +0000
commit6ed08a5f9ee45642380614d5e9175a19a0d29a48 (patch)
tree9674558dba00957b91694d4778937457e1c2e8ec /misc/figlet
parente5348ad8a8f8257ab0fe2a80a8dba80821f08abc (diff)
downloadpkgsrc-6ed08a5f9ee45642380614d5e9175a19a0d29a48.tar.gz
Updated figlet to 2.2.1nb1:
Do not unconditionally set CC
Diffstat (limited to 'misc/figlet')
-rw-r--r--misc/figlet/Makefile3
-rw-r--r--misc/figlet/distinfo4
-rw-r--r--misc/figlet/patches/patch-aa14
3 files changed, 12 insertions, 9 deletions
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)