Bug 267595

Summary: sysutils/vcp: touch up and unbreak
Product: Ports & Packages Reporter: Robert Clausecker <fuz>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: --- Flags: fernape: merge-quarterly+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
sysutils/vcp: touch up and unbreak fuz: maintainer-approval+

Description Robert Clausecker freebsd_committer freebsd_triage 2022-11-06 13:27:53 UTC
Created attachment 237895 [details]
sysutils/vcp: touch up and unbreak

- fix build with -fno-common
 - simplify Makefile
 - remove outdated WWW
 - fix plist and install Polish man page
 - fix bug when char is unsigned
 - mirror distfile on my own site for redundancy
 - take maintainership over this unmaintained port

Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
Please MFH if possible.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-11-08 16:44:49 UTC
A commit in branch main references this bug:

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

commit da3273f7c3c3f577dbaba14c06c689a81113a949
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-11-07 19:05:30 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-11-08 16:40:20 +0000

    sysutils/vcp: Unbreak and set maintainer

     * fix build with -fno-common
     * simplify Makefile
     * remove outdated WWW
     * fix plist and install Polish man page
     * fix bug when char is unsigned
     * mirror distfile on my own site for redundancy
     * take maintainership over this unmaintained port

    PR:             267595
    Reported by:    fuz@fuz.su (maintainer)
    MFH:            2022Q4  (build fix)

 sysutils/vcp/Makefile                    | 33 ++++++++++++--------------------
 sysutils/vcp/files/patch-common.h (new)  | 13 +++++++++++++
 sysutils/vcp/files/patch-copyall.c (new) | 13 +++++++++++++
 sysutils/vcp/files/patch-log.c (new)     | 11 +++++++++++
 sysutils/vcp/files/patch-main.c (new)    | 11 +++++++++++
 sysutils/vcp/pkg-plist                   |  5 +++--
 6 files changed, 63 insertions(+), 23 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-11-08 16:45:50 UTC
A commit in branch 2022Q4 references this bug:

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

commit 30e3bc1832df3e9388cdffcb7bbc6397bde8d236
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-11-07 19:05:30 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-11-08 16:41:25 +0000

    sysutils/vcp: Unbreak and set maintainer

     * fix build with -fno-common
     * simplify Makefile
     * remove outdated WWW
     * fix plist and install Polish man page
     * fix bug when char is unsigned
     * mirror distfile on my own site for redundancy
     * take maintainership over this unmaintained port

    PR:             267595
    Reported by:    fuz@fuz.su (maintainer)
    MFH:            2022Q4  (build fix)

    (cherry picked from commit da3273f7c3c3f577dbaba14c06c689a81113a949)

 sysutils/vcp/Makefile                    | 33 ++++++++++++--------------------
 sysutils/vcp/files/patch-common.h (new)  | 13 +++++++++++++
 sysutils/vcp/files/patch-copyall.c (new) | 13 +++++++++++++
 sysutils/vcp/files/patch-log.c (new)     | 11 +++++++++++
 sysutils/vcp/files/patch-main.c (new)    | 11 +++++++++++
 sysutils/vcp/pkg-plist                   |  5 +++--
 6 files changed, 63 insertions(+), 23 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-11-08 16:45:59 UTC
Committed and merged to 2022Q4,

Thanks!