View | Details | Raw Unified | Return to bug 231102
Collapse All | Expand All

(-)devel/libe/Makefile (-8 / +12 lines)
Lines 1-24 Link Here
1
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
1
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libe
4
PORTNAME=		libe
5
PORTVERSION=	0.7.0
5
DISTVERSIONPREFIX=	releases/
6
PORTREVISION=	1
6
PORTVERSION=		0.11.0
7
CATEGORIES=	devel
7
CATEGORIES=		devel
8
MASTER_SITES=	http://hyperdex.org/src/
9
8
10
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	egypcio@googlemail.com
11
COMMENT=	High-performance datastructures and utilities for C++
10
COMMENT=	High-performance datastructures and utilities for C++
12
11
13
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
15
14
15
ONLY_FOR_ARCHS=	amd64
16
16
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/libpo6.pc:devel/libpo6
17
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/libpo6.pc:devel/libpo6
17
18
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
USES=		gmake libtool pathfix pkgconfig
20
21
USES=		autoreconf gmake libtool pathfix pkgconfig
22
USE_GITHUB=	yes
20
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
21
24
22
ONLY_FOR_ARCHS=	amd64
25
GH_ACCOUNT=	rescrv
26
GH_PROJECT=	e
23
27
24
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)devel/libe/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (libe-0.7.0.tar.gz) = 2ae0ad14d9c7576531d38a8ed8034e34933f626556742f7ee74a39cefcbfb7a7
1
TIMESTAMP = 1535833568
2
SIZE (libe-0.7.0.tar.gz) = 401370
2
SHA256 (rescrv-e-releases-0.11.0_GH0.tar.gz) = 6eb66c4bcc3f5597c35470dd8262f60d8999040f256fd6b581a7a763d21e9db3
3
SIZE (rescrv-e-releases-0.11.0_GH0.tar.gz) = 68510
(-)devel/libe/files/patch-configure.ac (+11 lines)
Line 0 Link Here
1
--- configure.ac.orig	2018-09-01 20:42:04 UTC
2
+++ configure.ac
3
@@ -13,7 +13,7 @@ AM_INIT_AUTOMAKE(foreign serial_tests su
4
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
5
 LT_PREREQ([2.2])
6
 LT_INIT
7
-AC_CONFIG_SRCDIR([e/buffer.h])
8
+AC_CONFIG_SRCDIR([e])
9
 AC_CONFIG_HEADERS([config.h])
10
 AC_CONFIG_MACRO_DIR([m4])
11
 
(-)devel/libe/files/patch-garbage_collector.cc (-11 lines)
Lines 1-11 Link Here
1
--- garbage_collector.cc.orig	2014-05-03 22:16:07.000000000 +0400
2
+++ garbage_collector.cc	2015-02-21 16:58:28.000000000 +0300
3
@@ -30,6 +30,8 @@
4
 // e
5
 #include "e/garbage_collector.h"
6
 
7
+#include <algorithm>
8
+
9
 using e::garbage_collector;
10
 
11
 class garbage_collector::thread_state_node
(-)devel/libe/pkg-plist (-3 / +7 lines)
Lines 1-37 Link Here
1
include/e/ao_hash_map.h
1
include/e/ao_hash_map.h
2
include/e/arena.h
2
include/e/array_ptr.h
3
include/e/array_ptr.h
3
include/e/atomic.h
4
include/e/atomic.h
4
include/e/bitsteal.h
5
include/e/bitsteal.h
5
include/e/buffer.h
6
include/e/buffer.h
6
include/e/compat.h
7
include/e/compat.h
7
include/e/convert.h
8
include/e/convert.h
8
include/e/endian.h
9
include/e/endian.h
9
include/e/envconfig.h
10
include/e/envconfig.h
10
include/e/error.h
11
include/e/error.h
12
include/e/flagfd.h
11
include/e/garbage_collector.h
13
include/e/garbage_collector.h
12
include/e/guard.h
14
include/e/guard.h
13
include/e/hazard_ptrs.h
15
include/e/hazard_ptrs.h
14
include/e/intrusive_ptr.h
16
include/e/intrusive_ptr.h
15
include/e/lockfree_fifo.h
17
include/e/lockfree_fifo.h
16
include/e/lockfree_hash_map.h
18
include/e/lockfree_hash_map.h
17
include/e/lockfree_hash_set.h
19
include/e/lockfree_hash_set.h
20
include/e/lockfree_mpsc_fifo.h
18
include/e/locking_fifo.h
21
include/e/locking_fifo.h
19
include/e/lookup3.h
22
include/e/lookup3.h
20
include/e/nonblocking_bounded_fifo.h
23
include/e/nonblocking_bounded_fifo.h
21
include/e/nwf_hash_map.h
24
include/e/nwf_hash_map.h
22
include/e/popt.h
25
include/e/popt.h
23
include/e/pow2.h
26
include/e/pow2.h
24
include/e/safe_math.h
27
include/e/safe_math.h
28
include/e/seqno_collector.h
29
include/e/serialization.h
25
include/e/slice.h
30
include/e/slice.h
26
include/e/strescape.h
31
include/e/strescape.h
27
include/e/striped_lock.h
32
include/e/striped_lock.h
28
include/e/subcommand.h
33
include/e/subcommand.h
29
include/e/time.h
34
include/e/time.h
30
include/e/tuple_compare.h
35
include/e/tuple_compare.h
31
include/e/unpacker.h
32
include/e/varint.h
36
include/e/varint.h
33
lib/libe.a
37
lib/libe.a
34
lib/libe.so
38
lib/libe.so
35
lib/libe.so.1
39
lib/libe.so.5
36
lib/libe.so.1.1.0
40
lib/libe.so.5.0.0
37
libdata/pkgconfig/libe.pc
41
libdata/pkgconfig/libe.pc

Return to bug 231102