Re: make documentation

2021-06-27 Thread Reuben ua Bríġ
> Date: Mon, 28 Jun 2021 14:16:24 +1000 > From: Reuben ua Bríġ > my experience with the awk manual is the the mandoc ouput and cat > file are pretty much the same. in both, the table is too wide for > 80 columns and wraps, making it impossible to read, but again, in > both, its fine if you us

Re: make documentation

2021-06-27 Thread Reuben ua Bríġ
> Date: Mon, 28 Jun 2021 14:16:24 +1000 > From: Reuben ua Bríġ > my experience with the awk manual is the the mandoc ouput and cat > file are pretty much the same. in both, the table is too wide for 80 > columns and wraps, making it impossible to read, but again, in both, > its fine if you use a

Re: make documentation

2021-06-27 Thread Reuben ua Bríġ
> Date: Sun, 27 Jun 2021 16:52:22 +0200 > From: Ingo Schwarze > man1p/awk.1p just commenting on the output, net whether the source is `correct', but my experience with the awk manual is the the mandoc ouput and cat file are pretty much the same. in both, the table is too wide for 80 columns and

Thanks for all the docs; WAS: make documentation

2021-06-27 Thread chohag
Reuben ua Bríġ writes: > > Date: Sun, 27 Jun 2021 15:28:49 +0200 > > From: Ingo Schwarze > > > I literally spent years of my life improving that. > > and im sure it is much better for it. > > ... > > good on em. why is it easier to get third party binaries than the > openbsd source? the whole re

[UPDATE] www/links+ 2.22 -> 2.23

2021-06-27 Thread trondd
Simple update of links+ to 2.23 Brings cookie persistance, which is enabled by default, but optional including timed cookie lifetime. Tim. === RELEASE 2.23 === Tue May 18 20:35:55 CEST 2021 mikulas: Fix a bug that the user could set floating-point parameters to nan via command-line argument or

[UPDATE] net/gpodder 3.10.17 -> 3.10.20

2021-06-27 Thread trondd
Update gPodder by a couple versions. 4 tests fail that depend on py-test-httpserver which we don't have ported and it's a bigger job than I had time for. MODPY_PYTEST doesn't crash anymore but I can't get it to run the same as the upstream makefile. I've been using newer gPodder versions than th

update mail/rss2email to 3.13.1

2021-06-27 Thread Kaashif Hymabaccus
Hello ports@, This is an update for mail/rss2email to 3.13.1. Changelog here: https://github.com/rss2email/rss2email/blob/master/CHANGELOG One of the changes is switching to feedparser 6, which makes some breaking changes. As I recently discovered, there are still some ports depending on the Pyth

Re: make documentation

2021-06-27 Thread Reuben ua Bríġ
> personally i would like to patch man so that it calls make (with a > special makefile), so it could be extended ooh, i just used the freebsd manual server to look at the 4.4 BSD lite page for man.conf. i think i had better upgrade! to 4.4 BSD. honestly i dont mean to be snide. i wish it wa

Re: make documentation

2021-06-27 Thread Reuben ua Bríġ
> personally i would like to patch man so that it calls make (with a > special makefile), so it could be extended ugh. look at the problem of man-pages-posix. your mandoc program cant format them, so you use another program to output the old output format of man, and then man reads those. now,

Re: make documentation

2021-06-27 Thread Ingo Schwarze
Hi, Reuben ua Brig wrote on Sun, Jun 27, 2021 at 09:47:01PM +1000: >> Date: Sun, 27 Jun 2021 10:29:12 +0100 >> From: Stuart Henderson Judiging from marc.info and from my own mailbox, i fail to find the original copy of this posting by Stuart. Reuben, did you publicly quote a private mail, or a

Re: make documentation

2021-06-27 Thread Reuben ua Bríġ
> Date: Sun, 27 Jun 2021 15:28:49 +0200 > From: Ingo Schwarze > I literally spent years of my life improving that. and im sure it is much better for it. > texlive documentation is definitely a maze... tex... well, half the point of it is that once you get it working, you can run it on old file

Re: make documentation

2021-06-27 Thread Ingo Schwarze
Hi Reuben, Reuben ua Brig wrote on Sun, Jun 27, 2021 at 05:26:29PM +1000: > From: Stuart Henderson >> Maybe not for man-pages-posix, it looks like embedded tbl(7) support >> is needed. mandoc doesn't do this, so they still need to be formatted >> with groff. > cheers. will see what i can do.

Re: make documentation

2021-06-27 Thread Ingo Schwarze
Hi, Stuart Henderson wrote on Sun, Jun 27, 2021 at 08:17:40AM +0100: > On 2021/06/26 22:06, Mike Larkin wrote: >> On Sun, Jun 27, 2021 at 12:40:21PM +1000, Reuben ua Brig wrote: >>> i would like to prefix this by saying i am writing this as a user >>> giving feedback and not a developing giving p

UPDATE: libavif 0.9.2

2021-06-27 Thread Brad Smith
Here is an update to libavif 0.9.2. ## [0.9.2] - 2021-06-23 ### Added * avifenc, avifdec: Allow "-j all" to automatically use all of the cores on the machine (#670) ### Changed * Refactor imir implementation to match HEIF Draft Amendment 2 (#665) * Merge avifCodec's open call with its getNextIm

Re: make documentation

2021-06-27 Thread Reuben ua Bríġ
> Date: Sun, 27 Jun 2021 10:29:12 +0100 > From: Stuart Henderson > Seems I was (and the port Makefile) was wrong about it being tbl vut > there aee some big problems with equations e.g. in float.h, math.h. > btw the source manpages *are* installed but (probably due to how > pkg_create handles man

update devel/pcre2 10.37

2021-06-27 Thread Nam Nguyen
This is an update for devel/pcre2 10.37 released on May 26, 2021. Changelog: https://vcs.pcre.org/pcre2/code/trunk/ChangeLog?view=markup&pathrev=1310 This diff: - undoes RunGrepTest patch by jca@ now that it has been upstreamed (item #1 changelog) https://bugs.exim.org/show_bug.cgi?id=2681 - majo

Re: make documentation

2021-06-27 Thread Reuben ua Bríġ
> Date: Sat, 26 Jun 2021 22:06:10 -0700 > From: Mike Larkin > your diff to implement what you are asking for is welcome! will do. > Date: Sun, 27 Jun 2021 08:17:40 +0100 > From: Stuart Henderson > Maybe not for man-pages-posix, it looks like embedded tbl(7) support > is needed. mandoc doesn't

Re: make documentation

2021-06-27 Thread Stuart Henderson
On 2021/06/26 22:06, Mike Larkin wrote: > On Sun, Jun 27, 2021 at 12:40:21PM +1000, Reuben ua Bríġ wrote: > > i would like to prefix this by saying i am writing this as a user > > giving feedback and not a developing giving patches and anyone who has > > a problem with that can go shove it rather t

powerpc64 bulk build report

2021-06-27 Thread jasper
Bulk build on powerpc64.ports.openbsd.org Started : Wed Jun 23 03:16:24 MDT 2021 Finished: Sun Jun 27 00:14:01 MDT 2021 Duration: 3 Days 20 hours 58 minutes Built using OpenBSD 6.9-current (GENERIC.MP) #249: Mon Jun 21 17:49:45 MDT 2021 Built 9343 packages Number of packages built each day: Jun