From owner-freebsd-gnome@FreeBSD.ORG Sun Jan 22 20:58:11 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DDF616A41F for ; Sun, 22 Jan 2006 20:58:11 +0000 (GMT) (envelope-from fjoe@neo.samodelkin.net) Received: from neo.samodelkin.net (samodelkin.net [195.62.0.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0342D43D46 for ; Sun, 22 Jan 2006 20:58:10 +0000 (GMT) (envelope-from fjoe@neo.samodelkin.net) Received: by neo.samodelkin.net (Postfix, from userid 1000) id 0A66A17019; Mon, 23 Jan 2006 02:58:26 +0600 (NOVT) Date: Mon, 23 Jan 2006 02:58:25 +0600 From: Max Khon To: gnome@FreeBSD.org Message-ID: <20060122205825.GA1499@samodelkin.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline User-Agent: Mutt/1.4.2i Cc: Subject: [approval request] SMB support for mozilla/firefox X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jan 2006 20:58:11 -0000 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi! Attached patch fixes SMB support (via gnomevfs) in mozilla/firefox (verified only with firefox 1.5). I'd like to commit it. /fjoe --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="mozilla.diff" Index: Makefile.common =================================================================== RCS file: /home/pcvs/ports/www/mozilla/Makefile.common,v retrieving revision 1.4 diff -u -p -r1.4 Makefile.common --- Makefile.common 4 Dec 2005 22:05:43 -0000 1.4 +++ Makefile.common 22 Jan 2006 20:28:09 -0000 @@ -185,7 +185,7 @@ WITH_OPTIMIZE?= -O .if defined(WITH_SMB) USE_GNOME+= gnomevfs2 -MOZ_OPTIONS+= --disable-gnomevfs +MOZ_OPTIONS+= --enable-gnomevfs .endif .if defined(WITH_DEBUG) --C7zPtVaVf+AK4Oqc--