From owner-svn-ports-head@FreeBSD.ORG Mon Mar 3 07:31:45 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A06AAEB9; Mon, 3 Mar 2014 07:31:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D64338E; Mon, 3 Mar 2014 07:31:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s237Vje8081119; Mon, 3 Mar 2014 07:31:45 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s237Vja7081118; Mon, 3 Mar 2014 07:31:45 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201403030731.s237Vja7081118@svn.freebsd.org> From: Emanuel Haupt Date: Mon, 3 Mar 2014 07:31:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346861 - head/shells/bash-devel X-SVN-Group: ports-head 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.17 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: Mon, 03 Mar 2014 07:31:45 -0000 Author: ehaupt Date: Mon Mar 3 07:31:45 2014 New Revision: 346861 URL: http://svnweb.freebsd.org/changeset/ports/346861 QAT: https://qat.redports.org/buildarchive/r346861/ Log: Be more consistent with spacing/line wrapping. Modified: head/shells/bash-devel/Makefile Modified: head/shells/bash-devel/Makefile ============================================================================== --- head/shells/bash-devel/Makefile Mon Mar 3 07:26:37 2014 (r346860) +++ head/shells/bash-devel/Makefile Mon Mar 3 07:31:45 2014 (r346861) @@ -28,23 +28,24 @@ COLONBREAKSWORDS_DESC= Colons break word HELP_DESC= Enable builtin help USES= bison -OPTIONS_SUB= yes +OPTIONS_SUB= yes -IMPLICITCD_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-implicitcd +IMPLICITCD_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-implicitcd COLONBREAKSWORDS_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-colonbreakswords HELP_CONFIGURE_ENABLE= help-builtin NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext iconv +NLS_USES= gettext iconv INFO= bash MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes -PORTDOCS= FAQ INTRO CHANGES COMPAT NEWS POSIX RBASH README bash.html bashref.html +PORTDOCS= FAQ INTRO CHANGES COMPAT NEWS POSIX RBASH README \ + bash.html bashref.html -CONFIGURE_ARGS+= --without-bash-malloc \ +CONFIGURE_ARGS+= --without-bash-malloc \ --disable-rpath \ --enable-disabled-builtins @@ -75,7 +76,8 @@ post-configure: @${FIND} ${WRKSRC} -name Makefile -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e "s|^DESTDIR *=|& ${DESTDIR}|" .if empty(PORT_OPTIONS:MNLS) - @${REINPLACE_CMD} -e "s|#define HAVE_ICONV 1|#undef HAVE_ICONV|g" ${WRKSRC}/config.h + @${REINPLACE_CMD} -e "s|#define HAVE_ICONV 1|#undef HAVE_ICONV|g" \ + ${WRKSRC}/config.h .endif pre-build: