pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox2 as discssed with ghen last week, install ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df78d4355a6e
branches:  trunk
changeset: 521987:df78d4355a6e
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Nov 29 21:49:45 2006 +0000

description:
as discssed with ghen last week, install firefox2 just as firefox,
which allows us to install the pkgconfig files as well, which allows
to use the gecko html renderer to be used by other programs
The side effect is that firefox-1.x and firefox-2.x can't be installed
at the same time anymore.

diffstat:

 www/firefox2/Makefile |   4 ++--
 www/firefox2/PLIST    |  10 +++++++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 23bba309a754 -r df78d4355a6e www/firefox2/Makefile
--- a/www/firefox2/Makefile     Wed Nov 29 19:11:20 2006 +0000
+++ b/www/firefox2/Makefile     Wed Nov 29 21:49:45 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/10/24 22:20:11 ghen Exp $
+# $NetBSD: Makefile,v 1.2 2006/11/29 21:49:45 drochner Exp $
 
-MOZILLA=               firefox2
+MOZILLA=               firefox
 EXTRACT_SUFX=          .tar.bz2
 COMMENT=               Lightweight gecko-based web browser
 
diff -r 23bba309a754 -r df78d4355a6e www/firefox2/PLIST
--- a/www/firefox2/PLIST        Wed Nov 29 19:11:20 2006 +0000
+++ b/www/firefox2/PLIST        Wed Nov 29 21:49:45 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/24 22:20:11 ghen Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/11/29 21:49:45 drochner Exp $
 bin/${MOZILLA}
 @comment begin PROGRAMS
 lib/${MOZILLA}/${MOZILLA_BIN}
@@ -94,6 +94,14 @@
 lib/${MOZILLA}/libxpistub.${SO_SUFFIX}
 lib/${MOZILLA}/plugins/libunixprintplugin.${SO_SUFFIX}
 @comment end DSO
+@comment begin PKGCONFIG
+lib/pkgconfig/firefox-gtkmozembed.pc
+lib/pkgconfig/firefox-js.pc
+lib/pkgconfig/firefox-nspr.pc
+lib/pkgconfig/firefox-nss.pc
+lib/pkgconfig/firefox-plugin.pc
+lib/pkgconfig/firefox-xpcom.pc
+@comment end PKGCONFIG
 @comment begin DATA
 lib/${MOZILLA}/LICENSE
 lib/${MOZILLA}/README.txt



Home | Main Index | Thread Index | Old Index