Commit graph

25 commits

Author SHA1 Message Date
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +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
abs
63fd8d49cc Update netscape7 to 7.01:
Changes:
    Netscape 7.01 offers a set of new features as well as minor stability
    and performance enhancements. These new features include optional
    Popup Controls that can be set within Preferences. Also, it adds
    the ability to view several tabbed pages as your home page experience.
    In addition, Netscape 7.01 offers enhancements to mail for AOL
    members who use the application to manage their mail, including
    the ability to unsend, check status and mark mail as unread. This
    release also has increased control in managing certificates. If a
    web site displays a certificate from a certificate authority you
    don't know, you now have the opportunity to accept or reject the
    certificate.

Also remove the need to set the "Destination Directory" by hand when installing.
2003-01-28 20:05:39 +00:00
grant
152ed14a8c use automatic MESSAGE handling. 2002-12-05 05:51:18 +00:00
grant
47a3c6caa7 exec netscape7 directly, as we don't need to return. 2002-10-31 03:58:12 +00:00
grant
8d227ea1be be quiet during `make clean'. 2002-10-26 18:40:36 +00:00
jschauma
645da70240 clean up some more of the cruft left in emul-root 2002-10-14 15:00:21 +00:00
jschauma
db34f0b75d Linux' find wants the dir as the first argument, NetBSD find wants
'-d' first.  Adjust FIND_ARG accordingly.  Problem noted by Martti
Kupparinen.
2002-10-14 14:22:50 +00:00
jschauma
7943682225 Create the PLIST dynamically, instead of using pre-determined ones.
This allows the the user to choose 'custom' as an installation method
as well as 'complete' or 'recommended'.  This obsoletes the NS_INST
variable and reduces likeliness of errors due to not properly set PKG_LANG.

Some more re-organizing wrt Linux-emul root etc:  the installer behaves
differently according to who runs 'make'.  (Try to) clean up parts of
the emul root if it was used, too.

These changes should help address some of the issues pointed out in
PR pkg/18606 and PR pkg/18615.
2002-10-11 20:50:42 +00:00
jschauma
84f92f6a7e Adjust absolute symlink to java plugin to be relative (and thus correct)
if NS_INST=="complete".  This should address PR pkg/18615.
2002-10-11 03:51:04 +00:00
wiz
bbbbe04633 Fix typo. From Julio Merino in PR 18579. 2002-10-07 21:44:20 +00:00
grant
9373a9d01c Quote arguments to Netscape 7 binary. 2002-10-07 09:32:45 +00:00
jschauma
6703c9b3a6 Prefix distinfo files and PLISTs with ${PKGDIR}.
This should fix PR pkg/18494
2002-10-02 01:09:06 +00:00
jschauma
25c8ec4f3c Add a blurb to sysctl -w net.inet6.ip6.v6only=0 if inet6 is enabled.
Netscape 7 will not work otherwise.
2002-10-01 20:16:42 +00:00
jschauma
eec166101d Allow the user to choose "Complete installation" by setting the
NS_INST variable to 'complete'.  The 'complete' installation includes
the java plugin, which may be desirable for some people.
2002-10-01 03:55:43 +00:00
jschauma
30498a6ff3 Fix cvs-tag ($Netbsd -> $NetBSD) 2002-09-30 13:47:26 +00:00
jschauma
a5c7144943 Move PLISTs and distinfo files (back) from FILESDIR to the main dir,
as discussed on pkgsrc-changes.  Sorry everybody for the mess, this
(hopefully) was the last episode of netscape7's big PLIST/distinfo-shuffle
(aka 'why-cvs-really-should-have-a-mv-command').
2002-09-30 13:45:44 +00:00
jschauma
3a85735cbe Change DIST_SUBDIR to 'netscape7/${PKG_LANG}' to allow people to
keep distfiles for the different languages.  Suggested by wiz.
2002-09-30 04:07:19 +00:00
grant
0e50c57752 There are no longer any proxy settings, or additional files to download. 2002-09-29 23:17:17 +00:00
jschauma
2b0e93d8e8 - Allow the user to choose the language version of this package by setting
a variable (PKG_LANG), adding and modifying PLISTs and distinfo's as necessary.
- Do not use the installer as the distfile, but the "real" distfile.
  This increases the initial download time, but allows for building without
  a network connection.  As suggested by grant in PR pkg/18461
- Only try to pax over files from the linux-emul root if they were
  created in there.  This should address PR pkg/18461 by grant.

Bump PKGREVISION.
2002-09-29 22:58:43 +00:00
jschauma
d3f653b1a9 Move PLIST.linux into ${FILESDIR} to be consistent with the upcoming
commit including various other PLISTs.  Keeps this dir cleaner.
2002-09-29 22:51:39 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
jlam
1f6b6ef6f1 Create the netscape wrapper script in ${WRKDIR}, not in ${FILESDIR}.
Fixes pkg/18370 by Tracy Di Marco White <nb-pr@gendalia.org>.
2002-09-22 01:29:00 +00:00
jschauma
3421c2c75b Move ONLY_FOR_PLATFORMS into main Makefile; include OS/ARCH dependent
Makefiles only if they exist (ie don't barf if not supported).
2002-09-20 13:54:53 +00:00
jschauma
0224de848e Initial import of www/netscape7 -- this is Netscape's famous Browser/Mail- and
Newclient suite version 7.0, now including AIM and ICQ clients etc.  It is run
under Linux emulation on NetBSD.

At the moment, this package is only for NetBSD-*-i386 and Linux-*-i[3-6]86.
2002-09-19 22:33:48 +00:00