Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2015 10:21:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204577] [NEW MODULE] Mk/Uses/nodejs.mk Framework for NodeJS projects/ports
Message-ID:  <bug-204577-13-a0u2SNBQvq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204577-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204577-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204577

--- Comment #11 from Mathieu Arnold <mat@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204577-13-a0u2SNBQvq>