Bug 273334 - converters/wkhtmltopdf: unbreak build
Summary: converters/wkhtmltopdf: unbreak build
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: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-25 01:24 UTC by Jonathan Chen
Modified: 2023-08-25 16:57 UTC (History)
0 users

See Also:
pi: maintainer-feedback+


Attachments
remove "register" keyword usage from C++ files. (1010 bytes, patch)
2023-08-25 01:24 UTC, Jonathan Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chen 2023-08-25 01:24:15 UTC
Created attachment 244326 [details]
remove "register" keyword usage from C++ files.

Unbreak build from breakage introduced in 95274bf4f99c71fc056013d966aec239161dfd74
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2023-08-25 16:56:34 UTC
Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-08-25 16:57:06 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9c0deb570f306ebeb35c512ba8dbac83d9300ffa

commit 9c0deb570f306ebeb35c512ba8dbac83d9300ffa
Author:     Jonathan Chen <jonc@chen.org.nz>
AuthorDate: 2023-08-25 16:55:12 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2023-08-25 16:55:12 +0000

    converters/wkhtmltopdf: unbreak build

    - remove "register" keyword usage from C++ files
      This fixes breakage introduced in 95274bf4f99c71fc056013d966aec239161dfd74

    PR:     273334

 converters/wkhtmltopdf/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)