[Bug 204577] [NEW MODULE] Mk/Uses/nodejs.mk Framework for NodeJS projects/ports

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 30 10:21:55 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204577

--- Comment #11 from Mathieu Arnold <mat at FreeBSD.org> ---
What is fakegit for ? Can't you add a dependency on git ? Or use USE_GITHUB.

You're not supposed to touch WRKDIR and write files there in the fetch phase,
during that stage, you fetch stuff into DISTDIR Then, during the extract phase,
you extract/copy stuff from DISTDIR into WRKDIR.

Also, you cannot be using NO_CHECKSUM.

Don't add targets like this : "post-fetch: userprofile_fetch fakegit" or
"do-build: npm-build npm-prune". Add them to _USES_build, you can find examples
of _USES_<stage> in other USES.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list