pkgsrc-WIP-changes archive

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

jemalloc: Remove from wip imported into devel/



Module Name:	pkgsrc-wip
Committed By:	Jonathan Buschmann <jonthn+pkgsrc%pinacea.com@localhost>
Pushed By:	jonthn
Date:		Fri Feb 19 00:02:19 2016 +0100
Changeset:	f9f8140e3b2e2f815571c8e66094dc95b2ef4a7d

Modified Files:
	Makefile
Removed Files:
	jemalloc/DESCR
	jemalloc/Makefile
	jemalloc/PLIST
	jemalloc/buildlink3.mk
	jemalloc/distinfo
	jemalloc/patches/patch-configure

Log Message:
jemalloc: Remove from wip imported into devel/

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

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

diffstat:
 Makefile                         |  1 -
 jemalloc/DESCR                   | 11 -----------
 jemalloc/Makefile                | 38 --------------------------------------
 jemalloc/PLIST                   | 12 ------------
 jemalloc/buildlink3.mk           | 12 ------------
 jemalloc/distinfo                |  7 -------
 jemalloc/patches/patch-configure | 31 -------------------------------
 7 files changed, 112 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 4b164a9..c134bb3 100644
--- a/Makefile
+++ b/Makefile
@@ -1377,7 +1377,6 @@ SUBDIR+=	java-xmlrpc
 SUBDIR+=	jbmgen
 SUBDIR+=	jc
 SUBDIR+=	jellyfish
-SUBDIR+=	jemalloc
 SUBDIR+=	jemboss-standalone
 SUBDIR+=	jgloss
 SUBDIR+=	jgraphx
diff --git a/jemalloc/DESCR b/jemalloc/DESCR
deleted file mode 100644
index 768ca6e..0000000
--- a/jemalloc/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-jemalloc is a general purpose malloc(3) implementation that emphasizes
-fragmentation avoidance and scalable concurrency support.
-
-jemalloc first came into use as the FreeBSD libc allocator in 2005.
-In 2010 jemalloc development efforts broadened to include developer support
-features such as heap profiling, Valgrind integration, and
-extensive monitoring/tuning hooks.
-Ongoing development efforts trend toward making jemalloc among the best
-allocators for a broad range of demanding applications, and
-eliminating/mitigating weaknesses that have practical repercussions
-for real world applications.
diff --git a/jemalloc/Makefile b/jemalloc/Makefile
deleted file mode 100644
index c14704c..0000000
--- a/jemalloc/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/04/30 22:16:52 jonthn Exp $
-
-DISTNAME=	jemalloc-4.0.4
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=jemalloc/}
-GITHUB_PROJECT=	jemalloc
-GITHUB_RELEASE=	${DISTNAME:S/jemalloc-//}
-EXTRACT_SUFX=	.tar.bz2
-
-HOMEPAGE=	http://www.canonware.com/jemalloc/
-COMMENT=	Library jemalloc is a general purpose malloc(3) implementation
-LICENSE=	2-clause-bsd
-
-BUILD_DEPENDS+=		libxslt-[0-9]*:../../textproc/libxslt
-BUILD_DEPENDS+=		docbook-xsl-[0-9]*:../../textproc/docbook-xsl
-
-USE_TOOLS+=		autoconf automake aclocal gmake
-USE_LANGUAGES=		c
-GNU_CONFIGURE=		yes
-CONFIGURE_ARGS+=	--enable-cc-silence
-CONFIGURE_ARGS+=	--enable-xmalloc
-CONFIGURE_ARGS+=        --with-xslroot=${PREFIX}/share/xsl/docbook/
-
-USE_TOOLS+=		perl:run
-REPLACE_PERL=		bin/jeprof.in
-
-BUILD_TARGET=		all dist
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Darwin"
-SOEXT=			dylib
-.else
-SOEXT=			so
-.endif
-PLIST_SUBST+=		SOEXT=${SOEXT}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/jemalloc/PLIST b/jemalloc/PLIST
deleted file mode 100644
index 37d9057..0000000
--- a/jemalloc/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD$
-bin/jemalloc-config
-bin/jemalloc.sh
-bin/jeprof
-include/jemalloc/jemalloc.h
-lib/libjemalloc.2.${SOEXT}
-lib/libjemalloc.a
-lib/libjemalloc.${SOEXT}
-lib/libjemalloc_pic.a
-lib/pkgconfig/jemalloc.pc
-man/man3/jemalloc.3
-share/doc/jemalloc/jemalloc.html
diff --git a/jemalloc/buildlink3.mk b/jemalloc/buildlink3.mk
deleted file mode 100644
index c35a260..0000000
--- a/jemalloc/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2015/04/30 22:16:52 jonthn Exp $
-
-BUILDLINK_TREE+=	jemalloc
-
-.if !defined(JEMALLOC_BUILDLINK3_MK)
-JEMALLOC_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.jemalloc+=	jemalloc>=4.0.0
-BUILDLINK_PKGSRCDIR.jemalloc?=	../../wip/jemalloc
-.endif	# JEMALLOC_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-jemalloc
diff --git a/jemalloc/distinfo b/jemalloc/distinfo
deleted file mode 100644
index cb3eaae..0000000
--- a/jemalloc/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/04/30 22:16:52 jonthn Exp $
-
-SHA1 (jemalloc-4.0.4.tar.bz2) = 665050e09ed2270899c2421248f21e6d52dfd9dd
-RMD160 (jemalloc-4.0.4.tar.bz2) = 9d3572a41c5c5ed0ed15bd3cb82c1098767b11e7
-SHA512 (jemalloc-4.0.4.tar.bz2) = 93be0551a80d5f5dc3a1044ef3d5f06c5ce65f3c1fd753743ee64340b841fc2d7902178774ab71eaa633f68abad44109870eb84159679fdc8ce6d93db3a53112
-Size (jemalloc-4.0.4.tar.bz2) = 391483 bytes
-SHA1 (patch-configure) = b559bf399071f29f336ba8cb02a7796ec85ff8bb
diff --git a/jemalloc/patches/patch-configure b/jemalloc/patches/patch-configure
deleted file mode 100644
index fd9d56a..0000000
--- a/jemalloc/patches/patch-configure
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD$
-
-Remove configure code using git to set version, could be problematic if inside
- a git tree (i.e. pkgsrc-wip)
-
---- configure.orig	2016-01-05 20:59:08.000000000 +0000
-+++ configure
-@@ -6966,23 +6966,6 @@ fi
- 
- 
- 
--if test "x`test ! \"${srcroot}\" && cd \"${srcroot}\"; git rev-parse --is-inside-work-tree 2>/dev/null`" = "xtrue" ; then
--        rm -f "${objroot}VERSION"
--  for pattern in '[0-9].[0-9].[0-9]' '[0-9].[0-9].[0-9][0-9]' \
--                 '[0-9].[0-9][0-9].[0-9]' '[0-9].[0-9][0-9].[0-9][0-9]' \
--                 '[0-9][0-9].[0-9].[0-9]' '[0-9][0-9].[0-9].[0-9][0-9]' \
--                 '[0-9][0-9].[0-9][0-9].[0-9]' \
--                 '[0-9][0-9].[0-9][0-9].[0-9][0-9]'; do
--    if test ! -e "${objroot}VERSION" ; then
--      (test ! "${srcroot}" && cd "${srcroot}"; git describe --long --abbrev=40 --match="${pattern}") > "${objroot}VERSION.tmp" 2>/dev/null
--      if test $? -eq 0 ; then
--        mv "${objroot}VERSION.tmp" "${objroot}VERSION"
--        break
--      fi
--    fi
--  done
--fi
--rm -f "${objroot}VERSION.tmp"
- if test ! -e "${objroot}VERSION" ; then
-   if test ! -e "${srcroot}VERSION" ; then
-     { $as_echo "$as_me:${as_lineno-$LINENO}: result: Missing VERSION file, and unable to generate it; creating bogus VERSION" >&5


Home | Main Index | Thread Index | Old Index