From df18943b3b2ab87c57a553545e43958272cdf009 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 10 Jan 2005 13:40:02 +0000 Subject: Changes 1.5: * Minor feature enhancements --- graphics/compface/Makefile | 10 +++++++--- graphics/compface/distinfo | 8 ++++---- graphics/compface/patches/patch-aa | 15 ++++++++------- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/graphics/compface/Makefile b/graphics/compface/Makefile index 5297ac41d7f..600c702eab4 100644 --- a/graphics/compface/Makefile +++ b/graphics/compface/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2004/03/23 04:41:00 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/01/10 13:40:02 adam Exp $ -DISTNAME= compface-1.4 +DISTNAME= compface-1.5 CATEGORIES= graphics MASTER_SITES= http://freshmeat.net/redir/compface/1439/url_tgz/ @@ -11,7 +11,11 @@ COMMENT= 48x48x1 image compression and decompression (X-face utility) CONFLICTS= faces-[0-9]* USE_BUILDLINK3= yes -GNU_CONFIGURE= # defined USE_GNU_TOOLS+= make +GNU_CONFIGURE= yes +pre-configure: + cd ${WRKSRC}; ${AUTOCONF} + +.include "../../mk/autoconf.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/compface/distinfo b/graphics/compface/distinfo index 9b5ceb74c18..42eacb07ed7 100644 --- a/graphics/compface/distinfo +++ b/graphics/compface/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2004/03/20 00:40:15 snj Exp $ +$NetBSD: distinfo,v 1.3 2005/01/10 13:40:02 adam Exp $ -SHA1 (compface-1.4.tar.gz) = ca9e0370e595c25c12c446f7c677d2f2e4b7ae7d -Size (compface-1.4.tar.gz) = 29154 bytes -SHA1 (patch-aa) = 3f558c32219c6299f07830795098c77fe1e5ff88 +SHA1 (compface-1.5.tar.gz) = 2a8f2b5251725d0070ab915bf9ecfc8f47041cc1 +Size (compface-1.5.tar.gz) = 18122 bytes +SHA1 (patch-aa) = 43d8996c8c8f8f72e78a81ae469832224c95c067 diff --git a/graphics/compface/patches/patch-aa b/graphics/compface/patches/patch-aa index ae368eaba62..335ab775a2b 100644 --- a/graphics/compface/patches/patch-aa +++ b/graphics/compface/patches/patch-aa @@ -1,11 +1,12 @@ -$NetBSD: patch-aa,v 1.1 2004/03/20 00:40:15 snj Exp $ +$NetBSD: patch-aa,v 1.2 2005/01/10 13:40:02 adam Exp $ ---- compface.h.orig 2000-11-22 13:38:39.000000000 +0000 +--- compface.h.orig 2005-01-10 14:12:29.000000000 +0000 +++ compface.h @@ -17,6 +17,7 @@ - #define COMPFACE_H - - #include + #define COMPFACE_H + + #include +#include - - /* For all function declarations, if ANSI then use a prototype. */ + + /* For all function declarations, if ANSI then use a prototype. */ + -- cgit v1.2.3