Index: devel/libe/Makefile =================================================================== --- devel/libe/Makefile (revision 478711) +++ devel/libe/Makefile (working copy) @@ -1,24 +1,28 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ -PORTNAME= libe -PORTVERSION= 0.7.0 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= http://hyperdex.org/src/ +PORTNAME= libe +DISTVERSIONPREFIX= releases/ +PORTVERSION= 0.11.0 +CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= egypcio@googlemail.com COMMENT= High-performance datastructures and utilities for C++ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= amd64 + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpo6.pc:devel/libpo6 GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig + +USES= autoreconf gmake libtool pathfix pkgconfig +USE_GITHUB= yes USE_LDCONFIG= yes -ONLY_FOR_ARCHS= amd64 +GH_ACCOUNT= rescrv +GH_PROJECT= e .include Index: devel/libe/distinfo =================================================================== --- devel/libe/distinfo (revision 478711) +++ devel/libe/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (libe-0.7.0.tar.gz) = 2ae0ad14d9c7576531d38a8ed8034e34933f626556742f7ee74a39cefcbfb7a7 -SIZE (libe-0.7.0.tar.gz) = 401370 +TIMESTAMP = 1535833568 +SHA256 (rescrv-e-releases-0.11.0_GH0.tar.gz) = 6eb66c4bcc3f5597c35470dd8262f60d8999040f256fd6b581a7a763d21e9db3 +SIZE (rescrv-e-releases-0.11.0_GH0.tar.gz) = 68510 Index: devel/libe/files/patch-configure.ac =================================================================== --- devel/libe/files/patch-configure.ac (nonexistent) +++ devel/libe/files/patch-configure.ac (working copy) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2018-09-01 20:42:04 UTC ++++ configure.ac +@@ -13,7 +13,7 @@ AM_INIT_AUTOMAKE(foreign serial_tests su + m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + LT_PREREQ([2.2]) + LT_INIT +-AC_CONFIG_SRCDIR([e/buffer.h]) ++AC_CONFIG_SRCDIR([e]) + AC_CONFIG_HEADERS([config.h]) + AC_CONFIG_MACRO_DIR([m4]) + Property changes on: devel/libe/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/libe/files/patch-garbage_collector.cc =================================================================== --- devel/libe/files/patch-garbage_collector.cc (revision 478711) +++ devel/libe/files/patch-garbage_collector.cc (nonexistent) @@ -1,11 +0,0 @@ ---- garbage_collector.cc.orig 2014-05-03 22:16:07.000000000 +0400 -+++ garbage_collector.cc 2015-02-21 16:58:28.000000000 +0300 -@@ -30,6 +30,8 @@ - // e - #include "e/garbage_collector.h" - -+#include -+ - using e::garbage_collector; - - class garbage_collector::thread_state_node Property changes on: devel/libe/files/patch-garbage_collector.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: devel/libe/pkg-plist =================================================================== --- devel/libe/pkg-plist (revision 478711) +++ devel/libe/pkg-plist (working copy) @@ -1,37 +1,41 @@ include/e/ao_hash_map.h +include/e/arena.h include/e/array_ptr.h include/e/atomic.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/flagfd.h include/e/garbage_collector.h include/e/guard.h include/e/hazard_ptrs.h include/e/intrusive_ptr.h include/e/lockfree_fifo.h include/e/lockfree_hash_map.h include/e/lockfree_hash_set.h +include/e/lockfree_mpsc_fifo.h include/e/locking_fifo.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/safe_math.h +include/e/seqno_collector.h +include/e/serialization.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/varint.h lib/libe.a lib/libe.so -lib/libe.so.1 -lib/libe.so.1.1.0 +lib/libe.so.5 +lib/libe.so.5.0.0 libdata/pkgconfig/libe.pc