diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-03-28 14:25:36 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-03-28 14:25:36 +0000 |
commit | 60ef316ef8ad28545434e25ae79e199d128b8523 (patch) | |
tree | d60e6f0a38142d4e5be0c0a82a32f991e8966ff9 /devel | |
parent | 7468a2c198cddc22efafb39a53da5efd4c5a758f (diff) | |
download | pkgsrc-60ef316ef8ad28545434e25ae79e199d128b8523.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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ptl2/Makefile | 5 |
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} |