svn commit: r396049 - in head: devel devel/lldb37 lang lang/clang37

Brooks Davis brooks at FreeBSD.org
Thu Sep 3 22:09:34 UTC 2015


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 at 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 at 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
 


More information about the svn-ports-all mailing list