svn commit: r417697 - head/shells/bash
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Jun 28 07:28:03 UTC 2016
Author: ehaupt
Date: Tue Jun 28 07:28:01 2016
New Revision: 417697
URL: https://svnweb.freebsd.org/changeset/ports/417697
Log:
[1] Make USES=iconv permanent, instead of being only for NLS=on case.
The reason is that NLS is related to message translations to different
languages.
And bash has the general feature that \uNNNN is translated into the unicode
character using iconv. This is unicode support, and should have nothing to
do with translations.
bash also currently has a bug that --disable-nls causes it to fail to find
iconv. This bug has been reported upstream to bash-devel ML. In the future,
when bash will fix this, this will make a difference.
Note that this uses iconv from libc.
[2] Update to 4.3.46
PR: 206903 [1], 210620 [2]
Submitted by: yuri at rawbw.com [1], pkubaj at anongoth.pl [2]
Discussed with: adamw
Modified:
head/shells/bash/Makefile
head/shells/bash/distinfo
Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile Tue Jun 28 06:24:07 2016 (r417696)
+++ head/shells/bash/Makefile Tue Jun 28 07:28:01 2016 (r417697)
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= bash
-PATCHLEVEL= 42
+PATCHLEVEL= 46
PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g}
-PORTREVISION?= 1
+PORTREVISION?= 0
CATEGORIES= shells
MASTER_SITES= GNU/${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
@@ -30,7 +30,7 @@ COLONBREAKSWORDS_DESC= Colons break word
HELP_DESC= Enable builtin help
IMPORTFUNCTIONS_DESC= Import function from env without --import-functions
-USES= bison cpe makeinfo
+USES= bison cpe iconv makeinfo
OPTIONS_SUB= yes
CPE_VENDOR= gnu
@@ -41,7 +41,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extrapatch
HELP_CONFIGURE_ENABLE= help-builtin
NLS_CONFIGURE_ENABLE= nls
-NLS_USES= gettext iconv
+NLS_USES= gettext
INFO= bash
Modified: head/shells/bash/distinfo
==============================================================================
--- head/shells/bash/distinfo Tue Jun 28 06:24:07 2016 (r417696)
+++ head/shells/bash/distinfo Tue Jun 28 07:28:01 2016 (r417697)
@@ -1,3 +1,4 @@
+TIMESTAMP = 1467096568
SHA256 (bash/bash-4.3.tar.gz) = afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4
SIZE (bash/bash-4.3.tar.gz) = 7955839
SHA256 (bash/bash43-001) = ecb3dff2648667513e31554b3ad054ccd89fce38e33367c9459ac3a285153742
@@ -84,3 +85,11 @@ SHA256 (bash/bash43-041) = 4ec432966e419
SIZE (bash/bash43-041) = 2362
SHA256 (bash/bash43-042) = ac219322db2791da87a496ee6e8e5544846494bdaaea2626270c2f73c1044919
SIZE (bash/bash43-042) = 1535
+SHA256 (bash/bash43-043) = 47a8a3c005b46e25821f4d8f5ccb04c1d653b1c829cb40568d553dc44f7a6180
+SIZE (bash/bash43-043) = 1942
+SHA256 (bash/bash43-044) = 9338820630bf67373b44d8ea68409f65162ea7a47b9b29ace06a0aed12567f99
+SIZE (bash/bash43-044) = 1658
+SHA256 (bash/bash43-045) = ba6ec3978e9eaa1eb3fabdaf3cc6fdf8c4606ac1c599faaeb4e2d69864150023
+SIZE (bash/bash43-045) = 1312
+SHA256 (bash/bash43-046) = b3b456a6b690cd293353f17e22d92a202b3c8bce587ae5f2667c20c9ab6f688f
+SIZE (bash/bash43-046) = 1494
More information about the svn-ports-all
mailing list