Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161025382
D13393.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D13393.diff
View Options
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 30, 10:53 PM (7 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34528379
Default Alt Text
D13393.diff (1 KB)
Attached To
Mode
D13393: Make devel/kore-notls a flavor of devel/kore and remove it
Attached
Detach File
Event Timeline
Log In to Comment