pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/freewais-sf The configuration script get confused ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c503ab05f88
branches:  trunk
changeset: 491628:4c503ab05f88
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Mar 26 20:54:12 2005 +0000

description:
The configuration script get confused by the darwin libc, and waits for
user action (and thus breaks bulk builds)

Add a NOT_FOR_PLATFORM=Darwin-*-*

diffstat:

 net/freewais-sf/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a31ce34f0f62 -r 4c503ab05f88 net/freewais-sf/Makefile
--- a/net/freewais-sf/Makefile  Sat Mar 26 20:36:01 2005 +0000
+++ b/net/freewais-sf/Makefile  Sat Mar 26 20:54:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/10/03 00:17:51 tv Exp $
+# $NetBSD: Makefile,v 1.17 2005/03/26 20:54:12 kristerw Exp $
 #
 
 DISTNAME=      freeWAIS-sf-2.2.12
@@ -11,6 +11,8 @@
 HOMEPAGE=      http://ls6-www.informatik.uni-dortmund.de/ir/projects/freeWAIS-sf/index.html
 COMMENT=       Enhanced Wide Area Information Server
 
+NOT_FOR_PLATFORM=      Darwin-*-*
+
 USE_BUILDLINK3=        yes
 USE_PERL5=     build
 USE_LIBTOOL=   # defined



Home | Main Index | Thread Index | Old Index