Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145724935
D49191.id151714.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
D49191.id151714.diff
View Options
diff --git a/shells/bash-static/Makefile b/shells/bash-static/Makefile
--- a/shells/bash-static/Makefile
+++ b/shells/bash-static/Makefile
@@ -1,6 +1,7 @@
MASTERDIR= ${.CURDIR}/../../shells/bash
OPTIONS_SLAVE= STATIC
+OPTIONS_EXCLUDE=PORTS_READLINE NLS
PKGNAMESUFFIX= -static
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -1,6 +1,7 @@
PORTNAME= bash
PATCHLEVEL= 37
PORTVERSION= 5.2.${PATCHLEVEL:S/^0//g}
+PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= GNU
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
@@ -36,6 +37,7 @@
OPTIONS_DEFINE= FDESCFS PORTS_READLINE HELP NLS STATIC SYSBASHRC \
SYSLOG DOCS
OPTIONS_DEFAULT= HELP PORTS_READLINE
+
OPTIONS_SUB= yes
FDESCFS_DESC= Enable use of /dev/fd
@@ -54,6 +56,9 @@
PORTS_READLINE_USES= readline
PORTS_READLINE_CONFIGURE_WITH= installed-readline
+STATIC_PREVENTS= PORTS_READLINE NLS
+STATIC_PREVENTS_MSG= "STATIC and PORTS_READLINE/NLS options are mutually exclusive"
+
.if empty(PKGNAMESUFFIX)
CONFLICTS+= bash-static bash52-static
.else
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 24, 3:01 PM (11 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28975276
Default Alt Text
D49191.id151714.diff (1 KB)
Attached To
Mode
D49191: shells/bash-static: Exclude PORTS_READLINE and NLS options with STATIC
Attached
Detach File
Event Timeline
Log In to Comment