pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www chmod u+w all files under lib/${MOZILLA}/defaults ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ecebe840cc4e
branches:  trunk
changeset: 527223:ecebe840cc4e
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sat Mar 31 22:51:24 2007 +0000

description:
chmod u+w all files under lib/${MOZILLA}/defaults in post-install phase for
firefox and seamonkey to make user profiles writable.  Bump PKGREVISION for
firefox2(-gtk1) and seamonkey(-gtk1).  Fixes PR#35596.

diffstat:

 www/firefox/Makefile.common   |  5 ++++-
 www/firefox2-gtk1/Makefile    |  3 ++-
 www/firefox2/Makefile         |  3 ++-
 www/seamonkey-gtk1/Makefile   |  4 ++--
 www/seamonkey/Makefile        |  4 ++--
 www/seamonkey/Makefile.common |  5 ++++-
 6 files changed, 16 insertions(+), 8 deletions(-)

diffs (88 lines):

diff -r 059239968955 -r ecebe840cc4e www/firefox/Makefile.common
--- a/www/firefox/Makefile.common       Sat Mar 31 16:28:47 2007 +0000
+++ b/www/firefox/Makefile.common       Sat Mar 31 22:51:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2007/03/07 21:32:54 dmcmahill Exp $
+# $NetBSD: Makefile.common,v 1.18 2007/03/31 22:51:24 ghen Exp $
 
 MOZ_DIST_VER?=         ${MOZ_VER}
 DISTNAME?=             mozilla-${MOZ_DIST_VER}-source
@@ -200,6 +200,9 @@
 do-install:
        ${SETENV} ${SCRIPTS_ENV} DESTDIR=${DESTDIR} ${SH} ${FILESDIR:Q}/moz-install
 
+post-install:
+       ${FIND} ${PREFIX}/lib/${MOZILLA}/defaults -type f -exec ${CHMOD} u+w {} \;
+
 .include "../../mk/pthread.buildlink3.mk"
 
 .if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none")
diff -r 059239968955 -r ecebe840cc4e www/firefox2-gtk1/Makefile
--- a/www/firefox2-gtk1/Makefile        Sat Mar 31 16:28:47 2007 +0000
+++ b/www/firefox2-gtk1/Makefile        Sat Mar 31 22:51:24 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2007/03/21 13:45:21 ghen Exp $
+# $NetBSD: Makefile,v 1.7 2007/03/31 22:51:24 ghen Exp $
 
 MOZILLA=       firefox-gtk1
+PKGREVISION=   1
 COMMENT=       Lightweight gecko-based web browser built with GTK+-1.x
 
 .include "../../www/firefox2/Makefile-firefox.common"
diff -r 059239968955 -r ecebe840cc4e www/firefox2/Makefile
--- a/www/firefox2/Makefile     Sat Mar 31 16:28:47 2007 +0000
+++ b/www/firefox2/Makefile     Sat Mar 31 22:51:24 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2007/03/21 13:45:20 ghen Exp $
+# $NetBSD: Makefile,v 1.8 2007/03/31 22:51:24 ghen Exp $
 
 MOZILLA=               firefox
+PKGREVISION=           1
 EXTRACT_SUFX=          .tar.bz2
 COMMENT=               Lightweight gecko-based web browser
 
diff -r 059239968955 -r ecebe840cc4e www/seamonkey-gtk1/Makefile
--- a/www/seamonkey-gtk1/Makefile       Sat Mar 31 16:28:47 2007 +0000
+++ b/www/seamonkey-gtk1/Makefile       Sat Mar 31 22:51:24 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2007/03/07 21:32:56 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.14 2007/03/31 22:51:24 ghen Exp $
 
 MOZILLA=               seamonkey-gtk1
-PKGREVISION=           1
+PKGREVISION=           2
 
 COMMENT=               Full featured gecko-based browser built with GTK1
 
diff -r 059239968955 -r ecebe840cc4e www/seamonkey/Makefile
--- a/www/seamonkey/Makefile    Sat Mar 31 16:28:47 2007 +0000
+++ b/www/seamonkey/Makefile    Sat Mar 31 22:51:24 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2007/03/07 21:32:55 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.21 2007/03/31 22:51:24 ghen Exp $
 
 MOZILLA=               seamonkey
-PKGREVISION=           1
+PKGREVISION=           2
 
 COMMENT=               Full featured gecko-based browser
 
diff -r 059239968955 -r ecebe840cc4e www/seamonkey/Makefile.common
--- a/www/seamonkey/Makefile.common     Sat Mar 31 16:28:47 2007 +0000
+++ b/www/seamonkey/Makefile.common     Sat Mar 31 22:51:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2007/03/07 21:32:56 dmcmahill Exp $
+# $NetBSD: Makefile.common,v 1.21 2007/03/31 22:51:24 ghen Exp $
 
 MOZ_DIST_VER?=         ${MOZ_VER}
 DISTNAME?=             seamonkey-${MOZ_DIST_VER}.source
@@ -204,6 +204,9 @@
 do-install:
        ${SETENV} ${SCRIPTS_ENV} ${SH} ${FILESDIR:Q}/moz-install
 
+post-install:
+       ${FIND} ${PREFIX}/lib/${MOZILLA}/defaults -type f -exec ${CHMOD} u+w {} \;
+
 .include "../../mk/pthread.buildlink3.mk"
 
 .if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none")



Home | Main Index | Thread Index | Old Index