Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Sep 2022 14:21:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 266573] net-p2p/jigdo: Upgrade to 0.8.1
Message-ID:  <bug-266573-7788-SlevKxORD0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-266573-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-266573-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266573

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=3D236790&action=
=3Dedit
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266573-7788-SlevKxORD0>