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


Keyword substitution: kv
Default branch: MAIN


Revision 1.92
Sun Nov 1 13:26:29 2009 UTC (15 years, 6 months ago) by tnn
Branches: 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
FILE REMOVED
Changes since revision 1.91: +1 -1 lines
While these may be interesting from an archeological perspective,
I think their practical usefulness expired a long time ago.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Tue May 19 08:59:37 2009 UTC (15 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -2 lines
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Mon May 26 02:13:25 2008 UTC (16 years, 11 months ago) by joerg
Branches: 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
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +5 -3 lines
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 - view: text, markup, annotated - select for diffs
Wed Oct 31 21:44:19 2007 UTC (17 years, 6 months ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -1 lines
add

LICENSE=	generic-nonlicense

due to

RESTRICTED=	No re-distribution without agreement from Netscape

Revision 1.88: download - view: text, markup, annotated - select for diffs
Sat Oct 27 13:46:33 2007 UTC (17 years, 6 months ago) by obache
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -2 lines
PKGREVISION for Linux edition does not need to set here.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sat Oct 27 13:35:26 2007 UTC (17 years, 6 months ago) by obache
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -7 lines
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 - view: text, markup, annotated - select for diffs
Sun Jul 29 05:19:57 2007 UTC (17 years, 9 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +86 -131 lines
* 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 - view: text, markup, annotated - select for diffs
Thu Feb 22 19:27:20 2007 UTC (18 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +7 -7 lines
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Oct 4 22:04:10 2006 UTC (18 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +3 -3 lines
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Jun 1 15:31:27 2006 UTC (18 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +3 -1 lines
Include emulators/suse_linux/Makefile.applications to fix variable
usage.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Sat Apr 22 09:22:16 2006 UTC (19 years ago) by rillig
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Mar 4 21:30:59 2006 UTC (19 years, 2 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Tue Feb 7 22:33:44 2006 UTC (19 years, 3 months ago) by tron
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +3 -3 lines
Use "GZCAT" instead of obsolete "DECOMPRESS_CMD" to fix the installation
of this package.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:51:13 2005 UTC (19 years, 5 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +10 -10 lines
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 - view: text, markup, annotated - select for diffs
Wed Sep 28 12:17:23 2005 UTC (19 years, 7 months ago) by rillig
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -4 lines
Fixed pkglint warnings.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Jun 17 03:50:41 2005 UTC (19 years, 11 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +3 -1 lines
Create directories before installing files into them.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat May 21 12:42:35 2005 UTC (19 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -6 lines
Use tar instead of gtar; remove gtar from tools.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon May 16 01:15:34 2005 UTC (20 years ago) by jlam
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +5 -1 lines
Note that gtar is required by the package.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:47:54 2005 UTC (20 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Feb 24 14:06:20 2005 UTC (20 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -3 lines
Update MASTER_SITES for ppc binary.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Dec 14 19:03:26 2004 UTC (20 years, 5 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
Use ROOT_USER and ROOT_GROUP instead of "0".

Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue Jul 27 08:00:50 2004 UTC (20 years, 9 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +5 -3 lines
Only apply binpatch to "communicator" package not to "navigator" package
because we don't have a patch for that.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Fri Jul 23 03:46:06 2004 UTC (20 years, 9 months ago) by atatat
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +13 -1 lines
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 - view: text, markup, annotated - select for diffs
Tue May 11 05:18:59 2004 UTC (21 years ago) by snj
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
Convert to buildlink3.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Jan 27 02:28:51 2004 UTC (21 years, 3 months ago) by tacha
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +3 -3 lines
fix path of ns-flash.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Dec 4 14:59:22 2003 UTC (21 years, 5 months ago) by grant
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +4 -4 lines
use && instead of ; in a couple of places.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Sep 30 09:06:01 2003 UTC (21 years, 7 months ago) by dmcmahill
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +12 -2 lines
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 - view: text, markup, annotated - select for diffs
Fri Aug 8 10:02:02 2003 UTC (21 years, 9 months ago) by grant
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +47 -50 lines
style, indentation fixes.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Jul 17 22:55:43 2003 UTC (21 years, 10 months ago) by grant
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Jun 23 14:23:14 2003 UTC (21 years, 10 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sat May 31 14:34:29 2003 UTC (21 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
Wildcard dependency on rpm2pkg.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Feb 7 13:37:35 2003 UTC (22 years, 3 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +3 -3 lines
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 - view: text, markup, annotated - select for diffs
Thu Jan 30 03:24:12 2003 UTC (22 years, 3 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +6 -5 lines
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 - view: text, markup, annotated - select for diffs
Mon Dec 23 16:33:42 2002 UTC (22 years, 4 months ago) by cjep
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
Whitespace fix

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Dec 8 01:54:19 2002 UTC (22 years, 5 months ago) by mrg
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sat Dec 7 02:39:07 2002 UTC (22 years, 5 months ago) by schmonz
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +7 -7 lines
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Nov 25 17:45:03 2002 UTC (22 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +3 -2 lines
Switch ppc to suse emulation packages instead of linuxppc_lib.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Nov 25 17:23:21 2002 UTC (22 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
Nit in last.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Nov 25 17:23:01 2002 UTC (22 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
Put comment at begin of line so that make recognizes it.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Nov 25 17:22:05 2002 UTC (22 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -2 lines
Update MASTER_SITES for ppc version.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Nov 3 22:54:05 2002 UTC (22 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +7 -5 lines
Use pax instead of tar.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Oct 24 22:28:58 2002 UTC (22 years, 6 months ago) by jdc
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -1 lines
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 - view: text, markup, annotated - select for diffs
Fri Sep 20 16:59:27 2002 UTC (22 years, 7 months ago) by abs
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +14 -5 lines
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 - view: text, markup, annotated - select for diffs
Sun Jun 30 19:07:18 2002 UTC (22 years, 10 months ago) by dmcmahill
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +12 -2 lines
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 - view: text, markup, annotated - select for diffs
Sun Jun 23 19:04:24 2002 UTC (22 years, 10 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.47: preferred, colored; next MAIN 1.48: preferred, colored
Changes since revision 1.47: +1 -4 lines
Merge from pkgsrc-current to buildlink2 branch.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Jun 2 09:07:01 2002 UTC (22 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: buildlink2-base
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -4 lines
Don't patch bookmarks file -- not cleanly possibly since we support
many different version of navigator/communicator.
Closes pkg/17136.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Apr 5 11:44:55 2002 UTC (23 years, 1 month ago) by tron
Branches: MAIN
CVS tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -1 lines
Don't include "../../emulators/suse_linux/Makefile.application" if we
are building the "netscape" meta package.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Apr 5 09:33:21 2002 UTC (23 years, 1 month ago) by tron
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -1 lines
We need to include "../../emulators/suse_linux/Makefile.application" to
be able to use "${SUSE_DIR_PREFIX}".

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Apr 5 09:25:41 2002 UTC (23 years, 1 month ago) by tron
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -3 lines
Pick correct SuSE directory in dependences.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Nov 27 14:11:51 2001 UTC (23 years, 5 months ago) by abs
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +4 -3 lines
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 - view: text, markup, annotated - select for diffs
Mon Oct 1 15:50:08 2001 UTC (23 years, 7 months ago) by abs
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -1 lines
Avoid makefile bulk-build breakage on non supported ARCHs by setting PLIST_ARCH
to blank in those cases

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Sep 14 01:00:24 2001 UTC (23 years, 8 months ago) by abs
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -4 lines
The SunOS navigator and communicator run fine under emulation on sparc64
(1.5X, 64bit kernel). Large slice of respect due.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jul 23 19:01:49 2001 UTC (23 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +9 -1 lines
Use Solaris 8 binary on Solaris 8 and newer.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jul 23 18:56:07 2001 UTC (23 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
The SunOS 5.5.1 version is unsupported now.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Jul 23 18:55:04 2001 UTC (23 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Mon Jul 23 18:30:26 2001 UTC (23 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +5 -1 lines
Add variable to make navigator/communicator _not_ depend on flash, and
document it in mk.conf.example. Adresses pkg/13343.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri May 11 09:15:43 2001 UTC (24 years ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Adapt to new version number of linuxppc_lib.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue May 1 21:37:04 2001 UTC (24 years ago) by wiz
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Fix typo (with no actual effect)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Apr 30 23:18:54 2001 UTC (24 years ago) by kei
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -3 lines
removed unused variable EMULSUBDIR and EMULDIR.  They are handled by
linuxppc_lib package.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Apr 7 07:31:41 2001 UTC (24 years, 1 month ago) by tron
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +7 -7 lines
Update "navigator" package to version 4.77. This version fixes bugs,
closes security problems and updates the certificate list.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Mar 29 14:03:11 2001 UTC (24 years, 1 month ago) by kei
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +12 -4 lines
* 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 - view: text, markup, annotated - select for diffs
Tue Mar 27 03:20:24 2001 UTC (24 years, 1 month ago) by hubertf
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sat Mar 10 22:31:57 2001 UTC (24 years, 2 months ago) by kei
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +46 -5 lines
* 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 - view: text, markup, annotated - select for diffs
Tue Mar 6 09:38:30 2001 UTC (24 years, 2 months ago) by jlam
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
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 - view: text, markup, annotated - select for diffs
Mon Mar 5 20:15:59 2001 UTC (24 years, 2 months ago) by abs
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +13 -8 lines
Remove the shipped flashplayer (4.0) and instead depend ns-flash (5.0)
Update package number to 4.76nb1

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Feb 28 10:40:24 2001 UTC (24 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -2 lines
remove deprecated MIRROR_DISTFILE (the correct replacements had
been added already)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Feb 25 04:18:23 2001 UTC (24 years, 2 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Jan 11 07:03:04 2001 UTC (24 years, 4 months ago) by tron
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Patch backup files end on "~" not on ".orig" under Solaris.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Dec 17 13:21:55 2000 UTC (24 years, 5 months ago) by tron
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -2 lines
Add dependences on "suse_compat" package required after update to SuSE 6.4.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Oct 27 02:20:54 2000 UTC (24 years, 6 months ago) by tron
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -2 lines
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 - view: text, markup, annotated - select for diffs
Sat Oct 21 23:02:18 2000 UTC (24 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
patch -> ${PATCH}

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Sep 6 15:29:28 2000 UTC (24 years, 8 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Netscape doesn't need all of suse_linux, just suse_x11.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Sep 5 18:31:02 2000 UTC (24 years, 8 months ago) by abs
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -3 lines
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 - view: text, markup, annotated - select for diffs
Sat Sep 2 23:18:28 2000 UTC (24 years, 8 months ago) by abs
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +13 -10 lines
Update for new 'netscape' wrapper, plus note 'NS_NAVIGATOR' variable

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Aug 23 10:41:52 2000 UTC (24 years, 8 months ago) by abs
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +7 -5 lines
Fix MASTER_SITES for SunOS 4.61 version (archive.netscape.com)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Aug 21 21:01:34 2000 UTC (24 years, 8 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Aug 18 22:46:51 2000 UTC (24 years, 9 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -2 lines
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 - view: text, markup, annotated - select for diffs
Fri Aug 18 15:44:45 2000 UTC (24 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Update "communicator" and "navigator" package to version 4.75. This
fixes the so called "Brown Orifice" security problem.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jul 28 13:53:44 2000 UTC (24 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Tue Jul 25 06:53:13 2000 UTC (24 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Linux 2.2 is now officially supported by Netscape.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jul 25 06:36:25 2000 UTC (24 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Don't install dynamic Motif Linux binary which isn't even used by
Linux users.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jul 25 06:27:33 2000 UTC (24 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -24 lines
Update "navigator" package to version 4.74 and always use strong
encryption except sunos_sparc.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu May 11 21:35:04 2000 UTC (25 years ago) by abs
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -7 lines
Upgrade everything except sunos_sparc to 4.73

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue May 9 13:23:20 2000 UTC (25 years ago) by abs
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +16 -3 lines
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 - view: text, markup, annotated - select for diffs
Tue May 9 07:12:58 2000 UTC (25 years ago) by tron
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Apr 30 17:03:20 2000 UTC (25 years ago) by wiz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
rm -> ${RM}

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Apr 30 14:42:22 2000 UTC (25 years ago) by sakamoto
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +10 -7 lines
Update to 4.72 - this is only for the Linux/i386 version.
and use linux22 version instead of glibc20 version.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jan 15 11:02:18 2000 UTC (25 years, 4 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-4-PATCH002
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Fix URL for mirror on "ftp.informatik.rwth-aachen.de" so it will be
actually used.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jan 14 17:56:33 2000 UTC (25 years, 4 months ago) by abs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -1 lines
stop mirroring distfiles

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jan 13 11:15:12 2000 UTC (25 years, 4 months ago) by soren
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Depend on suse_linux>=6.1, not >=6.1p1.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 11 02:25:29 2000 UTC (25 years, 4 months ago) by soren
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Allow newer versions of SuSE Linux libraries.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jan 9 19:29:37 2000 UTC (25 years, 4 months ago) by tsarna
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
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 - view: text, markup, annotated - select for diffs
Wed Jan 5 15:43:34 2000 UTC (25 years, 4 months ago) by abs
Branches: MAIN
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.

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>