diff options
author | hubertf <hubertf> | 2000-10-05 14:11:57 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-10-05 14:11:57 +0000 |
commit | 0d061b885a08d81fd70d6801808695fffa4661d3 (patch) | |
tree | cf48526f53ba159763250f83c476bf21255812b8 /sysutils | |
parent | 7c1e6d60902fc8ba118b96a8503a5db19ed6fb6f (diff) | |
download | pkgsrc-0d061b885a08d81fd70d6801808695fffa4661d3.tar.gz |
This pkg is only for NetBSD 1.4 and 1.4.[12], no need on 1.4.3.
Pointed out by Havard.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/c++rt0/Makefile | 4 | ||||
-rw-r--r-- | sysutils/c++rt0/pkg/DESCR | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/c++rt0/Makefile b/sysutils/c++rt0/Makefile index 906cba00e60..8c90de2199a 100644 --- a/sysutils/c++rt0/Makefile +++ b/sysutils/c++rt0/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/04 15:13:03 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/05 14:11:57 hubertf Exp $ # DISTNAME= c++rt0-1.0 @@ -9,7 +9,7 @@ MASTER_SITES+= ftp://ftp.netbsd.org/pub/NetBSD/arch/sparc/c++rt0/ CATEGORIES= sysutils MAINTAINER= hubertf@netbsd.org -ONLY_FOR_PLATFORM= NetBSD-1.4*-sparc +ONLY_FOR_PLATFORM= NetBSD-1.4-sparc NetBSD-1.4.[12]-sparc EXTRACT_ONLY= # empty NO_PATCH= yes diff --git a/sysutils/c++rt0/pkg/DESCR b/sysutils/c++rt0/pkg/DESCR index 0959d2f8d73..2b753821c21 100644 --- a/sysutils/c++rt0/pkg/DESCR +++ b/sysutils/c++rt0/pkg/DESCR @@ -3,4 +3,5 @@ means it can only handle offsets up to a certain size, and can fail to work in large programs. Compiling -fPIC allows larger offsets and should permit large programs to function. -This package allows most of pkgsrc on NetBSD/sparc 1.4.x systems. +This package allows most of pkgsrc on NetBSD/sparc systems before the +1.4.3 release (which already contains this fix). |