diff options
Diffstat (limited to 'devel/umem')
-rw-r--r-- | devel/umem/Makefile | 31 | ||||
-rw-r--r-- | devel/umem/distinfo | 2 | ||||
-rw-r--r-- | devel/umem/files/patch-umem_impl.h | 15 | ||||
-rw-r--r-- | devel/umem/files/patch-vmem_mmap.c | 11 | ||||
-rw-r--r-- | devel/umem/pkg-descr | 24 | ||||
-rw-r--r-- | devel/umem/pkg-plist | 13 |
6 files changed, 0 insertions, 96 deletions
diff --git a/devel/umem/Makefile b/devel/umem/Makefile deleted file mode 100644 index 514754833975..000000000000 --- a/devel/umem/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Yen-Ming Lee <leeym@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= umem -PORTVERSION= 1.0.1 -PORTREVISION= 4 -CATEGORIES= devel -MASTER_SITES= https://labs.omniti.com/portableumem/releases/${PORTVERSION:R}/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Port of the Solaris memory allocator - -LICENSE= CDDL -LICENSE_FILE= ${WRKSRC}/OPENSOLARIS.LICENSE - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USES= libtool tar:bzip2 -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -ONLY_FOR_ARCHS= i386 amd64 -MAKE_JOBS_UNSAFE= yes -INSTALL_TARGET= install-strip -TEST_TARGET= check # XXX: 1 of 4 tests fail - -post-patch: - @${REINPLACE_CMD} -e 's/ -ldl//g' ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/umem/distinfo b/devel/umem/distinfo deleted file mode 100644 index 79c5d1d74740..000000000000 --- a/devel/umem/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (umem-1.0.1.tar.bz2) = d6148d236c6e49f0243c712b939f08d654498f3bea80b2319c74247220972cf2 -SIZE (umem-1.0.1.tar.bz2) = 305999 diff --git a/devel/umem/files/patch-umem_impl.h b/devel/umem/files/patch-umem_impl.h deleted file mode 100644 index fcc1169b7915..000000000000 --- a/devel/umem/files/patch-umem_impl.h +++ /dev/null @@ -1,15 +0,0 @@ ---- umem_impl.h.orig 2014-07-04 11:29:34.393156748 -0700 -+++ umem_impl.h 2014-07-04 11:29:54.599155604 -0700 -@@ -255,12 +255,7 @@ - int cc_prounds; /* number of objects in previous mag */ - int cc_magsize; /* number of rounds in a full mag */ - int cc_flags; /* CPU-local copy of cache_flags */ --#if (!defined(_LP64) || defined(UMEM_PTHREAD_MUTEX_TOO_BIG)) && !defined(_WIN32) -- /* on win32, UMEM_CPU_PAD evaluates to zero, and the MS compiler -- * won't allow static initialization of arrays containing structures -- * that contain zero size arrays */ - char cc_pad[UMEM_CPU_PAD]; /* for nice alignment (32-bit) */ --#endif - } umem_cpu_cache_t; - - /* diff --git a/devel/umem/files/patch-vmem_mmap.c b/devel/umem/files/patch-vmem_mmap.c deleted file mode 100644 index cbf595409995..000000000000 --- a/devel/umem/files/patch-vmem_mmap.c +++ /dev/null @@ -1,11 +0,0 @@ ---- vmem_mmap.c.orig 2014-10-06 15:04:33.000000000 -0400 -+++ vmem_mmap.c 2014-10-06 15:08:36.000000000 -0400 -@@ -48,7 +48,7 @@ - #define FREE_PROT PROT_NONE - - #define ALLOC_FLAGS MAP_PRIVATE | MAP_ANON --#define FREE_FLAGS MAP_PRIVATE | MAP_ANON | MAP_NORESERVE -+#define FREE_FLAGS MAP_PRIVATE | MAP_ANON - - #ifdef MAP_ALIGN - #define CHUNKSIZE (64*1024) /* 64 kilobytes */ diff --git a/devel/umem/pkg-descr b/devel/umem/pkg-descr deleted file mode 100644 index b1502abc43b8..000000000000 --- a/devel/umem/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Portable libumem. -================ - -This is a port of Solaris libumem to non-Solaris systems. - -The port was made while integrating libumem with our Ecelerity MTA product, so -your initial experience will not be 100% out-of-the-box, because there is no -standalone configure script for the library at this time. (patches welcome!) - -In addition, since our deployment is threaded, we force the library into -threaded mode. - -While the library is itself stable (it's the memory allocator used by the -Solaris OS), the port may have a few rough edges. We're shipping umem with -Linux and Windows versions of our product as we have found it to be stable. - -We will continue to update this project as and when we make improvements, and -welcome third-party patches that improve the usability for everyone. - - -Wez Furlong, -OmniTI, Inc. - -WWW: https://labs.omniti.com/trac/portableumem/ diff --git a/devel/umem/pkg-plist b/devel/umem/pkg-plist deleted file mode 100644 index 2823b1cc7c90..000000000000 --- a/devel/umem/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -include/sys/vmem.h -include/umem.h -lib/libumem.a -lib/libumem.so -lib/libumem.so.0 -lib/libumem.so.0.0.0 -lib/libumem_malloc.a -lib/libumem_malloc.so -lib/libumem_malloc.so.0 -lib/libumem_malloc.so.0.0.0 -man/man3/umem_alloc.3.gz -man/man3/umem_cache_create.3.gz -man/man3/umem_debug.3.gz |