Port details |
- dragonegg46-33 GCC plugin to use the LLVM backend
- 3.3_4 lang
=0 3.3_4Version of this port present on the latest quarterly branch.
- DEPRECATED: Dead upstream, impractical to build on 10 and later
This port expired on: 2014-08-01
- Maintainer: brooks@FreeBSD.org
- Port Added: 2013-06-21 15:27:17
- Last Update: 2014-08-01 19:51:35
- SVN Revision: 363758
- Also Listed In: devel
- License: not specified in port
- WWW:
- http://dragonegg.llvm.org/
- Description:
- DragonEgg is a gcc plugin that replaces GCC's optimizers and code
generators with those from the LLVM project. It works with gcc-4.6
or gcc-4.7, can target the x86-32/x86-64 and ARM processor families,
and has been successfully used on the Darwin, FreeBSD, KFreeBSD,
Linux and OpenBSD platforms. It fully supports Ada, C, C++ and
Fortran. It has partial support for Go, Java, Obj-C and Obj-C++.
WWW: http://dragonegg.llvm.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- dragonegg46-33>0:lang/dragonegg46-33
- No installation instructions:
- This port has been deleted.
- PKGNAME: dragonegg46-33
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- llvm-config33 : devel/llvm33
- gmake : devel/gmake
- gcc46 : lang/gcc46
- as : devel/binutils
- Runtime dependencies:
-
- llvm-config33 : devel/llvm33
- gcc46 : lang/gcc46
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dragonegg46-33-3.3_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3_4 01 Aug 2014 19:51:35 |
rene |
Remove expired ports:
2014-08-01 mail/getlive: GetLive project has been declared dead due to MS
account conversion
2014-08-01 print/ifxetex: Very outdated and fully contained in texlive-texmf
2014-08-01 lang/dragonegg46-33: Dead upstream, impractical to build on 10 and
later
2014-08-01 lang/dragonegg47-33: Dead upstream, impractical to build on 10 and
later |
3.3_4 26 Jun 2014 16:30:39 |
brooks |
Deprecate dragonegg ports. Development has ended, they are impractical to
build on FreeBSD 10+ due to requiring LLVM ports built against libstdc++,
and they are based on increasingly dated versions of LLVM and GCC. |
3.3_4 08 Jun 2014 19:51:28 |
olgeni |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
3.3_4 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
3.3_3 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
3.3_2 17 Oct 2013 18:57:57 |
brooks |
Fix unnecessicary and sometimes wrong RUN_DEPENDS on lang/gcc.
Reported by: marino |
3.3_1 16 Oct 2013 20:14:47 |
brooks |
Don't try building on libc++ systems, it won't work.
Deconflict docs between master and slave ports.
STAGIFY |
3.3 04 Oct 2013 09:43:36 |
bapt |
Fix conflict in pkgname with lang/dragonegg46 |
3.3 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
14 Aug 2013 22:35:54
|
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.3 15 Jul 2013 19:12:10 |
brooks |
Fix a broken BUILD_DEPENDS line for llvm and properly generalize the
llvm RUN_DEPENDS entry.
Reported by: miwi |
3.3 24 Jun 2013 15:37:59 |
brooks |
Fix LATEST_LINK to be unique.
Submitted by: erwin |
3.3 21 Jun 2013 15:27:01 |
brooks |
Add ports of DragonEgg version 3.3 for GCC 4.6 and 4.7. |