pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ptl2 The configuration script gets confused by t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81b347675bcd
branches:  trunk
changeset: 491690:81b347675bcd
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Mar 27 21:31:43 2005 +0000

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

Add Darwin to NOT_FOR_PLATFORM.

diffstat:

 devel/ptl2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r fcdd99efbd86 -r 81b347675bcd devel/ptl2/Makefile
--- a/devel/ptl2/Makefile       Sun Mar 27 21:25:43 2005 +0000
+++ b/devel/ptl2/Makefile       Sun Mar 27 21:31:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2004/04/27 03:09:58 snj Exp $
+# $NetBSD: Makefile,v 1.45 2005/03/27 21:31:43 kristerw Exp $
 
 DISTNAME=              PTL-2.1.9
 PKGNAME=               ptl-2.1.9
@@ -11,6 +11,8 @@
 HOMEPAGE=              http://www.media.osaka-cu.ac.jp/~k-abe/PTL/
 COMMENT=               Portable user-level Thread Library 2 written by Kota Abe
 
+NOT_FOR_PLATFORM+=     Darwin-*-*
+
 USE_BUILDLINK3=                YES
 USE_PERL5=             build
 MAKE_ENV=              INSTALL_PROGRAM="${INSTALL_SCRIPT}"



Home | Main Index | Thread Index | Old Index