Skip to content

Commit

Permalink
Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerw committed Mar 22, 2004
1 parent 66834b2 commit 5c950ce
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
5 changes: 3 additions & 2 deletions multimedia/alevt/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2004/03/08 19:40:41 jmmv Exp $
# $NetBSD: Makefile,v 1.4 2004/03/22 03:31:25 kristerw Exp $

DISTNAME= alevt-1.6.0
PKGREVISION= 2
Expand All @@ -14,7 +14,8 @@ DEPENDS+= fxtv>=1.02:../../multimedia/fxtv
DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs

ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \
NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-*
NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-* \
NetBSD-[2-9]*-*

USE_X11BASE= YES
USE_GNU_TOOLS+= make
Expand Down
4 changes: 2 additions & 2 deletions multimedia/trplayer/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/01/26 13:20:39 jmmv Exp $
# $NetBSD: Makefile,v 1.2 2004/03/22 03:31:25 kristerw Exp $
#

DISTNAME= trplayer-1.2.0
Expand All @@ -24,7 +24,7 @@ DEPENDS+= suse_slang>=7.3:../../emulators/${SUSE_DIR_PREFIX}_slang
INTERACTIVE_STAGE= fetch # XXX Not really!
#INTERACTIVE_STAGE= install-depends
LICENSE= trplayer-license
ONLY_FOR_PLATFORM= NetBSD-1.6*-i386
ONLY_FOR_PLATFORM= NetBSD-1.6*-i386 NetBSD-[2-9]*-i386

WRKSRC= ${WRKDIR}
CHECK_SHLIBS= NO
Expand Down
3 changes: 2 additions & 1 deletion security/nfsbug/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2004/02/22 19:30:52 jlam Exp $
# $NetBSD: Makefile,v 1.10 2004/03/22 03:27:18 kristerw Exp $

DISTNAME= nfsshell-1.0
CATEGORIES= net security
Expand All @@ -18,6 +18,7 @@ NO_EXPORT_CPP= yes # needed since we use rpcgen
# Only works on 1.5B or greater on most platforms but will work on any x86
# since struct pmap didn't get exposed through vm.h there.
ONLY_FOR_PLATFORM= NetBSD-1.5[B-Z]-* NetBSD-1.5Z[A-Z]-* NetBSD-1.[6-9]*-* \
NetBSD-[2-9]* \
NetBSD-*-i386

INSTALLATION_DIRS= bin
Expand Down
4 changes: 2 additions & 2 deletions sysutils/i2ocfg/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2003/07/17 22:53:37 grant Exp $
# $NetBSD: Makefile,v 1.6 2004/03/22 03:25:28 kristerw Exp $

DISTNAME= i2ocfg-1.0
CATEGORIES= sysutils
Expand All @@ -8,7 +8,7 @@ MAINTAINER= ad@NetBSD.org
HOMEPAGE= http://www.interlude.eu.org/~ad/software/i2ocfg/
COMMENT= I2O configuration dialog gateway

ONLY_FOR_PLATFORM= NetBSD-1.5[J-Z]-* NetBSD-1.[6-9]*-*
ONLY_FOR_PLATFORM= NetBSD-1.5[J-Z]-* NetBSD-1.[6-9]*-* NetBSD-[2-9]*

MANCOMPRESSED_IF_MANZ= YES

Expand Down
4 changes: 2 additions & 2 deletions www/firefox-bin-java/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2004/03/15 13:56:33 grant Exp $
# $NetBSD: Makefile,v 1.4 2004/03/22 03:23:58 kristerw Exp $

DISTNAME= firefox-bin-java-1.0
CATEGORIES= www lang
Expand All @@ -11,7 +11,7 @@ COMMENT= Java Run Time Environment (JRE) 1.3 plugin for firefox-bin
DEPENDS+= sun-jre13-[0-9]*:../../lang/sun-jre13
DEPENDS+= firefox-bin>=0.8:../../www/firefox-bin

ONLY_FOR_PLATFORM= Linux-*-i386 NetBSD-1.[6-9]*-i386
ONLY_FOR_PLATFORM= Linux-*-i386 NetBSD-1.[6-9]*-i386 NetBSD-[2-9]*-i386

WRKSRC= ${WRKDIR}
NO_CHECKSUM= YES
Expand Down
5 changes: 3 additions & 2 deletions x11/mlterm/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2004/02/29 17:54:13 minskim Exp $
# $NetBSD: Makefile,v 1.23 2004/03/22 03:22:01 kristerw Exp $

DISTNAME= mlterm-2.8.0
PKGNAME= ${DISTNAME}pl1
Expand All @@ -14,7 +14,8 @@ HOMEPAGE= http://mlterm.sourceforge.net/
COMMENT= Multilingual terminal emulator

# CODESET is only supported on NetBSD in 1.5T and later - see <langinfo.h>
ONLY_FOR_PLATFORM= NetBSD-1.5[T-Z]-* NetBSD-1.5Z[A-Z]-* NetBSD-1.[6-9]*
ONLY_FOR_PLATFORM= NetBSD-1.5[T-Z]-* NetBSD-1.5Z[A-Z]-* NetBSD-1.[6-9]* \
NetBSD-[2-9]*

USE_BUILDLINK3= yes
USE_X11= yes
Expand Down

0 comments on commit 5c950ce

Please sign in to comment.