notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
libfirm Graph-based SSA intermediate representation library for compilers
1.21.0_2 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.21.0_2Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-11-23 22:57:33
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
Also Listed In: lang
License: GPLv2 LGPL21
WWW:
https://sourceforge.net/projects/libfirm/
Description:
The Firm library implements the Firm intermediate representation (IR). libFirm contains algorithms for construction of the SSA form directly from the attributed syntax tree. A set of analyses and optimisation phases is provided. This version includes a complete backend for the IA32 architecture, as well as some unfinished backends for SPARC, ARM * support for object oriented type hierarchies * analyses: dominance, loop tree, execution frequency, control dependencies, call graph, rapid type, def-use, alias analysis, class hierarchy analysis * Optimisations: constant folding, local common subexpression elimination, global common subexpression elimination, code placement, operator strength reduction, scalar replacement, load/store, control flow optimisations, if-conversion, partial condition evaluation, reassociation, tail recursion elimination, inlining, procedure cloning, dead code elimination, ... * enhanced debugging support: extensive checkers, breakpoints on node creation, entity creation, graph dumping * lowering of intrinsics, double word arithmetics, bitfields * backend with SSA based register allocation including several algorithms for spilling and copy coalescing. Instruction and block scheduling, support for ABI handling. * working ia32 backend with support for x87 and SSE2 floating point * handwritten recursive descent C90/C99 frontend available (lang/cparser)
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (82 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libfirm-1.21.0_2/catalog.mk
  3. /usr/local/share/licenses/libfirm-1.21.0_2/LICENSE
  4. /usr/local/share/licenses/libfirm-1.21.0_2/GPLv2
  5. /usr/local/share/licenses/libfirm-1.21.0_2/LGPL21
  6. include/libfirm/adt/array.h
  7. include/libfirm/adt/bipartite.h
  8. include/libfirm/adt/gaussjordan.h
  9. include/libfirm/adt/gaussseidel.h
  10. include/libfirm/adt/hashptr.h
  11. include/libfirm/adt/hungarian.h
  12. include/libfirm/adt/list.h
  13. include/libfirm/adt/obst.h
  14. include/libfirm/adt/obstack.h
  15. include/libfirm/adt/pdeq.h
  16. include/libfirm/adt/plist.h
  17. include/libfirm/adt/pmap.h
  18. include/libfirm/adt/pqueue.h
  19. include/libfirm/adt/pset.h
  20. include/libfirm/adt/set.h
  21. include/libfirm/adt/unionfind.h
  22. include/libfirm/adt/xmalloc.h
  23. include/libfirm/analyze_irg_args.h
  24. include/libfirm/be.h
  25. include/libfirm/begin.h
  26. include/libfirm/callgraph.h
  27. include/libfirm/cdep.h
  28. include/libfirm/cgana.h
  29. include/libfirm/dbginfo.h
  30. include/libfirm/end.h
  31. include/libfirm/execfreq.h
  32. include/libfirm/firm.h
  33. include/libfirm/firm_common.h
  34. include/libfirm/firm_types.h
  35. include/libfirm/firmstat.h
  36. include/libfirm/heights.h
  37. include/libfirm/ident.h
  38. include/libfirm/irarch.h
  39. include/libfirm/ircgopt.h
  40. include/libfirm/ircons.h
  41. include/libfirm/irconsconfirm.h
  42. include/libfirm/irdom.h
  43. include/libfirm/irdump.h
  44. include/libfirm/iredgekinds.h
  45. include/libfirm/iredges.h
  46. include/libfirm/irflag.h
  47. include/libfirm/irgmod.h
  48. include/libfirm/irgopt.h
  49. include/libfirm/irgraph.h
  50. include/libfirm/irgwalk.h
  51. include/libfirm/irhooks.h
  52. include/libfirm/irio.h
  53. include/libfirm/irloop.h
  54. include/libfirm/irmemory.h
  55. include/libfirm/irmode.h
  56. include/libfirm/irnode.h
  57. include/libfirm/irop.h
  58. include/libfirm/iropt.h
  59. include/libfirm/iroptimize.h
  60. include/libfirm/irouts.h
  61. include/libfirm/irpass.h
  62. include/libfirm/irprintf.h
  63. include/libfirm/irprog.h
  64. include/libfirm/irtypeinfo.h
  65. include/libfirm/irverify.h
  66. include/libfirm/lowering.h
  67. include/libfirm/nodeops.h
  68. include/libfirm/opcodes.h
  69. include/libfirm/statev.h
  70. include/libfirm/timing.h
  71. include/libfirm/trouts.h
  72. include/libfirm/tv.h
  73. include/libfirm/typerep.h
  74. include/libfirm/vrp.h
  75. lib/libfirm.a
  76. lib/libfirm.so
  77. lib/libfirm.so.1
  78. lib/libfirm.so.1.0.0
  79. libdata/pkgconfig/libfirm.pc
  80. @owner
  81. @group
  82. @mode
Collapse this list.
Dependency lines:
  • libfirm>0:devel/libfirm
To install the port:
cd /usr/ports/devel/libfirm/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libfirm
  • pkg install libfirm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libfirm
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (libfirm-1.21.0.tar.bz2) = 5c126f69e6a985b54aa9f0a919ab68575f18fc3d851c2d5ff71ffbf414e29812 SIZE (libfirm-1.21.0.tar.bz2) = 1457097

Packages (timestamps in pop-ups are UTC):
libfirm
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.21.0_21.21.0_21.21.0_21.21.0_21.21.0_2-1.21.0_2-
FreeBSD:13:quarterly1.21.0_21.21.0_21.21.0_21.21.0_21.21.0_21.21.0_21.21.0_21.21.0_2
FreeBSD:14:latest1.21.0_21.21.0_21.21.0_21.21.0_21.21.0_21.21.0_2-1.21.0_2
FreeBSD:14:quarterly1.21.0_21.21.0_2-1.21.0_21.21.0_21.21.0_21.21.0_21.21.0_2
FreeBSD:15:latest1.21.0_21.21.0_2n/a1.21.0_2n/a1.21.0_21.21.0_21.21.0_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
  3. autoconf>=2.71 : devel/autoconf
  4. automake>=1.16.5 : devel/automake
  5. libtoolize : devel/libtool
This port is required by:
for Libraries
  1. lang/cparser

Configuration Options:
===> The following configuration options are available for libfirm-1.21.0_2: DEBUG=off: Build with debugging support ===> Use 'make config' to modify these settings
Options name:
devel_libfirm
USES:
autoreconf gmake libtool pathfix pkgconfig tar:bzip2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (56 items)
Collapse this list.
  1. http://cfhcable.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  2. http://cytranet.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  3. http://deac-ams.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  4. http://deac-fra.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  5. http://deac-riga.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  6. http://downloads.sourceforge.net/project/libfirm/libfirm/1.21.0/
  7. http://excellmedia.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  8. http://freefr.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  9. http://gigenet.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  10. http://ixpeering.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  11. http://jaist.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  12. http://jztkft.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  13. http://kumisystems.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  14. http://liquidtelecom.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  15. http://nchc.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  16. http://netactuate.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  17. http://netcologne.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  18. http://netix.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  19. http://onboardcloud.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  20. http://phoenixnap.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  21. http://razaoinfo.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  22. http://sinalbr.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  23. http://sitsa.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  24. http://sonik.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  25. http://tenet.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  26. http://udomain.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  27. http://ufpr.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  28. http://versaweb.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  29. https://cfhcable.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  30. https://cytranet.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  31. https://deac-ams.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  32. https://deac-fra.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  33. https://deac-riga.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  34. https://downloads.sourceforge.net/project/libfirm/libfirm/1.21.0/
  35. https://excellmedia.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  36. https://freefr.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  37. https://gigenet.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  38. https://ixpeering.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  39. https://jaist.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  40. https://jztkft.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  41. https://kumisystems.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  42. https://liquidtelecom.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  43. https://nchc.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  44. https://netactuate.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  45. https://netcologne.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  46. https://netix.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  47. https://onboardcloud.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  48. https://phoenixnap.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  49. https://razaoinfo.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  50. https://sinalbr.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  51. https://sitsa.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  52. https://sonik.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  53. https://tenet.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  54. https://udomain.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  55. https://ufpr.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
  56. https://versaweb.dl.sourceforge.net/project/libfirm/libfirm/1.21.0/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.21.0_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.21.0_2
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.21.0_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.21.0_2
20 Jan 2017 20:33:31
Revision:431996Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/
1.21.0_2
21 Oct 2016 15:21:13
Revision:424427Original commit files touched by this commit
mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
1.21.0_2
08 Jan 2016 14:20:21
Revision:405555Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to USES=autoreconf
- Strip library
1.21.0_1
16 Dec 2015 13:45:17
Revision:403861Original commit files touched by this commit
culot search for other commits by this committer
- Reassign sperber@'s ports after his commit bit was taken in for safekeeping
1.21.0_1
27 Oct 2014 10:40:08
Revision:371546Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.21.0_1
15 Jul 2014 17:37:39
Revision:361986Original commit files touched by this commit
adamw search for other commits by this committer
Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
1.21.0_1
23 Jun 2014 23:02:46
Revision:359018Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
1.21.0
21 Jan 2014 00:34:13
Revision:340518Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
1.21.0
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
1.21.0
30 Apr 2013 17:46:48
Revision:316955Original commit files touched by this commit
sperber search for other commits by this committer
- Update to 1.21.0
- Switch to OptionsNG
- Update pkg-descr and WWW:
- Trim Makefile headers
- Add USES= pkgconfig

- Update MAINTAINER to my FreeBSD address

PR:           ports/175919
Submitted by: Po-Chien Lin <linpc _AT_ cs.nctu.edu.tw>
Approved by:  beat (mentor)
1.20.0
28 Jan 2012 20:29:12
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.9.13

PR:             164297
Submitted by:   Armin Pirkovitsch <armin@frozen-zone.org>
1.19.1
12 Aug 2011 17:13:55
Original commit files touched by this commit
crees search for other commits by this committer
- Update devel/libfirm to 1.19.1
- Update lang/cparser to 0.9.12 and bump LIB_DEPENDS for libfirm

PR:             ports/159627
Submitted by:   Armin Pirkovitsch <armin@frozen-zone.org> (maintainer)
1.18.1
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.18.1
25 Jul 2010 15:11:08
Original commit files touched by this commit
decke search for other commits by this committer
- Update to 1.18.1
- Add LICENSE
- Pass maintainership to submitter (via IRC)

PR:             ports/148723
Submitted by:   Armin Pirkovitsch <armin at frozen-zone dot org>
Approved by:    beat (co-mentor)
1.16.0
06 Jun 2010 01:09:30
Original commit files touched by this commit
linimon search for other commits by this committer
Reset christoph.mallon@gmx.de due to maintainer-timeouts and no response
to email.

Hat:            portmgr
1.16.0
15 Feb 2009 13:21:18
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.16.0
- Use SF macro

Submitted by:   Christoph Mallon (maintainer via irc)
1.15.0
02 Dec 2008 01:21:33
Original commit files touched by this commit
wxs search for other commits by this committer
- Update to 1.15.0
- Switch to MASTER_SITE_SOURCEFORGE
- Minor cleanup to pkg-descr

PR:             ports/129342
Submitted by:   Christoph Mallon <christoph.mallon@gmx.de> (maintainer)
1.14.0
23 Nov 2008 22:56:50
Original commit files touched by this commit
miwi search for other commits by this committer
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.

* analyses: dominance, loop tree, execution frequency, control dependencies,
  call graph, rapid type, def-use, alias analysis, class hierarchy analysis
* optimizations: dead code elimination (happens implicitly), constant folding,
  local common subexpression elimination, arithmetic identities (happens on the
  fly), unreachable code elimination, global common subexpression elimination,
  code placement, strength reduction, scalar replacement, if-conversion,
  load/store optimization, control flow optimizations, reassociation, partial
  condition evaluation, tail recursion elimination, inlining, procedure cloning
* enhanced debugging support: extensive checkers, breakpoints on node creation,
  entity creation, graph dumping
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 22