Age | Commit message (Collapse) | Author | Files | Lines |
|
* Honor PKG_SYSCONFDIR
* use bsd.pkg.install.mk to handle the rc.d scripts and config files
|
|
|
|
|
|
|
|
Use perl5/module.mk
Get ride of a patch by passing zlib's files locations in MAKE_ENV
|
|
fixes building gmake without libtool installed.
|
|
each platform anyway.
|
|
|
|
installed.
|
|
used by buildink2.mk files.
|
|
|
|
|
|
|
|
|
|
|
|
at http://pvs.csl.sri.com/license.html
|
|
PVS is a verification system: that is, a specification language integrated
with support tools and a theorem prover. It is intended to capture the
state-of-the-art in mechanized formal methods and to be sufficiently rugged
that it can be used for significant applications.
For more details, please see http://pvs.csl.sri.com/ and
http://pvs.csl.sri.com/overview.html
This package was tested on NetBSD-1.6-i386 and Linux-i386, it might work
(but might need some modification) on NetBSD-1.6-sparc and SunOS as well.
For i386, NetBSD 1.6 is required -- on 1.5.x versions, it will (seemingly)
install fine but not work correctly in various instances.
|
|
Fix compilation error on Linux
|
|
Fix compilation error on Linux
|
|
|
|
|
|
bugfixes and works much better with blackbox 0.65.0
|
|
- fix recursive redhat-build bug (fixes 577135)
- fix a memory leak in ToolWindow::windowAttributeChange.
- remove server grabs from the Image code. They prove to not be needed (they
no longer exist in the blackbox code.) And they cause the X server to lock
indefinately if you run 2 bbkeys on the same display, running the second
one from a terminal on the display.
- when we recieve a startup message from blackbox, clear out any leftover
windows in the window list. These are caused by the fact that on shutdown
of blackbox, if any windows are unmanaged after bbkeys, bbkeys doesn't get
notified of their destruction and so ends up with extra windows in its list.
- fix compiling issues under solaris. Thanks to grub on irc for use of his
time for testing.
- get rid of work-around for pre-0.60 blackbox, which fixes bug that let you
move the toolbar around with bbkeys.
- fix window focus tracking bug. Fixes bug where you could manipulate the
last focused window on a nono-visible workspace.
- fix multi-head bug in main.cc. We now putenv("DISPLAY=...") so that
applications launched will be launched on the correct display. Thanks to
Greg Gilbert for his patch!
- fix bug in main.cc (| rather than ||). Thanks to Roman Neuhauser!
- fix bug in bbkeys.hh--increasing MaxInstructions to 100 for cthulhain
- fix in bbkeys.cc -- XUngrabKey changed to use same call to find what
screen we're on as the XGrabKey call
- fix in bbkeys.cc -- doing "xterm -e sh -c $command" rather than "xterm -e
$command". Thanks to Magnus Solvang for the bug report. Also, changing
hideous char* and snprintf() to ostrstream, YAY!!
|
|
Suggested by kei at netbsd.org on tech-pkg-ja@jp.netbsd.org.
|
|
|
|
|
|
* bug fixes
|
|
|
|
correct sorting order of SUBDIR entries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
independent of the actual filename. Update to 3.33.
|
|
|
|
|
|
|
|
Changes:
This release adds two interoperability fixes and makes the code ISO C99
compliant.
|
|
|
|
|
|
|
|
BUILDLINK_DEPENDS.foo= foo>=1.0 foo<1.5
then this is converted to:
DEPENDS+= foo>=1.0:../../category/foo
DEPENDS+= foo<1.5:../../category/foo
We can use this to record upper bounds on dependency versions.
|
|
|
|
|
|
|