Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2015 07:34:48 +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-WhM5kAHFoj@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

yuri@rawbw.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #163232|0                           |1
        is obsolete|                            |

--- Comment #10 from yuri@rawbw.com ---
Created attachment 163675
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163675&action=edit
patch

Update of USES=nodejs.

Now it only suffers from one problem: volatility of package.json in downloaded
packages. Therefore NO_CHECKSUM=yes still has to be used for now and it can't
be checked in. The second problem (attempts to connect during build) is fixed.

Now packages build fine in poudriere.

Two ports are currently supported and are completely usable:
* www/etherpad-lite
* www/webtorrent

Volatility of package.json is a bug, and isn't something I can fix - it should
be fixed by NodeJS folks. https://github.com/npm/npm/issues/10406

-- 
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-WhM5kAHFoj>