summaryrefslogtreecommitdiff
path: root/cross/zoularis/pkg/DESCR
diff options
context:
space:
mode:
authoragc <agc>1999-04-12 14:54:00 +0000
committeragc <agc>1999-04-12 14:54:00 +0000
commitdadce36617723202ec2249040082ef1a85a889ee (patch)
tree158c30a411944089bc80b414126c4dc061b2d0d9 /cross/zoularis/pkg/DESCR
parentca21c525c2bd514676ab5d65b01229b84e1697e9 (diff)
downloadpkgsrc-dadce36617723202ec2249040082ef1a85a889ee.tar.gz
Update to latest version of Zoularis.
This version is much more automated, and includes some more bug fixes: + don't try to link with libbsdcompat if you're creating libbsdcompat + use -DOLD_GETCWD when building libbsdcompat, so that -current NetBSD sources can be used (from David Brownlee). + install <sys/byteorder.h> with the rest of the include files. + fix the whole environment so that it compiles on Solaris 7, and on x86 (thanks, Bill). However, there are still some known problems. + add an ftp Makefile, and a pkg_install Makefile.inc showing what needs to be changed to build those 2 utilities + compile and link shared libraries -fPIC rather than -fpic. + automatically work out whether we're on a Sparc or i386. + all the user needs to do is to set BSDSRCDIR and DESTDIR appropriately, check /usr/ccs/bin is in the path, and then use Solaris make (/usr/ccs/bin/make) to make the cross-environment.
Diffstat (limited to 'cross/zoularis/pkg/DESCR')
-rw-r--r--cross/zoularis/pkg/DESCR7
1 files changed, 5 insertions, 2 deletions
diff --git a/cross/zoularis/pkg/DESCR b/cross/zoularis/pkg/DESCR
index 8f0f13023fd..d93f001c0ff 100644
--- a/cross/zoularis/pkg/DESCR
+++ b/cross/zoularis/pkg/DESCR
@@ -8,5 +8,8 @@ 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,
as well as gzip.
-The README file, distributed with the package itself, provides
-instructions on how to build and install this environment.
+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,
+and then invokde Solaris' make (/usr/ccs/bin/make).