Bug 286541 - net/zmap: Tidy up port
Summary: net/zmap: Tidy up port
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: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-03 08:23 UTC by Daniel Engberg
Modified: 2025-05-17 10:01 UTC (History)
0 users

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


Attachments
Patch for zmap (1.26 KB, patch)
2025-05-03 08:23 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 2025-05-03 08:23:22 UTC
Created attachment 260112 [details]
Patch for zmap

* Remove gmake dependency
* Switch non insource build for CMake
* Sort LIB_DEPENDS
* Remove CFLAGS definition
* Remove MANPAGE definiton
* Simplify post-install section

Poudriere testport OK 13.4-RELEASE (amd64)
Poudriere testport OK 13.4-RELEASE (i386)
Poudriere testport OK 14.2-RELEASE (amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-05-17 09:58:39 UTC
A commit in branch main references this bug:

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

commit 64a8eec897e82378dae4803c9dfebeea43dde171
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-05-17 02:05:20 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-05-17 09:53:15 +0000

    net/zmap: Improve port

    * Remove gmake dependency
    * Switch non insource build for CMake
    * Sort LIB_DEPENDS
    * Remove CFLAGS definition
    * Remove MANPAGE definiton
    * Simplify post-install section

    PR:             286541
    Approved by:    maintainer timeout, 2+ weeks

 net/zmap/Makefile | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)