Date: Thu, 15 May 2008 15:47:16 -0500 From: "Jeremy Messenger" <mezz7@cox.net> To: =?utf-8?Q?Anders_Trob=C3=A4ck?= <freebsd@troback.com> Cc: FreeBSD <freebsd-ports@freebsd.org> Subject: Re: Gconf_schemas... Message-ID: <op.ua7qo2vc9aq2h7@mezz.mezzweb.com> In-Reply-To: <20080515220629.7d1b5abe@baal.troback.com> References: <20080515220629.7d1b5abe@baal.troback.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 15 May 2008 15:06:29 -0500, Anders Trobäck <freebsd@troback.com> wrote: > Hi, > > I'm a maintainer of science/gramps. The port is using schemas and in > the the Makefile I have GCONF_SCHEMAS=gramps.schemas. > > I'm now working on a upgrade of the port. The latest version of > the program installs the schema file > as /usr/local/share/mime/packages/gramps.schemas. > > Is it OK to let the program put the file there? It's not ok and is a bug. More like copy-n-paste error by upstream, so you should file a bug report. > If yes, should I stop using GCONF_SCHEMAS and just add the file to > pkg-plist as a normal file? > > If no, how do I resolve this? Normal, it should be use GCONF_SCHEMA_FILE_DIR like this: schemasdir = $(GCONF_SCHEMA_FILE_DIR) Most of time, the schemas files are in ${WRKSRC}/ or ${WRKSRC}/data/ (more like data), so add a patch for data/Makefile.in. Cheers, Mezz > Thanks for your time! > > > Regards, > Anders Trobäck > Sweden -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.ua7qo2vc9aq2h7>