pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox concatinate extensions with separator ',' ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/658dd472d1a4
branches:  trunk
changeset: 492987:658dd472d1a4
user:      taya <taya%pkgsrc.org@localhost>
date:      Sun Apr 24 14:00:12 2005 +0000

description:
concatinate extensions with separator ',' and set to MOZILLA_EXTENSIONS,
instead of using ':ts' modifier.
becase make of NetBSD-1.6.x doesn't have it.
suggested by Jeremy C. Reed.

diffstat:

 www/firefox/Makefile-firefox.common |  15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

diffs (29 lines):

diff -r 7bf7ad2e986b -r 658dd472d1a4 www/firefox/Makefile-firefox.common
--- a/www/firefox/Makefile-firefox.common       Sun Apr 24 13:07:53 2005 +0000
+++ b/www/firefox/Makefile-firefox.common       Sun Apr 24 14:00:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-firefox.common,v 1.15 2005/04/17 02:19:39 taya Exp $
+# $NetBSD: Makefile-firefox.common,v 1.16 2005/04/24 14:00:12 taya Exp $
 
 MOZILLA_BIN=   firefox-bin
 MOZ_VER=       1.0.3
@@ -24,17 +24,8 @@
 CONFIGURE_ARGS+=       --disable-composer
 CONFIGURE_ARGS+=       --enable-single-profile
 
-MOZILLA_EXTENSIONS+=   cookie
-MOZILLA_EXTENSIONS+=   gnomevfs
-MOZILLA_EXTENSIONS+=   inspector
-MOZILLA_EXTENSIONS+=   negotiateauth
-MOZILLA_EXTENSIONS+=   pref
-MOZILLA_EXTENSIONS+=   transformiix
-MOZILLA_EXTENSIONS+=   universalchardet
-MOZILLA_EXTENSIONS+=   webservices
-MOZILLA_EXTENSIONS+=   xml-rpc
-MOZILLA_EXTENSIONS+=   xmlextras
-CONFIGURE_ARGS+=       --enable-extensions=${MOZILLA_EXTENSIONS:ts,}
+MOZILLA_EXTENSIONS=    cookie,gnomevfs,inspector,negotiateauth,pref,transformiix,universalchardet,webservices,xml-rpc,xmlextras
+CONFIGURE_ARGS+=       --enable-extensions=${MOZILLA_EXTENSIONS}
 
 USE_LANGUAGES+=                c++
 BUILD_MATHML=          # defined



Home | Main Index | Thread Index | Old Index