2013-11-30 08:06:25 by David Sainty | Files touched by this commit (4) |
Log message:
Patch around gtexinfo 5.2's high-and-mighty attitude towards indiscretions.
|
2013-11-13 23:49:31 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Make the newline processing even more aggressive by removing the line
markers first and killing all newlines before splitting up the magic
markers. Fixes build of guile-gnome with Clang. Bump revision.
|
2013-10-18 17:53:27 by Roy Marples | Files touched by this commit (2) |
Log message:
guile doesn't use any curses, termcap or terminfo
|
2013-10-04 20:35:22 by Joerg Sonnenberger | Files touched by this commit (7) |
Log message:
Improve robustness of the C post-processing to deal with variations in
Clang output.
|
2013-09-07 13:53:23 by Greg Troxel | Files touched by this commit (1) |
Log message:
Remove -Dmacosx (on OSX only, obviously).
Reported by J. Lewis Muir on pkgsrc-users@ to fix build on 10.8.
Does not change behavior on 10.7; build fails much later at same place
either way.
|
2013-07-15 04:02:29 by Ryo ONODERA | Files touched by this commit (177) |
Log message:
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-12-06 00:42:02 by Greg Troxel | Files touched by this commit (2) |
Log message:
Note in DESCR that this is old but the newest in pkgsrc.
|
2012-10-02 22:11:57 by Aleksej Saushev | Files touched by this commit (187) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2011-05-12 14:15:41 by Dan McMahill | Files touched by this commit (3) |
Log message:
Increase default stack limit. This gets around a problem where the
standalone guile program fails to run (with a guile stack overflow)
on at least NetBSD-5.1/alpha.
http://lists.gnu.org/archive/html/guile-user/2009-12/msg00019.html
and
http://lists.gnu.org/archive/html/guile-devel/2009-03/msg00114.html
show that others have had problems here.
|