From owner-freebsd-gecko@FreeBSD.ORG Mon Jul 5 07:42:38 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C9F2106566C for ; Mon, 5 Jul 2010 07:42:38 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id DCCD98FC0A for ; Mon, 5 Jul 2010 07:42:37 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o657gaYj061844 for ; Mon, 5 Jul 2010 07:42:36 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o657gVLO060633 for freebsd-gecko@freebsd.org; Mon, 5 Jul 2010 07:42:31 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 5 Jul 2010 07:42:31 GMT Message-Id: <201007050742.o657gVLO060633@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r344 - branches/experimental/www/firefox branches/experimental/www/firefox3-devel branches/experimental/www/firefox35 trunk/www/firefox trunk/www/firefox3-devel trunk/www/firefox35 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2010 07:42:38 -0000 Author: beat Date: Mon Jul 5 07:42:30 2010 New Revision: 344 Log: - Remove NEWTAB option as the preference browser.link.open_external was removed in Firefox 3.5. Reported by: crsd on EFnet Modified: branches/experimental/www/firefox/Makefile branches/experimental/www/firefox3-devel/Makefile branches/experimental/www/firefox35/Makefile trunk/www/firefox/Makefile trunk/www/firefox3-devel/Makefile trunk/www/firefox35/Makefile Modified: branches/experimental/www/firefox/Makefile ============================================================================== --- branches/experimental/www/firefox/Makefile Tue Jun 29 21:33:29 2010 (r343) +++ branches/experimental/www/firefox/Makefile Mon Jul 5 07:42:30 2010 (r344) @@ -51,10 +51,7 @@ --enable-canvas --enable-libxul --disable-necko-wifi \ --disable-ipc -SYSTEM_PREFS= ${FAKEDIR}/lib/${MOZILLA}/defaults/pref/firefox.js - OPTIONS= DBUS "Enable D-BUS support" on \ - NEWTAB "Open external links in a new tab" on \ SMB "Enable smb:// URI support using gnomevfs" off .include @@ -112,12 +109,6 @@ ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF} ${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD} ${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLISTF} -.if !defined(WITHOUT_NEWTAB) - ${ECHO_CMD} >> ${SYSTEM_PREFS} - ${ECHO_CMD} "// Open external links in new tab" >> ${SYSTEM_PREFS} - ${ECHO_CMD} "pref(\"browser.link.open_external\", 3);" \ - >> ${SYSTEM_PREFS} -.endif # !defined(WITHOUT_NEWTAB) post-install: ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps Modified: branches/experimental/www/firefox3-devel/Makefile ============================================================================== --- branches/experimental/www/firefox3-devel/Makefile Tue Jun 29 21:33:29 2010 (r343) +++ branches/experimental/www/firefox3-devel/Makefile Mon Jul 5 07:42:30 2010 (r344) @@ -52,10 +52,7 @@ --enable-official-branding --disable-updater \ --enable-canvas --enable-libxul --disable-necko-wifi -SYSTEM_PREFS= ${FAKEDIR}/lib/${MOZILLA}/defaults/pref/firefox.js - OPTIONS= DBUS "Enable D-BUS support" on \ - NEWTAB "Open external links in a new tab" on \ SMB "Enable smb:// URI support using gnomevfs" off .include @@ -125,12 +122,6 @@ ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF} ${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD} ${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLISTF} -.if !defined(WITHOUT_NEWTAB) - ${ECHO_CMD} >> ${SYSTEM_PREFS} - ${ECHO_CMD} "// Open external links in new tab" >> ${SYSTEM_PREFS} - ${ECHO_CMD} "pref(\"browser.link.open_external\", 3);" \ - >> ${SYSTEM_PREFS} -.endif # !defined(WITHOUT_NEWTAB) post-install: ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps Modified: branches/experimental/www/firefox35/Makefile ============================================================================== --- branches/experimental/www/firefox35/Makefile Tue Jun 29 21:33:29 2010 (r343) +++ branches/experimental/www/firefox35/Makefile Mon Jul 5 07:42:30 2010 (r344) @@ -51,10 +51,7 @@ --enable-official-branding \ --enable-canvas --enable-libxul -SYSTEM_PREFS= ${FAKEDIR}/lib/${MOZILLA}/defaults/pref/firefox.js - OPTIONS= DBUS "Enable D-BUS support" on \ - NEWTAB "Open external links in a new tab" on \ SMB "Enable smb:// URI support using gnomevfs" off .include @@ -108,12 +105,6 @@ ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF} ${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD} ${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLISTF} -.if !defined(WITHOUT_NEWTAB) - ${ECHO_CMD} >> ${SYSTEM_PREFS} - ${ECHO_CMD} "// Open external links in new tab" >> ${SYSTEM_PREFS} - ${ECHO_CMD} "pref(\"browser.link.open_external\", 3);" \ - >> ${SYSTEM_PREFS} -.endif # !defined(WITHOUT_NEWTAB) post-install: ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Tue Jun 29 21:33:29 2010 (r343) +++ trunk/www/firefox/Makefile Mon Jul 5 07:42:30 2010 (r344) @@ -51,10 +51,7 @@ --enable-canvas --enable-libxul --disable-necko-wifi \ --disable-ipc -SYSTEM_PREFS= ${FAKEDIR}/lib/${MOZILLA}/defaults/pref/firefox.js - OPTIONS= DBUS "Enable D-BUS support" on \ - NEWTAB "Open external links in a new tab" on \ SMB "Enable smb:// URI support using gnomevfs" off .include @@ -112,12 +109,6 @@ ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF} ${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD} ${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLISTF} -.if !defined(WITHOUT_NEWTAB) - ${ECHO_CMD} >> ${SYSTEM_PREFS} - ${ECHO_CMD} "// Open external links in new tab" >> ${SYSTEM_PREFS} - ${ECHO_CMD} "pref(\"browser.link.open_external\", 3);" \ - >> ${SYSTEM_PREFS} -.endif # !defined(WITHOUT_NEWTAB) post-install: ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps Modified: trunk/www/firefox3-devel/Makefile ============================================================================== --- trunk/www/firefox3-devel/Makefile Tue Jun 29 21:33:29 2010 (r343) +++ trunk/www/firefox3-devel/Makefile Mon Jul 5 07:42:30 2010 (r344) @@ -52,10 +52,7 @@ --enable-official-branding --disable-updater \ --enable-canvas --enable-libxul --disable-necko-wifi -SYSTEM_PREFS= ${FAKEDIR}/lib/${MOZILLA}/defaults/pref/firefox.js - OPTIONS= DBUS "Enable D-BUS support" on \ - NEWTAB "Open external links in a new tab" on \ SMB "Enable smb:// URI support using gnomevfs" off .include @@ -113,12 +110,6 @@ ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF} ${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD} ${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLISTF} -.if !defined(WITHOUT_NEWTAB) - ${ECHO_CMD} >> ${SYSTEM_PREFS} - ${ECHO_CMD} "// Open external links in new tab" >> ${SYSTEM_PREFS} - ${ECHO_CMD} "pref(\"browser.link.open_external\", 3);" \ - >> ${SYSTEM_PREFS} -.endif # !defined(WITHOUT_NEWTAB) post-install: ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps Modified: trunk/www/firefox35/Makefile ============================================================================== --- trunk/www/firefox35/Makefile Tue Jun 29 21:33:29 2010 (r343) +++ trunk/www/firefox35/Makefile Mon Jul 5 07:42:30 2010 (r344) @@ -51,10 +51,7 @@ --enable-official-branding \ --enable-canvas --enable-libxul -SYSTEM_PREFS= ${FAKEDIR}/lib/${MOZILLA}/defaults/pref/firefox.js - OPTIONS= DBUS "Enable D-BUS support" on \ - NEWTAB "Open external links in a new tab" on \ SMB "Enable smb:// URI support using gnomevfs" off .include @@ -108,12 +105,6 @@ ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF} ${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD} ${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLISTF} -.if !defined(WITHOUT_NEWTAB) - ${ECHO_CMD} >> ${SYSTEM_PREFS} - ${ECHO_CMD} "// Open external links in new tab" >> ${SYSTEM_PREFS} - ${ECHO_CMD} "pref(\"browser.link.open_external\", 3);" \ - >> ${SYSTEM_PREFS} -.endif # !defined(WITHOUT_NEWTAB) post-install: ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps From owner-freebsd-gecko@FreeBSD.ORG Mon Jul 5 11:06:54 2010 Return-Path: Delivered-To: freebsd-gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CE3B1065674 for ; Mon, 5 Jul 2010 11:06:54 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6B9498FC1E for ; Mon, 5 Jul 2010 11:06:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o65B6sbe079193 for ; Mon, 5 Jul 2010 11:06:54 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o65B6r1O079191 for freebsd-gecko@FreeBSD.org; Mon, 5 Jul 2010 11:06:53 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 5 Jul 2010 11:06:53 GMT Message-Id: <201007051106.o65B6r1O079191@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-gecko@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2010 11:06:54 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/146414 gecko cannot install www/mplayer-plugin on freeBSD 7.3 o ports/134121 gecko www/firefox3-devel packaging errors o ports/103529 gecko www/seamonkey: enable SVG and Pango font rendering sup 3 problems total. From owner-freebsd-gecko@FreeBSD.ORG Mon Jul 5 11:07:12 2010 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 446591065674 for ; Mon, 5 Jul 2010 11:07:12 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 33B2C8FC17 for ; Mon, 5 Jul 2010 11:07:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o65B7CEZ079454 for ; Mon, 5 Jul 2010 11:07:12 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o65B7Bcx079452 for gecko@FreeBSD.org; Mon, 5 Jul 2010 11:07:11 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 5 Jul 2010 11:07:11 GMT Message-Id: <201007051107.o65B7Bcx079452@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gecko@FreeBSD.org Cc: Subject: Current problem reports assigned to gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2010 11:07:12 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/148104 gecko [NEW PORT] www/libxul: Mozilla runtime package that ca o ports/147818 gecko www/libxul installs directories with incorrect permiss o ports/147817 gecko www/firefox35 installs directories with incorrect perm o ports/147717 gecko mail/lightning 0.9.3 does not upgrade (using portupgra o ports/146231 gecko [feature request] www/firefox: use port libs o ports/144734 gecko www/firefox: Firefox-3.6 doesn't terminate it's proces o ports/144145 gecko www/firefox: Firefox 3.6 does not allow any https-conn o ports/144078 gecko www/firefox: firefox-3.6,1 https connections stall o ports/144044 gecko [PATCH] www/firefox: Makefile.webplugins target order o ports/142807 gecko www/firefox35-i18n does not depend on www/firefox35 o ports/142736 gecko [PATCH]www/firefox3*: unbreak with recent versions of 11 problems total. From owner-freebsd-gecko@FreeBSD.ORG Tue Jul 6 11:04:20 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1523106566C for ; Tue, 6 Jul 2010 11:04:20 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 1CC018FC14 for ; Tue, 6 Jul 2010 11:04:19 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o66B4II2045295 for ; Tue, 6 Jul 2010 11:04:18 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o66B4DZn043030 for freebsd-gecko@freebsd.org; Tue, 6 Jul 2010 11:04:13 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 6 Jul 2010 11:04:13 GMT Message-Id: <201007061104.o66B4DZn043030@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r345 - branches/experimental/www/linux-kompozer branches/experimental/www/linux-kompozer/files trunk/www/linux-kompozer trunk/www/linux-kompozer/files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2010 11:04:20 -0000 Author: beat Date: Tue Jul 6 11:04:13 2010 New Revision: 345 Log: - Add www/linux-kompozer 0.8b3: Complete Web Authoring System that combines web file management and easy-to-use WYSIWYG web page editing. Kompozer (formally Nvu) is based on the Firefox codebase and is designed to be extremely easy to use, making it ideal for non-technical computer users who want to create an attractive, professional looking web site without needing to know HTML or web coding. Features: - FTP site manager - A new color picker - Tabs! - CSS editor - A dash of style(s) - Customizable toolbars - Forms - Cleaner markup - Visible marks WWW: http://www.kompozer.net/ Added: branches/experimental/www/linux-kompozer/ branches/experimental/www/linux-kompozer/Makefile branches/experimental/www/linux-kompozer/distinfo branches/experimental/www/linux-kompozer/files/ branches/experimental/www/linux-kompozer/files/linux-kompozer.desktop.in branches/experimental/www/linux-kompozer/pkg-descr branches/experimental/www/linux-kompozer/pkg-plist trunk/www/linux-kompozer/ trunk/www/linux-kompozer/Makefile trunk/www/linux-kompozer/distinfo trunk/www/linux-kompozer/files/ trunk/www/linux-kompozer/files/linux-kompozer.desktop.in trunk/www/linux-kompozer/pkg-descr trunk/www/linux-kompozer/pkg-plist Added: branches/experimental/www/linux-kompozer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/linux-kompozer/Makefile Tue Jul 6 11:04:13 2010 (r345) @@ -0,0 +1,19 @@ +# New ports collection makefile for: linux-kompozer +# Date created: 2010-07-06 +# Whom: Beat Gaetzi +# +# $FreeBSD$ +# + +PORTNAME= kompozer +DISTVERSION= 0.8b3 +DISTVERSIONSUFFIX= .en-US.gcc4.2-i686 +CATEGORIES= www +MASTER_SITES= SF +MASTER_SITE_SUBDIR= ${PORTNAME}/current/${DISTVERSION}/linux-i686 + +MAINTAINER= gecko@FreeBSD.org +COMMENT= Complete Web Authoring Suite + +.include "${.CURDIR}/../linux-seamonkey/Makefile.common" +.include Added: branches/experimental/www/linux-kompozer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/linux-kompozer/distinfo Tue Jul 6 11:04:13 2010 (r345) @@ -0,0 +1,3 @@ +MD5 (kompozer-0.8b3.en-US.gcc4.2-i686.tar.gz) = 1ba5327de6a795af5c3a0e72245352f6 +SHA256 (kompozer-0.8b3.en-US.gcc4.2-i686.tar.gz) = 57714a6edc0a025fbdf48ccf4cdfe51b2517615f8ac719c28e3ffdcb7fd80d18 +SIZE (kompozer-0.8b3.en-US.gcc4.2-i686.tar.gz) = 11578517 Added: branches/experimental/www/linux-kompozer/files/linux-kompozer.desktop.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/linux-kompozer/files/linux-kompozer.desktop.in Tue Jul 6 11:04:13 2010 (r345) @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=KompoZer +Comment=Complete Web Authoring Suite +Exec=linux-kompozer +Terminal=false +Type=Application +Icon=%%PREFIX%%/lib/%%APP_NAME%%/chrome/icons/default/default.xpm +Categories=Application;Network; Added: branches/experimental/www/linux-kompozer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/linux-kompozer/pkg-descr Tue Jul 6 11:04:13 2010 (r345) @@ -0,0 +1,18 @@ +Complete Web Authoring System that combines web file management and easy-to-use +WYSIWYG web page editing. Kompozer (formally Nvu) is based on the Firefox +codebase and is designed to be extremely easy to use, making it ideal for +non-technical computer users who want to create an attractive, professional +looking web site without needing to know HTML or web coding. + +Features: + - FTP site manager + - A new color picker + - Tabs! + - CSS editor + - A dash of style(s) + - Customizable toolbars + - Forms + - Cleaner markup + - Visible marks + +WWW: http://www.kompozer.net/ Added: branches/experimental/www/linux-kompozer/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/linux-kompozer/pkg-plist Tue Jul 6 11:04:13 2010 (r345) @@ -0,0 +1,447 @@ +bin/%%APP_NAME%% +share/applications/%%APP_NAME%%.desktop +lib/%%APP_NAME%%/LICENSE +lib/%%APP_NAME%%/TestGtkEmbed +lib/%%APP_NAME%%/bloaturls.txt +lib/%%APP_NAME%%/chrome/cascades.jar +lib/%%APP_NAME%%/chrome/cascades.manifest +lib/%%APP_NAME%%/chrome/classic.jar +lib/%%APP_NAME%%/chrome/classic.manifest +lib/%%APP_NAME%%/chrome/comm.jar +lib/%%APP_NAME%%/chrome/comm.manifest +lib/%%APP_NAME%%/chrome/en-US.jar +lib/%%APP_NAME%%/chrome/en-US.manifest +lib/%%APP_NAME%%/chrome/help.jar +lib/%%APP_NAME%%/chrome/help.manifest +lib/%%APP_NAME%%/chrome/icons/default/default.xpm +lib/%%APP_NAME%%/chrome/icons/default/mozicon16.xpm +lib/%%APP_NAME%%/chrome/icons/default/mozicon256.png +lib/%%APP_NAME%%/chrome/icons/default/mozicon50.xpm +lib/%%APP_NAME%%/chrome/pippki.jar +lib/%%APP_NAME%%/chrome/pippki.manifest +lib/%%APP_NAME%%/chrome/tipoftheday.jar +lib/%%APP_NAME%%/chrome/tipoftheday.manifest +lib/%%APP_NAME%%/chrome/toolkit.jar +lib/%%APP_NAME%%/chrome/toolkit.manifest +lib/%%APP_NAME%%/components/FeedProcessor.js +lib/%%APP_NAME%%/components/accessibility-atk.xpt +lib/%%APP_NAME%%/components/accessibility.xpt +lib/%%APP_NAME%%/components/alerts.xpt +lib/%%APP_NAME%%/components/appshell.xpt +lib/%%APP_NAME%%/components/appstartup.xpt +lib/%%APP_NAME%%/components/autocomplete.xpt +lib/%%APP_NAME%%/components/bookmarks.xpt +lib/%%APP_NAME%%/components/caps.xpt +lib/%%APP_NAME%%/components/chardet.xpt +lib/%%APP_NAME%%/components/chrome.xpt +lib/%%APP_NAME%%/components/commandhandler.xpt +lib/%%APP_NAME%%/components/commandlines.xpt +lib/%%APP_NAME%%/components/composer.xpt +lib/%%APP_NAME%%/components/content_base.xpt +lib/%%APP_NAME%%/components/content_html.xpt +lib/%%APP_NAME%%/components/content_htmldoc.xpt +lib/%%APP_NAME%%/components/content_xmldoc.xpt +lib/%%APP_NAME%%/components/content_xslt.xpt +lib/%%APP_NAME%%/components/content_xtf.xpt +lib/%%APP_NAME%%/components/docshell.xpt +lib/%%APP_NAME%%/components/dom.xpt +lib/%%APP_NAME%%/components/dom_base.xpt +lib/%%APP_NAME%%/components/dom_canvas.xpt +lib/%%APP_NAME%%/components/dom_core.xpt +lib/%%APP_NAME%%/components/dom_css.xpt +lib/%%APP_NAME%%/components/dom_events.xpt +lib/%%APP_NAME%%/components/dom_html.xpt +lib/%%APP_NAME%%/components/dom_loadsave.xpt +lib/%%APP_NAME%%/components/dom_range.xpt +lib/%%APP_NAME%%/components/dom_sidebar.xpt +lib/%%APP_NAME%%/components/dom_storage.xpt +lib/%%APP_NAME%%/components/dom_stylesheets.xpt +lib/%%APP_NAME%%/components/dom_svg.xpt +lib/%%APP_NAME%%/components/dom_traversal.xpt +lib/%%APP_NAME%%/components/dom_views.xpt +lib/%%APP_NAME%%/components/dom_xbl.xpt +lib/%%APP_NAME%%/components/dom_xpath.xpt +lib/%%APP_NAME%%/components/dom_xul.xpt +lib/%%APP_NAME%%/components/downloads.xpt +lib/%%APP_NAME%%/components/editor.xpt +lib/%%APP_NAME%%/components/embed_base.xpt +lib/%%APP_NAME%%/components/extensions.xpt +lib/%%APP_NAME%%/components/exthandler.xpt +lib/%%APP_NAME%%/components/fastfind.xpt +lib/%%APP_NAME%%/components/feeds.xpt +lib/%%APP_NAME%%/components/filepicker.xpt +lib/%%APP_NAME%%/components/find.xpt +lib/%%APP_NAME%%/components/gfx.xpt +lib/%%APP_NAME%%/components/gksvgrenderer.xpt +lib/%%APP_NAME%%/components/history.xpt +lib/%%APP_NAME%%/components/htmlparser.xpt +lib/%%APP_NAME%%/components/imgicon.xpt +lib/%%APP_NAME%%/components/imglib2.xpt +lib/%%APP_NAME%%/components/inspector.xpt +lib/%%APP_NAME%%/components/intl.xpt +lib/%%APP_NAME%%/components/jar.xpt +lib/%%APP_NAME%%/components/jsconsole-clhandler.js +lib/%%APP_NAME%%/components/jsconsole.xpt +lib/%%APP_NAME%%/components/jsdservice.xpt +lib/%%APP_NAME%%/components/layout_base.xpt +lib/%%APP_NAME%%/components/layout_printing.xpt +lib/%%APP_NAME%%/components/layout_xul.xpt +lib/%%APP_NAME%%/components/layout_xul_tree.xpt +lib/%%APP_NAME%%/components/libaccessibility.so +lib/%%APP_NAME%%/components/libappcomps.so +lib/%%APP_NAME%%/components/libcaps.so +lib/%%APP_NAME%%/components/libchrome.so +lib/%%APP_NAME%%/components/libcommandlines.so +lib/%%APP_NAME%%/components/libcomposer.so +lib/%%APP_NAME%%/components/libdocshell.so +lib/%%APP_NAME%%/components/libeditor.so +lib/%%APP_NAME%%/components/libembedcomponents.so +lib/%%APP_NAME%%/components/libfileview.so +lib/%%APP_NAME%%/components/libgfx_gtk.so +lib/%%APP_NAME%%/components/libgfxps.so +lib/%%APP_NAME%%/components/libgklayout.so +lib/%%APP_NAME%%/components/libgkplugin.so +lib/%%APP_NAME%%/components/libhtmlpars.so +lib/%%APP_NAME%%/components/libi18n.so +lib/%%APP_NAME%%/components/libimgicon.so +lib/%%APP_NAME%%/components/libimglib2.so +lib/%%APP_NAME%%/components/libjar50.so +lib/%%APP_NAME%%/components/libjsd.so +lib/%%APP_NAME%%/components/libmork.so +lib/%%APP_NAME%%/components/libmozfind.so +lib/%%APP_NAME%%/components/libmozgnome.so +lib/%%APP_NAME%%/components/libmyspell.so +lib/%%APP_NAME%%/components/libnecko.so +lib/%%APP_NAME%%/components/libnecko2.so +lib/%%APP_NAME%%/components/libnsappshell.so +lib/%%APP_NAME%%/components/liboji.so +lib/%%APP_NAME%%/components/libpipboot.so +lib/%%APP_NAME%%/components/libpipnss.so +lib/%%APP_NAME%%/components/libpippki.so +lib/%%APP_NAME%%/components/libpref.so +lib/%%APP_NAME%%/components/librdf.so +lib/%%APP_NAME%%/components/libremoteservice.so +lib/%%APP_NAME%%/components/libspellchecker.so +lib/%%APP_NAME%%/components/libstoragecomps.so +lib/%%APP_NAME%%/components/libtoolkitcomps.so +lib/%%APP_NAME%%/components/libtxmgr.so +lib/%%APP_NAME%%/components/libuconv.so +lib/%%APP_NAME%%/components/libucvmath.so +lib/%%APP_NAME%%/components/libwebbrwsr.so +lib/%%APP_NAME%%/components/libwidget_gtk2.so +lib/%%APP_NAME%%/components/libxpcom_compat_c.so +lib/%%APP_NAME%%/components/libxpconnect.so +lib/%%APP_NAME%%/components/libxpinstall.so +lib/%%APP_NAME%%/components/locale.xpt +lib/%%APP_NAME%%/components/lwbrk.xpt +lib/%%APP_NAME%%/components/mimetype.xpt +lib/%%APP_NAME%%/components/mozbrwsr.xpt +lib/%%APP_NAME%%/components/mozfind.xpt +lib/%%APP_NAME%%/components/mozgnome.xpt +lib/%%APP_NAME%%/components/necko.xpt +lib/%%APP_NAME%%/components/necko_about.xpt +lib/%%APP_NAME%%/components/necko_cache.xpt +lib/%%APP_NAME%%/components/necko_cookie.xpt +lib/%%APP_NAME%%/components/necko_data.xpt +lib/%%APP_NAME%%/components/necko_dns.xpt +lib/%%APP_NAME%%/components/necko_file.xpt +lib/%%APP_NAME%%/components/necko_ftp.xpt +lib/%%APP_NAME%%/components/necko_http.xpt +lib/%%APP_NAME%%/components/necko_res.xpt +lib/%%APP_NAME%%/components/necko_socket.xpt +lib/%%APP_NAME%%/components/necko_strconv.xpt +lib/%%APP_NAME%%/components/necko_viewsource.xpt +lib/%%APP_NAME%%/components/nsCloseAllWindows.js +lib/%%APP_NAME%%/components/nsDefaultCLH.js +lib/%%APP_NAME%%/components/nsExtensionManager.js +lib/%%APP_NAME%%/components/nsFilePicker.js +lib/%%APP_NAME%%/components/nsHelperAppDlg.js +lib/%%APP_NAME%%/components/nsProgressDialog.js +lib/%%APP_NAME%%/components/nsProxyAutoConfig.js +lib/%%APP_NAME%%/components/nsURLFormatter.js +lib/%%APP_NAME%%/components/nsUpdateService.js +lib/%%APP_NAME%%/components/oji.xpt +lib/%%APP_NAME%%/components/passwordmgr.xpt +lib/%%APP_NAME%%/components/phpStreamConverter.js +lib/%%APP_NAME%%/components/pipboot.xpt +lib/%%APP_NAME%%/components/pipnss.xpt +lib/%%APP_NAME%%/components/pippki.xpt +lib/%%APP_NAME%%/components/plugin.xpt +lib/%%APP_NAME%%/components/pref.xpt +lib/%%APP_NAME%%/components/prefetch.xpt +lib/%%APP_NAME%%/components/profile.xpt +lib/%%APP_NAME%%/components/progressDlg.xpt +lib/%%APP_NAME%%/components/proxyObjInst.xpt +lib/%%APP_NAME%%/components/rdf.xpt +lib/%%APP_NAME%%/components/satchel.xpt +lib/%%APP_NAME%%/components/saxparser.xpt +lib/%%APP_NAME%%/components/shistory.xpt +lib/%%APP_NAME%%/components/spellchecker.xpt +lib/%%APP_NAME%%/components/storage.xpt +lib/%%APP_NAME%%/components/toolkitprofile.xpt +lib/%%APP_NAME%%/components/toolkitremote.xpt +lib/%%APP_NAME%%/components/txmgr.xpt +lib/%%APP_NAME%%/components/txtsvc.xpt +lib/%%APP_NAME%%/components/uconv.xpt +lib/%%APP_NAME%%/components/unicharutil.xpt +lib/%%APP_NAME%%/components/update.xpt +lib/%%APP_NAME%%/components/uriloader.xpt +lib/%%APP_NAME%%/components/urlformatter.xpt +lib/%%APP_NAME%%/components/webBrowser_core.xpt +lib/%%APP_NAME%%/components/webbrowserpersist.xpt +lib/%%APP_NAME%%/components/webshell_idls.xpt +lib/%%APP_NAME%%/components/widget.xpt +lib/%%APP_NAME%%/components/windowds.xpt +lib/%%APP_NAME%%/components/windowwatcher.xpt +lib/%%APP_NAME%%/components/xpautocomplete.xpt +lib/%%APP_NAME%%/components/xpcom_base.xpt +lib/%%APP_NAME%%/components/xpcom_components.xpt +lib/%%APP_NAME%%/components/xpcom_ds.xpt +lib/%%APP_NAME%%/components/xpcom_io.xpt +lib/%%APP_NAME%%/components/xpcom_obsolete.xpt +lib/%%APP_NAME%%/components/xpcom_threads.xpt +lib/%%APP_NAME%%/components/xpcom_xpti.xpt +lib/%%APP_NAME%%/components/xpconnect.xpt +lib/%%APP_NAME%%/components/xpinstall.xpt +lib/%%APP_NAME%%/components/xulapp.xpt +lib/%%APP_NAME%%/components/xuldoc.xpt +lib/%%APP_NAME%%/components/xultmpl.xpt +lib/%%APP_NAME%%/defaults/pref/all.js +lib/%%APP_NAME%%/defaults/pref/browser-prefs.js +lib/%%APP_NAME%%/defaults/pref/editor.js +lib/%%APP_NAME%%/defaults/profile/extensions/Extensions.rdf +lib/%%APP_NAME%%/defaults/profile/extensions/installed-extensions.txt +lib/%%APP_NAME%%/defaults/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf +lib/%%APP_NAME%%/defaults/profile/localstore.rdf +lib/%%APP_NAME%%/defaults/profile/panels.rdf +lib/%%APP_NAME%%/dependentlibs.list +lib/%%APP_NAME%%/dictionaries/en-US.aff +lib/%%APP_NAME%%/dictionaries/en-US.dic +lib/%%APP_NAME%%/elf-dynstr-gc +lib/%%APP_NAME%%/greprefs/all.js +lib/%%APP_NAME%%/greprefs/security-prefs.js +lib/%%APP_NAME%%/greprefs/xpinstall.js +lib/%%APP_NAME%%/icons/mozicon16.xpm +lib/%%APP_NAME%%/icons/mozicon256.png +lib/%%APP_NAME%%/icons/mozicon50.xpm +lib/%%APP_NAME%%/install.log +lib/%%APP_NAME%%/kompozer +lib/%%APP_NAME%%/kompozer-bin +lib/%%APP_NAME%%/kompozer-config +lib/%%APP_NAME%%/libfreebl3.chk +lib/%%APP_NAME%%/libfreebl3.so +lib/%%APP_NAME%%/libgfxpsshar.so +lib/%%APP_NAME%%/libgkgfx.so +lib/%%APP_NAME%%/libgtkembedmoz.so +lib/%%APP_NAME%%/libgtkxtbin.so +lib/%%APP_NAME%%/libjsj.so +lib/%%APP_NAME%%/libmozjs.so +lib/%%APP_NAME%%/libnspr4.so +lib/%%APP_NAME%%/libnss3.so +lib/%%APP_NAME%%/libnssckbi.so +lib/%%APP_NAME%%/libplc4.so +lib/%%APP_NAME%%/libplds4.so +lib/%%APP_NAME%%/libsmime3.so +lib/%%APP_NAME%%/libsoftokn3.chk +lib/%%APP_NAME%%/libsoftokn3.so +lib/%%APP_NAME%%/libssl3.so +lib/%%APP_NAME%%/libxpcom.so +lib/%%APP_NAME%%/libxpcom_compat.so +lib/%%APP_NAME%%/libxpcom_core.so +lib/%%APP_NAME%%/libxpistub.so +lib/%%APP_NAME%%/mangle +lib/%%APP_NAME%%/mozilla-xremote-client +lib/%%APP_NAME%%/nsinstall +lib/%%APP_NAME%%/plugins/libnullplugin.so +lib/%%APP_NAME%%/plugins/libunixprintplugin.so +lib/%%APP_NAME%%/regxpcom +lib/%%APP_NAME%%/res/EditorOverride.css +lib/%%APP_NAME%%/res/arrow.gif +lib/%%APP_NAME%%/res/arrowd.gif +lib/%%APP_NAME%%/res/bloatcycle.html +lib/%%APP_NAME%%/res/broken-image.gif +lib/%%APP_NAME%%/res/charsetData.properties +lib/%%APP_NAME%%/res/charsetalias.properties +lib/%%APP_NAME%%/res/cmessage.txt +lib/%%APP_NAME%%/res/dtd/mathml.dtd +lib/%%APP_NAME%%/res/dtd/xhtml11.dtd +lib/%%APP_NAME%%/res/entityTables/html40Latin1.properties +lib/%%APP_NAME%%/res/entityTables/html40Special.properties +lib/%%APP_NAME%%/res/entityTables/html40Symbols.properties +lib/%%APP_NAME%%/res/entityTables/htmlEntityVersions.properties +lib/%%APP_NAME%%/res/entityTables/mathml20.properties +lib/%%APP_NAME%%/res/entityTables/transliterate.properties +lib/%%APP_NAME%%/res/fonts/fontEncoding.properties +lib/%%APP_NAME%%/res/fonts/mathfont.properties +lib/%%APP_NAME%%/res/fonts/mathfontCMEX10.properties +lib/%%APP_NAME%%/res/fonts/mathfontCMSY10.properties +lib/%%APP_NAME%%/res/fonts/mathfontMTExtra.properties +lib/%%APP_NAME%%/res/fonts/mathfontMath1.properties +lib/%%APP_NAME%%/res/fonts/mathfontMath2.properties +lib/%%APP_NAME%%/res/fonts/mathfontMath4.properties +lib/%%APP_NAME%%/res/fonts/mathfontPUA.properties +lib/%%APP_NAME%%/res/fonts/mathfontSymbol.properties +lib/%%APP_NAME%%/res/fonts/pangoFontEncoding.properties +lib/%%APP_NAME%%/res/forms.css +lib/%%APP_NAME%%/res/grabber.gif +lib/%%APP_NAME%%/res/hiddenWindow.html +lib/%%APP_NAME%%/res/html.css +lib/%%APP_NAME%%/res/html/gopher-audio.gif +lib/%%APP_NAME%%/res/html/gopher-binary.gif +lib/%%APP_NAME%%/res/html/gopher-find.gif +lib/%%APP_NAME%%/res/html/gopher-image.gif +lib/%%APP_NAME%%/res/html/gopher-menu.gif +lib/%%APP_NAME%%/res/html/gopher-movie.gif +lib/%%APP_NAME%%/res/html/gopher-sound.gif +lib/%%APP_NAME%%/res/html/gopher-telnet.gif +lib/%%APP_NAME%%/res/html/gopher-text.gif +lib/%%APP_NAME%%/res/html/gopher-unknown.gif +lib/%%APP_NAME%%/res/langGroups.properties +lib/%%APP_NAME%%/res/language.properties +lib/%%APP_NAME%%/res/loading-image.gif +lib/%%APP_NAME%%/res/mathml.css +lib/%%APP_NAME%%/res/quirk.css +lib/%%APP_NAME%%/res/sample.unixpsfonts.properties +lib/%%APP_NAME%%/res/samples/Anieyes.gif +lib/%%APP_NAME%%/res/samples/aform.css +lib/%%APP_NAME%%/res/samples/beeptest.html +lib/%%APP_NAME%%/res/samples/bform.css +lib/%%APP_NAME%%/res/samples/bg.jpg +lib/%%APP_NAME%%/res/samples/cform.css +lib/%%APP_NAME%%/res/samples/checkboxTest.xul +lib/%%APP_NAME%%/res/samples/demoform.css +lib/%%APP_NAME%%/res/samples/find.html +lib/%%APP_NAME%%/res/samples/gear1.gif +lib/%%APP_NAME%%/res/samples/image_props.html +lib/%%APP_NAME%%/res/samples/mozform.css +lib/%%APP_NAME%%/res/samples/printsetup.html +lib/%%APP_NAME%%/res/samples/raptor.jpg +lib/%%APP_NAME%%/res/samples/rock_gra.gif +lib/%%APP_NAME%%/res/samples/scrollbarTest1.xul +lib/%%APP_NAME%%/res/samples/scrollbarTest2.xul +lib/%%APP_NAME%%/res/samples/sliderTest1.xul +lib/%%APP_NAME%%/res/samples/soundtest.html +lib/%%APP_NAME%%/res/samples/test.wav +lib/%%APP_NAME%%/res/samples/test0.html +lib/%%APP_NAME%%/res/samples/test1.html +lib/%%APP_NAME%%/res/samples/test10.html +lib/%%APP_NAME%%/res/samples/test11.html +lib/%%APP_NAME%%/res/samples/test12.html +lib/%%APP_NAME%%/res/samples/test13.html +lib/%%APP_NAME%%/res/samples/test14.html +lib/%%APP_NAME%%/res/samples/test15.html +lib/%%APP_NAME%%/res/samples/test16.html +lib/%%APP_NAME%%/res/samples/test2.html +lib/%%APP_NAME%%/res/samples/test3.html +lib/%%APP_NAME%%/res/samples/test4.html +lib/%%APP_NAME%%/res/samples/test5.html +lib/%%APP_NAME%%/res/samples/test6.html +lib/%%APP_NAME%%/res/samples/test7.html +lib/%%APP_NAME%%/res/samples/test8-1.html +lib/%%APP_NAME%%/res/samples/test8.html +lib/%%APP_NAME%%/res/samples/test8dom.html +lib/%%APP_NAME%%/res/samples/test8sca.html +lib/%%APP_NAME%%/res/samples/test8siz.html +lib/%%APP_NAME%%/res/samples/test8tab.html +lib/%%APP_NAME%%/res/samples/test9.html +lib/%%APP_NAME%%/res/samples/test9a.html +lib/%%APP_NAME%%/res/samples/test9b.html +lib/%%APP_NAME%%/res/samples/test_ed.html +lib/%%APP_NAME%%/res/samples/test_form.html +lib/%%APP_NAME%%/res/samples/test_gfx.html +lib/%%APP_NAME%%/res/samples/test_lbox.html +lib/%%APP_NAME%%/res/samples/test_pr.html +lib/%%APP_NAME%%/res/samples/test_weight.html +lib/%%APP_NAME%%/res/samples/toolbarTest1.xul +lib/%%APP_NAME%%/res/samples/treeTest1.css +lib/%%APP_NAME%%/res/samples/treeTest1.xul +lib/%%APP_NAME%%/res/samples/xulTest.css +lib/%%APP_NAME%%/res/svg.css +lib/%%APP_NAME%%/res/table-add-column-after-active.gif +lib/%%APP_NAME%%/res/table-add-column-after-hover.gif +lib/%%APP_NAME%%/res/table-add-column-after.gif +lib/%%APP_NAME%%/res/table-add-column-before-active.gif +lib/%%APP_NAME%%/res/table-add-column-before-hover.gif +lib/%%APP_NAME%%/res/table-add-column-before.gif +lib/%%APP_NAME%%/res/table-add-row-after-active.gif +lib/%%APP_NAME%%/res/table-add-row-after-hover.gif +lib/%%APP_NAME%%/res/table-add-row-after.gif +lib/%%APP_NAME%%/res/table-add-row-before-active.gif +lib/%%APP_NAME%%/res/table-add-row-before-hover.gif +lib/%%APP_NAME%%/res/table-add-row-before.gif +lib/%%APP_NAME%%/res/table-remove-column-active.gif +lib/%%APP_NAME%%/res/table-remove-column-hover.gif +lib/%%APP_NAME%%/res/table-remove-column.gif +lib/%%APP_NAME%%/res/table-remove-row-active.gif +lib/%%APP_NAME%%/res/table-remove-row-hover.gif +lib/%%APP_NAME%%/res/table-remove-row.gif +lib/%%APP_NAME%%/res/throbber/anim.gif +lib/%%APP_NAME%%/res/throbber/anims00.gif +lib/%%APP_NAME%%/res/throbber/anims01.gif +lib/%%APP_NAME%%/res/throbber/anims02.gif +lib/%%APP_NAME%%/res/throbber/anims03.gif +lib/%%APP_NAME%%/res/throbber/anims04.gif +lib/%%APP_NAME%%/res/throbber/anims05.gif +lib/%%APP_NAME%%/res/throbber/anims06.gif +lib/%%APP_NAME%%/res/throbber/anims07.gif +lib/%%APP_NAME%%/res/throbber/anims08.gif +lib/%%APP_NAME%%/res/throbber/anims09.gif +lib/%%APP_NAME%%/res/throbber/anims10.gif +lib/%%APP_NAME%%/res/throbber/anims11.gif +lib/%%APP_NAME%%/res/throbber/anims12.gif +lib/%%APP_NAME%%/res/throbber/anims13.gif +lib/%%APP_NAME%%/res/throbber/anims14.gif +lib/%%APP_NAME%%/res/throbber/anims15.gif +lib/%%APP_NAME%%/res/throbber/anims16.gif +lib/%%APP_NAME%%/res/throbber/anims17.gif +lib/%%APP_NAME%%/res/throbber/anims18.gif +lib/%%APP_NAME%%/res/throbber/anims19.gif +lib/%%APP_NAME%%/res/throbber/anims20.gif +lib/%%APP_NAME%%/res/throbber/anims21.gif +lib/%%APP_NAME%%/res/throbber/anims22.gif +lib/%%APP_NAME%%/res/throbber/anims23.gif +lib/%%APP_NAME%%/res/throbber/anims24.gif +lib/%%APP_NAME%%/res/throbber/anims25.gif +lib/%%APP_NAME%%/res/throbber/anims26.gif +lib/%%APP_NAME%%/res/throbber/anims27.gif +lib/%%APP_NAME%%/res/throbber/anims28.gif +lib/%%APP_NAME%%/res/throbber/anims29.gif +lib/%%APP_NAME%%/res/ua.css +lib/%%APP_NAME%%/res/unixcharset.properties +lib/%%APP_NAME%%/res/viewer.properties +lib/%%APP_NAME%%/res/viewsource.css +lib/%%APP_NAME%%/run-mozilla.sh +lib/%%APP_NAME%%/shlibsign +lib/%%APP_NAME%%/updater +lib/%%APP_NAME%%/xpcshell +lib/%%APP_NAME%%/xpicleanup +lib/%%APP_NAME%%/xpidl +lib/%%APP_NAME%%/xpt_dump +lib/%%APP_NAME%%/xpt_link +@exec /bin/cp -R %%LOCALBASE%%/lib/npapi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/plugins/ 2>/dev/null || true +@exec /bin/cp -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/extensions/ 2>/dev/null || true +@unexec /usr/bin/find %D/lib/%%APP_NAME%%/plugins/ -depth 1 -type l -delete 2>/dev/null || true +@unexec /usr/bin/find %D/lib/%%APP_NAME%%/extensions/ -depth 1 -type l -delete 2>/dev/null || true +@dirrm lib/%%APP_NAME%%/res/throbber +@dirrm lib/%%APP_NAME%%/res/samples +@dirrm lib/%%APP_NAME%%/res/html +@dirrm lib/%%APP_NAME%%/res/fonts +@dirrm lib/%%APP_NAME%%/res/entityTables +@dirrm lib/%%APP_NAME%%/res/dtd +@dirrm lib/%%APP_NAME%%/res +@dirrm lib/%%APP_NAME%%/plugins +@dirrm lib/%%APP_NAME%%/icons +@dirrm lib/%%APP_NAME%%/greprefs +@dirrm lib/%%APP_NAME%%/extensions +@dirrm lib/%%APP_NAME%%/dictionaries +@dirrm lib/%%APP_NAME%%/defaults/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} +@dirrm lib/%%APP_NAME%%/defaults/profile/extensions +@dirrm lib/%%APP_NAME%%/defaults/profile +@dirrm lib/%%APP_NAME%%/defaults/pref +@dirrm lib/%%APP_NAME%%/defaults +@dirrm lib/%%APP_NAME%%/components +@dirrm lib/%%APP_NAME%%/chrome/icons/default +@dirrm lib/%%APP_NAME%%/chrome/icons +@dirrm lib/%%APP_NAME%%/chrome +@dirrm lib/%%APP_NAME%% +@dirrm share/applications Added: trunk/www/linux-kompozer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/linux-kompozer/Makefile Tue Jul 6 11:04:13 2010 (r345) @@ -0,0 +1,19 @@ +# New ports collection makefile for: linux-kompozer +# Date created: 2010-07-06 +# Whom: Beat Gaetzi +# +# $FreeBSD$ +# + +PORTNAME= kompozer +DISTVERSION= 0.8b3 +DISTVERSIONSUFFIX= .en-US.gcc4.2-i686 +CATEGORIES= www +MASTER_SITES= SF +MASTER_SITE_SUBDIR= ${PORTNAME}/current/${DISTVERSION}/linux-i686 + +MAINTAINER= gecko@FreeBSD.org +COMMENT= Complete Web Authoring Suite + +.include "${.CURDIR}/../linux-seamonkey/Makefile.common" +.include Added: trunk/www/linux-kompozer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/linux-kompozer/distinfo Tue Jul 6 11:04:13 2010 (r345) @@ -0,0 +1,3 @@ +MD5 (kompozer-0.8b3.en-US.gcc4.2-i686.tar.gz) = 1ba5327de6a795af5c3a0e72245352f6 +SHA256 (kompozer-0.8b3.en-US.gcc4.2-i686.tar.gz) = 57714a6edc0a025fbdf48ccf4cdfe51b2517615f8ac719c28e3ffdcb7fd80d18 +SIZE (kompozer-0.8b3.en-US.gcc4.2-i686.tar.gz) = 11578517 Added: trunk/www/linux-kompozer/files/linux-kompozer.desktop.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/linux-kompozer/files/linux-kompozer.desktop.in Tue Jul 6 11:04:13 2010 (r345) @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=KompoZer +Comment=Complete Web Authoring Suite +Exec=linux-kompozer +Terminal=false +Type=Application +Icon=%%PREFIX%%/lib/%%APP_NAME%%/chrome/icons/default/default.xpm +Categories=Application;Network; Added: trunk/www/linux-kompozer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/linux-kompozer/pkg-descr Tue Jul 6 11:04:13 2010 (r345) @@ -0,0 +1,18 @@ +Complete Web Authoring System that combines web file management and easy-to-use +WYSIWYG web page editing. Kompozer (formally Nvu) is based on the Firefox +codebase and is designed to be extremely easy to use, making it ideal for +non-technical computer users who want to create an attractive, professional +looking web site without needing to know HTML or web coding. + +Features: + - FTP site manager + - A new color picker + - Tabs! + - CSS editor + - A dash of style(s) + - Customizable toolbars + - Forms + - Cleaner markup + - Visible marks + +WWW: http://www.kompozer.net/ Added: trunk/www/linux-kompozer/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/linux-kompozer/pkg-plist Tue Jul 6 11:04:13 2010 (r345) @@ -0,0 +1,447 @@ +bin/%%APP_NAME%% +share/applications/%%APP_NAME%%.desktop +lib/%%APP_NAME%%/LICENSE +lib/%%APP_NAME%%/TestGtkEmbed +lib/%%APP_NAME%%/bloaturls.txt +lib/%%APP_NAME%%/chrome/cascades.jar +lib/%%APP_NAME%%/chrome/cascades.manifest +lib/%%APP_NAME%%/chrome/classic.jar +lib/%%APP_NAME%%/chrome/classic.manifest +lib/%%APP_NAME%%/chrome/comm.jar +lib/%%APP_NAME%%/chrome/comm.manifest +lib/%%APP_NAME%%/chrome/en-US.jar +lib/%%APP_NAME%%/chrome/en-US.manifest +lib/%%APP_NAME%%/chrome/help.jar +lib/%%APP_NAME%%/chrome/help.manifest +lib/%%APP_NAME%%/chrome/icons/default/default.xpm +lib/%%APP_NAME%%/chrome/icons/default/mozicon16.xpm +lib/%%APP_NAME%%/chrome/icons/default/mozicon256.png +lib/%%APP_NAME%%/chrome/icons/default/mozicon50.xpm +lib/%%APP_NAME%%/chrome/pippki.jar +lib/%%APP_NAME%%/chrome/pippki.manifest +lib/%%APP_NAME%%/chrome/tipoftheday.jar +lib/%%APP_NAME%%/chrome/tipoftheday.manifest +lib/%%APP_NAME%%/chrome/toolkit.jar +lib/%%APP_NAME%%/chrome/toolkit.manifest +lib/%%APP_NAME%%/components/FeedProcessor.js +lib/%%APP_NAME%%/components/accessibility-atk.xpt +lib/%%APP_NAME%%/components/accessibility.xpt +lib/%%APP_NAME%%/components/alerts.xpt +lib/%%APP_NAME%%/components/appshell.xpt +lib/%%APP_NAME%%/components/appstartup.xpt +lib/%%APP_NAME%%/components/autocomplete.xpt +lib/%%APP_NAME%%/components/bookmarks.xpt +lib/%%APP_NAME%%/components/caps.xpt +lib/%%APP_NAME%%/components/chardet.xpt +lib/%%APP_NAME%%/components/chrome.xpt +lib/%%APP_NAME%%/components/commandhandler.xpt +lib/%%APP_NAME%%/components/commandlines.xpt +lib/%%APP_NAME%%/components/composer.xpt +lib/%%APP_NAME%%/components/content_base.xpt +lib/%%APP_NAME%%/components/content_html.xpt +lib/%%APP_NAME%%/components/content_htmldoc.xpt +lib/%%APP_NAME%%/components/content_xmldoc.xpt +lib/%%APP_NAME%%/components/content_xslt.xpt +lib/%%APP_NAME%%/components/content_xtf.xpt +lib/%%APP_NAME%%/components/docshell.xpt +lib/%%APP_NAME%%/components/dom.xpt +lib/%%APP_NAME%%/components/dom_base.xpt +lib/%%APP_NAME%%/components/dom_canvas.xpt +lib/%%APP_NAME%%/components/dom_core.xpt +lib/%%APP_NAME%%/components/dom_css.xpt +lib/%%APP_NAME%%/components/dom_events.xpt +lib/%%APP_NAME%%/components/dom_html.xpt +lib/%%APP_NAME%%/components/dom_loadsave.xpt +lib/%%APP_NAME%%/components/dom_range.xpt +lib/%%APP_NAME%%/components/dom_sidebar.xpt +lib/%%APP_NAME%%/components/dom_storage.xpt +lib/%%APP_NAME%%/components/dom_stylesheets.xpt +lib/%%APP_NAME%%/components/dom_svg.xpt +lib/%%APP_NAME%%/components/dom_traversal.xpt +lib/%%APP_NAME%%/components/dom_views.xpt +lib/%%APP_NAME%%/components/dom_xbl.xpt +lib/%%APP_NAME%%/components/dom_xpath.xpt +lib/%%APP_NAME%%/components/dom_xul.xpt +lib/%%APP_NAME%%/components/downloads.xpt +lib/%%APP_NAME%%/components/editor.xpt +lib/%%APP_NAME%%/components/embed_base.xpt +lib/%%APP_NAME%%/components/extensions.xpt +lib/%%APP_NAME%%/components/exthandler.xpt +lib/%%APP_NAME%%/components/fastfind.xpt +lib/%%APP_NAME%%/components/feeds.xpt +lib/%%APP_NAME%%/components/filepicker.xpt +lib/%%APP_NAME%%/components/find.xpt +lib/%%APP_NAME%%/components/gfx.xpt +lib/%%APP_NAME%%/components/gksvgrenderer.xpt +lib/%%APP_NAME%%/components/history.xpt +lib/%%APP_NAME%%/components/htmlparser.xpt +lib/%%APP_NAME%%/components/imgicon.xpt +lib/%%APP_NAME%%/components/imglib2.xpt +lib/%%APP_NAME%%/components/inspector.xpt +lib/%%APP_NAME%%/components/intl.xpt +lib/%%APP_NAME%%/components/jar.xpt +lib/%%APP_NAME%%/components/jsconsole-clhandler.js +lib/%%APP_NAME%%/components/jsconsole.xpt +lib/%%APP_NAME%%/components/jsdservice.xpt +lib/%%APP_NAME%%/components/layout_base.xpt +lib/%%APP_NAME%%/components/layout_printing.xpt +lib/%%APP_NAME%%/components/layout_xul.xpt +lib/%%APP_NAME%%/components/layout_xul_tree.xpt +lib/%%APP_NAME%%/components/libaccessibility.so +lib/%%APP_NAME%%/components/libappcomps.so +lib/%%APP_NAME%%/components/libcaps.so +lib/%%APP_NAME%%/components/libchrome.so +lib/%%APP_NAME%%/components/libcommandlines.so +lib/%%APP_NAME%%/components/libcomposer.so +lib/%%APP_NAME%%/components/libdocshell.so +lib/%%APP_NAME%%/components/libeditor.so +lib/%%APP_NAME%%/components/libembedcomponents.so +lib/%%APP_NAME%%/components/libfileview.so +lib/%%APP_NAME%%/components/libgfx_gtk.so +lib/%%APP_NAME%%/components/libgfxps.so +lib/%%APP_NAME%%/components/libgklayout.so +lib/%%APP_NAME%%/components/libgkplugin.so +lib/%%APP_NAME%%/components/libhtmlpars.so +lib/%%APP_NAME%%/components/libi18n.so +lib/%%APP_NAME%%/components/libimgicon.so +lib/%%APP_NAME%%/components/libimglib2.so +lib/%%APP_NAME%%/components/libjar50.so +lib/%%APP_NAME%%/components/libjsd.so +lib/%%APP_NAME%%/components/libmork.so +lib/%%APP_NAME%%/components/libmozfind.so +lib/%%APP_NAME%%/components/libmozgnome.so +lib/%%APP_NAME%%/components/libmyspell.so +lib/%%APP_NAME%%/components/libnecko.so +lib/%%APP_NAME%%/components/libnecko2.so +lib/%%APP_NAME%%/components/libnsappshell.so +lib/%%APP_NAME%%/components/liboji.so +lib/%%APP_NAME%%/components/libpipboot.so +lib/%%APP_NAME%%/components/libpipnss.so +lib/%%APP_NAME%%/components/libpippki.so +lib/%%APP_NAME%%/components/libpref.so +lib/%%APP_NAME%%/components/librdf.so +lib/%%APP_NAME%%/components/libremoteservice.so +lib/%%APP_NAME%%/components/libspellchecker.so +lib/%%APP_NAME%%/components/libstoragecomps.so +lib/%%APP_NAME%%/components/libtoolkitcomps.so +lib/%%APP_NAME%%/components/libtxmgr.so +lib/%%APP_NAME%%/components/libuconv.so +lib/%%APP_NAME%%/components/libucvmath.so +lib/%%APP_NAME%%/components/libwebbrwsr.so +lib/%%APP_NAME%%/components/libwidget_gtk2.so +lib/%%APP_NAME%%/components/libxpcom_compat_c.so +lib/%%APP_NAME%%/components/libxpconnect.so +lib/%%APP_NAME%%/components/libxpinstall.so +lib/%%APP_NAME%%/components/locale.xpt +lib/%%APP_NAME%%/components/lwbrk.xpt +lib/%%APP_NAME%%/components/mimetype.xpt +lib/%%APP_NAME%%/components/mozbrwsr.xpt +lib/%%APP_NAME%%/components/mozfind.xpt +lib/%%APP_NAME%%/components/mozgnome.xpt +lib/%%APP_NAME%%/components/necko.xpt +lib/%%APP_NAME%%/components/necko_about.xpt +lib/%%APP_NAME%%/components/necko_cache.xpt +lib/%%APP_NAME%%/components/necko_cookie.xpt +lib/%%APP_NAME%%/components/necko_data.xpt +lib/%%APP_NAME%%/components/necko_dns.xpt +lib/%%APP_NAME%%/components/necko_file.xpt +lib/%%APP_NAME%%/components/necko_ftp.xpt +lib/%%APP_NAME%%/components/necko_http.xpt +lib/%%APP_NAME%%/components/necko_res.xpt +lib/%%APP_NAME%%/components/necko_socket.xpt +lib/%%APP_NAME%%/components/necko_strconv.xpt +lib/%%APP_NAME%%/components/necko_viewsource.xpt +lib/%%APP_NAME%%/components/nsCloseAllWindows.js +lib/%%APP_NAME%%/components/nsDefaultCLH.js +lib/%%APP_NAME%%/components/nsExtensionManager.js +lib/%%APP_NAME%%/components/nsFilePicker.js +lib/%%APP_NAME%%/components/nsHelperAppDlg.js +lib/%%APP_NAME%%/components/nsProgressDialog.js +lib/%%APP_NAME%%/components/nsProxyAutoConfig.js +lib/%%APP_NAME%%/components/nsURLFormatter.js +lib/%%APP_NAME%%/components/nsUpdateService.js +lib/%%APP_NAME%%/components/oji.xpt +lib/%%APP_NAME%%/components/passwordmgr.xpt +lib/%%APP_NAME%%/components/phpStreamConverter.js +lib/%%APP_NAME%%/components/pipboot.xpt +lib/%%APP_NAME%%/components/pipnss.xpt +lib/%%APP_NAME%%/components/pippki.xpt +lib/%%APP_NAME%%/components/plugin.xpt +lib/%%APP_NAME%%/components/pref.xpt +lib/%%APP_NAME%%/components/prefetch.xpt +lib/%%APP_NAME%%/components/profile.xpt +lib/%%APP_NAME%%/components/progressDlg.xpt +lib/%%APP_NAME%%/components/proxyObjInst.xpt +lib/%%APP_NAME%%/components/rdf.xpt +lib/%%APP_NAME%%/components/satchel.xpt +lib/%%APP_NAME%%/components/saxparser.xpt +lib/%%APP_NAME%%/components/shistory.xpt +lib/%%APP_NAME%%/components/spellchecker.xpt +lib/%%APP_NAME%%/components/storage.xpt +lib/%%APP_NAME%%/components/toolkitprofile.xpt +lib/%%APP_NAME%%/components/toolkitremote.xpt +lib/%%APP_NAME%%/components/txmgr.xpt +lib/%%APP_NAME%%/components/txtsvc.xpt +lib/%%APP_NAME%%/components/uconv.xpt +lib/%%APP_NAME%%/components/unicharutil.xpt +lib/%%APP_NAME%%/components/update.xpt +lib/%%APP_NAME%%/components/uriloader.xpt +lib/%%APP_NAME%%/components/urlformatter.xpt +lib/%%APP_NAME%%/components/webBrowser_core.xpt +lib/%%APP_NAME%%/components/webbrowserpersist.xpt +lib/%%APP_NAME%%/components/webshell_idls.xpt +lib/%%APP_NAME%%/components/widget.xpt +lib/%%APP_NAME%%/components/windowds.xpt +lib/%%APP_NAME%%/components/windowwatcher.xpt +lib/%%APP_NAME%%/components/xpautocomplete.xpt +lib/%%APP_NAME%%/components/xpcom_base.xpt +lib/%%APP_NAME%%/components/xpcom_components.xpt +lib/%%APP_NAME%%/components/xpcom_ds.xpt +lib/%%APP_NAME%%/components/xpcom_io.xpt +lib/%%APP_NAME%%/components/xpcom_obsolete.xpt +lib/%%APP_NAME%%/components/xpcom_threads.xpt +lib/%%APP_NAME%%/components/xpcom_xpti.xpt +lib/%%APP_NAME%%/components/xpconnect.xpt +lib/%%APP_NAME%%/components/xpinstall.xpt +lib/%%APP_NAME%%/components/xulapp.xpt +lib/%%APP_NAME%%/components/xuldoc.xpt +lib/%%APP_NAME%%/components/xultmpl.xpt +lib/%%APP_NAME%%/defaults/pref/all.js +lib/%%APP_NAME%%/defaults/pref/browser-prefs.js +lib/%%APP_NAME%%/defaults/pref/editor.js +lib/%%APP_NAME%%/defaults/profile/extensions/Extensions.rdf +lib/%%APP_NAME%%/defaults/profile/extensions/installed-extensions.txt +lib/%%APP_NAME%%/defaults/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf +lib/%%APP_NAME%%/defaults/profile/localstore.rdf +lib/%%APP_NAME%%/defaults/profile/panels.rdf +lib/%%APP_NAME%%/dependentlibs.list +lib/%%APP_NAME%%/dictionaries/en-US.aff +lib/%%APP_NAME%%/dictionaries/en-US.dic +lib/%%APP_NAME%%/elf-dynstr-gc +lib/%%APP_NAME%%/greprefs/all.js +lib/%%APP_NAME%%/greprefs/security-prefs.js +lib/%%APP_NAME%%/greprefs/xpinstall.js +lib/%%APP_NAME%%/icons/mozicon16.xpm +lib/%%APP_NAME%%/icons/mozicon256.png +lib/%%APP_NAME%%/icons/mozicon50.xpm +lib/%%APP_NAME%%/install.log +lib/%%APP_NAME%%/kompozer +lib/%%APP_NAME%%/kompozer-bin +lib/%%APP_NAME%%/kompozer-config +lib/%%APP_NAME%%/libfreebl3.chk +lib/%%APP_NAME%%/libfreebl3.so +lib/%%APP_NAME%%/libgfxpsshar.so +lib/%%APP_NAME%%/libgkgfx.so +lib/%%APP_NAME%%/libgtkembedmoz.so +lib/%%APP_NAME%%/libgtkxtbin.so +lib/%%APP_NAME%%/libjsj.so +lib/%%APP_NAME%%/libmozjs.so +lib/%%APP_NAME%%/libnspr4.so +lib/%%APP_NAME%%/libnss3.so +lib/%%APP_NAME%%/libnssckbi.so +lib/%%APP_NAME%%/libplc4.so +lib/%%APP_NAME%%/libplds4.so +lib/%%APP_NAME%%/libsmime3.so +lib/%%APP_NAME%%/libsoftokn3.chk +lib/%%APP_NAME%%/libsoftokn3.so +lib/%%APP_NAME%%/libssl3.so +lib/%%APP_NAME%%/libxpcom.so +lib/%%APP_NAME%%/libxpcom_compat.so +lib/%%APP_NAME%%/libxpcom_core.so +lib/%%APP_NAME%%/libxpistub.so +lib/%%APP_NAME%%/mangle +lib/%%APP_NAME%%/mozilla-xremote-client +lib/%%APP_NAME%%/nsinstall +lib/%%APP_NAME%%/plugins/libnullplugin.so +lib/%%APP_NAME%%/plugins/libunixprintplugin.so +lib/%%APP_NAME%%/regxpcom +lib/%%APP_NAME%%/res/EditorOverride.css +lib/%%APP_NAME%%/res/arrow.gif +lib/%%APP_NAME%%/res/arrowd.gif +lib/%%APP_NAME%%/res/bloatcycle.html +lib/%%APP_NAME%%/res/broken-image.gif +lib/%%APP_NAME%%/res/charsetData.properties +lib/%%APP_NAME%%/res/charsetalias.properties +lib/%%APP_NAME%%/res/cmessage.txt +lib/%%APP_NAME%%/res/dtd/mathml.dtd +lib/%%APP_NAME%%/res/dtd/xhtml11.dtd +lib/%%APP_NAME%%/res/entityTables/html40Latin1.properties +lib/%%APP_NAME%%/res/entityTables/html40Special.properties +lib/%%APP_NAME%%/res/entityTables/html40Symbols.properties +lib/%%APP_NAME%%/res/entityTables/htmlEntityVersions.properties +lib/%%APP_NAME%%/res/entityTables/mathml20.properties +lib/%%APP_NAME%%/res/entityTables/transliterate.properties +lib/%%APP_NAME%%/res/fonts/fontEncoding.properties +lib/%%APP_NAME%%/res/fonts/mathfont.properties +lib/%%APP_NAME%%/res/fonts/mathfontCMEX10.properties +lib/%%APP_NAME%%/res/fonts/mathfontCMSY10.properties +lib/%%APP_NAME%%/res/fonts/mathfontMTExtra.properties +lib/%%APP_NAME%%/res/fonts/mathfontMath1.properties +lib/%%APP_NAME%%/res/fonts/mathfontMath2.properties +lib/%%APP_NAME%%/res/fonts/mathfontMath4.properties +lib/%%APP_NAME%%/res/fonts/mathfontPUA.properties +lib/%%APP_NAME%%/res/fonts/mathfontSymbol.properties +lib/%%APP_NAME%%/res/fonts/pangoFontEncoding.properties +lib/%%APP_NAME%%/res/forms.css +lib/%%APP_NAME%%/res/grabber.gif +lib/%%APP_NAME%%/res/hiddenWindow.html +lib/%%APP_NAME%%/res/html.css +lib/%%APP_NAME%%/res/html/gopher-audio.gif +lib/%%APP_NAME%%/res/html/gopher-binary.gif +lib/%%APP_NAME%%/res/html/gopher-find.gif +lib/%%APP_NAME%%/res/html/gopher-image.gif +lib/%%APP_NAME%%/res/html/gopher-menu.gif +lib/%%APP_NAME%%/res/html/gopher-movie.gif +lib/%%APP_NAME%%/res/html/gopher-sound.gif +lib/%%APP_NAME%%/res/html/gopher-telnet.gif +lib/%%APP_NAME%%/res/html/gopher-text.gif +lib/%%APP_NAME%%/res/html/gopher-unknown.gif +lib/%%APP_NAME%%/res/langGroups.properties +lib/%%APP_NAME%%/res/language.properties +lib/%%APP_NAME%%/res/loading-image.gif +lib/%%APP_NAME%%/res/mathml.css +lib/%%APP_NAME%%/res/quirk.css +lib/%%APP_NAME%%/res/sample.unixpsfonts.properties +lib/%%APP_NAME%%/res/samples/Anieyes.gif +lib/%%APP_NAME%%/res/samples/aform.css +lib/%%APP_NAME%%/res/samples/beeptest.html +lib/%%APP_NAME%%/res/samples/bform.css +lib/%%APP_NAME%%/res/samples/bg.jpg +lib/%%APP_NAME%%/res/samples/cform.css +lib/%%APP_NAME%%/res/samples/checkboxTest.xul +lib/%%APP_NAME%%/res/samples/demoform.css +lib/%%APP_NAME%%/res/samples/find.html +lib/%%APP_NAME%%/res/samples/gear1.gif +lib/%%APP_NAME%%/res/samples/image_props.html +lib/%%APP_NAME%%/res/samples/mozform.css +lib/%%APP_NAME%%/res/samples/printsetup.html +lib/%%APP_NAME%%/res/samples/raptor.jpg +lib/%%APP_NAME%%/res/samples/rock_gra.gif +lib/%%APP_NAME%%/res/samples/scrollbarTest1.xul +lib/%%APP_NAME%%/res/samples/scrollbarTest2.xul +lib/%%APP_NAME%%/res/samples/sliderTest1.xul +lib/%%APP_NAME%%/res/samples/soundtest.html +lib/%%APP_NAME%%/res/samples/test.wav +lib/%%APP_NAME%%/res/samples/test0.html +lib/%%APP_NAME%%/res/samples/test1.html +lib/%%APP_NAME%%/res/samples/test10.html +lib/%%APP_NAME%%/res/samples/test11.html +lib/%%APP_NAME%%/res/samples/test12.html +lib/%%APP_NAME%%/res/samples/test13.html +lib/%%APP_NAME%%/res/samples/test14.html +lib/%%APP_NAME%%/res/samples/test15.html +lib/%%APP_NAME%%/res/samples/test16.html +lib/%%APP_NAME%%/res/samples/test2.html +lib/%%APP_NAME%%/res/samples/test3.html +lib/%%APP_NAME%%/res/samples/test4.html +lib/%%APP_NAME%%/res/samples/test5.html +lib/%%APP_NAME%%/res/samples/test6.html +lib/%%APP_NAME%%/res/samples/test7.html +lib/%%APP_NAME%%/res/samples/test8-1.html +lib/%%APP_NAME%%/res/samples/test8.html +lib/%%APP_NAME%%/res/samples/test8dom.html +lib/%%APP_NAME%%/res/samples/test8sca.html +lib/%%APP_NAME%%/res/samples/test8siz.html +lib/%%APP_NAME%%/res/samples/test8tab.html +lib/%%APP_NAME%%/res/samples/test9.html +lib/%%APP_NAME%%/res/samples/test9a.html +lib/%%APP_NAME%%/res/samples/test9b.html +lib/%%APP_NAME%%/res/samples/test_ed.html +lib/%%APP_NAME%%/res/samples/test_form.html +lib/%%APP_NAME%%/res/samples/test_gfx.html +lib/%%APP_NAME%%/res/samples/test_lbox.html +lib/%%APP_NAME%%/res/samples/test_pr.html +lib/%%APP_NAME%%/res/samples/test_weight.html +lib/%%APP_NAME%%/res/samples/toolbarTest1.xul +lib/%%APP_NAME%%/res/samples/treeTest1.css +lib/%%APP_NAME%%/res/samples/treeTest1.xul +lib/%%APP_NAME%%/res/samples/xulTest.css +lib/%%APP_NAME%%/res/svg.css +lib/%%APP_NAME%%/res/table-add-column-after-active.gif +lib/%%APP_NAME%%/res/table-add-column-after-hover.gif +lib/%%APP_NAME%%/res/table-add-column-after.gif +lib/%%APP_NAME%%/res/table-add-column-before-active.gif +lib/%%APP_NAME%%/res/table-add-column-before-hover.gif +lib/%%APP_NAME%%/res/table-add-column-before.gif +lib/%%APP_NAME%%/res/table-add-row-after-active.gif +lib/%%APP_NAME%%/res/table-add-row-after-hover.gif +lib/%%APP_NAME%%/res/table-add-row-after.gif +lib/%%APP_NAME%%/res/table-add-row-before-active.gif +lib/%%APP_NAME%%/res/table-add-row-before-hover.gif +lib/%%APP_NAME%%/res/table-add-row-before.gif +lib/%%APP_NAME%%/res/table-remove-column-active.gif +lib/%%APP_NAME%%/res/table-remove-column-hover.gif +lib/%%APP_NAME%%/res/table-remove-column.gif +lib/%%APP_NAME%%/res/table-remove-row-active.gif +lib/%%APP_NAME%%/res/table-remove-row-hover.gif +lib/%%APP_NAME%%/res/table-remove-row.gif +lib/%%APP_NAME%%/res/throbber/anim.gif +lib/%%APP_NAME%%/res/throbber/anims00.gif +lib/%%APP_NAME%%/res/throbber/anims01.gif +lib/%%APP_NAME%%/res/throbber/anims02.gif +lib/%%APP_NAME%%/res/throbber/anims03.gif +lib/%%APP_NAME%%/res/throbber/anims04.gif +lib/%%APP_NAME%%/res/throbber/anims05.gif +lib/%%APP_NAME%%/res/throbber/anims06.gif +lib/%%APP_NAME%%/res/throbber/anims07.gif +lib/%%APP_NAME%%/res/throbber/anims08.gif +lib/%%APP_NAME%%/res/throbber/anims09.gif +lib/%%APP_NAME%%/res/throbber/anims10.gif +lib/%%APP_NAME%%/res/throbber/anims11.gif +lib/%%APP_NAME%%/res/throbber/anims12.gif +lib/%%APP_NAME%%/res/throbber/anims13.gif +lib/%%APP_NAME%%/res/throbber/anims14.gif +lib/%%APP_NAME%%/res/throbber/anims15.gif +lib/%%APP_NAME%%/res/throbber/anims16.gif +lib/%%APP_NAME%%/res/throbber/anims17.gif +lib/%%APP_NAME%%/res/throbber/anims18.gif +lib/%%APP_NAME%%/res/throbber/anims19.gif +lib/%%APP_NAME%%/res/throbber/anims20.gif +lib/%%APP_NAME%%/res/throbber/anims21.gif +lib/%%APP_NAME%%/res/throbber/anims22.gif +lib/%%APP_NAME%%/res/throbber/anims23.gif +lib/%%APP_NAME%%/res/throbber/anims24.gif +lib/%%APP_NAME%%/res/throbber/anims25.gif +lib/%%APP_NAME%%/res/throbber/anims26.gif +lib/%%APP_NAME%%/res/throbber/anims27.gif +lib/%%APP_NAME%%/res/throbber/anims28.gif +lib/%%APP_NAME%%/res/throbber/anims29.gif +lib/%%APP_NAME%%/res/ua.css +lib/%%APP_NAME%%/res/unixcharset.properties +lib/%%APP_NAME%%/res/viewer.properties +lib/%%APP_NAME%%/res/viewsource.css +lib/%%APP_NAME%%/run-mozilla.sh +lib/%%APP_NAME%%/shlibsign +lib/%%APP_NAME%%/updater +lib/%%APP_NAME%%/xpcshell +lib/%%APP_NAME%%/xpicleanup +lib/%%APP_NAME%%/xpidl +lib/%%APP_NAME%%/xpt_dump +lib/%%APP_NAME%%/xpt_link +@exec /bin/cp -R %%LOCALBASE%%/lib/npapi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/plugins/ 2>/dev/null || true +@exec /bin/cp -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/extensions/ 2>/dev/null || true +@unexec /usr/bin/find %D/lib/%%APP_NAME%%/plugins/ -depth 1 -type l -delete 2>/dev/null || true +@unexec /usr/bin/find %D/lib/%%APP_NAME%%/extensions/ -depth 1 -type l -delete 2>/dev/null || true +@dirrm lib/%%APP_NAME%%/res/throbber +@dirrm lib/%%APP_NAME%%/res/samples +@dirrm lib/%%APP_NAME%%/res/html +@dirrm lib/%%APP_NAME%%/res/fonts +@dirrm lib/%%APP_NAME%%/res/entityTables +@dirrm lib/%%APP_NAME%%/res/dtd +@dirrm lib/%%APP_NAME%%/res +@dirrm lib/%%APP_NAME%%/plugins +@dirrm lib/%%APP_NAME%%/icons +@dirrm lib/%%APP_NAME%%/greprefs +@dirrm lib/%%APP_NAME%%/extensions +@dirrm lib/%%APP_NAME%%/dictionaries +@dirrm lib/%%APP_NAME%%/defaults/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} +@dirrm lib/%%APP_NAME%%/defaults/profile/extensions +@dirrm lib/%%APP_NAME%%/defaults/profile +@dirrm lib/%%APP_NAME%%/defaults/pref +@dirrm lib/%%APP_NAME%%/defaults +@dirrm lib/%%APP_NAME%%/components +@dirrm lib/%%APP_NAME%%/chrome/icons/default +@dirrm lib/%%APP_NAME%%/chrome/icons +@dirrm lib/%%APP_NAME%%/chrome +@dirrm lib/%%APP_NAME%% +@dirrm share/applications From owner-freebsd-gecko@FreeBSD.ORG Wed Jul 7 06:29:21 2010 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFDD2106572E for ; Wed, 7 Jul 2010 06:29:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id B8C218FC25 for ; Wed, 7 Jul 2010 06:29:21 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 1777E1CC3B for ; Wed, 7 Jul 2010 08:29:21 +0200 (CEST) From: linimon@FreeBSD.org To: gecko@freebsd.org Message-Id: <20100707062921.1777E1CC3B@mail.droso.net> Date: Wed, 7 Jul 2010 08:29:21 +0200 (CEST) Cc: Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2010 06:29:22 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: www/mplayer-plugin description: A Mozilla plugin for the MPlayer media player maintainer: gecko@FreeBSD.org deprecated because: Upstream support dropped. Please consider using www/gecko-mediaplayer instead expiration date: 2010-08-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mplayer-plugin If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-gecko@FreeBSD.ORG Wed Jul 7 20:10:37 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 190FB1065670; Wed, 7 Jul 2010 20:10:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E5BCE8FC1D; Wed, 7 Jul 2010 20:10:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o67KAa8K015125; Wed, 7 Jul 2010 20:10:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o67KAaQr015112; Wed, 7 Jul 2010 20:10:36 GMT (envelope-from edwin) Date: Wed, 7 Jul 2010 20:10:36 GMT Message-Id: <201007072010.o67KAaQr015112@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/148436: [www/firefox35] directories installed with incorrect permissons X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2010 20:10:37 -0000 Synopsis: [www/firefox35] directories installed with incorrect permissons Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 7 20:10:36 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=148436 From owner-freebsd-gecko@FreeBSD.ORG Fri Jul 9 06:39:58 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD79B1065672 for ; Fri, 9 Jul 2010 06:39:58 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 888498FC17 for ; Fri, 9 Jul 2010 06:39:58 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o696dvWo080734 for ; Fri, 9 Jul 2010 06:39:57 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o696dqiB078747 for freebsd-gecko@freebsd.org; Fri, 9 Jul 2010 06:39:52 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 9 Jul 2010 06:39:52 GMT Message-Id: <201007090639.o696dqiB078747@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r346 - in branches/experimental/www/firefox3-devel: . files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 06:39:58 -0000 Author: beat Date: Fri Jul 9 06:39:51 2010 New Revision: 346 Log: - Update to 3.7 Alpha 5 - TODO: Fix build on FreeBSD 6.x and fix libsydney_oss patch (does not link at the moment) Deleted: branches/experimental/www/firefox3-devel/files/patch-config-Makefile.in branches/experimental/www/firefox3-devel/files/patch-config-gcc-stl-wrapper.template.h branches/experimental/www/firefox3-devel/files/patch-js-src-jslock.cpp branches/experimental/www/firefox3-devel/files/patch-media_liboggz_include_oggz_oggz_off_t_generated.h branches/experimental/www/firefox3-devel/files/patch-memory-mozalloc-mozalloc.cpp branches/experimental/www/firefox3-devel/files/releng6_pulseaudio Modified: branches/experimental/www/firefox3-devel/Makefile branches/experimental/www/firefox3-devel/distinfo branches/experimental/www/firefox3-devel/files/libsydney_oss Modified: branches/experimental/www/firefox3-devel/Makefile ============================================================================== --- branches/experimental/www/firefox3-devel/Makefile Tue Jul 6 11:04:13 2010 (r345) +++ branches/experimental/www/firefox3-devel/Makefile Fri Jul 9 06:39:51 2010 (r346) @@ -6,7 +6,7 @@ # PORTNAME= firefox -DISTVERSION= 3.7a4 +DISTVERSION= 3.7a5 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -17,6 +17,7 @@ COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr +LIB_DEPENDS= asound.2:${PORTSDIR}/audio/alsa-lib USE_AUTOTOOLS= autoconf:213 LATEST_LINK= firefox3-devel @@ -58,10 +59,9 @@ .include .if ${OSVERSION} < 700000 -LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio -EXTRA_PATCHES= ${FILESDIR}/releng6_pulseaudio -.else -EXTRA_PATCHES= ${FILESDIR}/libsydney_oss +BROKEN= Does not build +#.else +#EXTRA_PATCHES= ${FILESDIR}/libsydney_oss .endif .if defined(WITH_OOPP_IPC) Modified: branches/experimental/www/firefox3-devel/distinfo ============================================================================== --- branches/experimental/www/firefox3-devel/distinfo Tue Jul 6 11:04:13 2010 (r345) +++ branches/experimental/www/firefox3-devel/distinfo Fri Jul 9 06:39:51 2010 (r346) @@ -1,3 +1,3 @@ -MD5 (mozilladeveloperpreview-3.7a4.source.tar.bz2) = 528066f92ca78d8e81aeded4424b8295 -SHA256 (mozilladeveloperpreview-3.7a4.source.tar.bz2) = 5b68dc2f259df595746236a4cf595d25c6f266f1a9e6f82ca713eefe955e1d74 -SIZE (mozilladeveloperpreview-3.7a4.source.tar.bz2) = 50905907 +MD5 (mozilladeveloperpreview-3.7a5.source.tar.bz2) = 0629fc3b6517f3a97e0d02e5a263facb +SHA256 (mozilladeveloperpreview-3.7a5.source.tar.bz2) = b69cc26c2383cb8268aacdc127a08925f301e2b71643534d2fcc4117f144c148 +SIZE (mozilladeveloperpreview-3.7a5.source.tar.bz2) = 56376468 Modified: branches/experimental/www/firefox3-devel/files/libsydney_oss ============================================================================== --- branches/experimental/www/firefox3-devel/files/libsydney_oss Tue Jul 6 11:04:13 2010 (r345) +++ branches/experimental/www/firefox3-devel/files/libsydney_oss Fri Jul 9 06:39:51 2010 (r346) @@ -1,15 +1,20 @@ ---- media/libsydneyaudio/src/Makefile.in.orig 2009-08-11 16:28:21.000000000 +0200 -+++ media/libsydneyaudio/src/Makefile.in 2009-08-11 16:29:08.000000000 +0200 -@@ -45,6 +45,12 @@ +--- media/libsydneyaudio/src/Makefile.in.orig 2010-06-10 14:24:56.000000000 +0200 ++++ media/libsydneyaudio/src/Makefile.in 2010-07-05 22:06:07.000000000 +0200 +@@ -45,7 +45,7 @@ LIBRARY_NAME = sydneyaudio FORCE_STATIC_LIB= 1 -+ifeq ($(OS_ARCH),FreeBSD) -+CSRCS = \ -+ sydney_audio_oss.c \ -+ $(NULL) -+endif -+ - ifeq ($(OS_ARCH),Linux) +-ifneq (,$(filter DragonFly FreeBSD GNU GNU_% NetBSD OpenBSD,$(OS_ARCH))) ++ifneq (,$(filter DragonFly GNU GNU_% NetBSD OpenBSD,$(OS_ARCH))) + CSRCS = \ + sydney_audio_oss.c \ + $(NULL) +@@ -55,7 +55,7 @@ + CSRCS = \ + sydney_audio_android.c \ + $(NULL) +-else ifeq ($(OS_ARCH),Linux) ++else ifeq ($(OS_ARCH),FreeBSD) CSRCS = \ sydney_audio_alsa.c \ + $(NULL) Deleted: branches/experimental/www/firefox3-devel/files/patch-config-Makefile.in ============================================================================== --- branches/experimental/www/firefox3-devel/files/patch-config-Makefile.in Fri Jul 9 06:39:51 2010 (r345) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,16 +0,0 @@ ---- config/Makefile.in -+++ config/Makefile.in -@@ -139,10 +139,10 @@ GARBAGE_DIRS += system_wrappers - endif - - ifdef WRAP_STL_INCLUDES --ifdef GCC_VERSION --stl_compiler = gcc --else -+ifdef _MSC_VER - stl_compiler = msvc -+else -+stl_compiler = gcc - endif - endif - Deleted: branches/experimental/www/firefox3-devel/files/patch-config-gcc-stl-wrapper.template.h ============================================================================== --- branches/experimental/www/firefox3-devel/files/patch-config-gcc-stl-wrapper.template.h Fri Jul 9 06:39:51 2010 (r345) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- config/gcc-stl-wrapper.template.h.orig 2010-04-23 23:23:16.000000000 +0200 -+++ config/gcc-stl-wrapper.template.h 2010-04-23 23:23:32.000000000 +0200 -@@ -79,7 +79,7 @@ - // -fshort-wchar). We don't want that and so define our own inlined - // __throw_*(). - #ifndef mozilla_functexcept_h --# include "mozilla/functexcept.h" -+# include "bits/functexcept.h" - #endif - - #endif // if mozilla_${HEADER}_h Deleted: branches/experimental/www/firefox3-devel/files/patch-js-src-jslock.cpp ============================================================================== --- branches/experimental/www/firefox3-devel/files/patch-js-src-jslock.cpp Fri Jul 9 06:39:51 2010 (r345) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,18 +0,0 @@ ---- js/src/jslock.cpp.orig 2009-10-07 20:15:38.000000000 +0200 -+++ js/src/jslock.cpp 2009-10-07 21:36:14.000000000 +0200 -@@ -160,8 +160,13 @@ - unsigned int res; - - __asm__ __volatile__ ( -- "stbar\n" -- "cas [%1],%2,%3\n" -+ "membar #StoreLoad | #LoadLoad\n" -+# if defined (__sparc64__) -+ "casx [%1],%2,%3\n" -+# else -+ "cas [%1],%2,%3\n" /* 32-bit version */ -+# endif -+ "membar #StoreLoad | #LoadLoad\n" - "cmp %2,%3\n" - "be,a 1f\n" - "mov 1,%0\n" Deleted: branches/experimental/www/firefox3-devel/files/patch-media_liboggz_include_oggz_oggz_off_t_generated.h ============================================================================== --- branches/experimental/www/firefox3-devel/files/patch-media_liboggz_include_oggz_oggz_off_t_generated.h Fri Jul 9 06:39:51 2010 (r345) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2009-08-07 00:49:53.000000000 +0200 -+++ media/liboggz/include/oggz/oggz_off_t_generated.h 2009-08-09 20:57:55.000000000 +0200 -@@ -59,7 +59,7 @@ - - #include - --#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) -+#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (__FreeBSD__) - typedef off_t oggz_off_t; - #else - typedef loff_t oggz_off_t; Deleted: branches/experimental/www/firefox3-devel/files/patch-memory-mozalloc-mozalloc.cpp ============================================================================== --- branches/experimental/www/firefox3-devel/files/patch-memory-mozalloc-mozalloc.cpp Fri Jul 9 06:39:51 2010 (r345) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- memory/mozalloc/mozalloc.cpp.orig 2010-03-16 19:39:25.000000000 +0100 -+++ memory/mozalloc/mozalloc.cpp 2010-03-16 19:40:32.000000000 +0100 -@@ -47,6 +47,7 @@ - #endif // if defined(MALLOC_H) - #include // for size_t - #include // for malloc, free -+#include // for valloc. obsoleted by malloc() ? - - // Make sure that "malloc" et al. resolve to their libc variants. - #define MOZALLOC_DONT_DEFINE_MACRO_WRAPPERS Deleted: branches/experimental/www/firefox3-devel/files/releng6_pulseaudio ============================================================================== --- branches/experimental/www/firefox3-devel/files/releng6_pulseaudio Fri Jul 9 06:39:51 2010 (r345) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,33 +0,0 @@ ---- media/libsydneyaudio/src/Makefile.in.orig 2009-08-11 17:22:08.000000000 +0200 -+++ media/libsydneyaudio/src/Makefile.in 2009-08-11 17:22:36.000000000 +0200 -@@ -45,6 +45,12 @@ - LIBRARY_NAME = sydneyaudio - FORCE_STATIC_LIB= 1 - -+ifeq ($(OS_ARCH),FreeBSD) -+CSRCS = \ -+ sydney_audio_pulseaudio.c \ -+ $(NULL) -+endif -+ - ifeq ($(OS_ARCH),Linux) - CSRCS = \ - sydney_audio_alsa.c \ - ---- toolkit/library/Makefile.in.orig 2010-03-15 13:56:01.000000000 +0000 -+++ toolkit/library/Makefile.in 2010-03-19 16:02:11.000000000 +0000 -@@ -210,12 +210,12 @@ - endif - - ifeq (gtk2,$(MOZ_WIDGET_TOOLKIT)) --EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XEXT_LIBS) $(XCOMPOSITE_LIBS) $(MOZ_PANGO_LIBS) $(MOZ_GTK2_LIBS) $(XT_LIBS) -lgthread-2.0 -+EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XEXT_LIBS) $(XCOMPOSITE_LIBS) $(MOZ_PANGO_LIBS) $(MOZ_GTK2_LIBS) $(XT_LIBS) -lgthread-2.0 -lpulse -lpthread - EXTRA_DSO_LDOPTS += $(FT2_LIBS) - endif - - ifeq (qt,$(MOZ_WIDGET_TOOLKIT)) --EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XT_LIBS) $(MOZ_QT_LIBS) -lgthread-2.0 -+EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XT_LIBS) $(MOZ_QT_LIBS) -lgthread-2.0 -lpulse -lpthread - EXTRA_DSO_LDOPTS += $(FT2_LIBS) $(MOZ_PANGO_LIBS) - endif - From owner-freebsd-gecko@FreeBSD.ORG Fri Jul 9 07:46:50 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB0EE1065673 for ; Fri, 9 Jul 2010 07:46:50 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 6579E8FC14 for ; Fri, 9 Jul 2010 07:46:50 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o697knIA048421 for ; Fri, 9 Jul 2010 07:46:49 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o697kilP048032 for freebsd-gecko@freebsd.org; Fri, 9 Jul 2010 07:46:44 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 9 Jul 2010 07:46:44 GMT Message-Id: <201007090746.o697kilP048032@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r347 - in branches/experimental/www/firefox3-devel: . files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 07:46:50 -0000 Author: beat Date: Fri Jul 9 07:46:43 2010 New Revision: 347 Log: - Revert some leftovers from a test which shouldn't be committed with the 3.7a5 update. Modified: branches/experimental/www/firefox3-devel/Makefile branches/experimental/www/firefox3-devel/files/libsydney_oss Modified: branches/experimental/www/firefox3-devel/Makefile ============================================================================== --- branches/experimental/www/firefox3-devel/Makefile Fri Jul 9 06:39:51 2010 (r346) +++ branches/experimental/www/firefox3-devel/Makefile Fri Jul 9 07:46:43 2010 (r347) @@ -17,7 +17,6 @@ COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr -LIB_DEPENDS= asound.2:${PORTSDIR}/audio/alsa-lib USE_AUTOTOOLS= autoconf:213 LATEST_LINK= firefox3-devel Modified: branches/experimental/www/firefox3-devel/files/libsydney_oss ============================================================================== --- branches/experimental/www/firefox3-devel/files/libsydney_oss Fri Jul 9 06:39:51 2010 (r346) +++ branches/experimental/www/firefox3-devel/files/libsydney_oss Fri Jul 9 07:46:43 2010 (r347) @@ -9,12 +9,3 @@ CSRCS = \ sydney_audio_oss.c \ $(NULL) -@@ -55,7 +55,7 @@ - CSRCS = \ - sydney_audio_android.c \ - $(NULL) --else ifeq ($(OS_ARCH),Linux) -+else ifeq ($(OS_ARCH),FreeBSD) - CSRCS = \ - sydney_audio_alsa.c \ - $(NULL) From owner-freebsd-gecko@FreeBSD.ORG Fri Jul 9 08:25:25 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62C05106564A for ; Fri, 9 Jul 2010 08:25:25 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 0FD4A8FC19 for ; Fri, 9 Jul 2010 08:25:24 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o698POKo045154 for ; Fri, 9 Jul 2010 08:25:24 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o698PJeN044357 for freebsd-gecko@freebsd.org; Fri, 9 Jul 2010 08:25:19 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 9 Jul 2010 08:25:19 GMT Message-Id: <201007090825.o698PJeN044357@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r348 - in branches/experimental/www/firefox-devel: . files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 08:25:25 -0000 Author: beat Date: Fri Jul 9 08:25:18 2010 New Revision: 348 Log: - Add Firefox 4.0 Beta 1 to www/firefox-devel Added: branches/experimental/www/firefox-devel/ - copied from r347, branches/experimental/www/firefox3-devel/ Deleted: branches/experimental/www/firefox-devel/files/patch-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp Modified: branches/experimental/www/firefox-devel/Makefile branches/experimental/www/firefox-devel/distinfo branches/experimental/www/firefox-devel/pkg-message Modified: branches/experimental/www/firefox-devel/Makefile ============================================================================== --- branches/experimental/www/firefox3-devel/Makefile Fri Jul 9 07:46:43 2010 (r347) +++ branches/experimental/www/firefox-devel/Makefile Fri Jul 9 08:25:18 2010 (r348) @@ -6,12 +6,12 @@ # PORTNAME= firefox -DISTVERSION= 3.7a5 +DISTVERSION= 4.0b1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/devpreview/1.9.3a4/source -DISTNAME= mozilladeveloperpreview-${DISTVERSION}.source +MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source +DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla @@ -19,13 +19,10 @@ BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr USE_AUTOTOOLS= autoconf:213 -LATEST_LINK= firefox3-devel +LATEST_LINK= firefox-devel USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= -png -nss -dbm -jpeg -xft -MOZILLA_NAME= Firefox${MOZILLA_SUFX} -MOZILLA_SUFX= 3 -MOZILLA= ${PORTNAME}${MOZILLA_SUFX} MOZ_TOOLKIT= cairo-gtk2 GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/bin lib/${MOZILLA}/idl \ lib/${MOZILLA}/include lib/${MOZILLA}/lib @@ -41,7 +38,7 @@ USE_GL= gl MAKE_JOBS_SAFE= yes NO_MOZPKGINSTALL=yes -CONFLICTS= firefox-3.[0,5,6].* +CONFLICTS= firefox-3.[5,6,7].* FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png Modified: branches/experimental/www/firefox-devel/distinfo ============================================================================== --- branches/experimental/www/firefox3-devel/distinfo Fri Jul 9 07:46:43 2010 (r347) +++ branches/experimental/www/firefox-devel/distinfo Fri Jul 9 08:25:18 2010 (r348) @@ -1,3 +1,3 @@ -MD5 (mozilladeveloperpreview-3.7a5.source.tar.bz2) = 0629fc3b6517f3a97e0d02e5a263facb -SHA256 (mozilladeveloperpreview-3.7a5.source.tar.bz2) = b69cc26c2383cb8268aacdc127a08925f301e2b71643534d2fcc4117f144c148 -SIZE (mozilladeveloperpreview-3.7a5.source.tar.bz2) = 56376468 +MD5 (firefox-4.0b1.source.tar.bz2) = 4448d4a56abebfb713bf439e22199529 +SHA256 (firefox-4.0b1.source.tar.bz2) = ec1ff4943d9d3a9bd9b754157f2d67e4a62f68a92f855ab1f9a1d5d5a244bd16 +SIZE (firefox-4.0b1.source.tar.bz2) = 59608617 Deleted: branches/experimental/www/firefox3-devel/files/patch-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp ============================================================================== --- branches/experimental/www/firefox3-devel/files/patch-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp Fri Jul 9 08:25:18 2010 (r347) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,23 +0,0 @@ ---- xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp -+++ xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp -@@ -629,16 +629,17 @@ IndexOfDirectoryOfFile(nsISupportsArray* aSearchPath, nsILocalFile* aFile) - NS_ASSERTION(count, "broken search path! bad count"); - for(PRUint32 i = 0; i < count; i++) - { -- nsCOMPtr current; -+ nsCOMPtr current, normalized; - aSearchPath->QueryElementAt(i, NS_GET_IID(nsIFile), - getter_AddRefs(current)); - NS_ASSERTION(current, "broken search path! bad element"); - // nsIFile::Equals basically compares path strings so normalize - // before the comparison. - parent->Normalize(); -- current->Normalize(); -+ current->Clone(getter_AddRefs(normalized)); -+ normalized->Normalize(); - PRBool same; -- if (NS_SUCCEEDED(parent->Equals(current, &same)) && same) -+ if (NS_SUCCEEDED(parent->Equals(normalized, &same)) && same) - return (int) i; - } - } Modified: branches/experimental/www/firefox-devel/pkg-message ============================================================================== --- branches/experimental/www/firefox3-devel/pkg-message Fri Jul 9 07:46:43 2010 (r347) +++ branches/experimental/www/firefox-devel/pkg-message Fri Jul 9 08:25:18 2010 (r348) @@ -14,7 +14,7 @@ ====================================================================== -Firefox 3.7 and HTML5 +Firefox 4.0 and HTML5 Certain functions used to display HTML5 elements need the sem module. @@ -37,7 +37,7 @@ Please include the following information with any bug report: * Output from 'uname -a'. -* Output from 'ident /usr/ports/www/firefox3-devel/Makefile' +* Output from 'ident /usr/ports/www/firefox-devel/Makefile' * Where/when did the problem occur: configuring, building, or running firefox * How can you reproduce the problem? From owner-freebsd-gecko@FreeBSD.ORG Fri Jul 9 12:50:07 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 504A1106564A for ; Fri, 9 Jul 2010 12:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 280AB8FC0C for ; Fri, 9 Jul 2010 12:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o69Co7rP069400 for ; Fri, 9 Jul 2010 12:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o69Co65B069399; Fri, 9 Jul 2010 12:50:06 GMT (envelope-from gnats) Date: Fri, 9 Jul 2010 12:50:06 GMT Message-Id: <201007091250.o69Co65B069399@freefall.freebsd.org> To: gecko@FreeBSD.org From: Anonymous Cc: Subject: Re: ports/148436: www/firefox35: directories installed with incorrect permissons X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anonymous List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 12:50:07 -0000 The following reply was made to PR ports/148436; it has been noted by GNATS. From: Anonymous To: Peter Jeremy Cc: bug-followup@FreeBSD.org Subject: Re: ports/148436: www/firefox35: directories installed with incorrect permissons Date: Fri, 09 Jul 2010 16:44:15 +0400 Well, nsinstall(1) uses same permissions when copying directories recursively. It's easily reproducable by $ nsinstall -m 644 /usr/include blah nsinstall: cannot create /path/to/blah/include/unctrl.h: Permission denied More accurately $ nsinstall -t -m 644 dist/include/system_wrappers FAKEDIR/include/firefox3/unstable from toolkit/mozapps/installer/packager.mk # The dist/include has module subdirectories that we need to flatten find $(DIST)/include -type f -o -type l -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \; This also makes SU_CMD-aware install as well as INSTALL_AS_USER unable to copy system_wrapper directory contents to FAKEDIR. And on do-install cpio(1) faithfully copies those wrong permissions to PREFIX/include. However, there is a port's specific bug in mimicing `-xtype f' behaviour. The man pages says -xtype c The same as -type unless the file is a symbolic link. For sym- bolic links: if the -H or -P option was specified, true if the file is a link to a file of type c; if the -L option has been given, true if c is `l'. In other words, for symbolic links, -xtype checks the type of the file that -type does not check. So, it should match all files and symlinks that do *not* point to directories. IOW, above command should not try to install system_wrappers and system_wrappers_js. Here is a quick fix. --- a.diff begins here --- Index: www/firefox35/files/patch-toolkit_mozapps_installer_packager.mk =================================================================== RCS file: /a/.cvsup/ports/www/firefox35/files/patch-toolkit_mozapps_installer_packager.mk,v retrieving revision 1.1 diff -u -p -r1.1 patch-toolkit_mozapps_installer_packager.mk --- www/firefox35/files/patch-toolkit_mozapps_installer_packager.mk 25 Apr 2009 22:45:27 -0000 1.1 +++ www/firefox35/files/patch-toolkit_mozapps_installer_packager.mk 9 Jul 2010 12:12:28 -0000 @@ -5,7 +5,7 @@ (cd $(DESTDIR)$(includedir)/stable && tar -xf -) # The dist/include has module subdirectories that we need to flatten - find $(DIST)/include -xtype f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \; -+ find $(DIST)/include -type f -o -type l -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \; ++ find -L $(DIST)/include -name system_wrappers\* -prune -or -type f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \; # IDL directory is stable (dist/sdk/idl) and unstable (dist/idl) $(NSINSTALL) -D $(DESTDIR)$(idldir)/stable $(NSINSTALL) -D $(DESTDIR)$(idldir)/unstable --- a.diff ends here --- From owner-freebsd-gecko@FreeBSD.ORG Fri Jul 9 13:31:09 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 731241065672; Fri, 9 Jul 2010 13:31:09 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4BE7D8FC08; Fri, 9 Jul 2010 13:31:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o69DV7TL012127; Fri, 9 Jul 2010 13:31:07 GMT (envelope-from beat@freefall.freebsd.org) Received: (from beat@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o69DV7Db012123; Fri, 9 Jul 2010 13:31:07 GMT (envelope-from beat) Date: Fri, 9 Jul 2010 13:31:07 GMT Message-Id: <201007091331.o69DV7Db012123@freefall.freebsd.org> To: peterjeremy@acm.org, beat@FreeBSD.org, gecko@FreeBSD.org From: beat@FreeBSD.org Cc: Subject: Re: ports/147817: www/firefox35 installs directories with incorrect permissions X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 13:31:09 -0000 Synopsis: www/firefox35 installs directories with incorrect permissions State-Changed-From-To: open->closed State-Changed-By: beat State-Changed-When: Fri Jul 9 13:31:07 UTC 2010 State-Changed-Why: Duplicate of ports/148436 http://www.freebsd.org/cgi/query-pr.cgi?pr=147817 From owner-freebsd-gecko@FreeBSD.ORG Fri Jul 9 13:32:01 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C46F61065678; Fri, 9 Jul 2010 13:32:01 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9DAEA8FC13; Fri, 9 Jul 2010 13:32:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o69DW1GR012271; Fri, 9 Jul 2010 13:32:01 GMT (envelope-from beat@freefall.freebsd.org) Received: (from beat@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o69DW11K012267; Fri, 9 Jul 2010 13:32:01 GMT (envelope-from beat) Date: Fri, 9 Jul 2010 13:32:01 GMT Message-Id: <201007091332.o69DW11K012267@freefall.freebsd.org> To: peterjeremy@acm.org, beat@FreeBSD.org, gecko@FreeBSD.org From: beat@FreeBSD.org Cc: Subject: Re: ports/147818: www/libxul installs directories with incorrect permissions X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 13:32:01 -0000 Synopsis: www/libxul installs directories with incorrect permissions State-Changed-From-To: open->closed State-Changed-By: beat State-Changed-When: Fri Jul 9 13:32:01 UTC 2010 State-Changed-Why: Same problem as reported in ports/148436 http://www.freebsd.org/cgi/query-pr.cgi?pr=147818 From owner-freebsd-gecko@FreeBSD.ORG Fri Jul 9 13:32:31 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DD3D106568B; Fri, 9 Jul 2010 13:32:31 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E370D8FC1E; Fri, 9 Jul 2010 13:32:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o69DWU3F012364; Fri, 9 Jul 2010 13:32:30 GMT (envelope-from beat@freefall.freebsd.org) Received: (from beat@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o69DWUV4012360; Fri, 9 Jul 2010 13:32:30 GMT (envelope-from beat) Date: Fri, 9 Jul 2010 13:32:30 GMT Message-Id: <201007091332.o69DWUV4012360@freefall.freebsd.org> To: beat@FreeBSD.org, gecko@FreeBSD.org, beat@FreeBSD.org From: beat@FreeBSD.org Cc: Subject: Re: ports/148436: www/firefox35: directories installed with incorrect permissons X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 13:32:31 -0000 Synopsis: www/firefox35: directories installed with incorrect permissons Responsible-Changed-From-To: gecko->beat Responsible-Changed-By: beat Responsible-Changed-When: Fri Jul 9 13:32:30 UTC 2010 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=148436 From owner-freebsd-gecko@FreeBSD.ORG Fri Jul 9 17:10:16 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2ED90106564A; Fri, 9 Jul 2010 17:10:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 069068FC14; Fri, 9 Jul 2010 17:10:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o69HAFUD092091; Fri, 9 Jul 2010 17:10:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o69HAFGQ092081; Fri, 9 Jul 2010 17:10:15 GMT (envelope-from edwin) Date: Fri, 9 Jul 2010 17:10:15 GMT Message-Id: <201007091710.o69HAFGQ092081@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/148475: [patch] Mk/bsd.gecko.mk: use tar(1) for copying trees X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 17:10:16 -0000 Synopsis: [patch] Mk/bsd.gecko.mk: use tar(1) for copying trees Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 9 17:10:15 UTC 2010 Responsible-Changed-Why: bsd.gecko.mk is gecko territory (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=148475