summaryrefslogtreecommitdiff
path: root/games/frotz
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-07 06:10:32 +0000
committerjlam <jlam@pkgsrc.org>2002-08-07 06:10:32 +0000
commitd88554c247240ad981076db018e6e07253ea2b56 (patch)
tree6a4bcdaefbca611c5858b32f72cc017cc3ad3a52 /games/frotz
parentb23b831acc5f3fa3af35dbe13d151170186b78b3 (diff)
downloadpkgsrc-d88554c247240ad981076db018e6e07253ea2b56.tar.gz
Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of shell wildcards intended to match against ${MACHINE_PLATFORM}. These variables are used to note those platforms that have the named packages in the base system but are incompatible in some way from the pkgsrc version of the same package. Change INCOMPAT_CURSES to have the same sematics as above. These variables allow much greater precision in specifying which platforms have broken (for the purposes of pkgsrc) versions of software in the base system that must be ignored. The buildlink.mk files for these packages define private _INCOMPAT_* versions of these variables, and they contain the default lists of platforms that are known to have incompatible software bits. This addresses pkg/17775 submitted by Julien T. Letessier <julien.letessier at sun dot com>.
Diffstat (limited to 'games/frotz')
-rw-r--r--games/frotz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile
index d1612eb7941..49304f6129f 100644
--- a/games/frotz/Makefile
+++ b/games/frotz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/06/29 01:48:52 kristerw Exp $
+# $NetBSD: Makefile,v 1.10 2002/08/07 06:10:35 jlam Exp $
#
DISTNAME= frotz-2.42
@@ -18,7 +18,7 @@ COMMENT= Curses-based interpreter for Infocom-compatible games
USE_BUILDLINK_ONLY= yes
# setscrreg()
-INCOMPAT_CURSES= 1.5 1.5.* 1.5[A-V]
+INCOMPAT_CURSES= NetBSD-1.5-* NetBSD-1.5.*-* NetBSD-1.5[A-V]-*
SAMPLEDIR= ${PREFIX}/share/examples/frotz
DOCDIR= ${PREFIX}/share/doc/frotz