View | Details | Raw Unified | Return to bug 197818
Collapse All | Expand All

(-)shells/bash/Makefile (-3 / +6 lines)
Lines 56-61 Link Here
56
			--disable-rpath \
56
			--disable-rpath \
57
			--enable-disabled-builtins
57
			--enable-disabled-builtins
58
58
59
.if empty(PKGNAMESUFFIX)
60
CONFLICTS+=		bash-static-[0-9]*
61
.else
62
CONFLICTS+=		bash-[0-9]*
63
.endif
64
59
.include <bsd.port.options.mk>
65
.include <bsd.port.options.mk>
60
66
61
.if ${PORT_OPTIONS:MIMPORTFUNCTIONS}
67
.if ${PORT_OPTIONS:MIMPORTFUNCTIONS}
Lines 66-76 Link Here
66
72
67
.if ${PORT_OPTIONS:MSTATIC} || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:tl} != "no")
73
.if ${PORT_OPTIONS:MSTATIC} || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:tl} != "no")
68
CONFIGURE_ARGS+=	--enable-static-link
74
CONFIGURE_ARGS+=	--enable-static-link
69
PKGNAMESUFFIX=		-static
70
CONFLICTS+=		bash-[0-9]*
71
.else
75
.else
72
CONFIGURE_ARGS+=	--disable-static-link
76
CONFIGURE_ARGS+=	--disable-static-link
73
CONFLICTS+=		bash-static-[0-9]*
74
.endif
77
.endif
75
78
76
post-patch:
79
post-patch:
(-)shells/bash-static/Makefile (+2 lines)
Lines 5-8 Link Here
5
5
6
OPTIONS_SLAVE=	STATIC
6
OPTIONS_SLAVE=	STATIC
7
7
8
PKGNAMESUFFIX=		-static
9
8
.include "${MASTERDIR}/Makefile"
10
.include "${MASTERDIR}/Makefile"

Return to bug 197818