Date:Sat, 6 Apr 2019 08:30:26 +
From:co...@sdf.org
Message-ID: <20190406083025.ga22...@sdf.org>
| The command failing is, for urbanrenewal-ttf,
I found the sources for install (xinstall!) and I think I
understand what happens now...
/* pseudo-code ... o
The problem is that it's trying to install a file on top of itself!
Because it found a file in the work dir
On Sat, 6 Apr 2019, co...@sdf.org wrote:
On Sat, Apr 06, 2019 at 03:18:10PM +0700, Robert Elz wrote:
Date:Sat, 6 Apr 2019 07:02:34 +
From:co...@sdf.org
On Sat, Apr 06, 2019 at 03:18:10PM +0700, Robert Elz wrote:
> Date:Sat, 6 Apr 2019 07:02:34 +
> From:co...@sdf.org
> Message-ID: <20190406070234.ga5...@sdf.org>
>
> | Thanks. I committed that.
> | I'm slightly horrified by this being the problem.
>
> I hope it
Date:Sat, 6 Apr 2019 07:02:34 +
From:co...@sdf.org
Message-ID: <20190406070234.ga5...@sdf.org>
| Thanks. I committed that.
| I'm slightly horrified by this being the problem.
I hope it was tested ... I don't often install fonts. As I said
while it looked to
Thanks. I committed that.
I'm slightly horrified by this being the problem.
Date:Thu, 4 Apr 2019 10:12:35 +
From:co...@sdf.org
Message-ID: <20190404101235.gb6...@sdf.org>
| I understand the need for correctness, but the limits for find ... -exec
| are really low,
What limits do you think are being encountered here?
| and it's quite
On Thu, 2019-04-04 at 10:12 +, co...@sdf.org wrote:
> hi folks,
>
> I understand the need for correctness, but the limits for find ... -exec
> are really low, and it's quite unclear why things fail when they do.
>
> cd /cvs/pkgsrc/fonts/urbanrenewal-ttf/
> make patch
> mkdir -p work/.destdir/
co...@sdf.org wrote:
> I understand the need for correctness, but the limits for find ... -exec
> are really low, and it's quite unclear why things fail when they do.
What limits? Limits inside find(1)? Global limit on the maximum
length of a command line?
> cd /cvs/pkgsrc/fonts/urbanrenewal-
On Thu, Apr 04, 2019 at 10:12:35AM +, co...@sdf.org wrote:
> wanting to write a portable version, I have to limit myself to what
> POSIX find and POSIX xargs support, which isn't much :-/
> I got this in the end:
>
> ${FIND} ${WRKSRC} -iname '*.ttf' -print | \
> ${XARGS} -I
hi folks,
I understand the need for correctness, but the limits for find ... -exec
are really low, and it's quite unclear why things fail when they do.
cd /cvs/pkgsrc/fonts/urbanrenewal-ttf/
make patch
mkdir -p work/.destdir/usr/pkg/share/fonts/X11/TTF
find /cvs/pkgsrc/fonts/urbanrenewal-ttf/work
10 matches
Mail list logo