Bug 276626 - devel/cproto: update to latest release
Summary: devel/cproto: update to latest release
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Nuno Teixeira
URL: https://invisible-island.net/cproto/C...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-26 00:59 UTC by Thomas E. Dickey
Modified: 2024-08-20 08:47 UTC (History)
4 users (show)

See Also:
eduardo: maintainer-feedback+


Attachments
git format-patch for update (1.29 KB, patch)
2024-01-26 00:59 UTC, Thomas E. Dickey
no flags Details | Diff
Update to 4.7w + port improvements (1.68 KB, patch)
2024-08-20 08:37 UTC, Nuno Teixeira
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas E. Dickey 2024-01-26 00:59:55 UTC
Created attachment 247969 [details]
git format-patch for update

Update cproto to current release
Comment 1 Thomas E. Dickey 2024-01-26 01:00:27 UTC
This also fixes the URLs (no more ftp)
Comment 2 thomas 2024-04-08 04:10:56 UTC
(In reply to Thomas E. Dickey from comment #1)
Thank you. Looks good.
Comment 3 thomas 2024-07-22 09:28:51 UTC
Thank you Thomas,

Dear freebsd port team, please commit it
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2024-07-25 11:15:23 UTC
Hello,

From https://invisible-island.net/cproto/CHANGES, latest version is 4.7w:

2024/07/11 (4.7w)
- improve configure script checks, reducing warnings
- update config.guess, config.sub

2023/02/28 (4.7v)
- add c99 keywords for types and qualifiers.
- use gperf for lookup of known types/qualifiers in type_of_name()
- improve configure script checks, reducing warnings

[...]

would you like to update to latest or should we move on with 4.7v?

Thanks
Comment 5 Nuno Teixeira freebsd_committer freebsd_triage 2024-08-16 09:06:39 UTC
Friendly ping!
Comment 6 thomas 2024-08-19 21:23:09 UTC
Sorry for my delayed response. Let’s use the latest please.
Comment 7 Nuno Teixeira freebsd_committer freebsd_triage 2024-08-20 08:37:01 UTC
Created attachment 252942 [details]
Update to 4.7w + port improvements

- Add URL mirror

While I'm here:

- Define LICENSE_FILE
- Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
- Regen patch
Comment 8 commit-hook freebsd_committer freebsd_triage 2024-08-20 08:47:18 UTC
A commit in branch main references this bug:

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

commit c6fd6d14d22f2ec7b1ff6567af917de12859aefd
Author:     Thomas E. Dickey <dickey@invisible-island.net>
AuthorDate: 2024-08-20 08:43:23 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-08-20 08:44:50 +0000

    devel/cproto: Update to 4.7w

    - Add URL mirror

    While I'm here:

    - Define LICENSE_FILE
    - Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
    - Regen patch

    ChangeLog:      https://invisible-island.net/cproto/CHANGES
    PR:             276626

 devel/cproto/Makefile             | 8 ++++----
 devel/cproto/distinfo             | 5 +++--
 devel/cproto/files/patch-system.h | 6 +++---
 3 files changed, 10 insertions(+), 9 deletions(-)
Comment 9 Nuno Teixeira freebsd_committer freebsd_triage 2024-08-20 08:47:37 UTC
Committed, thank you!