Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145745773
D49191.id151751.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
886 B
Referenced Files
None
Subscribers
None
D49191.id151751.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}
@@ -54,6 +55,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, 9:42 PM (18 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28975882
Default Alt Text
D49191.id151751.diff (886 B)
Attached To
Mode
D49191: shells/bash-static: Exclude PORTS_READLINE and NLS options with STATIC
Attached
Detach File
Event Timeline
Log In to Comment