View | Details | Raw Unified | Return to bug 234992 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +1 lines)
Lines 8-14 Link Here
8
#PATCHLEVEL=		0
8
#PATCHLEVEL=		0
9
#PORTVERSION=		5.0.${PATCHLEVEL:S/^0//g}
9
#PORTVERSION=		5.0.${PATCHLEVEL:S/^0//g}
10
PORTVERSION=		5.0
10
PORTVERSION=		5.0
11
PORTREVISION?=		1
11
PORTREVISION?=		2
12
CATEGORIES=		shells
12
CATEGORIES=		shells
13
MASTER_SITES=		GNU
13
MASTER_SITES=		GNU
14
#DISTNAME=		${PORTNAME}-${PORTVERSION:R}
14
#DISTNAME=		${PORTNAME}-${PORTVERSION:R}
Lines 87-96 Link Here
87
	    -e "s|/\*.*#define SYSLOG_SHOPT .*\*/|#define SYSLOG_SHOPT 1|g" \
87
	    -e "s|/\*.*#define SYSLOG_SHOPT .*\*/|#define SYSLOG_SHOPT 1|g" \
88
	    ${WRKSRC}/config-top.h
88
	    ${WRKSRC}/config-top.h
89
.endif
89
.endif
90
.for f in bash bashbug
91
	@mandoc -T man ${WRKSRC}/doc/${f}.1 > ${WRKSRC}/doc/${f}.1.mandoc
92
	@${MV} ${WRKSRC}/doc/${f}.1.mandoc ${WRKSRC}/doc/${f}.1
93
.endfor
94
90
95
post-patch-SYSBASHRC-on:
91
post-patch-SYSBASHRC-on:
96
	@${REINPLACE_CMD} \
92
	@${REINPLACE_CMD} \
(-)files/patch-doc_bash.1 (-3 / +15 lines)
Lines 1-6 Link Here
1
--- doc/bash.1.orig	2016-09-29 22:30:30 UTC
1
--- doc/bash.1.orig	2019-01-02 14:14:30 UTC
2
+++ doc/bash.1
2
+++ doc/bash.1
3
@@ -2364,7 +2364,7 @@ The value of this parameter is expanded 
3
@@ -31,9 +31,9 @@
4
 .\" .ll \\n(LLu
5
 .\" .in \\n()Ru+\\n(INu+\\n()Iu
6
 .\" .ti \\n(INu
7
-.\" .ie !\\n()Iu+\\n()Ru-\w\\*(]Xu-3p \{\\*(]X
8
+.\" .ie !\\n()Iu+\\n()Ru-\w\\*(]Xu-3p \{\\*(]X
9
 .\" .br\}
10
-.\" .el \\*(]X\h|\\n()Iu+\\n()Ru\c
11
+.\" .el \\*(]X\h|\\n()Iu+\\n()Ru\c
12
 .\" .}f
13
 .\" ..
14
 .\"
15
@@ -2444,7 +2444,7 @@ The value of this parameter is expanded (see
4
 .SM
16
 .SM
5
 .B PROMPTING
17
 .B PROMPTING
6
 below) and used as the primary prompt string.  The default value is
18
 below) and used as the primary prompt string.  The default value is
Lines 9-15 Link Here
9
 .TP
21
 .TP
10
 .B PS2
22
 .B PS2
11
 The value of this parameter is expanded as with
23
 The value of this parameter is expanded as with
12
@@ -10556,7 +10556,7 @@ http://tiswww.case.edu/~chet/bash/POSIX 
24
@@ -10880,7 +10880,7 @@ http://tiswww.case.edu/~chet/bash/POSIX -- a descripti
13
 .SH FILES
25
 .SH FILES
14
 .PD 0
26
 .PD 0
15
 .TP
27
 .TP

Return to bug 234992