pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Recent flash player is not compatible with netscape na...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9f795d5989b7
branches: trunk
changeset: 534598:9f795d5989b7
user: obache <obache%pkgsrc.org@localhost>
date: Sat Oct 27 13:35:26 2007 +0000
description:
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.
diffstat:
mk/defaults/mk.conf | 8 +-------
www/communicator/Makefile | 4 ++--
www/navigator/Makefile | 4 ++--
www/navigator/Makefile.common | 8 +-------
4 files changed, 6 insertions(+), 18 deletions(-)
diffs (77 lines):
diff -r 6643766fdf16 -r 9f795d5989b7 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf Sat Oct 27 13:30:53 2007 +0000
+++ b/mk/defaults/mk.conf Sat Oct 27 13:35:26 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.163 2007/10/09 19:19:13 martti Exp $
+# $NetBSD: mk.conf,v 1.164 2007/10/27 13:35:27 obache Exp $
#
# This file provides default values for variables that may be overridden
@@ -1384,12 +1384,6 @@
# Possible: not defined, communicator, navigator, mozilla
# Default: not defined, which implies communicator
-#NS_NO_FLASH=
-# Used by navigator/communicator package to decide if flash should be
-# installed or not. By default, flash is installed.
-# Possible: not defined, defined
-# Default: not defined
-
#NS_USE_BSDI= YES
# Used to decide if i386 BSDi Netscape binary should be used in preference
# to linux version.
diff -r 6643766fdf16 -r 9f795d5989b7 www/communicator/Makefile
--- a/www/communicator/Makefile Sat Oct 27 13:30:53 2007 +0000
+++ b/www/communicator/Makefile Sat Oct 27 13:35:26 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2006/02/05 23:11:20 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2007/10/27 13:35:26 obache Exp $
#
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Netscape Communicator browser, version 4 (binary pkg)
BINNAME= communicator
diff -r 6643766fdf16 -r 9f795d5989b7 www/navigator/Makefile
--- a/www/navigator/Makefile Sat Oct 27 13:30:53 2007 +0000
+++ b/www/navigator/Makefile Sat Oct 27 13:35:26 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2006/02/05 23:11:26 joerg Exp $
+# $NetBSD: Makefile,v 1.33 2007/10/27 13:35:26 obache Exp $
#
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Netscape Navigator browser, version 4 (binary pkg)
BINNAME= navigator
diff -r 6643766fdf16 -r 9f795d5989b7 www/navigator/Makefile.common
--- a/www/navigator/Makefile.common Sat Oct 27 13:30:53 2007 +0000
+++ b/www/navigator/Makefile.common Sat Oct 27 13:35:26 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.86 2007/07/29 05:19:57 jlam Exp $
+# $NetBSD: Makefile.common,v 1.87 2007/10/27 13:35:26 obache Exp $
#
# Common include file for communicator and navigator packages
@@ -65,9 +65,6 @@
DIST_DIR_NAME= supported/sunos58
WRKNAME= sparc-sun-solaris2.8
. endif
-. if !defined(NS_NO_FLASH)
-DEPENDS+= ns-flash>4.0:../../multimedia/ns-flash
-. endif
.elif ${EMUL_PLATFORM} == "sunos-sparc"
NS_VERS= 4.61
@@ -105,9 +102,6 @@
DISTUNAME= x86-unknown-linux2.2
DIST_DIR_NAME= supported/linux22
WRKNAME= x86-unknown-linux2.2
-. if !defined(NS_NO_FLASH)
-DEPENDS+= ns-flash>4.0:../../multimedia/ns-flash
-. endif
. if ${BINNAME} == "communicator"
BUILD_DEPENDS= binpatch>=1.0:../../pkgtools/binpatch
Home |
Main Index |
Thread Index |
Old Index