diff --git a/devel/libe/Makefile b/devel/libe/Makefile index 469de4ecc071..7317fa034a1b 100644 --- a/devel/libe/Makefile +++ b/devel/libe/Makefile @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= libe -PORTVERSION= 0.3.2 +PORTVERSION= 0.7.0 CATEGORIES= devel MASTER_SITES= http://hyperdex.org/src/ MAINTAINER= vg@FreeBSD.org COMMENT= High-performance datastructures and utilities for C++ -LICENSE= BSD +LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpo6.pc:${PORTSDIR}/devel/libpo6 GNU_CONFIGURE= yes -USES= pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes ONLY_FOR_ARCHS= amd64 diff --git a/devel/libe/distinfo b/devel/libe/distinfo index 5ee50e0347fd..9dbd378972ca 100644 --- a/devel/libe/distinfo +++ b/devel/libe/distinfo @@ -1,2 +1,2 @@ -SHA256 (libe-0.3.2.tar.gz) = f6947ce4bad6798d753ae76c125307318ff6c45ce8b1135afc95720ba4d2bb2e -SIZE (libe-0.3.2.tar.gz) = 378913 +SHA256 (libe-0.7.0.tar.gz) = 2ae0ad14d9c7576531d38a8ed8034e34933f626556742f7ee74a39cefcbfb7a7 +SIZE (libe-0.7.0.tar.gz) = 401370 diff --git a/devel/libe/files/patch-configure b/devel/libe/files/patch-configure deleted file mode 100644 index 1115466009f1..000000000000 --- a/devel/libe/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2013-04-02 21:37:25.502367016 +0000 -+++ configure 2013-04-02 21:37:55.951368743 +0000 -@@ -19251,7 +19251,7 @@ - esac - - --if test x"${target_cpu}" != "xx86_64"; then -+if test x"${target_cpu}" != "xamd64"; then - as_fn_error $? "'this library requires a 64-bit x86 processor'" "$LINENO" 5 - fi - diff --git a/devel/libe/pkg-plist b/devel/libe/pkg-plist index b9f3bd1a9ca2..83b43b24ed4a 100644 --- a/devel/libe/pkg-plist +++ b/devel/libe/pkg-plist @@ -1,12 +1,14 @@ +include/e/ao_hash_map.h include/e/array_ptr.h -include/e/assert.h include/e/atomic.h -include/e/bitfield.h include/e/bitsteal.h include/e/buffer.h +include/e/compat.h include/e/convert.h include/e/endian.h include/e/envconfig.h +include/e/error.h +include/e/garbage_collector.h include/e/guard.h include/e/hazard_ptrs.h include/e/intrusive_ptr.h @@ -14,21 +16,23 @@ include/e/lockfree_fifo.h include/e/lockfree_hash_map.h include/e/lockfree_hash_set.h include/e/locking_fifo.h -include/e/locking_iterable_fifo.h -include/e/microbench.h +include/e/lookup3.h include/e/nonblocking_bounded_fifo.h +include/e/nwf_hash_map.h +include/e/popt.h include/e/pow2.h -include/e/profiler.h include/e/safe_math.h include/e/slice.h +include/e/strescape.h include/e/striped_lock.h +include/e/subcommand.h include/e/time.h include/e/tuple_compare.h include/e/unpacker.h -include/e/worker_barrier.h +include/e/varint.h lib/libe.a -lib/libe.la lib/libe.so -lib/libe.so.0 +lib/libe.so.1 +lib/libe.so.1.1.0 libdata/pkgconfig/libe.pc @dirrm include/e