2009-06-14 19:57:02 by Joerg Sonnenberger | Files touched by this commit (215) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-11 20:12:00 by Hasso Tepper | Files touched by this commit (1) |
Log message:
Make it build on DragonFly.
|
2008-10-26 23:48:44 by David A. Holland | Files touched by this commit (3) |
Log message:
Makefile patches to fix dud permissions/interpreters. From Klaus Heinz
in discussion of PR 29425. While here, add a one-line patch to fix an
obvious bug detected by gcc while I was test-building.
PKGREVISION++.
|
2008-03-03 06:06:40 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
"u_char" is not part of any standard, so it's not safe to use in cui.c.
Define "u_char" to "unsigned char" in cui.c. This should \
fix the the
problem reported by Klaus Heinz in the follow-up to PR pkg/29425.
|
2008-02-29 21:53:02 by Johnny C. Lam | Files touched by this commit (14) |
Log message:
+ Don't build our own, very old version of hacked BSD curses -- just
use other, better ones from pkgsrc through ncursesw/buildlink3.mk.
+ Add a configure script that lightly probes the system and write out
some system-specific definitions for the Makefile.
This should fix PR pkg/29425.
+ Add necessary includes (<string.h> and <unistd.h>) to global.h to do
silly C things like prototype functions before you use them. Remove
the unnecessary patches to lots of *.c files that added these same
headers.
+ Include <string.h> in ss.c because it doesn't include global.h.
+ Move HTML documentation into ${PREFIX}/share/doc.
Bump the PKGREVISION to 2.
|
2008-02-02 22:04:00 by Klaus Heinz | Files touched by this commit (3) |
Log message:
Added support for installation to DESTDIR.
|
2007-09-02 13:45:07 by SUNAGAWA Keiki | Files touched by this commit (3) |
Log message:
changed the way to handle curses library in Linux. hope this fixes PR29425.
|
2007-02-19 23:07:46 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Add DragonFly support.
|
2005-07-16 21:10:41 by Johnny C. Lam | Files touched by this commit (65) |
Log message:
Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|