From owner-svn-ports-all@freebsd.org Thu Sep 3 22:09:33 2015 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 CD7C99CA93D; Thu, 3 Sep 2015 22:09:33 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 BDF571CEA; Thu, 3 Sep 2015 22:09:33 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t83M9XFP081711; Thu, 3 Sep 2015 22:09:33 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t83M9W7f081706; Thu, 3 Sep 2015 22:09:32 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201509032209.t83M9W7f081706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Thu, 3 Sep 2015 22:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396049 - in head: devel devel/lldb37 lang lang/clang37 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.20 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: Thu, 03 Sep 2015 22:09:34 -0000 Author: brooks Date: Thu Sep 3 22:09:31 2015 New Revision: 396049 URL: https://svnweb.freebsd.org/changeset/ports/396049 Log: Add clang37 and lldb37 metaports to make it easier to find the clang and lldb installed by devel/llvm37. No port should depend on these ports. Added: head/devel/lldb37/ - copied from r396043, head/lang/clang-devel/ head/lang/clang37/ - copied from r396027, head/lang/clang-devel/ Modified: head/devel/Makefile head/devel/lldb37/Makefile head/devel/lldb37/pkg-descr head/lang/Makefile head/lang/clang37/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Sep 3 22:00:03 2015 (r396048) +++ head/devel/Makefile Thu Sep 3 22:09:31 2015 (r396049) @@ -1358,6 +1358,7 @@ SUBDIR += linux_kdump SUBDIR += linux_libusb SUBDIR += lion + SUBDIR += lldb37 SUBDIR += llnextgen SUBDIR += llvm-cheri SUBDIR += llvm-devel Modified: head/devel/lldb37/Makefile ============================================================================== --- head/lang/clang-devel/Makefile Thu Sep 3 20:40:14 2015 (r396043) +++ head/devel/lldb37/Makefile Thu Sep 3 22:09:31 2015 (r396049) @@ -1,17 +1,17 @@ # Created by: Brooks Davis # $FreeBSD$ -PORTNAME= clang -PORTVERSION= 3.8.d20150720 -CATEGORIES= lang devel -PKGNAMESUFFIX= -devel +PORTNAME= lldb +PORTVERSION= 3.7 +CATEGORIES= devel +PKGNAMESUFFIX= ${LLVM_SUFFIX} MAINTAINER= brooks@FreeBSD.org -COMMENT= C, Objective-C, and C++ compiler (use devel/llvm${LLVM_SUFFIX}) +COMMENT= LLVM Debugger (use devel/llvm${LLVM_SUFFIX}) -RUN_DEPENDS+= clang${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm-devel +RUN_DEPENDS+= lldb${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm-devel -LLVM_SUFFIX= -devel +LLVM_SUFFIX= 37 USES= metaport Modified: head/devel/lldb37/pkg-descr ============================================================================== --- head/lang/clang-devel/pkg-descr Thu Sep 3 20:40:14 2015 (r396043) +++ head/devel/lldb37/pkg-descr Thu Sep 3 22:09:31 2015 (r396049) @@ -1,7 +1,9 @@ -The goal of the Clang project is to create a new C, C++, Objective C and -Objective C++ front-end for the LLVM compiler. +LLDB is a next generation, high-performance debugger. It is built as a +set of reusable components which highly leverage existing libraries in +the larger LLVM Project, such as the Clang expression parser and LLVM +disassembler. This is a meta port. The Clang compiler is installed by the devel/llvm-devel port. -WWW: http://clang.llvm.org/ +WWW: http://lldb.llvm.org/ Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Thu Sep 3 22:00:03 2015 (r396048) +++ head/lang/Makefile Thu Sep 3 22:09:31 2015 (r396049) @@ -38,6 +38,7 @@ SUBDIR += clang34 SUBDIR += clang35 SUBDIR += clang36 + SUBDIR += clang37 SUBDIR += clojure SUBDIR += clojure-mode.el SUBDIR += cloudabi-clang Modified: head/lang/clang37/Makefile ============================================================================== --- head/lang/clang-devel/Makefile Thu Sep 3 18:38:18 2015 (r396027) +++ head/lang/clang37/Makefile Thu Sep 3 22:09:31 2015 (r396049) @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= clang -PORTVERSION= 3.8.d20150720 +PORTVERSION= 3.7 CATEGORIES= lang devel -PKGNAMESUFFIX= -devel +PKGNAMESUFFIX= ${LLVM_SUFFIX} MAINTAINER= brooks@FreeBSD.org COMMENT= C, Objective-C, and C++ compiler (use devel/llvm${LLVM_SUFFIX}) RUN_DEPENDS+= clang${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm-devel -LLVM_SUFFIX= -devel +LLVM_SUFFIX= 37 USES= metaport