Excessive dependancies for OpenOffice 2.0 port
David O'Brien
obrien at freebsd.org
Mon Nov 14 20:46:40 PST 2005
On Mon, Nov 07, 2005 at 03:19:49PM +0800, Jiawei Ye wrote:
> On 11/7/05, Jeremy Messenger <mezz7 at 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 at FreeBSD.org)
More information about the freebsd-openoffice
mailing list