Age | Commit message (Collapse) | Author | Files | Lines |
|
While I'm here do the a.out dance for kuickshow and a couple of other
minor clean ups.
Changes are:
kdelibs
kprocess / kprocctrl: fix problem with hanging kdevelop.
Javascript (core): more robust stack overflow check
Javascript (html): allow to set a JS (non-CSS) property to a style object
Javascript (html): improved result of navigator.platform using uname()
Javascript (html): more aggressive garbage collection on clear, fixing many
crashes
Javascript (html): global object (window) has a correct object prototype now
khtml: several crashes and bugs fixed
kssl: Always verify the basic constraints on certificates (SECURITY)
kdefx: Make the blending routine used by transparent menus work properly on
big-endian platforms
kdeui: Fix KDialog::setPlainCaption()
kdebase
Build fixes for IRIX / MipsPro (kcontrol, konqueror, konsole).
Kicker: Quick browser escapes ampersand characters in file names.
Konsole: Don't prepend ESC if Meta is pressed if key definition is for "+Alt".
Konsole: Fixed crashes at startup related to broken font installations.
Konsole: Fixed crashes when selecting in history buffer.
krdb: Smarter handling of multiple and symlinked KDE and Qt installs when
exporting plugin path to Qt.
kdenetwork
KMail: allow an ampersand as last char of an URL.
KMail: Don't crash when custom drafts or sent-mail folders have been deleted or
renamed.
KMail: Fix auto charset detection for empty strings.
KMail/KNode: Correctly handle quotes in user ids of OpenPGP keys.
KMail: Make custom (global) Bcc headers work correctly with encryption and
distribution list expansion.
kdepim
KAlarm: Fix session restoration often not occurring at login.
KAlarm: Adjust wrong summer times stored by KDE 3.0.0 version of KAlarm.
KAlarm: Make Close button on message window not the default button to reduce
chance of accidental acknowledgement.
KAlarm: Make Help button in configuration dialog display KAlarm handbook.
KNotes: Compile fix for Qt 3.0.5
KOrganizer: Fixed context menu of todo list/view and event list which
disappeared when using Qt 3.0.5
|
|
|
|
buildlink2.mk files back into the main trunk.
|
|
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
|
|
|
|
|
|
- fix other time related bugs which prevent compilation
- use DEFAULT_SERIAL_DEVICE for the example config file and
don't enter an infinite loop if the device doesn't exist.
- don't arbitrarily change device permissions.
|
|
|
|
|
|
instead.
|
|
|
|
|
|
|
|
PKG_JVM appropriately
slight whitespace cleanup for do-build target
|
|
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of
shell wildcards intended to match against ${MACHINE_PLATFORM}. These
variables are used to note those platforms that have the named packages in
the base system but are incompatible in some way from the pkgsrc version
of the same package. Change INCOMPAT_CURSES to have the same sematics as
above. These variables allow much greater precision in specifying which
platforms have broken (for the purposes of pkgsrc) versions of software in
the base system that must be ignored.
The buildlink.mk files for these packages define private _INCOMPAT_*
versions of these variables, and they contain the default lists of
platforms that are known to have incompatible software bits.
This addresses pkg/17775 submitted by Julien T. Letessier
<julien.letessier at sun dot com>.
|
|
Patches by xOr, as posted to the blackbox mailinglist
(blackbox at trolltech dot com).
Bump PKGREVISION.
|
|
|
|
an application under the Blackbox window manager, into pkgsrc using files
provided by Anthony Mallet <anthony dot mallet at useless-ficus dot net>
in PR pkg/17831 with minor modifications by myself.
|
|
explicitly, too
|
|
datasize, change check in configure, and some small tweaks to some
Java code (assert, double ;;)
|
|
and the condition has chance of working properly
quote the value if display in do-build: target, just in case
|
|
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
|
|
This avoids strange side effects (hanging xdpyinfo) when using targets that
do not depend on an accessible X server.
Fixes PR# pkg/17763.
|
|
appropriate USE_JAVA and PKG_JVM incantations. Spotted by wiz.
|
|
USE_PTHREAD= native pth-syscall
This should fix the problem reported during Huberts latest bulk-build.
|
|
(Buildlink alone is not satisfactory, it seems?)
Fixes build-problem reported in Huberts last bulk-build.
|
|
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
|
|
|
|
Provided in PR 17641 by Norm (norm@sandbox.org.uk)
FIGlet 2.2.1 is a minor revision of FIGlet 2.2. The files
README, Makefile, figfont.txt, figlet.c and figlet.6 have been
changed to reflect changes in documentation, official contact
details etc. FTP-NOTE merged into README. FAQ and CHANGES
added to the distribution.
All other files are identical with the 2.2 release.
These changes were made by Christiaan Keet <keet@plig.net>
|
|
|
|
|
|
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST
Bump PKGREVISION
|
|
|
|
(graphics/glut).
|
|
Also, allow the arts SSE detection code to run on modern NetBSD systems.
Changes are:
arts
Again Build fixes.
Realtime priority configuration fix
kdelibs
dcop: Make it possible to disable the Qt bridge.
make sure tooltip effects can be configured.
kbuildsycoca: avoid crash on unreadable directories.
kdockwidget: fixing reading of configuration.
kedittoolbar: fix leak.
khtml: many fixes.
kded: signal handling fixes.
kio-http slave: fixes related to form posts and cache handling.
kjs: added max recursion limit.
kjs: leak and compatibility fixes.
kdebase
kicker: &-escaping fix
audiocd: fix cddb computation
thumbnail previewer: calculate the number of bytes to read instead
of hardcoding it.
|
|
slight formatting changes.
|
|
|
|
KanjiPad is a very simple program for handwriting recognition -
The user draws a character into the box, then requests translation.
The best candidates are displayed along the right hand side of
the window and can be selected for pasting into other programs.
It is meant primarily for dictionary purposes for learners of Japanese
- it does not support entering kana, so it's usefulness as an input
method is limited. Furthermore, if you already know the reading of a
character, conventional pronunciation based methods of entering the
character are probably faster.
|
|
Changes since 0.4:
- if text is too long to fit into the window, let it scroll
from left to right. Caveat: all XEvents are queued during
scrolling, that is, one can not cycle by hand (right
mouse-button) until this cycle is over.
- bugfix: don't overwrite what's in the config file *unless*
specified on the command line (for example geometry)
- if the weather file does not contain 'Sky conditions'
skip 'conditions' when cycling
- when using 'metric' display, show wind-speed in kmh rather
than in knots
- initialize time to update to every 10 Minutes - used to be
uninitialized unless specified using '-u'.
|
|
suggested by David Brownlee in private e-mail.
|
|
PR pkg/17454.
|
|
start watching the new log file, rather than the old one.
Bump revision to nb1.
|
|
is checked when defined(${BATCH}), replicate same here.
|
|
Changes:
Added make file options for SCO and NetBSD. The Makefile has been
reconfigured a touch to make it clearer what needs to be done for each
OS.
Turn was accepting invalid option as in heyu turn allaskljas. It now
complains and exits.
Found bug in scanning the macros. (thanks to David Pointer)
Dan Eble reported a bug (or feature) that allows chaining macros
with delays. I've fixed the bug but not enabled the feature.
Makesched utility created. This utility pre-preocesses a file in the
x10sched format and sends a revised version to standard output with the
strings "dawn" and "dusk" expanded to appropriate values.
Cleaned up some error messages to give feedback when the locks fail.
A coding error was causing the dates in the schedule loader to be off
in some cases. Thanks to Charles Sullivan for finding and reporting
the bug and it's fix
The use of just the -v option caused a sigfault. The errant code
was corrected in x10.c main().
|
|
|
|
Mark this package as needing an interactive fetch stage.
Mark this package as working on NetBSD-1.6*
|
|
|
|
|
|
|
|
|