diff options
author | garbled <garbled@pkgsrc.org> | 2000-10-18 04:26:53 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 2000-10-18 04:26:53 +0000 |
commit | e6506e3bc3ca4625bd0bfad0a8700979822a64b2 (patch) | |
tree | 1391f571e8285e16db2234f6bdc13c092bb71b39 | |
parent | 3f834ef0fae1d04de6511d2509ec217fc4e73667 (diff) | |
download | pkgsrc-e6506e3bc3ca4625bd0bfad0a8700979822a64b2.tar.gz |
Add an OSVERSION_SPECIFIC=yes flag to these packages. The flag at this time
doesn't enable any functionality. It is here as a marker, so people building
binary packages know that these packages have version-specific features
that would make them incompatible with other point releases.. (such as
LKM's)
-rw-r--r-- | benchmarks/hbench/Makefile | 3 | ||||
-rw-r--r-- | lang/STk/Makefile | 3 | ||||
-rw-r--r-- | net/arla/Makefile | 3 | ||||
-rw-r--r-- | sysutils/aperture/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile index bcc0777c641..ef97c7b37e5 100644 --- a/benchmarks/hbench/Makefile +++ b/benchmarks/hbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/12/28 04:26:18 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2000/10/18 04:26:53 garbled Exp $ DISTNAME= hbench-OS-1.0 PKGNAME= hbench-1.0 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.eecs.harvard.edu/vino/perf/hbench/ DEPENDS+= gnuplot-3.7:../../graphics/gnuplot +OSVERSION_SPECIFIC= yes ALL_TARGET= build USE_PERL5= yes WRKSRC= ${WRKDIR}/hbench-OS diff --git a/lang/STk/Makefile b/lang/STk/Makefile index 4bfeaea8770..16cf1b325c9 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/04/26 18:47:53 garbled Exp $ +# $NetBSD: Makefile,v 1.8 2000/10/18 04:26:53 garbled Exp $ # DISTNAME= STk-3.99.2 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://kaolin.unice.fr/pub/STk/ MAINTAINER= perry@netbsd.org HOMEPAGE= http://kaolin.unice.fr/STk/ +OSVERSION_SPECIFIC= yes GNU_CONFIGURE= yes USE_X11= yes diff --git a/net/arla/Makefile b/net/arla/Makefile index 4d1b1b5af43..d715c9b7280 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/08/30 13:04:00 wennmach Exp $ +# $NetBSD: Makefile,v 1.9 2000/10/18 04:26:53 garbled Exp $ # DISTNAME= arla-0.34.2 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.stacken.kth.se/project/arla/ DEPENDS+= kth-krb4-1.0.1:../../security/kth-krb4 +OSVERSION_SPECIFIC= yes GNU_CONFIGURE= yes INFO_FILES= arla.info diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile index f4d21bea506..dcf4ddf359f 100644 --- a/sysutils/aperture/Makefile +++ b/sysutils/aperture/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/07/21 07:45:49 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2000/10/18 04:26:54 garbled Exp $ DISTNAME= apNetBSD PKGNAME= aperture-2.0 @@ -15,6 +15,7 @@ NO_WRKSUBDIR= yes NO_CONFIGURE= yes DIST_SUBDIR= ${PKGNAME} +OSVERSION_SPECIFIC= yes ONLY_FOR_PLATFORM= NetBSD-*-i386 .include "../../mk/bsd.prefs.mk" |