Date: Mon, 1 Dec 2008 19:11:16 GMT From: Christoph Mallon <christoph.mallon@gmx.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/129342: [maintainer update] devel/libfirm 1.15.0 Message-ID: <200812011911.mB1JBG1i094516@www.freebsd.org> Resent-Message-ID: <200812011920.mB1JK09P028640@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129342 >Category: ports >Synopsis: [maintainer update] devel/libfirm 1.15.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Dec 01 19:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Christoph Mallon >Release: >Organization: >Environment: >Description: Please commit this update for the new version of libFIRM. Changes: * bufixes >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/libfirm/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 23 Nov 2008 22:56:50 -0000 1.1 +++ Makefile 1 Dec 2008 18:59:27 -0000 @@ -6,9 +6,10 @@ # PORTNAME= libfirm -PORTVERSION= 1.14.0 +PORTVERSION= 1.15.0 CATEGORIES= devel lang -MASTER_SITES= http://www.info.uni-karlsruhe.de/software/libfirm/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= christoph.mallon@gmx.de COMMENT= A graph-based SSA intermediate representation library for compilers Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/libfirm/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 23 Nov 2008 22:56:50 -0000 1.1 +++ distinfo 1 Dec 2008 18:59:27 -0000 @@ -1,3 +1,3 @@ -MD5 (libfirm-1.14.0.tar.bz2) = 5c2b952adc651fee7f09601dfa241402 -SHA256 (libfirm-1.14.0.tar.bz2) = c9d14c28213fb4d6bda5fec564771f25d22db40bb535826f0e0fef7bc7985520 -SIZE (libfirm-1.14.0.tar.bz2) = 1520407 +MD5 (libfirm-1.15.0.tar.bz2) = 3c78a2e750f86af7e9b1cb82fd69bec4 +SHA256 (libfirm-1.15.0.tar.bz2) = 4dda0810cd7d2534932a413c6af31890269ecad2a2b1a55f17e51c6709891a88 +SIZE (libfirm-1.15.0.tar.bz2) = 1527744 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/libfirm/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 23 Nov 2008 22:56:50 -0000 1.1 +++ pkg-descr 1 Dec 2008 18:59:27 -0000 @@ -1,7 +1,7 @@ libFIRM provides a graph-based intermediate representation (IR), which operates exclusively in SSA-form, starting at IR construction until assembler code -emission. It offers many analyses and optimizations, provides extensive debug -support and includes a backend framework. +emission. It offers many analyses and optimizations, provides extensive +debugging support and includes a backend framework. * analyses: dominance, loop tree, execution frequency, control dependencies, call graph, rapid type, def-use, alias analysis, class hierarchy analysis @@ -18,7 +18,7 @@ * novel SSA based register allocator * several SSA copy coalescing and spilling algorithms * algorithms for instruction and basic block scheduling -* working ia32 backend, unfinished backends for MIPS, ARM, PPC32 -* handwritten recursive descent C89/C99 frontend available (lang/cparser) +* working ia32 backend, unfinished backends for ARM, MIPS, PPC32 +* handwritten recursive descent C90/C99 frontend available (lang/cparser) WWW: http://libfirm.org/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/libfirm/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 23 Nov 2008 22:56:50 -0000 1.1 +++ pkg-plist 1 Dec 2008 18:59:27 -0000 @@ -28,7 +28,6 @@ include/libfirm/adt/util.h include/libfirm/adt/xmalloc.h include/libfirm/analyze_irg_args.h -include/libfirm/archop.h include/libfirm/be.h include/libfirm/callgraph.h include/libfirm/cdep.h >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812011911.mB1JBG1i094516>