summaryrefslogtreecommitdiff
path: root/www/navigator
AgeCommit message (Collapse)AuthorFilesLines
2003-03-26De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but ↵jschauma1-1/+2
rather make all packages that use linux emulation include bsd.pkg.mk as the last files just like any normal package.
2003-02-07Don't depend on the "suse" packages if we the BSDI version is used.tron1-3/+3
Problem noted by Tyler Mitchell in private e-mail.
2003-01-30Only depend on suse_* packages if not on Linux.jschauma1-5/+6
Suggested by Jeremy C. Reed in Pine.LNX.4.43.0301111643530.17234-100000@pilchuck.reedmedia.net on tech-pkg.
2002-12-23Whitespace fixcjep1-2/+2
2002-12-09Replace "true" by "${TRUE}".tron1-3/+3
2002-12-08the solaris dynamic linker is called /usr/lib/ld.so.1, not /usr/lib/ld.so.mrg1-2/+2
the latter is the a.out dynamic linker. as we're using the ELF navigator, look for the ELF dynamic linker.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-7/+7
2002-11-25Switch ppc to suse emulation packages instead of linuxppc_lib.wiz1-2/+3
2002-11-25Nit in last.wiz1-2/+2
2002-11-25Put comment at begin of line so that make recognizes it.wiz1-2/+2
2002-11-25Update MASTER_SITES for ppc version.wiz1-2/+4
2002-11-03Use pax instead of tar.wiz1-5/+7
2002-10-24Make us use version 4.79 on sparc/sparc64 when we are emulating Solaris.jdc1-1/+3
We use 4.79 when we are on Solaris and 4.8 doesn't exist for SunOS 5.5.1
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-09-20Update linux and solaris 2.8 to navigator/communicator 4.8. Package isabs3-12/+21
named *-4.80. Other platforms not available in this release.
2002-06-30switch sparc to use the solaris-2.5.1 binaries by default under compat_svr4.dmcmahill2-3/+17
The old behaviour of using the sunos-4.1 binaries under compat_sunos can be achieved by setting NS_USE_SUNOS.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-02Don't patch bookmarks file -- not cleanly possibly since we supportwiz2-12/+1
many different version of navigator/communicator. Closes pkg/17136.
2002-04-05Don't include "../../emulators/suse_linux/Makefile.application" if wetron1-1/+3
are building the "netscape" meta package.
2002-04-05We need to include "../../emulators/suse_linux/Makefile.application" totron2-4/+4
be able to use "${SUSE_DIR_PREFIX}".
2002-04-05Pick correct SuSE directory in dependences.tron1-3/+3
2002-02-15mkdir -> ${MKDIR}skrll1-4/+4
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-11-27Update www/communicator and www/navigator to 4.79.abs2-12/+13
- Improvements accessing subfolders under the Inbox on certain mail servers. - Performance improvements when accessing pages with nested tables and style sheets. - Unix Only: You can now add multiple personal address books. - Improved support for dual processor machines. - Fixed incompatibilities which caused Communicator to quit unexpectedly while viewing certain web sites. Note: only i386/linux (NetBSD) and Solaris 2.x binaries available, Digital unix appears to be frozen at 4.78
2001-11-01Oops, forgot to cvs rm thingszuntum7-175/+0
2001-11-01Finishing my cvs {rm,add} crusade in pkg/zuntum7-0/+175
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-01Avoid makefile bulk-build breakage on non supported ARCHs by setting PLIST_ARCHabs1-1/+3
to blank in those cases
2001-09-14The SunOS navigator and communicator run fine under emulation on sparc64abs1-4/+4
(1.5X, 64bit kernel). Large slice of respect due.
2001-07-23Use Solaris 8 binary on Solaris 8 and newer.tron1-1/+9
2001-07-23The SunOS 5.5.1 version is unsupported now.tron1-2/+2
2001-07-23Update "navigator" package to version 4.78. A list of changes is nottron2-9/+11
available on the Netscape website yet. Let's hope it crashes less often than the older releases.
2001-07-23Add variable to make navigator/communicator _not_ depend on flash, andwiz1-1/+5
document it in mk.conf.example. Adresses pkg/13343.
2001-05-11Adapt to new version number of linuxppc_lib.wiz1-2/+2
2001-05-09Use SHA1, and add sizes for the remaining architectures.wiz1-4/+7
2001-05-01Fix typo (with no actual effect)wiz1-2/+2
2001-04-30removed unused variable EMULSUBDIR and EMULDIR. They are handled bykei1-3/+1
linuxppc_lib package.
2001-04-30restore checksums for sunos, solaris, and bsdi binariesdmcmahill1-1/+4
2001-04-29add SHA1 and size for the OSF binary.dmcmahill1-1/+3
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-6/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-09Fix checksum for Solaris 2.5.1 distribution file.tron1-2/+2
2001-04-07Update "navigator" package to version 4.77. This version fixes bugs,tron2-11/+11
closes security problems and updates the certificate list.
2001-03-29* As per discussion with Emmanuel Dreyfus, install the package into /usr/pkg,kei1-4/+12
not /usr/pkg/emul/linux/usr on powerpc. This requires rpm2pkg-1.2. * Provide "communicator-4.73" wrapper shell script and "communicator" symbolic link to point it. Original "netscape" script still exists.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-10* Added LinuxPPC communicator package support for powerpc platforms. Approvedkei1-5/+46
by Emmanuel Dreyfus. Since this package lacks bookmak file, I didn't add 'nb1' suffix to powerpc version. Tested on macppc. communicator/pkg/DESCR.linux-powerpc: Communicator is a WWW and ftp browser, mail client, newsgroup reader, web page editor and address book organizer. This is the distributed version from linuxppc.org, not Netscape. A Newer version of the Netscape browser is available in pkgsrc as 'mozilla'.
2001-03-06Dependencies need some sort of version number, whether an exact match, ajlam1-3/+3
shell expression, or an arithmetic inequality, for binary packages to work properly: add one to ns-flash (>4.0).
2001-03-05Remove the shipped flashplayer (4.0) and instead depend ns-flash (5.0)abs3-14/+15
Update package number to 4.76nb1
2001-02-28remove deprecated MIRROR_DISTFILE (the correct replacements hadwiz1-2/+1
been added already)
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+3