Bug 262321 - sysutils/archivemount unnecessary build dependency, gmake
Summary: sysutils/archivemount unnecessary build dependency, gmake
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-03 17:49 UTC by Bill Blake
Modified: 2022-09-20 15:49 UTC (History)
2 users (show)

See Also:
jirnov: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Blake 2022-03-03 17:49:00 UTC
I went to build a new archivemount package with a patched version of archivemount.c and discovered that sysutils/archivemount/Makefile wanted gmake, which I don't have installed.  Since I had already compiled archivemount without gmake installed, I commented out the requirement for gmake in the Makefile.  "make package" worked without incident.  So unless there's some reason to keep the gmake dependency, it should be removed.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-03-18 07:16:47 UTC
A commit in branch main references this bug:

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

commit ce6d95684b2de940525a4330552127f694e3ba11
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-03-16 12:03:25 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-03-18 07:14:18 +0000

    sysutils/archivemount: Remove gmake dependency

    It is not necessary to build the port.

    PR:     262321
    Reported by:    billblake2018@gmail.com
    Approved by:    jirnov@gmail.com (maintainer, timeout 2 weeks)

 sysutils/archivemount/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-09-20 15:49:12 UTC
- closing PR

Committed, thanks!