diff options
author | wiz <wiz> | 2007-01-30 23:52:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-01-30 23:52:53 +0000 |
commit | 8c2e4cef35251ac8fe4b0d724f5156cb249c468f (patch) | |
tree | c8e39c6fdc951fa3460507a6df40c5c58132051e /editors | |
parent | bc4514835e8c74cd8101443acd8ef2213193d488 (diff) | |
download | pkgsrc-8c2e4cef35251ac8fe4b0d724f5156cb249c468f.tar.gz |
Second try at fixing the bulk build of this package --
let the curses test always succeed.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/fe/Makefile | 3 | ||||
-rw-r--r-- | editors/fe/distinfo | 3 | ||||
-rw-r--r-- | editors/fe/patches/patch-aa | 12 |
3 files changed, 15 insertions, 3 deletions
diff --git a/editors/fe/Makefile b/editors/fe/Makefile index 77eaed23b1b..92ad119221a 100644 --- a/editors/fe/Makefile +++ b/editors/fe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/01/06 14:59:40 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2007/01/30 23:52:53 wiz Exp $ DISTNAME= fe-1.6 PKGREVISION= 1 @@ -11,7 +11,6 @@ COMMENT= Folding editor GNU_CONFIGURE= yes USE_TOOLS+= msgfmt -INCOMPAT_CURSES= NetBSD-2.*-* NetBSD-3.*-* INSTALLATION_DIRS= share/doc/fe diff --git a/editors/fe/distinfo b/editors/fe/distinfo index a82063b252b..0b6dbad9a28 100644 --- a/editors/fe/distinfo +++ b/editors/fe/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/05/23 12:00:42 agc Exp $ +$NetBSD: distinfo,v 1.2 2007/01/30 23:52:53 wiz Exp $ SHA1 (fe-1.6.tar.gz) = 6c7a43c0f28256f8831792b7fa79914ace389782 RMD160 (fe-1.6.tar.gz) = d213bde0860e8f849cb8e678d624f3a7f0b75562 Size (fe-1.6.tar.gz) = 160770 bytes +SHA1 (patch-aa) = a072f1d9033dbcd52bcbb7c87d556d4b12568ffc diff --git a/editors/fe/patches/patch-aa b/editors/fe/patches/patch-aa new file mode 100644 index 00000000000..7efee9d218c --- /dev/null +++ b/editors/fe/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2007/01/30 23:52:53 wiz Exp $ + +--- configure.orig 2007-01-30 23:50:13.000000000 +0000 ++++ configure +@@ -2717,6 +2717,7 @@ fi + rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext + fi + LIBS=$ORIG_LIBS ++curses_ok=yes + if test "$curses_ok" = yes; then + echo "$as_me:$LINENO: checking for modern curses without raw() bug" >&5 + echo $ECHO_N "checking for modern curses without raw() bug... $ECHO_C" >&6 |