Page MenuHomeFreeBSD

devel/freebsd-git-mfc: New port
ClosedPublic

Authored by des on Jun 30 2026, 10:36 PM.
Tags
None
Referenced Files
F168513641: D57981.id181128.diff
Fri, Aug 28, 6:49 PM
F168501775: D57981.id181156.diff
Fri, Aug 28, 5:25 PM
F168499006: D57981.id181384.diff
Fri, Aug 28, 5:06 PM
F168498433: D57981.id181128.diff
Fri, Aug 28, 5:04 PM
F168471444: D57981.id181128.diff
Fri, Aug 28, 1:49 PM
F168450677: D57981.id181128.diff
Fri, Aug 28, 10:57 AM
Unknown Object (File)
Thu, Aug 27, 3:01 PM
Unknown Object (File)
Mon, Aug 24, 11:28 PM
Subscribers

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 74440
Build 71323: arc lint + arc unit

Event Timeline

des requested review of this revision.Jun 30 2026, 10:36 PM
des created this revision.

Seems fine to me, thanks for creating the port.

devel/freebsd-git-mfc/pkg-descr
2
4
des marked 2 inline comments as done.Jul 1 2026, 8:34 AM
fuz added inline comments.
devel/freebsd-git-mfc/Makefile
5–6

Not a huge fan of this as it goes against the rules of using USE_GITHUB for this sort of stuff, but given the large size of the system sources it might make sense.

Also consider having the script live in /usr/ports/devel/freebsd-git-mfc/files instead so we don't need to fetch it at all.

30

Might be easier to just have EXTRACT_ONLY= instead of a do-extract target. Then copy the files directly from _DISTDIR in do-install.

33

(if the previous suggestion is not taken)

devel/freebsd-git-mfc/Makefile
30

No, this port has a build stage, the script needs to transit through ${WRKSRC}.

devel/freebsd-git-mfc/Makefile
30

It does not have a build stage, you set NO_BUILD=yes.

devel/freebsd-git-mfc/Makefile
30

Sorry, I meant it has a patch stage.

LGTM, but please consider the _DISTDIR change.

devel/freebsd-git-mfc/Makefile
30

Right, that makes sense (for shebangfix). Very well then.

This revision is now accepted and ready to land.Jul 7 2026, 11:20 AM
This revision was automatically updated to reflect the committed changes.