[csw-devel] SF.net SVN: gar:[17406] csw/mgar/pkg/nodejs/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Wed Mar 14 22:54:09 CET 2012
Revision: 17406
http://gar.svn.sourceforge.net/gar/?rev=17406&view=rev
Author: wahwah
Date: 2012-03-14 21:54:08 +0000 (Wed, 14 Mar 2012)
Log Message:
-----------
nodejs/trunk: it builds.
Modified Paths:
--------------
csw/mgar/pkg/nodejs/trunk/Makefile
csw/mgar/pkg/nodejs/trunk/checksums
Modified: csw/mgar/pkg/nodejs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nodejs/trunk/Makefile 2012-03-14 17:01:45 UTC (rev 17405)
+++ csw/mgar/pkg/nodejs/trunk/Makefile 2012-03-14 21:54:08 UTC (rev 17406)
@@ -2,7 +2,7 @@
# TODO (release-critical prefixed with !, non release-critical with *)
#
NAME = nodejs
-VERSION = 0.6.7
+VERSION = 0.6.12
GARTYPE = v2
CATEGORIES = lib
@@ -14,20 +14,32 @@
DISTNAME = node-v$(VERSION)
DISTFILES += $(DISTNAME).tar.gz
+LICENSE = LICENSE
+
PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+GARCOMPILER = GNU
CONFIGURE_ARGS = --prefix=$(prefix)
CONFIGURE_ARGS += --openssl-includes=$(includedir)
CONFIGURE_ARGS += --openssl-libpath=$(libdir)
-#CONFIGURE_SCRIPTS = custom
-TEST_TARGET = check
-
EXTRA_CONFIGURE_EXPORTS += PWD
CONFIGURE_ENV_PWD = $(abspath $(WORKSRC))
+RUNTIME_DEP_PKGS_CSWnodejs += CSWlibssl0-9-8
+RUNTIME_DEP_PKGS_CSWnodejs += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWnodejs += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWnodejs += CSWlibz1
+
+CHECKPKG_OVERRIDES_CSWnodejs += missing-dependency|CSWpython
+CHECKPKG_OVERRIDES_CSWnodejs += file-with-bad-content
+
+TEST_SCRIPTS =
+
include gar/category.mk
+PATH := /opt/csw/gnu:$(PATH)
+
configure-custom:
cd $(WORKSRC) && /usr/bin/env -i $(CONFIGURE_ENV) PWD=$(abspath $(WORKSRC)) ./configure $(CONFIGURE_ARGS)
@$(MAKECOOKIE)
Modified: csw/mgar/pkg/nodejs/trunk/checksums
===================================================================
--- csw/mgar/pkg/nodejs/trunk/checksums 2012-03-14 17:01:45 UTC (rev 17405)
+++ csw/mgar/pkg/nodejs/trunk/checksums 2012-03-14 21:54:08 UTC (rev 17406)
@@ -1 +1 @@
-e7b238356ea7fb230b956010931ca468 node-v0.6.7.tar.gz
+a12766ae4003c9712927d1fa134ed9f6 node-v0.6.12.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list