Date: Mon, 14 Nov 2005 20:46:30 -0800 From: "David O'Brien" <obrien@freebsd.org> To: Jiawei Ye <leafy7382@gmail.com> Cc: ports@freebsd.org, Jeremy Messenger <mezz7@cox.net>, openoffice@freebsd.org Subject: Re: Excessive dependancies for OpenOffice 2.0 port Message-ID: <20051115044629.GA70808@dragon.NUXI.org> In-Reply-To: <c21e92e20511062319ibcbeer93b551719fcf6606@mail.gmail.com> References: <200511051218.09945@Misha> <20051107.091446.41674257.chat95@mac.com> <20051107014131.GB57771@dragon.NUXI.org> <op.szuxwhno9aq2h7@mezz.mezzweb.com> <c21e92e20511062319ibcbeer93b551719fcf6606@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 07, 2005 at 03:19:49PM +0800, Jiawei Ye wrote: > On 11/7/05, Jeremy Messenger <mezz7@cox.net> wrote: > > > What functionality does 'devel/gnomevfs2' give us > > > > ============================================ > > # cat /usr/ports/devel/gnomevfs2/pkg-descr > > The GNOME Virtual File System allows applications and users to treat > > any number of file system concepts as a part of the local filesystem. > > With GnomeVFS, filesystems across the internet, on connected devices, > > and in multiple formats are as simple to access (and write code for) > > as any directory on the local machine. > > > > WWW: http://www.gnome.org/ > > ============================================ > > > > Must be something that allow you to open and save file in VFS. > > > > Cheers, > > Mezz > > The biggest advantage I see is that we can use OOo with underlying > smbclient transparently to the user. The issue is we don't provide underlying smbclient transparently to any other non-GNOME app that I'm aware of. > I don't have a problem with it > being optional though having it on as default may be more beneficial > to regular desktop users in a mixed environment. > Jiawei May I commit this then? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/editors/openoffice.org-2.0/Makefile,v retrieving revision 1.216 diff -u -r1.216 Makefile --- Makefile 5 Nov 2005 05:19:15 -0000 1.216 +++ Makefile 15 Nov 2005 04:44:46 -0000 @@ -24,7 +24,10 @@ COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser NO_LATEST_LINK= yes -USE_GNOME= gtk20 gnomevfs2 +USE_GNOME= gtk20 +.if defined(WITH_GNOMEVFS2) +USE_GNOME+= gnomevfs2 +.endif MOZILLA_VERSION= 1.7.5 MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz .if !defined(WITHOUT_MOZILLA) -- -- David (obrien@FreeBSD.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051115044629.GA70808>