Hello ports@
Attached is an update to www/zola bringing it to version 0.13.0. Changelog: https://github.com/getzola/zola/blob/master/CHANGELOG.md#0130-2021-01-09 Had to update the test-case crate to v1.1.0, as it was previously tied to a git commit, and I couldn't get it to fetch cleanly from ports. Finally able to build cleanly without any patches, so they have all been removed. Also updating to my new email address while I'm here. Comments? OK? Peter |
On 2021/01/10 12:08, Peter Ezetta wrote:
> Hello ports@ > > Attached is an update to www/zola bringing it to version 0.13.0. > > Changelog: > > https://github.com/getzola/zola/blob/master/CHANGELOG.md#0130-2021-01-09 > > Had to update the test-case crate to v1.1.0, as it was previously tied to a > git commit, and I couldn't get it to fetch cleanly from ports. Finally able > to build cleanly without any patches, so they have all been removed. Also > updating to my new email address while I'm here. > > Comments? OK? > > Peter > Index: Makefile > =================================================================== > RCS file: /cvs/ports/www/zola/Makefile,v > retrieving revision 1.5 > diff -u -p -u -r1.5 Makefile > --- Makefile 14 Apr 2020 21:45:41 -0000 1.5 > +++ Makefile 10 Jan 2021 19:32:32 -0000 > @@ -1,15 +1,15 @@ > # $OpenBSD: Makefile,v 1.5 2020/04/14 21:45:41 sthen Exp $ > > -BROKEN-sparc64 = ring-0.16.11 module fails build on sparc64 arch > -BROKEN-aarch64 = ring-0.16.11 module fails build on aarch64 > +BROKEN-sparc64 = ring-0.16.19 module fails build on sparc64 arch > +BROKEN-aarch64 = ring-0.16.19 module fails build on aarch64 Please don't blindly update BROKEN comments to point at a different version number; someone might think it's still up to date. routinator uses ring-0.16.19, and that does build on aarch64 and sparc64. |
On 2021/01/10 21:40, Stuart Henderson wrote:
> On 2021/01/10 12:08, Peter Ezetta wrote: > > Hello ports@ > > > > Attached is an update to www/zola bringing it to version 0.13.0. > > > > Changelog: > > > > https://github.com/getzola/zola/blob/master/CHANGELOG.md#0130-2021-01-09 > > > > Had to update the test-case crate to v1.1.0, as it was previously tied to a > > git commit, and I couldn't get it to fetch cleanly from ports. Finally able > > to build cleanly without any patches, so they have all been removed. Also > > updating to my new email address while I'm here. > > > > Comments? OK? > > > > Peter > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/www/zola/Makefile,v > > retrieving revision 1.5 > > diff -u -p -u -r1.5 Makefile > > --- Makefile 14 Apr 2020 21:45:41 -0000 1.5 > > +++ Makefile 10 Jan 2021 19:32:32 -0000 > > @@ -1,15 +1,15 @@ > > # $OpenBSD: Makefile,v 1.5 2020/04/14 21:45:41 sthen Exp $ > > > > -BROKEN-sparc64 = ring-0.16.11 module fails build on sparc64 arch > > -BROKEN-aarch64 = ring-0.16.11 module fails build on aarch64 > > +BROKEN-sparc64 = ring-0.16.19 module fails build on sparc64 arch > > +BROKEN-aarch64 = ring-0.16.19 module fails build on aarch64 > > Please don't blindly update BROKEN comments to point at a different > version number; someone might think it's still up to date. > > routinator uses ring-0.16.19, and that does build on aarch64 and sparc64. > Oops sorry; builds on aarch64 but not sparc64. |
On Sun, Jan 10, 2021 at 1:41 PM Stuart Henderson <[hidden email]>
wrote: > On 2021/01/10 21:40, Stuart Henderson wrote: > > On 2021/01/10 12:08, Peter Ezetta wrote: > > > Hello ports@ > > > > > > Attached is an update to www/zola bringing it to version 0.13.0. > > > > > > Changelog: > > > > > > > https://github.com/getzola/zola/blob/master/CHANGELOG.md#0130-2021-01-09 > > > > > > Had to update the test-case crate to v1.1.0, as it was previously tied > to a > > > git commit, and I couldn't get it to fetch cleanly from ports. Finally > able > > > to build cleanly without any patches, so they have all been removed. > Also > > > updating to my new email address while I'm here. > > > > > > Comments? OK? > > > > > > Peter > > > > > Index: Makefile > > > =================================================================== > > > RCS file: /cvs/ports/www/zola/Makefile,v > > > retrieving revision 1.5 > > > diff -u -p -u -r1.5 Makefile > > > --- Makefile 14 Apr 2020 21:45:41 -0000 1.5 > > > +++ Makefile 10 Jan 2021 19:32:32 -0000 > > > @@ -1,15 +1,15 @@ > > > # $OpenBSD: Makefile,v 1.5 2020/04/14 21:45:41 sthen Exp $ > > > > > > -BROKEN-sparc64 = ring-0.16.11 module fails build on sparc64 arch > > > -BROKEN-aarch64 = ring-0.16.11 module fails build on aarch64 > > > +BROKEN-sparc64 = ring-0.16.19 module fails build on sparc64 arch > > > +BROKEN-aarch64 = ring-0.16.19 module fails build on aarch64 > > > > Please don't blindly update BROKEN comments to point at a different > > version number; someone might think it's still up to date. > > > > > routinator uses ring-0.16.19, and that does build on aarch64 and sparc64. > > > > Oops sorry; builds on aarch64 but not sparc64. > > New diff is attached with aarch64 no longer marked BROKEN. I only have access to amd64, so tests on aarch64 would be appreciated. |
Ping.
On Sun, Jan 10, 2021 at 3:56 PM Peter Ezetta <[hidden email]> wrote: > On Sun, Jan 10, 2021 at 1:41 PM Stuart Henderson <[hidden email]> > wrote: > >> On 2021/01/10 21:40, Stuart Henderson wrote: >> > On 2021/01/10 12:08, Peter Ezetta wrote: >> > > Hello ports@ >> > > >> > > Attached is an update to www/zola bringing it to version 0.13.0. >> > > >> > > Changelog: >> > > >> > > >> https://github.com/getzola/zola/blob/master/CHANGELOG.md#0130-2021-01-09 >> > > >> > > Had to update the test-case crate to v1.1.0, as it was previously >> tied to a >> > > git commit, and I couldn't get it to fetch cleanly from ports. >> Finally able >> > > to build cleanly without any patches, so they have all been removed. >> Also >> > > updating to my new email address while I'm here. >> > > >> > > Comments? OK? >> > > >> > > Peter >> > >> > > Index: Makefile >> > > =================================================================== >> > > RCS file: /cvs/ports/www/zola/Makefile,v >> > > retrieving revision 1.5 >> > > diff -u -p -u -r1.5 Makefile >> > > --- Makefile 14 Apr 2020 21:45:41 -0000 1.5 >> > > +++ Makefile 10 Jan 2021 19:32:32 -0000 >> > > @@ -1,15 +1,15 @@ >> > > # $OpenBSD: Makefile,v 1.5 2020/04/14 21:45:41 sthen Exp $ >> > > >> > > -BROKEN-sparc64 = ring-0.16.11 module fails build on sparc64 arch >> > > -BROKEN-aarch64 = ring-0.16.11 module fails build on aarch64 >> > > +BROKEN-sparc64 = ring-0.16.19 module fails build on sparc64 arch >> > > +BROKEN-aarch64 = ring-0.16.19 module fails build on aarch64 >> > >> > Please don't blindly update BROKEN comments to point at a different >> > version number; someone might think it's still up to date. >> > >> > > I'll add checking on BROKEN status to my updating checklist. > > >> > routinator uses ring-0.16.19, and that does build on aarch64 and >> sparc64. >> > >> >> Oops sorry; builds on aarch64 but not sparc64. >> >> > New diff is attached with aarch64 no longer marked BROKEN. I only have > access to amd64, so tests on aarch64 would be appreciated. > |
Free forum by Nabble | Edit this page |