pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ptl2 Mark as not for IRIX:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5afc8e6a3b86
branches:  trunk
changeset: 491705:5afc8e6a3b86
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Mon Mar 28 14:25:36 2005 +0000

description:
Mark as not for IRIX:
This _might_ be tweaked to work under IRIX, but seems to need some work.
For the time being, mark as not available, since otherwise bulk-builds
will attempt to build it and endlessly loop during configure.

diffstat:

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

diffs (19 lines):

diff -r 4d7f310998d9 -r 5afc8e6a3b86 devel/ptl2/Makefile
--- a/devel/ptl2/Makefile       Mon Mar 28 11:25:15 2005 +0000
+++ b/devel/ptl2/Makefile       Mon Mar 28 14:25:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2005/03/27 21:31:43 kristerw Exp $
+# $NetBSD: Makefile,v 1.46 2005/03/28 14:25:36 jschauma Exp $
 
 DISTNAME=              PTL-2.1.9
 PKGNAME=               ptl-2.1.9
@@ -18,6 +18,9 @@
 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-*-*
+
 post-install:
        @${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/PTL/include
        @${FIND} ${PREFIX}/PTL/include -type f -name "*.orig" -print | ${XARGS} ${RM}



Home | Main Index | Thread Index | Old Index