pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/compface Changes 1.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec4432a133a3
branches:  trunk
changeset: 487147:ec4432a133a3
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 10 13:40:02 2005 +0000

description:
Changes 1.5:
* Minor feature enhancements

diffstat:

 graphics/compface/Makefile         |  10 +++++++---
 graphics/compface/distinfo         |   8 ++++----
 graphics/compface/patches/patch-aa |  15 ++++++++-------
 3 files changed, 19 insertions(+), 14 deletions(-)

diffs (61 lines):

diff -r b555eb68f92f -r ec4432a133a3 graphics/compface/Makefile
--- a/graphics/compface/Makefile        Mon Jan 10 13:18:06 2005 +0000
+++ b/graphics/compface/Makefile        Mon Jan 10 13:40:02 2005 +0000
@@ -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 @@
 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 -r b555eb68f92f -r ec4432a133a3 graphics/compface/distinfo
--- a/graphics/compface/distinfo        Mon Jan 10 13:18:06 2005 +0000
+++ b/graphics/compface/distinfo        Mon Jan 10 13:40:02 2005 +0000
@@ -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 -r b555eb68f92f -r ec4432a133a3 graphics/compface/patches/patch-aa
--- a/graphics/compface/patches/patch-aa        Mon Jan 10 13:18:06 2005 +0000
+++ b/graphics/compface/patches/patch-aa        Mon Jan 10 13:40:02 2005 +0000
@@ -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 <setjmp.h>
+ #define COMPFACE_H
+ 
+ #include <setjmp.h>
 +#include <errno.h>
- 
- /* For all function declarations, if ANSI then use a prototype. */
+ 
+ /* For all function declarations, if ANSI then use a prototype. */
+ 



Home | Main Index | Thread Index | Old Index