From owner-svn-ports-head@freebsd.org Sat Jun 2 07:08:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69F21FC941F; Sat, 2 Jun 2018 07:08:17 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17BDF70F5B; Sat, 2 Jun 2018 07:08:17 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E159A482F; Sat, 2 Jun 2018 07:08:16 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5278GMU059649; Sat, 2 Jun 2018 07:08:16 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5278Gjk059647; Sat, 2 Jun 2018 07:08:16 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201806020708.w5278Gjk059647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 2 Jun 2018 07:08:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471342 - head/shells/bash X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/shells/bash X-SVN-Commit-Revision: 471342 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2018 07:08:17 -0000 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