From: Demelier David on
Hi freebsd-ports,

I never saw that libwpd needs gconf. libwpd actually only needs libgsf to
build. What including gconf and all these dependencies in it ?

--
Demelier David
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Dima Panov on
On Wednesday 14 April 2010 07:31:20 Demelier David wrote:
> Hi freebsd-ports,
>
> I never saw that libwpd needs gconf. libwpd actually only needs libgsf
> to build. What including gconf and all these dependencies in it ?

devel/libgsf, which is conditionally dependency for libwpd

--
Dima "Red Fox" Panov @ Home | C73E 2B72 1FFD 61BD E206 1234 A626 76ED 93E3 B018
Khabarovsk, Russia | 2D30 2CCB 9984 130C 6F87 BAFC FB8B A09D D539 8F29
KDE(a)FreeBSD Team | FreeBSD committer since 10.08.2009 | FreeBSD since Sept 1995
Twitter.com:fluffy_khv | Skype:dima.panov | Jabber.org:fluffy.khv | ICQ:1745024
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Demelier David on
On Wed, Apr 14, 2010 at 09:46:42AM +1100, Dima Panov wrote:
> On Wednesday 14 April 2010 07:31:20 Demelier David wrote:
> > Hi freebsd-ports,
> >
> > I never saw that libwpd needs gconf. libwpd actually only needs libgsf
> > to build. What including gconf and all these dependencies in it ?
>
> devel/libgsf, which is conditionally dependency for libwpd
>

Yes, but in devel/libgsf running make missing does not shows gconf. But only in
libwpd directory..

> --
> Dima "Red Fox" Panov @ Home | C73E 2B72 1FFD 61BD E206 1234 A626 76ED 93E3 B018
> Khabarovsk, Russia | 2D30 2CCB 9984 130C 6F87 BAFC FB8B A09D D539 8F29
> KDE(a)FreeBSD Team | FreeBSD committer since 10.08.2009 | FreeBSD since Sept 1995
> Twitter.com:fluffy_khv | Skype:dima.panov | Jabber.org:fluffy.khv | ICQ:1745024

--
Demelier David
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Dima Panov on
On Wednesday 14 April 2010 10:25:39 Demelier David wrote:
> On Wed, Apr 14, 2010 at 09:46:42AM +1100, Dima Panov wrote:
> > On Wednesday 14 April 2010 07:31:20 Demelier David wrote:
> > > Hi freebsd-ports,
> > >
> > > I never saw that libwpd needs gconf. libwpd actually only needs
> > > libgsf
> > >
> > > to build. What including gconf and all these dependencies in it ?
> >
> > devel/libgsf, which is conditionally dependency for libwpd
>
> Yes, but in devel/libgsf running make missing does not shows gconf. But
> only in libwpd directory..

in devel/libgsf/Makefile:

..if !defined(WITHOUT_GCONF) || exists(${LOCALBASE}/bin/gconftool-2)
USE_GNOME+= gconf2
PLIST_SUB+= THUMB=""
.. if !defined(GSF_SLAVE)
GCONF_SCHEMAS= gsf-office-thumbnailer.schemas
.. endif
..else
PLIST_SUB+= THUMB="@comment "
..endif


--
Dima "Red Fox" Panov @ Home | C73E 2B72 1FFD 61BD E206 1234 A626 76ED 93E3 B018
Khabarovsk, Russia | 2D30 2CCB 9984 130C 6F87 BAFC FB8B A09D D539 8F29
KDE(a)FreeBSD Team | FreeBSD committer since 10.08.2009 | FreeBSD since Sept 1995
Twitter.com:fluffy_khv | Skype:dima.panov | Jabber.org:fluffy.khv | ICQ:1745024
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"