The NetBSD Project

CVS log for pkgsrc/www/navigator/Attic/Makefile.common

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / navigator

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.92, Sun Nov 1 13:26:29 2009 UTC (14 years, 4 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2009Q4-base, pkgsrc-2009Q4, HEAD
Changes since 1.91: +1 -1 lines
FILE REMOVED

While these may be interesting from an archeological perspective,
I think their practical usefulness expired a long time ago.

Revision 1.91 / (download) - annotate - [select for diffs], Tue May 19 08:59:37 2009 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored) to selected 1.43 (colored)

Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.90 / (download) - annotate - [select for diffs], Mon May 26 02:13:25 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.89: +5 -3 lines
Diff to previous 1.89 (colored) to selected 1.43 (colored)

Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.

Revision 1.89 / (download) - annotate - [select for diffs], Wed Oct 31 21:44:19 2007 UTC (16 years, 5 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.88: +2 -1 lines
Diff to previous 1.88 (colored) to selected 1.43 (colored)

add

LICENSE=	generic-nonlicense

due to

RESTRICTED=	No re-distribution without agreement from Netscape

Revision 1.88 / (download) - annotate - [select for diffs], Sat Oct 27 13:46:33 2007 UTC (16 years, 5 months ago) by obache
Branch: MAIN
Changes since 1.87: +1 -2 lines
Diff to previous 1.87 (colored) to selected 1.43 (colored)

PKGREVISION for Linux edition does not need to set here.

Revision 1.87 / (download) - annotate - [select for diffs], Sat Oct 27 13:35:26 2007 UTC (16 years, 5 months ago) by obache
Branch: MAIN
Changes since 1.86: +1 -7 lines
Diff to previous 1.86 (colored) to selected 1.43 (colored)

Recent flash player is not compatible with netscape navigator/communicator
as reported in PR 29620 and compatible version have unresolved security issues.
Drop dependency on ns-flash and remove NS_NO_FLASH variable.

Bump PKGREVISION of navigator/communicator.

Revision 1.86 / (download) - annotate - [select for diffs], Sun Jul 29 05:19:57 2007 UTC (16 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.85: +86 -131 lines
Diff to previous 1.85 (colored) to selected 1.43 (colored)

* Add new emulator framework in pkgsrc/mk/emulator that handles all
  binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and "emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

Revision 1.85 / (download) - annotate - [select for diffs], Thu Feb 22 19:27:20 2007 UTC (17 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.84: +7 -7 lines
Diff to previous 1.84 (colored) to selected 1.43 (colored)

Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.84 / (download) - annotate - [select for diffs], Wed Oct 4 22:04:10 2006 UTC (17 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.83: +3 -3 lines
Diff to previous 1.83 (colored) to selected 1.43 (colored)

Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.

Revision 1.83 / (download) - annotate - [select for diffs], Thu Jun 1 15:31:27 2006 UTC (17 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.82: +3 -1 lines
Diff to previous 1.82 (colored) to selected 1.43 (colored)

Include emulators/suse_linux/Makefile.applications to fix variable
usage.

Revision 1.82 / (download) - annotate - [select for diffs], Sat Apr 22 09:22:16 2006 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored) to selected 1.43 (colored)

Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.

Revision 1.81 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:59 2006 UTC (18 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored) to selected 1.43 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.80 / (download) - annotate - [select for diffs], Tue Feb 7 22:33:44 2006 UTC (18 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.79: +3 -3 lines
Diff to previous 1.79 (colored) to selected 1.43 (colored)

Use "GZCAT" instead of obsolete "DECOMPRESS_CMD" to fix the installation
of this package.

Revision 1.79 / (download) - annotate - [select for diffs], Mon Dec 5 20:51:13 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.78: +10 -10 lines
Diff to previous 1.78 (colored) to selected 1.43 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.78 / (download) - annotate - [select for diffs], Wed Sep 28 12:17:23 2005 UTC (18 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.77: +3 -4 lines
Diff to previous 1.77 (colored) to selected 1.43 (colored)

Fixed pkglint warnings.

Revision 1.77 / (download) - annotate - [select for diffs], Fri Jun 17 03:50:41 2005 UTC (18 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.76: +3 -1 lines
Diff to previous 1.76 (colored) to selected 1.43 (colored)

Create directories before installing files into them.

Revision 1.76 / (download) - annotate - [select for diffs], Sat May 21 12:42:35 2005 UTC (18 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.75: +2 -6 lines
Diff to previous 1.75 (colored) to selected 1.43 (colored)

Use tar instead of gtar; remove gtar from tools.

Revision 1.75 / (download) - annotate - [select for diffs], Mon May 16 01:15:34 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.74: +5 -1 lines
Diff to previous 1.74 (colored) to selected 1.43 (colored)

Note that gtar is required by the package.

Revision 1.74 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:54 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.73: +1 -2 lines
Diff to previous 1.73 (colored) to selected 1.43 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.73 / (download) - annotate - [select for diffs], Thu Feb 24 14:06:20 2005 UTC (19 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.72: +2 -3 lines
Diff to previous 1.72 (colored) to selected 1.43 (colored)

Update MASTER_SITES for ppc binary.

Revision 1.72 / (download) - annotate - [select for diffs], Tue Dec 14 19:03:26 2004 UTC (19 years, 3 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored) to selected 1.43 (colored)

Use ROOT_USER and ROOT_GROUP instead of "0".

Revision 1.71 / (download) - annotate - [select for diffs], Tue Jul 27 08:00:50 2004 UTC (19 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.70: +5 -3 lines
Diff to previous 1.70 (colored) to selected 1.43 (colored)

Only apply binpatch to "communicator" package not to "navigator" package
because we don't have a patch for that.

Revision 1.70 / (download) - annotate - [select for diffs], Fri Jul 23 03:46:06 2004 UTC (19 years, 8 months ago) by atatat
Branch: MAIN
Changes since 1.69: +13 -1 lines
Diff to previous 1.69 (colored) to selected 1.43 (colored)

Bump i386 packages communicator-4.75 (linux) and communicator-4.80
(bsdi) for i386 to revision 1 after adding scripts that apply tiny
binary patches that stop them from closing fd 0 before running
"netstat -in".

I finally got tired of the warnings from my kernel, so I made the
binaries stop doing it.

Revision 1.69 / (download) - annotate - [select for diffs], Tue May 11 05:18:59 2004 UTC (19 years, 10 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored) to selected 1.43 (colored)

Convert to buildlink3.

Revision 1.68 / (download) - annotate - [select for diffs], Tue Jan 27 02:28:51 2004 UTC (20 years, 2 months ago) by tacha
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.67: +3 -3 lines
Diff to previous 1.67 (colored) to selected 1.43 (colored)

fix path of ns-flash.

Revision 1.67 / (download) - annotate - [select for diffs], Thu Dec 4 14:59:22 2003 UTC (20 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.66: +4 -4 lines
Diff to previous 1.66 (colored) to selected 1.43 (colored)

use && instead of ; in a couple of places.

Revision 1.66 / (download) - annotate - [select for diffs], Tue Sep 30 09:06:01 2003 UTC (20 years, 6 months ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.65: +12 -2 lines
Diff to previous 1.65 (colored) to selected 1.43 (colored)

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.

Revision 1.65 / (download) - annotate - [select for diffs], Fri Aug 8 10:02:02 2003 UTC (20 years, 7 months ago) by grant
Branch: MAIN
Changes since 1.64: +47 -50 lines
Diff to previous 1.64 (colored) to selected 1.43 (colored)

style, indentation fixes.

Revision 1.64 / (download) - annotate - [select for diffs], Thu Jul 17 22:55:43 2003 UTC (20 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) to selected 1.43 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.63 / (download) - annotate - [select for diffs], Mon Jun 23 14:23:14 2003 UTC (20 years, 9 months ago) by jschauma
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored) to selected 1.43 (colored)

s/packages@/tech-pkg@/g
(Forgot the last time we did this.  Pointed out by Sergey
Svishchev (svs at ropnet dot ru))

Revision 1.62 / (download) - annotate - [select for diffs], Sat May 31 14:34:29 2003 UTC (20 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored) to selected 1.43 (colored)

Wildcard dependency on rpm2pkg.

Revision 1.61 / (download) - annotate - [select for diffs], Fri Feb 7 13:37:35 2003 UTC (21 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.60: +3 -3 lines
Diff to previous 1.60 (colored) to selected 1.43 (colored)

Don't depend on the "suse" packages if we the BSDI version is used.
Problem noted by Tyler Mitchell in private e-mail.

Revision 1.60 / (download) - annotate - [select for diffs], Thu Jan 30 03:24:12 2003 UTC (21 years, 2 months ago) by jschauma
Branch: MAIN
Changes since 1.59: +6 -5 lines
Diff to previous 1.59 (colored) to selected 1.43 (colored)

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.

Revision 1.59 / (download) - annotate - [select for diffs], Mon Dec 23 16:33:42 2002 UTC (21 years, 3 months ago) by cjep
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored) to selected 1.43 (colored)

Whitespace fix

Revision 1.58 / (download) - annotate - [select for diffs], Sun Dec 8 01:54:19 2002 UTC (21 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored) to selected 1.43 (colored)

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.

Revision 1.57 / (download) - annotate - [select for diffs], Sat Dec 7 02:39:07 2002 UTC (21 years, 3 months ago) by schmonz
Branch: MAIN
Changes since 1.56: +7 -7 lines
Diff to previous 1.56 (colored) to selected 1.43 (colored)

Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.

Revision 1.56 / (download) - annotate - [select for diffs], Mon Nov 25 17:45:03 2002 UTC (21 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.55: +3 -2 lines
Diff to previous 1.55 (colored) to selected 1.43 (colored)

Switch ppc to suse emulation packages instead of linuxppc_lib.

Revision 1.55 / (download) - annotate - [select for diffs], Mon Nov 25 17:23:21 2002 UTC (21 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored) to selected 1.43 (colored)

Nit in last.

Revision 1.54 / (download) - annotate - [select for diffs], Mon Nov 25 17:23:01 2002 UTC (21 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored) to selected 1.43 (colored)

Put comment at begin of line so that make recognizes it.

Revision 1.53 / (download) - annotate - [select for diffs], Mon Nov 25 17:22:05 2002 UTC (21 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.52: +4 -2 lines
Diff to previous 1.52 (colored) to selected 1.43 (colored)

Update MASTER_SITES for ppc version.

Revision 1.52 / (download) - annotate - [select for diffs], Sun Nov 3 22:54:05 2002 UTC (21 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.51: +7 -5 lines
Diff to previous 1.51 (colored) to selected 1.43 (colored)

Use pax instead of tar.

Revision 1.51 / (download) - annotate - [select for diffs], Thu Oct 24 22:28:58 2002 UTC (21 years, 5 months ago) by jdc
Branch: MAIN
Changes since 1.50: +3 -1 lines
Diff to previous 1.50 (colored) to selected 1.43 (colored)

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

Revision 1.50 / (download) - annotate - [select for diffs], Fri Sep 20 16:59:27 2002 UTC (21 years, 6 months ago) by abs
Branch: MAIN
Changes since 1.49: +14 -5 lines
Diff to previous 1.49 (colored) to selected 1.43 (colored)

Update linux and solaris 2.8 to navigator/communicator 4.8. Package is
named *-4.80. Other platforms not available in this release.

Revision 1.49 / (download) - annotate - [select for diffs], Sun Jun 30 19:07:18 2002 UTC (21 years, 9 months ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.48: +12 -2 lines
Diff to previous 1.48 (colored) to selected 1.43 (colored)

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.

Revision 1.47.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 19:04:24 2002 UTC (21 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.47: +1 -4 lines
Diff to previous 1.47 (colored) next main 1.48 (colored) to selected 1.43 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Jun 2 09:07:01 2002 UTC (21 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: buildlink2-base
Changes since 1.47: +1 -4 lines
Diff to previous 1.47 (colored) to selected 1.43 (colored)

Don't patch bookmarks file -- not cleanly possibly since we support
many different version of navigator/communicator.
Closes pkg/17136.

Revision 1.47 / (download) - annotate - [select for diffs], Fri Apr 5 11:44:55 2002 UTC (21 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.46: +3 -1 lines
Diff to previous 1.46 (colored) to selected 1.43 (colored)

Don't include "../../emulators/suse_linux/Makefile.application" if we
are building the "netscape" meta package.

Revision 1.46 / (download) - annotate - [select for diffs], Fri Apr 5 09:33:21 2002 UTC (21 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.45: +3 -1 lines
Diff to previous 1.45 (colored) to selected 1.43 (colored)

We need to include "../../emulators/suse_linux/Makefile.application" to
be able to use "${SUSE_DIR_PREFIX}".

Revision 1.45 / (download) - annotate - [select for diffs], Fri Apr 5 09:25:41 2002 UTC (21 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.44: +3 -3 lines
Diff to previous 1.44 (colored) to selected 1.43 (colored)

Pick correct SuSE directory in dependences.

Revision 1.44 / (download) - annotate - [select for diffs], Tue Nov 27 14:11:51 2001 UTC (22 years, 4 months ago) by abs
Branch: MAIN
Changes since 1.43: +4 -3 lines
Diff to previous 1.43 (colored)

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

Revision 1.43 / (download) - annotate - [selected], Mon Oct 1 15:50:08 2001 UTC (22 years, 6 months ago) by abs
Branch: MAIN
Changes since 1.42: +3 -1 lines
Diff to previous 1.42 (colored)

Avoid makefile bulk-build breakage on non supported ARCHs by setting PLIST_ARCH
to blank in those cases

Revision 1.42 / (download) - annotate - [select for diffs], Fri Sep 14 01:00:24 2001 UTC (22 years, 6 months ago) by abs
Branch: MAIN
Changes since 1.41: +4 -4 lines
Diff to previous 1.41 (colored) to selected 1.43 (colored)

The SunOS navigator and communicator run fine under emulation on sparc64
(1.5X, 64bit kernel). Large slice of respect due.

Revision 1.41 / (download) - annotate - [select for diffs], Mon Jul 23 19:01:49 2001 UTC (22 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.40: +9 -1 lines
Diff to previous 1.40 (colored) to selected 1.43 (colored)

Use Solaris 8 binary on Solaris 8 and newer.

Revision 1.40 / (download) - annotate - [select for diffs], Mon Jul 23 18:56:07 2001 UTC (22 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.43 (colored)

The SunOS 5.5.1 version is unsupported now.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Jul 23 18:55:04 2001 UTC (22 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.43 (colored)

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.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Jul 23 18:30:26 2001 UTC (22 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.37: +5 -1 lines
Diff to previous 1.37 (colored) to selected 1.43 (colored)

Add variable to make navigator/communicator _not_ depend on flash, and
document it in mk.conf.example. Adresses pkg/13343.

Revision 1.37 / (download) - annotate - [select for diffs], Fri May 11 09:15:43 2001 UTC (22 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.43 (colored)

Adapt to new version number of linuxppc_lib.

Revision 1.36 / (download) - annotate - [select for diffs], Tue May 1 21:37:04 2001 UTC (22 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.43 (colored)

Fix typo (with no actual effect)

Revision 1.35 / (download) - annotate - [select for diffs], Mon Apr 30 23:18:54 2001 UTC (22 years, 11 months ago) by kei
Branch: MAIN
Changes since 1.34: +1 -3 lines
Diff to previous 1.34 (colored) to selected 1.43 (colored)

removed unused variable EMULSUBDIR and EMULDIR.  They are handled by
linuxppc_lib package.

Revision 1.34 / (download) - annotate - [select for diffs], Sat Apr 7 07:31:41 2001 UTC (22 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.33: +7 -7 lines
Diff to previous 1.33 (colored) to selected 1.43 (colored)

Update "navigator" package to version 4.77. This version fixes bugs,
closes security problems and updates the certificate list.

Revision 1.33 / (download) - annotate - [select for diffs], Thu Mar 29 14:03:11 2001 UTC (23 years ago) by kei
Branch: MAIN
Changes since 1.32: +12 -4 lines
Diff to previous 1.32 (colored) to selected 1.43 (colored)

* 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.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Mar 27 03:20:24 2001 UTC (23 years ago) by hubertf
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.43 (colored)

Change BUILD_DEPENDS semantics:
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>

Revision 1.31 / (download) - annotate - [select for diffs], Sat Mar 10 22:31:57 2001 UTC (23 years ago) by kei
Branch: MAIN
Changes since 1.30: +46 -5 lines
Diff to previous 1.30 (colored) to selected 1.43 (colored)

* 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'.

Revision 1.30 / (download) - annotate - [select for diffs], Tue Mar 6 09:38:30 2001 UTC (23 years ago) by jlam
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored) to selected 1.43 (colored)

Dependencies need some sort of version number, whether an exact match, a
shell expression, or an arithmetic inequality, for binary packages to work
properly: add one to ns-flash (>4.0).

Revision 1.29 / (download) - annotate - [select for diffs], Mon Mar 5 20:15:59 2001 UTC (23 years ago) by abs
Branch: MAIN
Changes since 1.28: +13 -8 lines
Diff to previous 1.28 (colored) to selected 1.43 (colored)

Remove the shipped flashplayer (4.0) and instead depend ns-flash (5.0)
Update package number to 4.76nb1

Revision 1.28 / (download) - annotate - [select for diffs], Wed Feb 28 10:40:24 2001 UTC (23 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.27: +1 -2 lines
Diff to previous 1.27 (colored) to selected 1.43 (colored)

remove deprecated MIRROR_DISTFILE (the correct replacements had
been added already)

Revision 1.27 / (download) - annotate - [select for diffs], Sun Feb 25 04:18:23 2001 UTC (23 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.43 (colored)

Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this

Revision 1.26 / (download) - annotate - [select for diffs], Thu Jan 11 07:03:04 2001 UTC (23 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.43 (colored)

Patch backup files end on "~" not on ".orig" under Solaris.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Dec 17 13:21:55 2000 UTC (23 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.24: +3 -2 lines
Diff to previous 1.24 (colored) to selected 1.43 (colored)

Add dependences on "suse_compat" package required after update to SuSE 6.4.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Oct 27 02:20:54 2000 UTC (23 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.23: +3 -2 lines
Diff to previous 1.23 (colored) to selected 1.43 (colored)

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.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Oct 21 23:02:18 2000 UTC (23 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.43 (colored)

patch -> ${PATCH}

Revision 1.22 / (download) - annotate - [select for diffs], Wed Sep 6 15:29:28 2000 UTC (23 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.43 (colored)

Netscape doesn't need all of suse_linux, just suse_x11.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Sep 5 18:31:02 2000 UTC (23 years, 6 months ago) by abs
Branch: MAIN
Changes since 1.20: +1 -3 lines
Diff to previous 1.20 (colored) to selected 1.43 (colored)

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).

Revision 1.20 / (download) - annotate - [select for diffs], Sat Sep 2 23:18:28 2000 UTC (23 years, 6 months ago) by abs
Branch: MAIN
Changes since 1.19: +13 -10 lines
Diff to previous 1.19 (colored) to selected 1.43 (colored)

Update for new 'netscape' wrapper, plus note 'NS_NAVIGATOR' variable

Revision 1.19 / (download) - annotate - [select for diffs], Wed Aug 23 10:41:52 2000 UTC (23 years, 7 months ago) by abs
Branch: MAIN
Changes since 1.18: +7 -5 lines
Diff to previous 1.18 (colored) to selected 1.43 (colored)

Fix MASTER_SITES for SunOS 4.61 version (archive.netscape.com)

Revision 1.18 / (download) - annotate - [select for diffs], Mon Aug 21 21:01:34 2000 UTC (23 years, 7 months ago) by hubertf
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored) to selected 1.43 (colored)

Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Aug 18 22:46:51 2000 UTC (23 years, 7 months ago) by hubertf
Branch: MAIN
Changes since 1.16: +5 -2 lines
Diff to previous 1.16 (colored) to selected 1.43 (colored)

Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Aug 18 15:44:45 2000 UTC (23 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.43 (colored)

Update "communicator" and "navigator" package to version 4.75. This
fixes the so called "Brown Orifice" security problem.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jul 28 13:53:44 2000 UTC (23 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.43 (colored)

The Netscape binaries for Linux 2.2 require at least version 6.3 of
the SuSE packages to work properly. Update dependences to reflect this.
Fixes PR pkg/10050 by Sean Doran.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jul 25 06:53:13 2000 UTC (23 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.43 (colored)

Linux 2.2 is now officially supported by Netscape.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jul 25 06:36:25 2000 UTC (23 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.43 (colored)

Don't install dynamic Motif Linux binary which isn't even used by
Linux users.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jul 25 06:27:33 2000 UTC (23 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.11: +4 -24 lines
Diff to previous 1.11 (colored) to selected 1.43 (colored)

Update "navigator" package to version 4.74 and always use strong
encryption except sunos_sparc.

Revision 1.11 / (download) - annotate - [select for diffs], Thu May 11 21:35:04 2000 UTC (23 years, 10 months ago) by abs
Branch: MAIN
Changes since 1.10: +5 -7 lines
Diff to previous 1.10 (colored) to selected 1.43 (colored)

Upgrade everything except sunos_sparc to 4.73

Revision 1.10 / (download) - annotate - [select for diffs], Tue May 9 13:23:20 2000 UTC (23 years, 10 months ago) by abs
Branch: MAIN
Changes since 1.9: +16 -3 lines
Diff to previous 1.9 (colored) to selected 1.43 (colored)

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)

Revision 1.9 / (download) - annotate - [select for diffs], Tue May 9 07:12:58 2000 UTC (23 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8 (colored) to selected 1.43 (colored)

Don't define "NS_ENCRYPTION" before including "pkgsrc/mk/bsd.prefs.mk" so
that a "NS_ENCRYPTION?= ..." in "/etc/mk.conf" will work.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Apr 30 17:03:20 2000 UTC (23 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.43 (colored)

rm -> ${RM}

Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 30 14:42:22 2000 UTC (23 years, 11 months ago) by sakamoto
Branch: MAIN
Changes since 1.6: +10 -7 lines
Diff to previous 1.6 (colored) to selected 1.43 (colored)

Update to 4.72 - this is only for the Linux/i386 version.
and use linux22 version instead of glibc20 version.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jan 15 11:02:18 2000 UTC (24 years, 2 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.43 (colored)

Fix URL for mirror on "ftp.informatik.rwth-aachen.de" so it will be
actually used.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 14 17:56:33 2000 UTC (24 years, 2 months ago) by abs
Branch: MAIN
Changes since 1.4: +4 -1 lines
Diff to previous 1.4 (colored) to selected 1.43 (colored)

stop mirroring distfiles

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 13 11:15:12 2000 UTC (24 years, 2 months ago) by soren
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.43 (colored)

Depend on suse_linux>=6.1, not >=6.1p1.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 11 02:25:29 2000 UTC (24 years, 2 months ago) by soren
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.43 (colored)

Allow newer versions of SuSE Linux libraries.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 9 19:29:37 2000 UTC (24 years, 2 months ago) by tsarna
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored) to selected 1.43 (colored)

Make this work for NS_ENCRYPTION on i386 (didn't have md5, and the
manual distfile check and instructions weren't updated for the DIST_SUBDIR)

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 5 15:43:34 2000 UTC (24 years, 2 months ago) by abs
Branch: MAIN
Diff to selected 1.43 (colored)

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>