Re: [PATCH] Replace mkproto.pl with mkproto.awk

2019-11-16 Thread Ethan Sommer via rsync
> Me? I think, the rsync maintainers, or? > I just added my 2 cents and would stick with .pl, it has proven to be > stable :) (Yes, I'm a Perl user.) Meant to direct that towards the rsync maintainers sorry. Are you suggesting that something that works with all popular awk implementations and

Re: [PATCH] Replace mkproto.pl with mkproto.awk

2019-11-16 Thread Ethan Sommer via rsync
ping? -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

[PATCH v2] Replace mkproto.pl with mkproto.awk

2019-10-31 Thread Ethan Sommer via rsync
This replaces the build dependency on perl with one on awk which is already used throughout the build system and is much more ubiquitous than perl --- Makefile.in | 2 +- mkproto.awk | 39 +++ mkproto.pl | 48

Re: [PATCH] Replace mkproto.pl with mkproto.awk

2019-10-31 Thread Ethan Sommer via rsync
> I can't speak for rsync, but nowadays Perl isn't that rare, that a > dependeny on it for build purpose would matter. IMHO. It might not be rare, but it's certainly less universally available than awk, which is preinstalled on pretty much every unix-like OS out there. > There are many flavours

[PATCH] Replace mkproto.pl with mkproto.awk

2019-10-31 Thread Ethan Sommer via rsync
This replaces the build dependency on perl with one on awk which is already used in the build system and is much more ubiquitous than perl --- Makefile.in | 2 +- mkproto.awk | 39 +++ mkproto.pl | 48 3 files