Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2018 07:08:16 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471342 - head/shells/bash
Message-ID:  <201806020708.w5278Gjk059647@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Jun  2 07:08:16 2018
New Revision: 471342
URL: https://svnweb.freebsd.org/changeset/ports/471342

Log:
  - Update to 4.4.23
  - Pass -Wl,-export-dynamic to LDFLAGS instead of CFLAGS in order to avoid warning:
    cc: warning: -Wl,-export-dynamic: 'linker' input unused [-Wunused-command-line-argument]

Modified:
  head/shells/bash/Makefile
  head/shells/bash/distinfo

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Sat Jun  2 06:05:16 2018	(r471341)
+++ head/shells/bash/Makefile	Sat Jun  2 07:08:16 2018	(r471342)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		bash
-PATCHLEVEL=		19
+PATCHLEVEL=		23
 PORTVERSION=		4.4.${PATCHLEVEL:S/^0//g}
 PORTREVISION?=		0
 CATEGORIES=		shells
@@ -69,7 +69,7 @@ LLD_UNSAFE=		yes
 CONFIGURE_ARGS+=	--disable-static-link
 # Bash symbols must be exported in order to link runtime plugins, i.e.,
 # "enable -f". (Plugins are not supported for bash-static.)
-CFLAGS+=		-Wl,-export-dynamic
+LDFLAGS+=		-Wl,-export-dynamic
 .endif
 STANDARD_PATH=		/sbin:/bin:/usr/sbin:/usr/bin
 CPPFLAGS+=		-DDEFAULT_PATH_VALUE='\"${STANDARD_PATH}:${LOCALBASE}/sbin:${LOCALBASE}/bin\"' \

Modified: head/shells/bash/distinfo
==============================================================================
--- head/shells/bash/distinfo	Sat Jun  2 06:05:16 2018	(r471341)
+++ head/shells/bash/distinfo	Sat Jun  2 07:08:16 2018	(r471342)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1518251119
+TIMESTAMP = 1527921957
 SHA256 (bash/bash-4.4.tar.gz) = d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb
 SIZE (bash/bash-4.4.tar.gz) = 9377313
 SHA256 (bash/bash44-001) = 3e28d91531752df9a8cb167ad07cc542abaf944de9353fe8c6a535c9f1f17f0f
@@ -39,3 +39,11 @@ SHA256 (bash/bash44-018) = 5bc494b42f719a8b0d844b7bd9a
 SIZE (bash/bash44-018) = 1319
 SHA256 (bash/bash44-019) = 27170d6edfe8819835407fdc08b401d2e161b1400fe9d0c5317a51104c89c11e
 SIZE (bash/bash44-019) = 1671
+SHA256 (bash/bash44-020) = 1840e2cbf26ba822913662f74037594ed562361485390c52813b38156c99522c
+SIZE (bash/bash44-020) = 5156
+SHA256 (bash/bash44-021) = bd8f59054a763ec1c64179ad5cb607f558708a317c2bdb22b814e3da456374c1
+SIZE (bash/bash44-021) = 1810
+SHA256 (bash/bash44-022) = 45331f0936e36ab91bfe44b936e33ed8a1b1848fa896e8a1d0f2ef74f297cb79
+SIZE (bash/bash44-022) = 1818
+SHA256 (bash/bash44-023) = 4fec236f3fbd3d0c47b893fdfa9122142a474f6ef66c20ffb6c0f4864dd591b6
+SIZE (bash/bash44-023) = 1557



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806020708.w5278Gjk059647>