Age | Commit message (Collapse) | Author | Files | Lines |
|
Remove deprecated ossaudio.buildlink3.mk.
|
|
|
|
Changes from 0.103:
- Everything from MAME 0.104 (http://x.mame.net/changes-mame.html) and
MESS 0.104 (http://x.mame.net/changes-mess.html).
|
|
Changes from 0.103:
- Everything from MAME 0.104 (http://x.mame.net/changes-mame.html) and
MESS 0.104 (http://x.mame.net/changes-mess.html).
|
|
|
|
|
|
Changes since 5.6.4 includes:
* Fixed a small timing hole where the read from the read end of the output
pipe of the server shell can fail. (The read is retried.)
* Added a macro for testing mmap failure to accommodate a picky compiler.
* The minor version number is being bumped. There is a new (albeit tiny)
feature being added to the syntax. See the doc on the pseudo-macro.
* Fixed a bug wherein out-of-order definitions could get mistyped causing
various catastrophic results.
* Definition and license text files were mmap-ed in without checking for
the size being a multiple of a page. strlen() would seg fault.
Horrible, horrible design of mmap!
* disable autoopts/test/getopt.test unless autoopts has been fully installed.
(It requires getopt.tpl which requires a fully installed environment.)
* several other usability improvements to the tear off library.
* template shell code may now use a shell function "die" that will print
an error message and shoot down the master autogen process.
* the tear-off/add-in libopts library will now specify that the
"options.h" header is to be installed.
* realpath(3C) usage in libopts has been cleaned up. It is now only used
if PATH_MAX is defined for the platform. canonicalize_file_name(3C) is
used where available.
|
|
|
|
Add support for powerpc (but it does *not* work stable yet)
Allow the use of SUSE_PREFER=10.0
|
|
Add support for powerpc (but it does *not* work stable yet)
|
|
Add support for powerpc (but it does *not* work stable yet)
|
|
pkgsrc.
|
|
|
|
0.25.2 release. Important security fix for Windows and OS X
users.
With versions of monotone prior to this release, a person with
commit access could commit a malicious file with a name like
"mt/monotonerc". When anybody else then checked out this
revision on a system with a case-folding filesystem --
usually, this means, "on Windows or OS X" -- then their
monotone would run arbitrary Lua code stored in this file.
The _only_ change in this release as compared to 0.25 is that
the existing checks against files in MT are now extended to
check for mt, Mt, and mT.
All users on Windows and OS X, or otherwise checking out
versioned source on a case-insensitive filesystem, are
recommended to upgrade immediately. Binaries used only for
serving, or only on case-insensitive filesystems (i.e., most
Unix users), are not affected.
(0.25.1 was never released in source form. The original
0.25 build for Windows was found to have problems on NT 4, and
0.25.1 was Windows-only rebuild with NT 4 compatible
libraries.)
|
|
work with apache2 too.
|
|
|
|
Fix PLIST
Add dependancy to p5-Graph, p5-GraphViz isn't enough.
bump PKGREVISION.
|
|
|
|
oss.buildlink3.mk
oss.builtin.mk
that work like modern buildlink3.mk and builtin.mk files do. We no
longer support audio/oss (which will be removed shortly). Mark
ossaudio.buildlink3.mk for deprecation after all references to it
have been replaced with "oss.buildlink3.mk" in package Makefiles.
|
|
has already determined.
|
|
|
|
Also fix the command name in usage. Suggested by Robert Elz in PR pkg/32990.
Bump PKGREVISION.
|
|
|
|
Bump PKGREVISION.
Update HOMEPAGE and MASTER_SITES.
|
|
installing the liboctave info files.
|
|
Over 700 lines of changes omitted, but four new drivers added:
bcmxcp gamatronic solis upscode2
|
|
Over 700 lines of changes omitted, but four new drivers added:
bcmxcp gamatronic solis upscode2
|
|
|
|
|
|
Add missing gettext-lib, qt3-tools (for qt) dependencies.
Add USE_DIRS+=xdg-1.1 for the desktop file.
Addresses PR 33042 by Ryu HAYASAKA.
|
|
|
|
requires gd>=2.0.34, which was never released. Thus, it always uses
the internal gd library (gd-2.0.33 with some improvements) and doesn't
depend on the pkgsrc gd library.
Bump PKGREVISION.
|
|
|
|
|
|
- Error messages are now translated using GNU Gettext.
- The function gnutls_x509_crt_to_xml now return an internal error.
This means that the code to convert X.509 certificates to XML format
does not work any more. The reason is that the function called
libtasn1 internal functions. It seems unclean for libtasn1 to export
the APIs needed here. Instead it would be better to implement XML
support inside libtasn1 properly. If you need this functionality
strongly, please consider looking into implementing this suggested
approach instead. As a workaround, you may also modify lib/x509/xml.c
(change '#if 1' to '#if 0') and build using --with-included-libtasn1.
- Doc fixes to explain that gnutls_record_send can block.
- gnutls-cli can now recognize services and port numbers with the -p option.
|
|
revbump: only print "updated" line when updating was successful.
|
|
- Support constant size bit strings, as in 'BIT STRING (SIZE(42))'.
Reported by Cyril Holweck <cyril.holweck@q-free.com>.
- Add two more APIs required by GnuTLS.
- New public APIs:
asn1_find_node function
asn1_copy_node
|
|
|
|
Overview of Changes from GTK+ 2.8.13 to GTK+ 2.8.14
===================================================
* Fixed invalid memory access in g_object_sink() from GLib-2.10.0 (in
combination with GLib-2.10, at least GLib-2.10.1 is required now).
* Bugs fixed:
320132 Drag cursor position not identical with the drag hotspot
[Christian Neumair]
333133 wrong appearance for colour button [Christian Persch]
321301 ms-windows-engine differences from native GUI - combo boxes
[Jernej Simončič, Dom Lachowicz]
333291 Focus line of GtkExpander at the wrong place in RTL mode
[Benjamin Berg]
324562 XInput events are at incorrect xy-coordinates [Denis Auroux]
142536 Wacom pointer offset when using TopY other than 0 [Robert Ögren]
332985 GtkButton doesn't allow image-only buttons via "image"
property [Kalle Vahlmann]
333555 When changing icon of button, icon does not change
332466 Strange row spacing in GtkIconView when item width is set
[Donald Straney]
333363 build_insensitive_pixmap does not check return value
from gdk_pixbuf_get_from_drawable [Ed Catmur]
333268 Crash in gnome-program when running a program with an wrong display
[Paolo Maggi, Christian Persch]
333377 Cursor does not appear everytime when clicking on the widget
[Steve Frécinaux]
323401 blink_cb optimization is not working
316689 GtkTreeView does not resize correctly [Chris Lord]
148518 Fix incremental loading of 8-bit pcx files [Magnus Bergmann]
* Updated translations (cy,de,es,nn,pl)
|
|
|
|
gxine-0.5.5, hyperestraier-1.1.4, libpreludedb-0.9.6, libusb-0.1.12,
nessus-2.2.7, p5-SVN-Web-0.45.
|
|
avoid undefined symbols on Darwin. This closes PR pkg/32753.
|
|
|
|
the old names.
|
|
not good style to make the package author define variables from the
pkgsrc-internal namespace. The variables REPLACE.* and REPLACE_FILES.*
can now be used as replacements for _REPLACE.* and _REPLACE_FILES.*.
Support for the old variable names will be removed after 2006Q2.
|
|
|
|
installing the liboctave info files.
|
|
|
|
|
|
|