From owner-svn-ports-all@freebsd.org Tue Nov 8 14:10:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 119F6C371DE; Tue, 8 Nov 2016 14:10:57 +0000 (UTC) (envelope-from antoine@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 mx1.freebsd.org (Postfix) with ESMTPS id CF6BF99E; Tue, 8 Nov 2016 14:10:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8EAtMu037189; Tue, 8 Nov 2016 14:10:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8EAtKG037188; Tue, 8 Nov 2016 14:10:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611081410.uA8EAtKG037188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 8 Nov 2016 14:10:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425743 - head/shells/dash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2016 14:10:57 -0000 Author: antoine Date: Tue Nov 8 14:10:55 2016 New Revision: 425743 URL: https://svnweb.freebsd.org/changeset/ports/425743 Log: Revert experimental code accidentally committed in r378465 Modified: head/shells/dash/Makefile Modified: head/shells/dash/Makefile ============================================================================== --- head/shells/dash/Makefile Tue Nov 8 13:57:29 2016 (r425742) +++ head/shells/dash/Makefile Tue Nov 8 14:10:55 2016 (r425743) @@ -8,9 +8,6 @@ MASTER_SITES= http://gondor.apana.org.au MAINTAINER= bdrewery@FreeBSD.org COMMENT= POSIX-compliant implementation of /bin/sh -SEPARATE_BUILD= flavored -FLAVORS= static -FLAVOR?= GNU_CONFIGURE= yes # This work in 11-CURRENT r266677M amd64 but fails to work in 11.0-CURRENT r266677 i386 CFLAGS+= -DUNUSABLE_RT_SIGNALS @@ -19,10 +16,6 @@ USES= gmake PLIST_FILES= bin/dash man/man1/dash.1.gz -.if ${FLAVOR:Mstatic} -LDFLAGS+= -static -.endif - post-patch: ${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \ ${WRKSRC}/src/Makefile.in