Commit graph

122 commits

Author SHA1 Message Date
grant
03b8e8a569 use && instead of ; in a couple of places. 2003-12-04 14:59:22 +00:00
dmcmahill
0ed415303b only pull in ../../emulators/suse_linux/Makefile.application if we are
actually using a Linux version of netscape.  Fixes build on alpha under
compat_osf1 and probably sparc under compat_svr4.
2003-09-30 09:06:01 +00:00
grant
0d4f8b04ce style, indentation fixes. 2003-08-08 10:02:02 +00:00
grant
489b357068 improve COMMENT. 2003-08-08 09:38:39 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
874df2b597 s/packages@/tech-pkg@/g
(Forgot the last time we did this.  Pointed out by Sergey
Svishchev (svs at ropnet dot ru))
2003-06-23 14:23:13 +00:00
wiz
873ac997ac Wildcard dependency on rpm2pkg. 2003-05-31 14:34:29 +00:00
jschauma
d928b8f223 De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.
2003-03-26 04:05:37 +00:00
tron
baac183196 Don't depend on the "suse" packages if we the BSDI version is used.
Problem noted by Tyler Mitchell in private e-mail.
2003-02-07 13:37:35 +00:00
jschauma
ffe377ad53 Only depend on suse_* packages if not on Linux.
Suggested by Jeremy C. Reed in Pine.LNX.4.43.0301111643530.17234-100000@pilchuck.reedmedia.net
on tech-pkg.
2003-01-30 03:24:12 +00:00
cjep
afa55834c5 Whitespace fix 2002-12-23 16:24:59 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
mrg
674571ffd7 the solaris dynamic linker is called /usr/lib/ld.so.1, not /usr/lib/ld.so.
the latter is the a.out dynamic linker.  as we're using the ELF navigator,
look for the ELF dynamic linker.
2002-12-08 01:54:19 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
wiz
152c7c943a Switch ppc to suse emulation packages instead of linuxppc_lib. 2002-11-25 17:45:03 +00:00
wiz
15ab37dbbf Nit in last. 2002-11-25 17:23:21 +00:00
wiz
2d6d700d14 Put comment at begin of line so that make recognizes it. 2002-11-25 17:23:01 +00:00
wiz
b0e822e657 Update MASTER_SITES for ppc version. 2002-11-25 17:22:05 +00:00
wiz
cf445b65b6 Use pax instead of tar. 2002-11-03 22:54:05 +00:00
jdc
89b9faa9a2 Make us use version 4.79 on sparc/sparc64 when we are emulating Solaris.
We use 4.79 when we are on Solaris and 4.8 doesn't exist for SunOS 5.5.1
2002-10-24 22:28:58 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
abs
0efa57e841 Update linux and solaris 2.8 to navigator/communicator 4.8. Package is
named *-4.80. Other platforms not available in this release.
2002-09-20 16:59:27 +00:00
dmcmahill
166c0259f1 switch sparc to use the solaris-2.5.1 binaries by default under compat_svr4.
The old behaviour of using the sunos-4.1 binaries under compat_sunos can
be achieved by setting NS_USE_SUNOS.
2002-06-30 19:07:18 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
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-26 10:29:33 +00:00
wiz
a23109dde8 Don't patch bookmarks file -- not cleanly possibly since we support
many different version of navigator/communicator.
Closes pkg/17136.
2002-06-02 09:07:01 +00:00
tron
bd9eb3d92b Don't include "../../emulators/suse_linux/Makefile.application" if we
are building the "netscape" meta package.
2002-04-05 11:44:55 +00:00
tron
a45f986161 We need to include "../../emulators/suse_linux/Makefile.application" to
be able to use "${SUSE_DIR_PREFIX}".
2002-04-05 09:33:21 +00:00
tron
e58967ce6b Pick correct SuSE directory in dependences. 2002-04-05 09:25:41 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
abs
dc415a5663 Update www/communicator and www/navigator to 4.79.
- 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-27 14:11:50 +00:00
zuntum
6c18dc2b05 Oops, forgot to cvs rm things 2001-11-01 20:43:48 +00:00
zuntum
afeb1d898f Finishing my cvs {rm,add} crusade in pkg/ 2001-11-01 20:38:21 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
abs
33a5282244 Avoid makefile bulk-build breakage on non supported ARCHs by setting PLIST_ARCH
to blank in those cases
2001-10-01 15:50:08 +00:00
abs
99c6feb37d The SunOS navigator and communicator run fine under emulation on sparc64
(1.5X, 64bit kernel). Large slice of respect due.
2001-09-14 01:00:24 +00:00
tron
11e05c2114 Use Solaris 8 binary on Solaris 8 and newer. 2001-07-23 19:01:49 +00:00
tron
603efed559 The SunOS 5.5.1 version is unsupported now. 2001-07-23 18:56:07 +00:00
tron
a82e57a41d Update "navigator" package to version 4.78. A list of changes is not
available on the Netscape website yet. Let's hope it crashes less often
than the older releases.
2001-07-23 18:55:04 +00:00
wiz
77d1591c0a Add variable to make navigator/communicator _not_ depend on flash, and
document it in mk.conf.example. Adresses pkg/13343.
2001-07-23 18:30:24 +00:00
wiz
56c9966741 Adapt to new version number of linuxppc_lib. 2001-05-11 09:15:43 +00:00
wiz
3f4718f3e6 Use SHA1, and add sizes for the remaining architectures. 2001-05-09 20:39:55 +00:00
wiz
848f6dc8ad Fix typo (with no actual effect) 2001-05-01 21:37:04 +00:00
kei
6bd9c900f8 removed unused variable EMULSUBDIR and EMULDIR. They are handled by
linuxppc_lib package.
2001-04-30 23:18:54 +00:00
dmcmahill
63166253bd restore checksums for sunos, solaris, and bsdi binaries 2001-04-30 00:36:41 +00:00
dmcmahill
89f6e6dc33 add SHA1 and size for the OSF binary. 2001-04-29 23:37:23 +00:00
skrll
aa3c03b75a Move to sha1 digests, and add distfile sizes. 2001-04-20 12:02:30 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
tron
8294b0d6d8 Fix checksum for Solaris 2.5.1 distribution file. 2001-04-09 13:42:26 +00:00
tron
157447f81f Update "navigator" package to version 4.77. This version fixes bugs,
closes security problems and updates the certificate list.
2001-04-07 07:31:41 +00:00
kei
adf497d295 * As per discussion with Emmanuel Dreyfus, install the package into /usr/pkg,
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-29 14:03:11 +00:00