From owner-svn-ports-head@freebsd.org Thu Nov 23 08:14:52 2017 Return-Path: Delivered-To: svn-ports-head@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 24D6CDE39C9; Thu, 23 Nov 2017 08:14:52 +0000 (UTC) (envelope-from gerald@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 E35722033; Thu, 23 Nov 2017 08:14:51 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAN8EoSY081265; Thu, 23 Nov 2017 08:14:50 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAN8EoUj081264; Thu, 23 Nov 2017 08:14:50 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201711230814.vAN8EoUj081264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 23 Nov 2017 08:14:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454744 - head/lang/gcc5 X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc5 X-SVN-Commit-Revision: 454744 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.25 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: Thu, 23 Nov 2017 08:14:52 -0000 Author: gerald Date: Thu Nov 23 08:14:50 2017 New Revision: 454744 URL: https://svnweb.freebsd.org/changeset/ports/454744 Log: Remove second instance of install-strip patch that was applied twice. No functional change. Pointy hat to: self Modified: head/lang/gcc5/Makefile Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Thu Nov 23 07:54:09 2017 (r454743) +++ head/lang/gcc5/Makefile Thu Nov 23 08:14:50 2017 (r454744) @@ -84,10 +84,6 @@ INSTALL_TARGET= install-strip .if ${UID} != 0 BINMODE= 755 .endif -INSTALL_TARGET= install-strip -.if ${UID} != 0 -BINMODE= 755 -.endif CONFIGURE_ARGS+=--disable-nls \ --disable-libgcj \ --enable-gnu-indirect-function \