From owner-svn-ports-head@freebsd.org Wed Sep 20 01:33:43 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 4FD97E14D06; Wed, 20 Sep 2017 01:33:43 +0000 (UTC) (envelope-from brooks@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 19D47755F4; Wed, 20 Sep 2017 01:33:43 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8K1XgkZ064325; Wed, 20 Sep 2017 01:33:42 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8K1Xgng064323; Wed, 20 Sep 2017 01:33:42 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201709200133.v8K1Xgng064323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Wed, 20 Sep 2017 01:33:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450183 - in head/devel/llvm50: . files X-SVN-Group: ports-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: in head/devel/llvm50: . files X-SVN-Commit-Revision: 450183 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.23 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: Wed, 20 Sep 2017 01:33:43 -0000 Author: brooks Date: Wed Sep 20 01:33:41 2017 New Revision: 450183 URL: https://svnweb.freebsd.org/changeset/ports/450183 Log: Don't install a wrapper for the not installed pp-trace program. GC an obsolete patch. PR: 222380 Deleted: head/devel/llvm50/files/clang-patch-svn-r280672 Modified: head/devel/llvm50/Makefile head/devel/llvm50/pkg-plist Modified: head/devel/llvm50/Makefile ============================================================================== --- head/devel/llvm50/Makefile Wed Sep 20 01:08:57 2017 (r450182) +++ head/devel/llvm50/Makefile Wed Sep 20 01:33:41 2017 (r450183) @@ -2,7 +2,7 @@ PORTNAME= llvm DISTVERSION= 5.0.0 -PORTREVISON= 1 +PORTREVISON= 2 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} PKGNAMESUFFIX= ${LLVM_SUFFIX} @@ -174,8 +174,7 @@ EXTRAS_COMMANDS+= \ clang-reorder-fields \ clang-tidy \ find-all-symbols \ - modularize \ - pp-trace + modularize EXTRAS_LIBS= libclangApplyReplacements \ libclangChangeNamespace \ libclangIncludeFixer \ Modified: head/devel/llvm50/pkg-plist ============================================================================== --- head/devel/llvm50/pkg-plist Wed Sep 20 01:08:57 2017 (r450182) +++ head/devel/llvm50/pkg-plist Wed Sep 20 01:33:41 2017 (r450183) @@ -64,7 +64,6 @@ bin/sancov%%LLVM_SUFFIX%% %%EXTRAS%%bin/clang-tidy%%LLVM_SUFFIX%% %%EXTRAS%%bin/find-all-symbols%%LLVM_SUFFIX%% %%EXTRAS%%bin/modularize%%LLVM_SUFFIX%% -%%EXTRAS%%bin/pp-trace%%LLVM_SUFFIX%% %%LLD%%bin/lld%%LLVM_SUFFIX%% %%LLD%%bin/lld-link%%LLVM_SUFFIX%% %%LIT%%bin/lit%%LLVM_SUFFIX%%