Page MenuHomeFreeBSD

lang/jpm: update email - add runtime dependencies
AcceptedPublic

Authored by hsw_bitmark.com on Fri, Dec 12, 3:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 18, 7:33 AM
Unknown Object (File)
Thu, Dec 18, 5:56 AM
Unknown Object (File)
Wed, Dec 17, 4:17 PM
Unknown Object (File)
Wed, Dec 17, 4:17 PM
Unknown Object (File)
Wed, Dec 17, 3:47 AM
Unknown Object (File)
Wed, Dec 17, 3:47 AM
Unknown Object (File)
Mon, Dec 15, 3:42 PM
Unknown Object (File)
Mon, Dec 15, 7:25 AM

Details

Summary

Update to my working email address, same as lang/janet. So as to receive any version change email in the future.
Add janet as runtime dependency since jpm is just a script that uses janet executable.
Add git since "jmp deps" requires it.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 69284
Build 66167: arc lint + arc unit

Event Timeline

hsw_bitmark.com created this revision.
dave_freedave.net added inline comments.
lang/jpm/Makefile
14–16

Shouldn't this just be DEPENDS since it needs janet at runtime too?

Also it needs git at runtime for janet deps.

at least it would need an additional RUN_DEPENDS - I will do some tests

Unfortunately my update to 15 had made the poudriere jail very slow (10x slower) and unstable build randomly fails
with pkg static errors like: libgcrypt/1.11.2/15_0-amd64-default.log:pkg-static: Fail to chmod /5.42/perl/man/man3/Pod::Perldoc::ToTk.3.gz:Bad file descriptor

hsw_bitmark.com retitled this revision from lang/jpm: update email to lang/jpm: update email - add runtime dependencies.Tue, Dec 16, 3:57 AM
hsw_bitmark.com edited the summary of this revision. (Show Details)

Thanks for adding RUN_DEPENDS to port.

This revision is now accepted and ready to land.Wed, Dec 17, 4:40 PM