2012-12-13 00:44:40 by David Sainty | Files touched by this commit (2) |
Log message:
There is already a 'static' keyword present for part of this patch, so
patching in a second one is unnecessary, and for some compilers (GCC 4.4)
fatal at build time.
|
2012-11-16 01:38:21 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Fix inline usage.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
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 02:10:30 by Aleksej Saushev | Files touched by this commit (20) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-01-12 16:29:12 by Hans Rosenfeld | Files touched by this commit (1) |
Log message:
Uses pod2man.
|
2010-07-15 23:35:10 by Aleksej Saushev | Files touched by this commit (4) | |
Log message:
Bump revision after math/mpfr update.
|
2010-06-21 00:20:18 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Fix build problem under Mac OS X Snow Leopard by avoiding to link two
object files twice (once directly and once via static libraries).
|
2010-04-15 21:01:54 by Jonathan A. Kollasch | Files touched by this commit (1) |
Log message:
Include bsd.prefs.mk before adjusting CFLAGS/CXXFLAGS.
Prevents build failure due to exposure of host CFLAGS to target compiler.
Increment PKGREVISION just in case.
|
2010-03-24 20:43:29 by Aleksej Saushev | Files touched by this commit (75) | |
Log message:
Recursive revision bump for GMP update.
|
2009-12-12 06:02:19 by OBATA Akio | Files touched by this commit (1) |
Log message:
some improvement
* Remove BUILD_DEPENDS on bison, it already in USE_TOOLS.
* Remove USE_BZIP2, not buildlink with bzip2, no effect.
* Remove custom do-* target, *_DIRS is sufficient to do so and use it instead.
* Remove MAKE_FLAGS="c c++", it was not used, and it result in missing \
"gcov"
after above modification.
* then, add user-destdir support, inspired by PR 42438.
|