summaryrefslogtreecommitdiff
path: root/cross/zoularis
diff options
context:
space:
mode:
authorchristos <christos>2000-10-03 22:10:25 +0000
committerchristos <christos>2000-10-03 22:10:25 +0000
commitee31670a8fbbf9c3089420ccad25aad0b8e0fe6c (patch)
tree26479db95c605bac9dbb4ba32aa831303cec93f2 /cross/zoularis
parent8c551f8755eaf4a1b4cee62779695d9f30a9a944 (diff)
downloadpkgsrc-ee31670a8fbbf9c3089420ccad25aad0b8e0fe6c.tar.gz
update to 20001003
Diffstat (limited to 'cross/zoularis')
-rw-r--r--cross/zoularis/Makefile4
-rw-r--r--cross/zoularis/files/md54
-rw-r--r--cross/zoularis/pkg/DESCR15
3 files changed, 14 insertions, 9 deletions
diff --git a/cross/zoularis/Makefile b/cross/zoularis/Makefile
index 384585a4ed2..7b950feda0e 100644
--- a/cross/zoularis/Makefile
+++ b/cross/zoularis/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2000/05/12 17:40:05 christos Exp $
+# $NetBSD: Makefile,v 1.13 2000/10/03 22:10:25 christos Exp $
#
-DISTNAME= zoularis-20000512
+DISTNAME= zoularis-20001003
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_LOCAL}
diff --git a/cross/zoularis/files/md5 b/cross/zoularis/files/md5
index 21cb45f196a..5a13bcff8f2 100644
--- a/cross/zoularis/files/md5
+++ b/cross/zoularis/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.13 2000/09/03 14:42:37 wiz Exp $
+$NetBSD: md5,v 1.14 2000/10/03 22:10:26 christos Exp $
-MD5 (zoularis-20000512.tar.gz) = f1b6ff09040d69099c88d97850209b8b
+MD5 (zoularis-20001003.tar.gz) = 3812f7f977f5996e508a596138ae4200
diff --git a/cross/zoularis/pkg/DESCR b/cross/zoularis/pkg/DESCR
index d93f001c0ff..1ff4914e9aa 100644
--- a/cross/zoularis/pkg/DESCR
+++ b/cross/zoularis/pkg/DESCR
@@ -1,8 +1,9 @@
This package provides the necessary header files and libraries to
-install NetBSD utilities and libraries on Solaris 2.6, and has been
-used to get the NetBSD packages collection working on Solaris. It was
-developed by Christos Zoulas, and has been tested on Solaris 2.6,
-running on Sparc hardware.
+install NetBSD utilities and libraries on Solaris 2.7, Redhat Linux
+6 and 7, and has been used to get the NetBSD packages collection
+working on Solaris and Linux. It was developed by Christos Zoulas,
+and has been tested on Solaris 2.7, running on Sparc hardware, and
+Linux 6.0 and 7.0, running on i386 hardware.
To get this package running on Solaris, you'll need to have either
a recent gcc or egcs installed, and a version of GNU tar available,
@@ -11,5 +12,9 @@ as well as gzip.
After extracting all the files, you need to edit Makefile.inc to set
the correct paths for ${BSDSRCDIR} (where the NetBSD src tree is
located), and for ${DESTDIR} (where the binaries and support files
-will be placed). Then, make sure that /usr/ccs/bin is in your path,
+will be placed).
+
+On Solaris then, make sure that /usr/ccs/bin is in your path,
and then invokde Solaris' make (/usr/ccs/bin/make).
+
+There is nothing special to do on Linux.