Age | Commit message (Collapse) | Author | Files | Lines |
|
The ABI was changed in modular-xorg-server 1.12.4nb10, as required by
the latest version of the Intel driver (x11/xf86-video-intel 2.99.917).
|
|
|
|
|
|
|
|
|
|
* Remove redundant PLIST entries. Thank you, wiz@.
|
|
Ride previous PKGREVISION bump.
|
|
suikyo/Makefile.common to restrict both packages ruby18 only.
|
|
Ride previous PKGREVISION bump.
|
|
Updated lang/gcc48-libs to 4.8.4nb1
|
|
* Reset gcc48-libs' PKGREVISION to 1
Changelog:
* Bugfixes.
|
|
|
|
Updated lang/gcc47-libs to 4.7.4nb1
|
|
* Reset gcc47-libs' PKGREVISION to 1
Changelog:
* Bugfixes.
|
|
|
|
* Adjust for recent NetBSD current X.org.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BibleTime is a completely free Bible study program, built for Linux,
Windows, *BSD and Mac OS X. BibleTime contains over 200 free Bible
texts, commentaries, dictionaries and books, provided by the Crosswire
Bible Society via the SWORD programming library. BibleTime is written in
C++ and uses the Qt GUI toolkit.
|
|
|
|
|
|
|
|
|
|
The SWORD Project is the CrossWire Bible Society's free Bible software
project. Its purpose is to create cross-platform open-source tools that
allow programmers and Bible societies to write new Bible software more
quickly and easily.
|
|
xtermcap.h:64:20: fatal error: curses.h: No such file or directory
|
|
|
|
|
|
|
|
|
|
* Install desktop files with patches from jaapb@. (PKGREVISION bump)
* Try to invoke Apache Ant process under NetBSD 6.
/bin/sh under NetBSD 6 return non-0 value
from "undef Platform", when $Platform is not defined.
And more something is required to built this package under NetBSD 6.
|
|
|
|
Changes from previous:
----------------------
- Ignore ECONNABORTED on accept().
- Correctly implemented the config-file option change from "nosymlink" to
"nosymlinkcheck", which was supposedly done in version 2.24.
- Removed mailto: link from default index page.
- Allow CGIs to provide both Location and Status headers. (A. Skrobov)
- Better logic for figuring out CGI SERVER_NAME environment variable. (Oleg)
- Updated for clang, and general cleanup.
|
|
|
|
---------------
Version 3.0.2: March 11th, 2015
[ Library ]
- On *nix, only export symbols that are part of the API (instead of all
the internal symbols).
[ X86 ]
- Do not consider 0xF2 as REPNE prefix if it is a part of instruction encoding.
- Fix implicit registers read/written & instruction groups of some instructions.
- More flexible on the order of prefixes, so better handle some tricky
instructions.
- REPNE prefix can go with STOS & MOVS instructions.
- Fix a compilation bug for X86_REDUCE mode.
- Fix operand size of instructions with operand PTR []
[ Arm ]
- Fix a bug where arm_op_mem.disp is wrongly calculated (in DETAIL mode).
- Fix a bug on handling the If-Then block.
[ Mips ]
- Sanity check for the input size for MIPS64 mode.
[ MSVC ]
- Compile capstone.dll with static runtime MSVCR built in.
[ Python binding ]
- Fix a compiling issue of Cython binding with gcc 4.9.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changelog is :
3.8.8 -> 3.8.9
- Add new directive "createolddir" and "nocreateolddir". These directives
can be used to create the directory specified by olddir with particular
"mode", "owner" and "group".
- Continue with rotation even when first log from logset is removed
during the rotation.
- Fix crash on BSD systems introduced in 3.8.8 caused by different qsort_r
function. Function qsort is now used instead.
- Fix potential buffer overflow in usage of strncat function.
- Fix compilation with musl-libc.
- Add experimental 'renamecopy' directive to allow 'olddir' on different
physical device. See the "man logrotate" for more information.
3.8.7 -> 3.8.8
- Add support for building using autotools/automake. Using "./autogen.sh",
"./configure" and "make" is now preferred way how to build logrotate.
Old Makefile remains available, but it is deprecated and will be removed
in the future. Please report any problem related to new build system.
- Add support for systems which do not support fork (use vfork instead)
and madvise.
- Fix bug when wrong log file has been removed in case of dateext and
dateformat %d-%m-%Y.
- Do not expect that the name of root account is 'root'.
- Do not stop rotation with an error when olddir and log file
are on different devices and copy or copytruncate is used.
- Return an error code when parent directory of log does not exist,
"su" directive is not used, logrotate is running as root and missingok
is not specified. [vcizek]
- Prepend error printed by compression program with the log name even when
the compression program exits with zero exit code.
pkgsrc change : took over maintainership.
|