Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Patches from awstats CVS.
Bump PKGREVISION.
|
|
|
|
* Use freetype's FT_Outline_Get_Bitmap to make freetype rasterize from our internal data structures. Use freetype by default for the fontview and metricsview (except in some cases).
* The bitmap dlg didn't work for multilayered fonts when told to use freetype to rasterize.
* If we had a contour nested inside another, and did an Overlap Exclude with the nested contour selected, then that contour was not excluded.
* The []Correct Direction check box when importing PostScript, didn't do anything. (or rather it did, but got overrulled later)
* In bitmap only fonts, bitmaps created without moving the width line would get lost.
* Added a scripting command "SelectByColor"
* Don't apply transformations to glyphs which aren't worth outputting
* Moving control points with the get point info command had problems in quadratic splines.
* When adding type42 support I broke multiple master support.
* Werner provided a patch to add a trailing newline to my type1 fonts.
* Support for PaintType==2 and stroked fonts.
* Various problems with the clustering command
* Oops, somehow a patch reverted and things didn't work on systems without iconv
* worked on a couple of other configuration problems for the mac
* Some people install libraries without headers. Be prepared.
* Uniscribe (MS unicode text layout routines) may ignore either the GPOS or the GSUB table depending on the script, and may even refuse to use the font at all if it doesn't have the right stuff in GPOS/GSUB. A Hebrew font must have both a GPOS and a GSUB. If it doesn't the font is not used. A latin font need not have either, but if it doesn't have GSUB then GPOS won't be used.
|
|
cache file by default; one of them is that recursion isn't re-parsing
the values correctly (and hosing up on multiple spaces in things like
CPPFLAGS). Amusingly enough, this hosage does not happen with a site
cache file such as the one generated by autoswc.
The switch to using :Q on these variables tripped over this stupidity bug,
so turn off the Cyrus configure.in stupidity where it tries to force use
of a cache file.
Fixes PR pkg/29375 and PR pkg/29380.
|
|
|
|
This is a bug-fix release. It contains the fix for
http://www.python.org/security/PSF-2005-001/
which we added in 2.3.4nb7.
|
|
|
|
|
|
|
|
them instead.
|
|
icc is a high performance compiler suite for Linux/i386 and ia64, and
is free for non-commercial use. see:
http://www.intel.com/software/products/compilers/clin/
for more information.
tested with icc version 8.0 and 8.1 on Slackware 10/i386.
|
|
so move the setting for _WRAP_ARG_PP.LIBTOOL out of conditional areas of
bsd.wrapper.mk and set it globally in bsd.buildlink3.mk with the rest of
the libtool wrapper variables.
|
|
|
|
changes since 0.12:
0.13 Fri Oct 22 06:44:19 PM 2004
- Updated example code to use the new CL_SCAN_*
constants.
- Added CL_SCAN_STDOPT to exports.
- Added backwards compatible constants.
|
|
|
|
Changes between 1.3 and 1.3.1 are:
Fixed Ogg Vorbis length detection on AMD-64
Fixed crash on some invalid MP3s (regression from 1.2 to 1.3) where
corruped tags caused crashes or out of memory errors
Clear the ID3v1 track number when attempting to set it to a value greater
than 255 (8-bit value)
Fixed crash in invalid APE tags where the number of tag items didn't match
up with the number actually present
Added other additional sanity checks to the APE parsing code that should
make it more robust
Fixed Makefile problem that caused the apeitem.h header to not be
installed and made it impossible to use the APE API directly
|
|
|
|
meant. Approved by jlam.
|
|
Changes:
* increase color pairs value for xterm-256color and xterm-88color
to match ncurses, which has an experimental option to support this.
* modify ifdef's to make AIX use termios rather than termio; the
struct sizes for the two were not the same.
* improve CF_WITH_IMAKE_CFLAGS configure macro script for
OSMAJORVERSION and OSMINORVERSION values, e.g., for Tru64 and AIX.
* modify ifdef to define USE_POSIX_TERMIOS for Darwin (patch by
Min Sik Kim).
* modify find_utmp() to initialize the whole utmpx struct (except
ut_id), since that is needed for OSF1 4.0D to prevent an infinite loop
on exit.
* add configure check before adding -D_POSIX_SOURCE since some
platforms predefine it, e.g., cygwin.
* add simplified sed expressions in CF_IMAKE_CFLAGS configure
script macro to ensure value for PROJECTROOT is quoted on Solaris,
i.e., when nested \( and \) are not interpreted correctly.
* correct DEC rectangle operations to reset state after completing
the operations.
* modify CASE_ST handling in charproc.c to ensure that the parse
state is reset even if xterm is not currently processing an OSC or
other string (patch by Johnny Billquist forwarded by Matthias Scheler,
NetBSD xsrc/29003).
* fix OS/2 build for innotek_libc (patch by David Yeo).
* fix a regression from patch #197 fix for Debian #277832 which
disowned the selection if it was scrolled, e.g., by the user pressing
return at the bottom of the screen (Debian #291787).
* move the warning/exit for missing $DISPLAY into the error
handler in case -display is given, and the connect fails for some
other reason.
|
|
|
|
Aisleriot:
- Fixed Helsinki and Neighbor is click-to-move mode.
- Fix Will-o-the-Wisp to stop it making incorect moves.
Gataxx:
- Remove a C99ism, we should compile with gcc 2.98 again.
- Handle missing themes better.
Gnometris:
- Handle missing themes better.
Iagno:
- Fix a crasher in the hard AI.
- Handle missing themes better.
Klotski:
- Redraw the board properly when starting a new game.
Same GNOME:
- Handle missing themes better.
|
|
Welcome to version 4.04.
|
|
|
|
Blogbench is a portable filesystem benchmark that tries to reproduce
the load of a real-world busy file server.
It stresses the filesystem with multiple threads performing random
reads, writes and rewrites in order to get a realistic idea of the
scalability and the concurrency a system can handle.
|
|
and skipped args.
|
|
|
|
the compiler wrapper already knows to do. This should protect
"-install_name ..." from wrapper transformations within the libtool
wrapper on Darwin and fixes PR pkg/29215.
Software that properly use libtool don't pass an explicit "-install_name
..." because libtool always generates its own such argument when
building the (Darwin) shared library. However, not every piece of
software, including the ones like lang/tcl that pkgsrc converted to
use libtool, will use libtool in the documented fashion. Longer term,
those packages should be fixed properly, but we will still need the
libtool wrapper to avoid transforming arguments that the compiler
wrapper itself doesn't transform, e.g. for MIPSpro and -LANG:*.
|
|
|
|
This is the first 0.9 release - the main editing widget has been rewritten
since the last release (0.7.16). Please download it and try to break things
(and fix them - patches gratefully acepted!).
The new code fixes a long-standing problem where Conglomerate would crash when
loading certain documents. This has now been fixed (we believe), so that
Conglomerate should now be able to load and display any well-formed XML
document. The design is simpler and should enable us to implement more
sophisticated effects in the future (e.g. table editing).
Unfortunately, whilst it's better than it was at loading files, it's now less
stable when it comes to editing them. There are quite a few bugs still present
in the new implementation - for example, "span tags" are invisible if present
in a document loaded off disk (freshly created span tags appear as expected).
This and other bugs can be seen below a tracker bug ( bug # 143769 ); please
file bugs with editing and attach them to this tracker bug.
New Translations:
* Simplified Chinese (zh_CN) (Funda Wang)
Updated Translations:
* Czech (cs) (Miloslav Trmac)
* German (de) (Frank Arnold)
* Greek (el) (Kostas Papadimas)
* Canadian English (en_CA) (Adam Weinberger)
* British English (en_GB) (David Lodge)
* Spanish (es) (Francisco Javier F. Serrador)
* French (fr) (Michèle Garoche)
* Dutch (nl) (Daniel van Eeden)
Enhancements
* Major rewrite of the main editing widget (David Malcolm)
(Nickolay V. Shmyrev)
* Improvements to menu icons and keyboard shortcuts (Alan Horkan)
* Beginnings of work on a table-editing plugin for DocBook
(David Malcolm)
Fixes
* Fixes to i18n framework (Michèle Garoche) (Geert Stappers)
(Marcel Telka)
Fixes to improve stability of basic editing (Nickolay V. Shmyrev)
* Fixed the random document generator to use the correct text
"Lorem ipsum" text from Cicero's "de Finibus Bonorum et Malorum",
based on http://lipsum.com/ (David Malcolm)
* Cleaned up to fix bug # 145096 (David Malcolm)
* Fixed simple word-wrapping in new editor widget (I hope) bug # 143994
(David Malcolm)
|
|
Bump PKGREVISION.
|
|
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0202
|
|
|
|
syntax errors (and unchanged example files to be left behind) on Interix;
it probably causes a problem on others.
(This test appears to work around a case where two files were exactly the
same by inode, and have the script *not* delete the file in that case.
I'm not exactly sure why that is desirable at all.)
|
|
|
|
location. This fixed PR pkg/29371.
Bump PKGREVISION.
|
|
NetBSD).
|
|
Approved by jlam.
|
|
|
|
|
|
|
|
|
|
This release adds localization support for Farsi (thanks to Sina Heshmati) and
improved support for the XLink-based DocBook NG db:link element. Other than
that, it is a minor bug-fix update to the 1.68.0 release. The main thing it
fixes is a build error that caused the XSLT Java extensions to be jarred up
with the wrong package structure. Thanks to Jens Stavnstrup for quickly
reporting the problem, and to Mauritz Jeanson for investigating and finding the
cause.
Also use .tar.bz2 distfile.
|
|
|
|
because the configuration created by the user might still be in that
directory.
|
|
|
|
changes since 0.82 (summarized):
* clamd: change default value of StreamMaxPort to 2048
* freshclam: add support for Foreground (requested by Jeremy Kitchen
<kitchen*scriptkitchen.com>)
* clamav-milter: Added --whistlist-file and --sendmail-cf options
When in SESSION mode, not all sessions would send END
other changes are documentation and misc. bug fixes.
|
|
|
|
|
|
|