Re: devel/make-tarball broken

2022-12-18 Thread Fred Wright via devel
On Thu, 15 Dec 2022, Matthew Selsky via devel wrote: On Wed, Dec 14, 2022 at 03:39:29PM -0800, James Browning via devel wrote: 'Do not apply transform to symbolic link targets' [1] Which I got from googling 'gnu tar transform' IIRC. It is also a gnuism, but I do not see a portable transform

Re: devel/make-tarball broken

2022-12-15 Thread Matthew Selsky via devel
On Wed, Dec 14, 2022 at 03:39:29PM -0800, James Browning via devel wrote: > 'Do not apply transform to symbolic link targets' [1] Which I > got from googling 'gnu tar transform' IIRC. It is also a > gnuism, but I do not see a portable transform type option as > tar on macOS uses -s and some BSDs

Re: devel/make-tarball broken

2022-12-14 Thread James Browning via devel
> On 12/14/2022 3:05 PM PST Hal Murray via devel wrote: > > > Thanks for testing and fixing. > > I'm not familiar with that corner of tar/sed. What does the extra S do? > Where is that documented? > tar --transform="s:^:ntpsec-${V}/:" ... > tar --transform="s:^:ntpsec-${V}/:S" ... 'Do not

Re: devel/make-tarball broken

2022-12-14 Thread Hal Murray via devel
Thanks for testing and fixing. I'm not familiar with that corner of tar/sed. What does the extra S do? Where is that documented? tar --transform="s:^:ntpsec-${V}/:" ... tar --transform="s:^:ntpsec-${V}/:S" ... I added PIVOT.h last Jan 29, so this has been broken for almost a year. Is

devel/make-tarball broken

2022-12-13 Thread James Browning via devel
[178/315] Compiling libntp/clockwork.c ../../libntp/ntp_calendar.c:18:10: fatal error: PIVOT.h: No such file or directory 18 | #include "PIVOT.h" | ^ compilation terminated. Default verbosity log and minimal solving patch attached. I also think merge requests !1256,