diff options
author | cgd <cgd@pkgsrc.org> | 1999-06-14 21:43:33 +0000 |
---|---|---|
committer | cgd <cgd@pkgsrc.org> | 1999-06-14 21:43:33 +0000 |
commit | bb98228a845b0e4f46f29c2717922382b11f27a2 (patch) | |
tree | fd4e20d58e9be91fa6f47b0acd8229bd6cfa32c3 /www/navigator | |
parent | 7fa3ff6a6a6555d36587b821acbc6fd7efe7119d (diff) | |
download | pkgsrc-bb98228a845b0e4f46f29c2717922382b11f27a2.tar.gz |
add NetBSD/alpha support, using the Digital UNIX 4.0 binary set
Diffstat (limited to 'www/navigator')
-rw-r--r-- | www/navigator/Makefile | 17 | ||||
-rw-r--r-- | www/navigator/files/md5 | 3 | ||||
-rw-r--r-- | www/navigator/pkg/COMMENT | 2 | ||||
-rw-r--r-- | www/navigator/pkg/MESSAGE | 5 | ||||
-rw-r--r-- | www/navigator/pkg/PLIST.alpha | 2 |
5 files changed, 21 insertions, 8 deletions
diff --git a/www/navigator/Makefile b/www/navigator/Makefile index 3481b182d64..00c78bf802f 100644 --- a/www/navigator/Makefile +++ b/www/navigator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/06/04 18:07:41 thorpej Exp $ +# $NetBSD: Makefile,v 1.8 1999/06/14 21:43:38 cgd Exp $ # # Every effort has been made to keep the communicator and navigator # Makefiles as similar as possible. @@ -7,26 +7,33 @@ BINNAME= navigator NS_VERS= 4.6 NS_VERS_SHORT= 46 # -.if (${MACHINE_ARCH} == "i386") +.if (${MACHINE_ARCH} == "alpha") +.if !exists(/emul/osf1/sbin/loader) +IGNORE=You must have Digital UNIX libraries installed - see compat_osf1(8) +.endif +UNAME= alpha-dec-osf4.0 +DIST_DIR_NAME= supported/dec_unix40 +WRKNAME= alpha-dec-osf4.0 +.elif (${MACHINE_ARCH} == "i386") .if !exists(/emul/linux/lib/ld-linux.so.2) IGNORE=You must have Linux libraries installed - see compat_linux(8) .endif UNAME= x86-unknown-linuxglibc2.0 -UNAME_SHORT= linux20_glibc2 +DIST_DIR_NAME= unsupported/linux20_glibc2 WRKNAME= x86-unknown-linux2.0 .elif (${MACHINE_ARCH} == "sparc") .if !exists(/emul/sunos/usr/lib/ld.so) IGNORE=You must have SunOS libraries installed - see compat_sunos(8) .endif UNAME= sparc-sun-sunos4.1.3_U1 -UNAME_SHORT= sunos413 +DIST_DIR_NAME= unsupported/sunos413 WRKNAME= ${UNAME} .endif # DISTNAME= ${BINNAME}-v${NS_VERS_SHORT}-export.${UNAME} PKGNAME= ${BINNAME}-${NS_VERS} CATEGORIES= www -SUB= english/unix/unsupported/${UNAME_SHORT}/navigator_standalone +SUB= english/unix/${DIST_DIR_NAME}/navigator_standalone MASTER_SITES= ftp://ftp.netscape.org/pub/communicator/${NS_VERS}/${SUB}/ \ ftp://sunsite.utk.edu/pub/netscape/communicator/${NS_VERS}/${SUB}/ \ ftp://ftp-uk.netscape.com/pub/communicator/${SUB}/ diff --git a/www/navigator/files/md5 b/www/navigator/files/md5 index 8e6bff82820..713bcc4eaa2 100644 --- a/www/navigator/files/md5 +++ b/www/navigator/files/md5 @@ -1,4 +1,5 @@ -$NetBSD: md5,v 1.4 1999/06/04 18:22:01 thorpej Exp $ +$NetBSD: md5,v 1.5 1999/06/14 21:43:39 cgd Exp $ +MD5 (navigator-v46-export.alpha-dec-osf4.0.tar.gz) = 1cea95446db069f59d1a1ee313318909 MD5 (navigator-v46-export.sparc-sun-sunos4.1.3_U1.tar.gz) = f190d6e158cfc648ba44aa1481b9b293 MD5 (navigator-v46-export.x86-unknown-linuxglibc2.0.tar.gz) = a00baa40841b37bd6f724c42afef1b54 diff --git a/www/navigator/pkg/COMMENT b/www/navigator/pkg/COMMENT index 5acc835e887..5a10ead11ad 100644 --- a/www/navigator/pkg/COMMENT +++ b/www/navigator/pkg/COMMENT @@ -1 +1 @@ -Netscape navigator standalone browser - Linux/SunOS binary +Netscape navigator standalone browser - Digital UNIX/Linux/SunOS binary diff --git a/www/navigator/pkg/MESSAGE b/www/navigator/pkg/MESSAGE index 1651bf4f5c4..080a15a2f24 100644 --- a/www/navigator/pkg/MESSAGE +++ b/www/navigator/pkg/MESSAGE @@ -1,5 +1,8 @@ ========================================================================== -$NetBSD: MESSAGE,v 1.2 1999/06/04 18:07:41 thorpej Exp $ +$NetBSD: MESSAGE,v 1.3 1999/06/14 21:43:39 cgd Exp $ + +alpha: To run the Digital UNIX version of Netscape, you need COMPAT_OSF1 + in your kernel, plus a full set of /emul/osf1 libraries. i386: To run the Linux version of Netscape, you need COMPAT_LINUX and EXEC_ELF32 in your kernel, plus a full set of /emul/linux libraries. diff --git a/www/navigator/pkg/PLIST.alpha b/www/navigator/pkg/PLIST.alpha new file mode 100644 index 00000000000..53b448cf3e7 --- /dev/null +++ b/www/navigator/pkg/PLIST.alpha @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.alpha,v 1.1 1999/06/14 21:43:39 cgd Exp $ +lib/netscape/navigator-${NS_VERS}/plugins/libnullplugin.so |