Commit graph

75 commits

Author SHA1 Message Date
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
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +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
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +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
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
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
0a782acfc3 shorten COMMENT 2002-01-01 19:22:06 +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
da1a49f386 Move these files, too 2001-11-01 20:46:13 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
tron
3ad63266fb Update "communicator" 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 20:09:30 +00:00
wiz
f5f554e543 Add SHA1 checksums and sizes for the remaining architectures. 2001-05-09 20:02:47 +00:00
dmcmahill
6d02e9fd66 restore checksums for solaris/sparc, bsdi, linux/ppc binaries 2001-04-30 00:38:43 +00:00
dmcmahill
124e994b92 add SHA1 and size for osf version 2001-04-29 19:50:34 +00:00
bad
60836aaed0 Add digest info for sunos4 communicator. 2001-04-26 15:59:08 +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
bc5f39aabd Update "communicator" package to version 4.77. This version fixes bugs,
closes security problems and updates the certificate list.
2001-04-07 07:31:10 +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
kei
6a58a604d8 * Added LinuxPPC communicator package support for powerpc platforms. Approved
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-10 22:31:57 +00:00
jlam
9f78a1749e Remove flashplayer components from PLISTs, mirroring changes in the
www/navigator PLISTs for Linux/i386 and Sparc Solaris.
2001-03-06 09:28:30 +00:00
dmcmahill
0200fc1d02 more ELF PLIST fixes (no symlinks for compat_* pacakges 2001-02-19 16:00:00 +00:00
dmcmahill
c0dc68b88c revert previous change. We don't install ELF shared lib links on
compat_* programs.
2001-02-19 15:51:47 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
abs
42f261012d Update i386 message ot indicate EXEC_ELF32 is only pre 1.5 2001-02-05 18:55:58 +00:00
hubertf
c4c4bf3bca Make this actually describe the pkgs.
By PR 12115 from Jeremy C. Reed <reed@reedmedia.net>
2001-02-02 19:12:32 +00:00
tron
b9b23a041e Add missing plugins include in Solaris distribution of Communicator. 2001-01-17 20:43:02 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
jlam
d86eaea283 Correct a typo (pksrc --> pkgsrc). 2000-12-07 21:16:09 +00:00
tron
6295e3cee5 Add work arroung for multi user problems caused by debug code in 4.76 to
wrapper script.
2000-10-28 13:03:02 +00:00
tron
9e1d7637c9 Update "communicator" and "navigator" package to version 4.76. This
version fixes a buffer overflow in form handling and is supposed to
offer more stability. A BSDI binary of version 4.76 is not available
unfortunately yet.
2000-10-27 02:20:54 +00:00
abs
6effa2e194 Do not install 'netscape' link in communicator. Missed in last commit.
Do not crank communicator version as this would make the matching in
'netscape' something of a nightmare (the version already varies based on
architecture due to 4.61 being the last SunOS/sparc release).
2000-09-05 18:31:02 +00:00
abs
4367d45e3c Update for new 'netscape' wrapper, plus note 'NS_NAVIGATOR' variable 2000-09-02 23:18:26 +00:00
tron
5e949b4b4c Update "communicator" and "navigator" package to version 4.75. This
fixes the so called "Brown Orifice" security problem.
2000-08-18 15:44:45 +00:00
tron
293e628345 Update "communicator" package to version 4.74 and always use strong
encryption except sunos_sparc.
2000-07-25 06:44:28 +00:00
tron
07a65f2d3d Provide checksum for i386 128-bit key version. 2000-05-12 16:18:44 +00:00
abs
b921bf627c Upgrade everything except sunos_sparc to 4.73 2000-05-11 21:35:03 +00:00
abs
6642be2b54 Add NS_USE_BSDI to allow people to select the i386 BSDI binary for navigator
and communicator. Also rename PLIST files to reflect the real OS, and include
${BINNAME} (navigator/communicator)
2000-05-09 13:23:19 +00:00
tron
925698fa15 Provide checksum for i386 128-bit key version. 2000-05-09 07:15:02 +00:00
tron
c4c5f9dc44 Don't define "NS_ENCRYPTION" before including "pkgsrc/mk/bsd.prefs.mk" so
that a "NS_ENCRYPTION?= ..." in "/etc/mk.conf" will work.
2000-05-09 07:12:57 +00:00
sakamoto
cd8451a767 s/ldap30/ldap${LDAP_VERS}/
suggested by Pierre Bourgin <Pierre.Bourgin@lip6.fr>.
2000-05-04 14:54:44 +00:00
sakamoto
661814c705 Update to 4.72 - this is only for the Linux/i386 version.
and use linux22 version instead of glibc20 version.
2000-04-30 14:42:20 +00:00
dmcmahill
4752b0ac61 add checksum for i386 US (crypto) version 2000-01-10 01:06:43 +00:00
abs
9fcf4cc0ab Update to 4.7 - this is except for the SunOS version which seems to have ended
at 4.61.
Since the Makefiles for navigator and communicator contained so much duplicate
magic, move all the magic to navigator/Makefile.common.
2000-01-05 15:43:34 +00:00
hubertf
d1201d05b1 Use our fine dependency system instead placing things in the users' hand.
This has failed often enough in the past. :->
1999-11-25 01:26:12 +00:00
abs
7667fcbfad Add a link to www.netbsd.org into the default set of bookmarks
(buried in the "Computing/Internet" menu)
1999-10-19 18:30:25 +00:00
agc
c9695e5319 Remove blank line from end of PLIST segment 1999-10-01 10:11:03 +00:00