[Bug 266573] net-p2p/jigdo: Upgrade to 0.8.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 24 Sep 2022 14:21:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266573

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eduardo@FreeBSD.org

--- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Created attachment 236790
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=236790&action=edit
jigdo-1.8.1 v0

- Update WWW project url
- add patch to fix:
  ---
  ./compat.hh:48:10: error: use of undeclared identifier 'truncate64'; did you
mean 'truncate'?
  return truncate64(path, length);

  -  return truncate64(path, length);
  +  return truncate(path, length);
  ---
- add docbook-utils dependency

Status: fails at building docs
---
gmake[2]: *** [Makefile:26: jigdo-lite.html] Error 8
gmake[2]: *** [Makefile:26: debian-jigdo-mini-howto.html] Error 8
gmake[2]: *** [Makefile:26: jigdo-mirror.html] Error 8
gmake[2]: *** [Makefile:26: jigdo-file.html] Error 8
gmake[2]: Leaving directory
'/wrkdirs/usr/ports/net-p2p/jigdo/work/jigdo-0.8.1/doc'
gmake[1]: *** [Makefile:36: all] Error 2
---

Log: https://people.freebsd.org/~eduardo/logs/jigdo/jigdo-0.8.1.log

-- 
You are receiving this mail because:
You are the assignee for the bug.