[82163] trunk/dports/lang/llvm-devel/Portfile

vince at macports.org vince at macports.org
Tue Aug 9 08:56:32 PDT 2011


Revision: 82163
          http://trac.macports.org/changeset/82163
Author:   vince at macports.org
Date:     2011-08-09 08:56:31 -0700 (Tue, 09 Aug 2011)
Log Message:
-----------
Revival of the port to enable dragonegg compilation

Modified Paths:
--------------
    trunk/dports/lang/llvm-devel/Portfile

Modified: trunk/dports/lang/llvm-devel/Portfile
===================================================================
--- trunk/dports/lang/llvm-devel/Portfile	2011-08-09 09:31:36 UTC (rev 82162)
+++ trunk/dports/lang/llvm-devel/Portfile	2011-08-09 15:56:31 UTC (rev 82163)
@@ -1,26 +1,36 @@
-# $Id$
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
-PortSystem 1.0
+PortSystem			1.0
 
-name                    llvm-devel
-epoch                   1
-version                 2.9
-categories              lang
-platforms               darwin
-maintainers             erickt
-description             llvm is a next generation compiler infrastructure
-long_description        llvm brings tools to work on the llvm intermediate \
-                        language incl. a C and C++ frontend.
+name				llvm-devel
+version				svn
+categories			lang
+platforms			darwin
+maintainers			openmaintener
+license				BSD
 
-replaced_by             llvm
+description			This is the LLVM svn version.
+long_description	LLVM is the next generation compiler meant to replace \
+					GCC by providing a much cleaner and interoperable \
+					infrastructure.
 
-homepage                http://llvm.org/
+homepage			http://www.llvm.org/
 
-distfiles
+depends_build		port:gzip port:bzip2
 
-pre-configure {
-    ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead."
-    return -code error "obsolete port"
+fetch.type			svn
+svn.url				http://llvm.org/svn/llvm-project/llvm/trunk
+
+worksrcdir			trunk
+
+configure.args		--enable-optimized \
+					--enable-targets=x86,powerpc
+
+variant jit			description {enable jit compilation} {
+	configure.args-append	--enable-jit
 }
 
-livecheck.type          none
+variant debug		description {generates debug build} {
+	configure.args-delete	--enable-optimized
+	configure.args-append	--disable-optimized
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110809/a4de9349/attachment.html>


More information about the macports-changes mailing list