Commit graph

10 commits

Author SHA1 Message Date
dholland
f9c4965304 FETCH_USING=curl. I thought https urls were supposed to work transparently
now, but they don't.
2013-04-02 15:38:51 +00:00
dholland
10a4224b7b Update to 0.4.4. No changelog that I can find.
patch-aa -> patch-Makefile; add comment to patch-ab.
2013-04-02 15:27:11 +00:00
dholland
61a239b84c Take a shot at fixing the clang build. 2013-03-31 00:04:49 +00:00
dholland
05a17a5ded Apply upstream patch aaff080449ebcb66553ebf5b512f737b6191f339 to fix
build with gcc 4.6+ and clang. Via Al Viro.
2013-02-21 18:12:26 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
joerg
e83e699b7f user-destdir support 2009-07-08 16:09:00 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
joerg
8cb9901684 Fallback to strtod on DragonFly. Limit it until the 2.0 release for now. 2007-06-12 14:48:33 +00:00
reed
fc02787c53 Import sparse.
Sparse, the semantic parser, provides a compiler frontend capable
of parsing most of ANSI C as well as many GCC extensions, and a
collection of sample compiler backends, including a static analyzer
also called "sparse". Sparse provides a set of annotations designed
to convey semantic information about types, such as what address
space pointers point to, or what locks a function acquires or
releases.

Linus Torvalds started writing Sparse in 2003, initially targeting
issues such as mixing pointers to user address space and pointers
to kernel address space.
2007-05-21 20:46:43 +00:00