sthen
9d0f70b46f
- fix dependencies following libstdc++ bump from 4.2.4p3 to 4.2.4v0
...
- bump relevant PKGNAMEs
2009-11-18 00:49:09 +00:00
jsg
d264b944d0
update to 2.6
...
ok sthen@
2009-11-02 22:53:27 +00:00
jsg
e9acc9f4a7
Ignore bounded attribute and kprintf format for now, to reduce the number
...
of warnings we don't care about.
ok sthen@
2009-08-16 09:54:28 +00:00
jsg
e13506b12d
Enable release/optimised build and fix PLIST.
...
ok sthen@
2009-08-09 20:16:41 +00:00
sthen
d16432b095
Update to a newer snapshot, requested by jsg@. Fixes building autoconf
...
projects, upstream rolled in the OpenBSD backend with proper target-specific
definitions etc.
2009-08-09 11:26:03 +00:00
sthen
f36783edf3
set VMEM_WARNING; pointed out by jsg@
2009-06-29 13:42:54 +00:00
sthen
e6fe633831
- add OpenBSD config; from jsg@.
...
- install a symlink as a workaround to a bug identifying the path to clang-cc.
commit approved by naddy.
2009-06-25 15:25:13 +00:00
sthen
b960d65016
note the known problem with autoconf projects, found by jsg and Moritz Grimm
2009-06-25 09:57:08 +00:00
sthen
ec5582b44b
disable libffi; autoconf picks it up, and the build fails if it's there.
...
bump not necessary.
2009-06-24 20:23:12 +00:00
sthen
4310962ae4
note that we also need target-specific definitions (__OpenBSD__ etc).
2009-06-23 08:53:19 +00:00
sthen
f600f9afe5
add some notes about known problems.
2009-06-23 00:14:20 +00:00
sthen
b63c0d29a3
fix manual page installation path. fixed in another tree but missed it
...
when I was updating; also pointed out with a diff by Moritz Grimm, thanks!
2009-06-22 00:19:01 +00:00
sthen
0fa81b8453
Update to a newer snapshot.
2009-06-21 23:13:48 +00:00
sthen
9d94f0871e
bump for gcc4.port.mk LIB_DEPENDS change
2009-05-17 09:40:53 +00:00
espie
76a395857d
A few python deps updates
2009-03-15 12:49:35 +00:00
sthen
405c122be8
update to a newer snapshot; made after upstream's freeze in the
...
runup to 2.5 release towards the end of this month.
2009-02-08 22:55:43 +00:00
sthen
0d476cbdb0
change to ONLY_FOR_ARCHS suggested by brad@.
2008-11-28 10:38:38 +00:00
sthen
6c3191a58f
NOT_FOR_ARCHS=sparc64, llvm hasn't been ported to it yet.
2008-11-28 10:23:39 +00:00
sthen
b9a2867986
fix DISTNAME, pointed out by Dongsheng Song
2008-11-13 08:29:13 +00:00
sthen
e377137feb
- don't build Hello sample module, it builds a shared library with
...
an odd filename which doesn't get correctly identified by pkg tools,
and isn't really useful to provide in the package anyway
- cnst@ points out this is actually a post-2.4 snapshot, change the
PKGNAME accordingly
2008-11-12 15:46:32 +00:00
sthen
c2d63423f1
fix doc location, pointed out by ajacoutot
2008-11-10 12:17:54 +00:00
sthen
136611c6f3
import llvm/clang. not heavily tested yet but there's been a lot
...
of interest in the static analyser and it basically works, so put
it in now and link to the build later.
Low Level Virtual Machine (LLVM) is:
- A compilation strategy designed to enable effective program
optimization across the entire lifetime of a program.
- A virtual instruction set.
- A compiler infrastructure.
- LLVM does not imply things that you would expect from a high-level
virtual machine. It does not require garbage collection or run-time
code generation.
some parts from chl@ and the FreeBSD port.
2008-11-10 11:25:33 +00:00