summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2005-03-28 14:25:36 +0000
committerjschauma <jschauma@pkgsrc.org>2005-03-28 14:25:36 +0000
commit2160538b0af0d7dc34245e91662fb31000a20001 (patch)
treed60e6f0a38142d4e5be0c0a82a32f991e8966ff9
parentdf6b90f602c3491ce37163c9e67d7cf1650af879 (diff)
downloadpkgsrc-2160538b0af0d7dc34245e91662fb31000a20001.tar.gz
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.
-rw-r--r--devel/ptl2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile
index 1a8d60bfdba..b22c1eaabf5 100644
--- a/devel/ptl2/Makefile
+++ b/devel/ptl2/Makefile
@@ -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 @@ 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-*-*
+
post-install:
@${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/PTL/include
@${FIND} ${PREFIX}/PTL/include -type f -name "*.orig" -print | ${XARGS} ${RM}