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

(-)shells/bash/Makefile (-1 / +4 lines)
Lines 9-15 Link Here
9
PORTNAME=		bash
9
PORTNAME=		bash
10
PATCHLEVEL=		9
10
PATCHLEVEL=		9
11
PORTVERSION=		4.1.${PATCHLEVEL:S/^0//g}
11
PORTVERSION=		4.1.${PATCHLEVEL:S/^0//g}
12
PORTREVISION?=		0
12
PORTREVISION?=		1
13
CATEGORIES=		shells
13
CATEGORIES=		shells
14
MASTER_SITES=		${MASTER_SITE_GNU:S/$/:bash/} \
14
MASTER_SITES=		${MASTER_SITE_GNU:S/$/:bash/} \
15
			ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq
15
			ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq
Lines 107-112 Link Here
107
.if defined(WITHOUT_NLS)
107
.if defined(WITHOUT_NLS)
108
	@${REINPLACE_CMD} -e "s|@LIBICONV@||g" ${WRKSRC}/Makefile.in
108
	@${REINPLACE_CMD} -e "s|@LIBICONV@||g" ${WRKSRC}/Makefile.in
109
.endif
109
.endif
110
.if defined(WITH_SYSLOG)
111
	@${REINPLACE_CMD} -e "s|/\* #define SYSLOG_HISTORY \*/|#define SYSLOG_HISTORY|g" ${WRKSRC}/config-top.h
112
.endif
110
113
111
post-configure:
114
post-configure:
112
	@${FIND} ${WRKSRC} -name Makefile -print0 | ${XARGS} -0 \
115
	@${FIND} ${WRKSRC} -name Makefile -print0 | ${XARGS} -0 \
(-)shells/bash/options (-1 / +2 lines)
Lines 3-6 Link Here
3
		HELP "Install the help files" on \
3
		HELP "Install the help files" on \
4
		INST_READL "Use readline from base, otherwise bash's" on \
4
		INST_READL "Use readline from base, otherwise bash's" on \
5
		NLS "National Language Support" on \
5
		NLS "National Language Support" on \
6
		STATIC_BASH "Compile without shared libs" off
6
		STATIC_BASH "Compile without shared libs" off \
7
		SYSLOG	"Compile with syslog support" off

Return to bug 155780