Bug 254176 - devel/dwz: update to 0.14
Summary: devel/dwz: update to 0.14
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL: https://sourceware.org/pipermail/dwz/...
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2021-03-10 04:04 UTC by Brian Callahan
Modified: 2021-03-10 14:19 UTC (History)
2 users (show)

See Also:


Attachments
devel/dwz 0.13 => 0.14 update patch (8.15 KB, patch)
2021-03-10 04:04 UTC, Brian Callahan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Callahan 2021-03-10 04:04:16 UTC
Created attachment 223138 [details]
devel/dwz 0.13 => 0.14 update patch

Hello --

Included here is a patch to update dwz from 0.13 to 0.14.
The important changes can be found here: https://sourceware.org/pipermail/dwz/2021q1/001066.html

This is an overlay of the OpenBSD update of dwz, with small tweaks to get the build to work correctly (FreeBSD make doesn't appear to understand the !+= operator and FreeBSD install -D flag works differently than OpenBSD and GNU).

The updated dwz happily does the right thing on FreeBSD/amd64 13.0-RC1.

If there's something else I need to do, please let me know.
Comment 1 Automation User 2021-03-10 04:30:04 UTC
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/268007157
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2021-03-10 07:55:51 UTC
^Triage: [tags] in issue Titles are deprecated.

^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-03-10 13:31:00 UTC
A commit references this bug:

Author: lwhsu
Date: Wed Mar 10 13:30:06 UTC 2021
New revision: 567999
URL: https://svnweb.freebsd.org/changeset/ports/567999

Log:
  devel/dwz: Update to 0.14

  PR:		254176
  Submitted by:	Brian Callahan <bcallah@openbsd.org> (maintainer)

Changes:
  head/devel/dwz/Makefile
  head/devel/dwz/distinfo
  head/devel/dwz/files/patch-Makefile
  head/devel/dwz/files/patch-dwz.c
  head/devel/dwz/files/patch-hashtab.c
  head/devel/dwz/files/patch-obstack.c
  head/devel/dwz/files/patch-obstack.h
  head/devel/dwz/files/patch-sha1.c
Comment 4 Brian Callahan 2021-03-10 14:19:46 UTC
(In reply to Fernando Apesteguía from comment #2)

OK. I will try to remember these things for next time. Thanks!