Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
in the execl call is to make sure it is 64 bit on 64 bit archs.
Not verified by myself since I have no 64bit arch to test on.
Patch provided in private email.
|
|
|
|
Changes since less-376:
* Bug fixes:
Default buffer space is now 64K as documented.
Search highlighting works properly when used with -R.
Windows version works properly when input file contains carriage returns.
Clean up some compiler warnings.
See the NEWS file for the full list of changes.
Update MASTER_SITES and HOMEPAGE.
|
|
|
|
Changes since 4.1.8 include:
* miscellaneous bug fixes
* additional dircolors entries
* documentation fixes
See the ChangeLog for the full list of changes.
|
|
related information keeps pestering me while building this package on Solaris.
So...
- Replace WRKDIR and SRCDIR hack with CONFIGURE_DIRS and BUILD_DIRS tuning:
automake-*-override can now properly do their job.
- Prevent gperf invocation with the right touch command in pre-configure
target.
- Create BUILD_DIRS in pre-configure target.
|
|
21th October 2002 - Fix available for KSpread's crash
A fix is available for kspread's crashes when working with long text
which overlaps several cells or when working with merged cells.
|
|
(requested by Hubert F.)
|
|
Solaris doesn't have yy_size_t, use int instead on SunOS.
|
|
|
|
for file in ${CODEC_FILES}; do
when CODEC_FILES is empty. .if out this part of the code if CODEC_FILES
is not defined or is empty.
|
|
Add links in ksysguard/ksysguardd/Solaris/
/bin/sh and grep works in a different way, need a different BUILDLINK_FILES_CMD
|
|
Add libgcc to libraries list
Set KDED_WORKAROUND for non-NetBSD case too
Solaris's grep and sh works in a different way, we need a different
BUILDLINK_FILES_CMD
Fix typos in c++ file in !netbsd case
Use CXXLINK for linking c++ libraries
|
|
|
|
|
|
|
|
as devel/python-mode.
This package provides an Emacs editing mode for Python code.
|
|
buildlink2.mk are not needed.
|
|
installs shell scripts.
While here, remove USE_X11, since it has no point for shell scripts.
|
|
|
|
|
|
|
|
Remove dependency on readline -- it does not get used, contrary to
what a comment (which has now been annotated) here says.
|
|
|
|
|
|
Remove dependency on readline -- it does not get used, contrary to
what a comment (which has now been annotated) here says.
|
|
|
|
|
|
packages work.
|
|
|
|
|
|
|
|
|
|
|
|
This release contains dozen of fixes for various problems reported by
users, including ones related to DVD/VOB subtitles disappearing, mms://
streaming, and fullscreen switching under Metacity and KDE 3.1. libaf, the
new audio filter layer, has been introduced. It does automatic formating,
and samplerate and channel number conversion for less featureful
soundcards. The new option -autosync should help with buggy soundcard
drivers. Audio/video codec and output driver selection has been reworked.
The code cleanup has continued, and memleaks are starting to be
eliminated.
|
|
|
|
|
|
|
|
|
|
Some of the changes:
o More small bugs quashed. New /clearall command.
o Small bugs quashed in buddy offline acknowledgement and
queued message forwarding.
o Speed-ups in the playback procedures.
o General clean-ups for cross-platform compiles.
o On Tuesday, October 1, AOL's TOC servers began
periodically sending packets with a previously unused
frame type. naim does not know how to decipher these
packets, but version 0.11.4 was released with code
changes to simply ignore unknown frame types.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes :
- #514237 - The PluginLoader no longer requires a '.py'
extension on plugins. This should allow plugins to be written
in any language for which Python can load a module, and as
long as the file is named with the right convention they will
be picked up and loaded. (The source of this change request
was the maintainers of the PLD Linux Distribution.)
- Resolved defect #513850, where output was written to the wrong
place when the -d option was used.
- Resolved defect #510447, a problem with escaping special
characters in HTML output. Text enclosed in single quotes
is now not escaped in output so that HTML text can be
passed directly to the output file.
- Fixed a problem with Windows installation using 'setup.py'.
- Minor tweaks to the build and test tools.
|