Bug 279471 - security/pkcrack: Remove gmake dependency
Summary: security/pkcrack: Remove gmake dependency
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-02 16:59 UTC by Daniel Engberg
Modified: 2024-06-02 17:41 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ehaupt)


Attachments
Patch for pkcrack (1.13 KB, patch)
2024-06-02 16:59 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-06-02 16:59:38 UTC
Created attachment 251162 [details]
Patch for pkcrack

We just need to make some very minor patching to remove the gmake dependency
While at it update MASTER_SITES, switch to DISTVERSION and use WRKSRC_SUBDIR

Poudriere testport OK
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-06-02 17:41:46 UTC
A commit in branch main references this bug:

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

commit a57c9d8c9dc1f753e9be81f3fbca19c2cac9cd3b
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-06-02 17:41:16 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-06-02 17:41:23 +0000

    security/pkcrack: Remove gmake dependency

    PR:             279471
    Reported by:    diizzy

 security/pkcrack/Makefile | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2024-06-02 17:41:51 UTC
Committed, thanks.