Page MenuHomeFreeBSD

devel/freebsd-git-mfc: New port
ClosedPublic

Authored by des on Jun 30 2026, 10:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 24, 11:28 PM
Unknown Object (File)
Sun, Aug 23, 4:49 PM
Unknown Object (File)
Fri, Aug 21, 2:50 PM
Unknown Object (File)
Tue, Aug 18, 11:10 AM
Unknown Object (File)
Tue, Aug 18, 3:56 AM
Unknown Object (File)
Wed, Aug 12, 1:10 PM
Unknown Object (File)
Wed, Aug 12, 1:10 PM
Unknown Object (File)
Wed, Aug 12, 12:55 PM
Subscribers

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.