Re: [ptxdist] [PATCH 2/7] qpdf: new package: PDF inspection library and tools

2017-09-22 Thread Roland Hieber
On 11.09.2017 12:11, Juergen Borleis wrote: Hi Roland, On Thursday 24 August 2017 00:39:06 Roland Hieber wrote: [...] +# +# Paths and names +# +QPDF_VERSION := 6.0.0 +QPDF_MD5 := a0601b0bc56d3f412fd3afecfce2721c +QPDF := qpdf-$(QPDF_VERSION) +QPDF_SUFFIX:= tar.gz

Re: [ptxdist] [PATCH] screen: Fix ptxdist error message.

2017-09-22 Thread Michael Olbrich
On Fri, Sep 15, 2017 at 01:10:39PM +, Denis OSTERLAND wrote: > Copy from causes this error message: > ptxdist: error: file 'BSP/platform-Name/packages/screen-4.5.0/usr/bin/screen' > is a link I would like to keep /usr/bin/screen as the actuall binary. So change the files in pkgdir instead.

[ptxdist] Handling build time only dependencies

2017-09-22 Thread Alexander Dahl
Hello, I'm a little stuck with a problem I consider a maybe common one. I have an ordinary C library. For some projects I compile and link against it the usual way, so in my applications .in rule I just do 'SELECT LIBFOO' and the library package will be copied to the target including .so file,

Re: [ptxdist] [PATCH 6/7] host-cups: new package: CUPS PPD compiler

2017-09-22 Thread Juergen Borleis
Hi Roland, On Thursday 24 August 2017 00:39:10 Roland Hieber wrote: > [...] > +# > +# autoconf > +# > +# The --with-* options are only used to specify strings, --without-* does > +# nothing. So we're omitting them here. The only exception is > +# --with-components=core, which we are setting to

Re: [ptxdist] [PATCH] protobuf: version bump 3.3.1 -> 3.3.2

2017-09-22 Thread Michael Olbrich
On Wed, Sep 20, 2017 at 04:19:50PM +0200, David Jander wrote: > On Thu, 27 Jul 2017 16:31:15 -0400 > j...@ringle.org wrote: > > > From: Jon Ringle > > > > This fixes unused parameter 'deterministic' issue: > > src/backend-common/backend_ipc.pb.cc:32994:10: error: unused

Re: [ptxdist] [PATCH] screen: Fix ptxdist error message.

2017-09-22 Thread Denis OSTERLAND
Am Freitag, den 22.09.2017, 15:30 +0200 schrieb Michael Olbrich: > On Fri, Sep 15, 2017 at 01:10:39PM +, Denis OSTERLAND wrote: > > > > Copy from causes this error message: > > ptxdist: error: file > > 'BSP/platform-Name/packages/screen-4.5.0/usr/bin/screen' is a link > I would like to keep

Re: [ptxdist] [PATCH 6/7] host-cups: new package: CUPS PPD compiler

2017-09-22 Thread Michael Olbrich
On Fri, Sep 22, 2017 at 02:06:58PM +0200, Juergen Borleis wrote: > Hi Roland, > > On Thursday 24 August 2017 00:39:10 Roland Hieber wrote: > > [...] > > +# > > +# autoconf > > +# > > +# The --with-* options are only used to specify strings, --without-* does > > +# nothing. So we're omitting them

Re: [ptxdist] [PATCH] screen: Fix ptxdist error message.

2017-09-22 Thread Michael Olbrich
On Fri, Sep 22, 2017 at 01:58:42PM +, Denis OSTERLAND wrote: > Am Freitag, den 22.09.2017, 15:30 +0200 schrieb Michael Olbrich: > > On Fri, Sep 15, 2017 at 01:10:39PM +, Denis OSTERLAND wrote: > > > > > > Copy from causes this error message: > > > ptxdist: error: file > > >

Re: [ptxdist] Handling build time only dependencies

2017-09-22 Thread Michael Olbrich
On Fri, Sep 22, 2017 at 03:24:08PM +0200, Alexander Dahl wrote: > Hello, > > I'm a little stuck with a problem I consider a maybe common one. I > have an ordinary C library. For some projects I compile and link > against it the usual way, so in my applications .in rule I just do > 'SELECT LIBFOO'

Re: [ptxdist] [PATCH 6/7] host-cups: new package: CUPS PPD compiler

2017-09-22 Thread Roland Hieber
On 22.09.2017 16:04, Michael Olbrich wrote: On Fri, Sep 22, 2017 at 02:06:58PM +0200, Juergen Borleis wrote: When you install to "$(PTXDIST_SYSROOT_HOST)/bin" and "$(PTXDIST_SYSROOT_HOST)/lib" the cross-ppdc variant can be reduced to: ( \ echo '#!/bin/sh'; \

Re: [ptxdist] Handling build time only dependencies

2017-09-22 Thread Alexander Dahl
Hello, On Fri, Sep 22, 2017 at 04:06:19PM +0200, Michael Olbrich wrote: > On Fri, Sep 22, 2017 at 03:24:08PM +0200, Alexander Dahl wrote: > > Can I express this somehow in ptxdist and how? > > "select LIBFOO if BUILDTIME" This is it, thank you. :-) Greets Alex -- »With the first link, the