tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: xgettext with UI files support



On Fri, Jun 19, 2015 at 05:23:56PM +0200, Richard PALO wrote:
> BTW, this was a good test package... revealing missing dependencies:
> > richard@omnis:/home/richard/src/pkgsrc/databases/gnome-mime-data$ git diff master .
> > diff --git a/databases/gnome-mime-data/Makefile b/databases/gnome-mime-data/Makefile
> > index c3b40df..04dc681 100644
> > --- a/databases/gnome-mime-data/Makefile
> > +++ b/databases/gnome-mime-data/Makefile
> > @@ -14,11 +14,13 @@ COMMENT=            MIME and Application database for GNOME2
> >  CONFLICTS=             gnome-vfs<=1.0.3
> >  
> >  USE_PKGLOCALEDIR=      YES
> > -USE_TOOLS+=            intltool msgfmt perl gmake
> > +USE_TOOLS+=            intltool msgfmt msgmerge perl gmake xgettext
> >  GNU_CONFIGURE=         YES
> >  
> >  PKGCONFIG_OVERRIDE=    gnome-mime-data-2.0.pc.in
> >  
> > +BUILD_DEPENDS+=        p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
> > +
> >  CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
> >  
> >  EGDIR=                 ${PREFIX}/share/examples/gnome-mime-data
> 
> This was revealed subsequent to all the recent p5-* bumps.
> Something to deal with prior to or after the Q2 release?

This is wrong. p5-XML-Parser is a dependency of intltool.

Joerg


Home | Main Index | Thread Index | Old Index