summaryrefslogtreecommitdiff
path: root/sysutils/c++rt0
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-10-05 14:11:57 +0000
committerhubertf <hubertf@pkgsrc.org>2000-10-05 14:11:57 +0000
commit3f9d573519848c7b0561a08fc28206a50da01f98 (patch)
treecf48526f53ba159763250f83c476bf21255812b8 /sysutils/c++rt0
parentfcb6b8be9dd56850059106527bbfcc4e6ca4b1a2 (diff)
downloadpkgsrc-3f9d573519848c7b0561a08fc28206a50da01f98.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/c++rt0')
-rw-r--r--sysutils/c++rt0/Makefile4
-rw-r--r--sysutils/c++rt0/pkg/DESCR3
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).