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

(-)b/UPDATING (+8 lines)
Lines 5-10 they are unavoidable. Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20210416:
9
  AFFECTS: Users of shells/bash, shells/bash-static with PORTS_READLINE=off
10
  AUTHOR: olce.freebsd@certner.fr
11
12
  Bundled readline now will use LOCALBASE/etc/inputrc as its ultimate default
13
  inputrc file (instead of /etc/inputrc). This puts these ports in line with
14
  what devel/readline has been doing recently (since 20210103).
15
8
20210414:
16
20210414:
9
  AFFECTS: users of graphics/OpenEXR or graphics/ilmbase
17
  AFFECTS: users of graphics/OpenEXR or graphics/ilmbase
10
  AUTHOR: mandree@FreeBSD.org
18
  AUTHOR: mandree@FreeBSD.org
(-)b/shells/bash/Makefile (-2 / +4 lines)
Lines 3-9 Link Here
3
PORTNAME=		bash
3
PORTNAME=		bash
4
PATCHLEVEL=		4
4
PATCHLEVEL=		4
5
PORTVERSION=		5.1.${PATCHLEVEL:S/^0//g}
5
PORTVERSION=		5.1.${PATCHLEVEL:S/^0//g}
6
PORTREVISION?=		1
6
PORTREVISION?=		2
7
CATEGORIES=		shells
7
CATEGORIES=		shells
8
MASTER_SITES=		GNU
8
MASTER_SITES=		GNU
9
DISTNAME=		${PORTNAME}-${PORTVERSION:R}
9
DISTNAME=		${PORTNAME}-${PORTVERSION:R}
Lines 93-98 post-patch: Link Here
93
.endif
93
.endif
94
	@${REINPLACE_CMD} -e "s|\(/etc/profile\)|${LOCALBASE}\1|" \
94
	@${REINPLACE_CMD} -e "s|\(/etc/profile\)|${LOCALBASE}\1|" \
95
		${WRKSRC}/pathnames.h.in
95
		${WRKSRC}/pathnames.h.in
96
	@${REINPLACE_CMD} -e "s|/etc/[iI]nputrc|${LOCALBASE}/etc/inputrc|g" \
97
		${WRKSRC}/doc/*.info ${WRKSRC}/doc/*.html ${WRKSRC}/doc/*.1 \
98
		${WRKSRC}/lib/readline/rlconf.h
96
99
97
post-patch-SYSBASHRC-on:
100
post-patch-SYSBASHRC-on:
98
	@${REINPLACE_CMD} \
101
	@${REINPLACE_CMD} \
99
- 

Return to bug 255126