pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ptl2 Last commit did remove Darwin from NOT_FOR_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9c4f5d824b3
branches:  trunk
changeset: 492178:b9c4f5d824b3
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Tue Apr 05 22:02:10 2005 +0000

description:
Last commit did remove Darwin from NOT_FOR_PLATFORM by mistake.
Put it back again.

diffstat:

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

diffs (27 lines):

diff -r 8d38e29cfdd2 -r b9c4f5d824b3 devel/ptl2/Makefile
--- a/devel/ptl2/Makefile       Tue Apr 05 21:50:20 2005 +0000
+++ b/devel/ptl2/Makefile       Tue Apr 05 22:02:10 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2005/03/28 14:25:36 jschauma Exp $
+# $NetBSD: Makefile,v 1.47 2005/04/05 22:02:10 kristerw Exp $
 
 DISTNAME=              PTL-2.1.9
 PKGNAME=               ptl-2.1.9
@@ -11,15 +11,13 @@
 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}"
 PLIST_SRC=             ${WRKDIR}/PLIST
 
-# This needs a fair bit of work on IRIX, so for now disable.
-NOT_FOR_PLATFORM=      IRIX-*-*
+# This needs a fair bit of work on Darwin and IRIX, so for now disable.
+NOT_FOR_PLATFORM=      Darwin-*-* IRIX-*-*
 
 post-install:
        @${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/PTL/include



Home | Main Index | Thread Index | Old Index