Skip to content

Commit

Permalink
devel/caf: Merge into devel/actor-framework and remove
Browse files Browse the repository at this point in the history
Reported by:	vanilla@fatpipi.com; fluffy@
  • Loading branch information
yurivict committed Jan 8, 2023
1 parent d726e22 commit f8cdacd
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 620 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -17747,3 +17747,4 @@ textproc/elasticsearch6||2023-01-01|Has expired: No longer maintained and suppor
japanese/ja-tex-xdvik|print/tex-xdvik|2023-01-02|pTeX support has been integrated
math/cvc4|math/cvc5|2023-01-03|CVC4 was succeeded by CVC5
math/cvc3|math/cvc5|2023-01-04|CVC3 was succeeded by CVC4 and CVC5
devel/caf|devel/actor-framework|2023-01-08|Merge duplicates into devel/actor-framework that is a full software name
1 change: 0 additions & 1 deletion devel/Makefile
Expand Up @@ -315,7 +315,6 @@
SUBDIR += byaccj
SUBDIR += c2mdoc
SUBDIR += c4core
SUBDIR += caf
SUBDIR += calibrator
SUBDIR += caliper
SUBDIR += capnproto
Expand Down
20 changes: 20 additions & 0 deletions devel/actor-framework/Makefile
@@ -1,5 +1,6 @@
PORTNAME= actor-framework
DISTVERSION= 0.19.0-rc.1
PORTREVISION= 1
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -17,4 +18,23 @@ USE_GITHUB= yes
CMAKE_OFF= CAF_ENABLE_TESTING
CMAKE_TESTING_ON= CAF_ENABLE_TESTING

OPTIONS_DEFINE= DEBUG
OPTIONS_RADIO= LOG_LEVEL
OPTIONS_RADIO_LOG_LEVEL= LOG_LEVEL_ERROR LOG_LEVEL_WARN LOG_LEVEL_INFO LOG_LEVEL_DEBUG LOG_LEVEL_TRACE

DEBUG_DESC= Build with extra runtime assertions
DEBUG_CMAKE_BOOL= CAF_ENABLE_RUNTIME_CHECKS

LOG_LEVEL_DEBUG_DESC= Use log level DEBUG for console output
LOG_LEVEL_ERROR_DESC= Use log level ERROR for console output
LOG_LEVEL_INFO_DESC= Use log level INFO for console output
LOG_LEVEL_TRACE_DESC= Use log level TRACE for console output
LOG_LEVEL_WARN_DESC= Use log level WARN for console output

LOG_LEVEL_ERROR_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=ERROR
LOG_LEVEL_WARN_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=WARN
LOG_LEVEL_INFO_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=INFO
LOG_LEVEL_DEBUG_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=DEBUG
LOG_LEVEL_TRACE_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=TRACE

.include <bsd.port.mk>
52 changes: 0 additions & 52 deletions devel/caf/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions devel/caf/distinfo

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions devel/caf/files/patch-libcaf__io_src_io_network_native__socket.cpp

This file was deleted.

14 changes: 0 additions & 14 deletions devel/caf/pkg-descr

This file was deleted.

0 comments on commit f8cdacd

Please sign in to comment.