Index: head/MOVED =================================================================== --- head/MOVED +++ head/MOVED @@ -9808,3 +9808,4 @@ lang/gcc46|lang/gcc6|2017-12-01|Has expired: Unsupported by upstream. Use GCC 6 or newer instead. security/krb5-113|security/krb5-114|2017-12-03|Has expired: EOL twelve months after release of krb5-1.15 net/bird6|net/bird@ipv6|2017-12-06|Moved to a flavored version +devel/kore-notls|devel/kore@notls|2017-12-06|Moved to a flavored version Index: head/devel/Makefile =================================================================== --- head/devel/Makefile +++ head/devel/Makefile @@ -1291,7 +1291,6 @@ SUBDIR += kickassembler SUBDIR += kimwitu SUBDIR += kore - SUBDIR += kore-notls SUBDIR += ksql SUBDIR += kyra SUBDIR += kyua Index: head/devel/kore-notls/Makefile =================================================================== --- head/devel/kore-notls/Makefile +++ head/devel/kore-notls/Makefile @@ -1,8 +0,0 @@ -# $FreeBSD$ - -PKGNAMESUFFIX= -notls -MASTERDIR= ${.CURDIR}/../kore -EXAMPLESDIR= ${PREFIX}/share/examples/${KORE_BIN} -OPTIONS_EXCLUDE= TLS - -.include "${MASTERDIR}/Makefile" Index: head/devel/kore/Makefile =================================================================== --- head/devel/kore/Makefile +++ head/devel/kore/Makefile @@ -15,6 +15,9 @@ BROKEN_powerpc64= fails to compile: cc1: error: -Werror=c11-extensions: No option -Wc11-extensions +FLAVORS= default notls +notls_PKGNAMESUFFIX= -notls + USES= compiler gmake USE_GITHUB= yes @@ -24,10 +27,14 @@ CFLAGS_clang= -Wno-error=c11-extensions # 12.0 + -pedantic KORE_BIN= kore${PKGNAMESUFFIX} +EXAMPLESDIR= ${PREFIX}/share/examples/${KORE_BIN} PLIST_SUB= KORE_BIN="${KORE_BIN}" OPTIONS_DEFINE= DEBUG EXAMPLES HTTP JSONRPC PGSQL TASKS TLS OPTIONS_DEFAULT= HTTP JSONRPC PGSQL TASKS TLS +.if ${FLAVOR:U} == notls +OPTIONS_EXCLUDE= TLS +.endif OPTIONS_SUB= yes HTTP_DESC= Build with HTTP support