summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorchristos <christos>2001-07-04 21:05:03 +0000
committerchristos <christos>2001-07-04 21:05:03 +0000
commitffa03e3199053a894402aa8859a32dce3bcaeee6 (patch)
tree261d930ab3bf1271389fffdad056ac572fb22897 /cross
parentc2a0f96a569225d231cb040b98f223064098cf72 (diff)
downloadpkgsrc-ffa03e3199053a894402aa8859a32dce3bcaeee6.tar.gz
update for zoularis-20010704
Diffstat (limited to 'cross')
-rw-r--r--cross/zoularis/Makefile12
-rw-r--r--cross/zoularis/distinfo6
-rw-r--r--cross/zoularis/pkg/DESCR8
3 files changed, 13 insertions, 13 deletions
diff --git a/cross/zoularis/Makefile b/cross/zoularis/Makefile
index d8c9d00ff46..d5670ad639b 100644
--- a/cross/zoularis/Makefile
+++ b/cross/zoularis/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.14 2001/02/16 14:05:08 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2001/07/04 21:05:03 christos Exp $
#
-DISTNAME= zoularis-20001003
+DISTNAME= zoularis-20010704
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= agc@netbsd.org
HOMEPAGE= http://www.netbsd.org/
-COMMENT= provides NetBSD libs, includes and utilities on Solaris
+COMMENT= provides NetBSD libs, includes and utilities on Solaris and Linux
WRKSRC= ${WRKDIR}/bsd
@@ -16,8 +16,8 @@ NO_BUILD= yes
NO_PACKAGE= This package is needed to compile the pkgtools
post-extract:
- @${ECHO} "Please set BSDSRCDIR and DESTDIR in Makefile.inc"
- @${ECHO} "and make sure /usr/ccs/bin is in your PATH and then"
- @${ECHO} "/usr/ccs/bin/make"
+ @${ECHO} "Make sure /usr/ccs/bin is in your PATH and then"
+ @${ECHO} "configure --srcdir /your/bsd/source/root \\"
+ @${ECHO} "--prefix /your/installation/dir && make"
.include "../../mk/bsd.pkg.mk"
diff --git a/cross/zoularis/distinfo b/cross/zoularis/distinfo
index 61fffccad20..a3745d848b0 100644
--- a/cross/zoularis/distinfo
+++ b/cross/zoularis/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 09:36:26 skrll Exp $
+$NetBSD: distinfo,v 1.3 2001/07/04 21:05:03 christos Exp $
-SHA1 (zoularis-20001003.tar.gz) = 7ccc158d041041bf5a761c6a815d64d1a13942cc
-Size (zoularis-20001003.tar.gz) = 72361 bytes
+SHA1 (zoularis-20010704.tar.gz) = 7a1f78bb90178a633ff37a0ca13e4dae60f9453a
+Size (zoularis-20010704.tar.gz) = 66110 bytes
diff --git a/cross/zoularis/pkg/DESCR b/cross/zoularis/pkg/DESCR
index 1ff4914e9aa..855d49d8d3f 100644
--- a/cross/zoularis/pkg/DESCR
+++ b/cross/zoularis/pkg/DESCR
@@ -1,9 +1,9 @@
This package provides the necessary header files and libraries to
-install NetBSD utilities and libraries on Solaris 2.7, Redhat Linux
+install NetBSD utilities and libraries on Solaris 2.8, 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.
+and has been tested on Solaris 2.8, running on Sparc hardware, and
+RedHat Linux 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,
@@ -15,6 +15,6 @@ located), and for ${DESTDIR} (where the binaries and support files
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).
+and then invoke Solaris' make (/usr/ccs/bin/make).
There is nothing special to do on Linux.