pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update cjs to 4.0.0, disable profiler to make it build.



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Sun Dec 2 13:10:24 2018 +0100
Changeset:	8afbc7652bb921d374de035ea452c9d4d27eedd6

Modified Files:
	cjs/Makefile
	cjs/PLIST
	cjs/distinfo

Log Message:
Update cjs to 4.0.0, disable profiler to make it build.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8afbc7652bb921d374de035ea452c9d4d27eedd6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cjs/Makefile | 3 ++-
 cjs/PLIST    | 1 +
 cjs/distinfo | 8 ++++----
 3 files changed, 7 insertions(+), 5 deletions(-)

diffs:
diff --git a/cjs/Makefile b/cjs/Makefile
index d225de27d3..b4c85054c3 100644
--- a/cjs/Makefile
+++ b/cjs/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2015/02/19 21:21:12 jihbed Exp $
 
-DISTNAME=	cjs-3.8.0
+DISTNAME=	cjs-4.0.0
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=linuxmint/}
 GITHUB_PROJECT=	cjs
@@ -18,6 +18,7 @@ CONFIG_SHELL=	bash
 USE_LANGUAGES=	c c++
 
 PKGCONFIG_OVERRIDE+=	cjs-1.0.pc.in
+CONFIGURE_ARGS+=	--disable-profiler
 
 BUILD_DEPENDS+=	autoconf-archive-[0-9]*:../../devel/autoconf-archive
 
diff --git a/cjs/PLIST b/cjs/PLIST
index fd527e6ad7..fcca8fdd3b 100644
--- a/cjs/PLIST
+++ b/cjs/PLIST
@@ -5,6 +5,7 @@ include/cjs-1.0/cjs/context.h
 include/cjs-1.0/cjs/coverage.h
 include/cjs-1.0/cjs/gjs.h
 include/cjs-1.0/cjs/macros.h
+include/cjs-1.0/cjs/profiler.h
 include/cjs-1.0/util/error.h
 lib/cjs/girepository-1.0/CjsPrivate-1.0.typelib
 lib/libcjs.la
diff --git a/cjs/distinfo b/cjs/distinfo
index 141c25588a..015db57d7c 100644
--- a/cjs/distinfo
+++ b/cjs/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (cjs-3.8.0.tar.gz) = 751d8d219559693d3abce587e1115f479fccee52
-RMD160 (cjs-3.8.0.tar.gz) = 711aea546cd11d4f10181b04d7d54650a9137e14
-SHA512 (cjs-3.8.0.tar.gz) = 7f776be2d4863ea7bb32e266efb0c5d5e0f86bab68bdabc1478e04809f8f887b4ff0853075baffa46055d347fc22c6252faefaceba750f61b0b21229f6130bd0
-Size (cjs-3.8.0.tar.gz) = 446667 bytes
+SHA1 (cjs-4.0.0.tar.gz) = df439e076c82cf583c67e9528e1a48741ef6c609
+RMD160 (cjs-4.0.0.tar.gz) = 052475166af0944922149346d8a2502a5728614d
+SHA512 (cjs-4.0.0.tar.gz) = 86baaba3721b71b266c560180ba20af43eed0d2b8fc37af0d24c7c0c36252e2af85da928b42260074f236f0bc4d4f4f28d20127021e67f23a22b042a09a3baa7
+Size (cjs-4.0.0.tar.gz) = 459595 bytes


Home | Main Index | Thread Index | Old Index