mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Upgrade to 0.7.0
- Update license
This commit is contained in:
parent
24ae2fab58
commit
b3c2dca7cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361009
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user