summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-01-13Update to 1.2.13:wiz4-32/+6
SDL 1.2.13 is a minor bug fix release. General Notes * Fixed link error when building with Intel Compiler 10. * Removed stray C++ comment from public headers. Unix Notes * Fixed crash in SDL_SoftStretch() on secure operating systems. * Fixed undefined symbol on X11 implementations without UTF-8 support. * Worked around BadAlloc error when using XVideo on the XFree86 Intel Integrated Graphics driver. * Scan for all joysticks on Linux instead of stopping at one that was removed. * Fixed use of sdl-config arguments in sdl.m4 Mac OS X Notes * SDL now builds on Mac OS X 10.5 (Leopard). * Fixed high frequency crash involving text input. * Fixed beeping when the escape key is pressed and UNICODE translation is enabled. * Improved trackpad scrolling support. * Fixed joystick hat reporting for certain joysticks.
2008-01-13Update to 1.2.24:wiz3-10/+10
version 1.2.24beta01 [November 19, 2007] Moved misplaced test for malloc failure in png_set_sPLT(). This bug was introduced in libpng-1.2.20beta01. Ifdef out avg_row etc from png.h and pngwrite.c when PNG_NO_WRITE_FILTER Do not use png_ptr->free_fn and png_ptr->mem_fn in png_destroy_read_struct() when png_ptr is NULL (Marshall Clow). Updated handling of symbol prefixes in Makefile.am and configure.ac (Mike Frysinger). version 1.2.24beta02 [November 30, 2007] Removed a useless test and fixed incorrect test in png_set_cHRM_fixed() (David Hill). version 1.2.24rc01 [December 7, 2007] No changes. version 1.2.24 [December 14, 2007] Make sure not to redefine _BSD_SOURCE in pngconf.h Revised gather.sh and makefile.std in contrib/pngminim to avoid compiling unused files.
2008-01-13Update to 2.1.4:wiz5-34/+35
2.1.4 - December 12th, 2007 : ============================= * Added support of pictures in Ogg Vorbis and Speex files (with Ogg Vorbis tags), * Added support of pictures in FLAC files (with FLAC Vorbis tags). * The code for handling FLAC files was also fully rewritten, * Added view of tag fields in the main list of files, * Added a button on the main window to select a directory to browse for file (useful when the tree is hidden), * Fixed compilation problem with mpeg4ip 1.6 (thanks to Götz Waschk), * Fixed messages boxes to use the stock buttons and labels of GTK, * Fixed file easytag.desktop (thanks to Doruk Fisek and Götz Waschk), * Fixed problem with dates and EUC-JP locale when displaying lines on the log window (thanks to Misty Haiku), * Fixed problem with the Cddb manual search when using a proxy, * Fixed detection of Roman numerals before a coma and dot characters in the scanner window, * Settings to write ID3v1.x tags : the option "//TRANSLIT" was enabled by default to avoid an error message with UTF-8 strings. This was the setting used before using libid3tag instead of id3lib, * Fixed problem when reading tag with some languages as Turkish (patch from Doruk Fisek), * New Chinese (Taiwan) translation (thanks to Jose Sun), * Hungarian translation updated (thanks to Mészáros Csaba), * Chinese (Simplified) translation updated (thanks to Yang Jinsong), * German translation updated (thanks to Götz Waschk), * French translation updated.
2008-01-13Fixed error message from check-interpreter.mk reported by Olaf Seibertheinz1-1/+3
on pkgsrc-users.
2008-01-13nkf was updated to 2.08b.obache1-2/+1
2008-01-13Updated converters/nkf to 2.08bobache1-1/+2
2008-01-13Update nkf to 2.08b aka 2.0.8b.obache2-11/+13
pkgsrc changes: add DESTDIR support Changes 2.0.6 == Addition of --ic --oc option --Ic=<input codeset> --oc=<output codeset> option was added. Shift_JIS, CP932, EUC-JP, CP51932, eucJP-ms, ISO-2022-JP, UTF-8N(UTF-8), UTF-8-BOM, UTF-16BE, UTF-16BE-BOM(UTF-16), UTF-16LE, and UTF-16LE-BOM. UTF8-MAC can be specified for input. == Addition and change in mapping The character-code of JIS-affiliated and correspondence with Unicode decided to be defined. Decode from these to Unicode secures the thing that conversion in the defined range is correctly done. Conversion in the range not defined is not secured. Encode from Unicode secures the thing that conversion in the defined range is correctly done, conversion in the range not defined is assumed to be an error, (possible fallback), and Unicode, and an illegal character secures the skipped thing. == Addition of fallback option The --fb-{skip,html,xml,perl,java,subchar} option was added. How the character that was not able to be converted is treated when converting it from Unicode into Shift_JIS, EUC-JP, and ISO-2022-JP can be specified. == Addition of --no-best-fit-chars option The character for which the round trip safety is not secured is not converted at conversion from Unicode. - when Unicode is converted from Unicode It is possible to use it to convert the UTF form of nkf when specifying it with x. (If this is not specified if it says oppositely, a part of character is not preserved. ) When the character string related to passing is converted, this option is strongly recommended to be specified. == Addition of --in-place[=SUFFIX] option --in-place option to renew the time stamp to --overwrite that maintained the time stamp was added. == Document of hiragana katakana conversion Because the document of the hiragana katakana conversion had reversed, this was corrected. A correct document is as follows. -H1 --hiragana katakana > hiragana -H2 --katakana hiragana -> katakana -H3 --katakana-hiragana katakana <-> hiragana == Others "Q" decipherment of encoding and the bug such as fold-margin are corrected. == 2.0.6a The permission of the file at the packaging was changed. Changes 2.0.7 * The character of CP51932 corrects not doing fallback. * It is corrected not to compile excluding gcc. * Making to ANSI C. * The bug around changing line of MIME encode is corrected. * The binary file came to be also good at base64 by -t2MB. * Support the conversion of repeating hiragana and katakana sign by -h. * Support the conversion of V of the hiragana and the katakana by -h. * DOS and OS/2 1.x support by lukewarm * OpenWatcom, OS/2, and djgpp V2 support by By lukewarm Changes 2.0.8 * Support of UTF-32 and CP10001(Microsoft's MacJapanese). * It supports outside BMP of Unicode. * The user definition character of the CP932 faction is supported. * The range of the Shift_JIS emoticon of Softbank Mobile is supported with NTT DoCoMo. * The line feed code was displayed with --guess. * It is corrected that the guess when the character-code cannot be fixed with --guess was broken. * It is corrected to have thrown away SI/SO/ESC at the EUC mode. * When the input of UTF-8 is encoded in MIME, it is corrected not to be output correctly. * Processing was continued even if there was a file that was not able to be read when two or more files were given. * Various corrections in CP932 turn In 2.0.8a in addition to above * It is corrected not effective of -L. * It is corrected not to be able to make nkf32.dll.
2008-01-13Regen.joerg1-2/+2
2008-01-13Keep locale_alias symbol and don't hide it when visibility supportjoerg3-2/+19
exists and libiconv is compiled. This restores symmetry between libiconv.so, libiconv.a and libintl and fixes the build of gettext-tools on Linux. Bump revision.
2008-01-13Fix RUBY_DYNAMIC_DIRS to DESTDIR ready.obache1-3/+3
Now ruby18-base really support DESTDIR.
2008-01-13Note PKGREVISION bump of libgnomeui.minskim1-1/+2
2008-01-13This package requires gtk2+>=2.11.5.minskim1-2/+3
Bump PKGREVISION.
2008-01-13Note PKGREVISION bump of libbonoboui.minskim1-1/+2
2008-01-13This package requires glib>=2.14.0 to use g_option_context_get_help.minskim1-2/+3
Bump PKGREVISION.
2008-01-13+ abcm2ps-5.7.2, abcmidi-20080104, awesome-2.1rc1, digikam-0.9.3,wiz1-18/+24
exiv2-0.16, fuse-0.9.0, geda-1.3.1.20080110, kmess-1.5, libextractor-0.5.19, libidn-1.4, mathomatic-12.8.4, openafs-1.5.30, openbox-3.4.5, osh-20080109, pcre-7.5, phpmyadmin-2.11.4, rox-2.7.1, scribus-1.3.3.11, snownews-1.5.8, tea-17.5.3, transcode-1.0.5, twolame-0.3.12, wxRemind-32.
2008-01-13Take maintainership. These packages are more or less obsoleted by thegdt5-10/+10
new gutenprint package, but I'll leave them for a while in case anyone is using them, probably removing them 2008-06-15, just before the 2008Q2 freeze.
2008-01-13Appease pkglint^Wrillig and add a note for patch-as.joerg2-3/+6
2008-01-12Fix pthread mutex init. Bump revision.joerg3-2/+17
2008-01-12The package supports installation to DESTDIR.heinz1-3/+6
2008-01-12Fix path to package dir.wiz1-2/+2
2008-01-12Note update of lang/squeak to 3.9-8.bad1-1/+2
2008-01-12Update Squeak to 3.9-8.bad10-79/+137
Based on patches by Brian de Alwis in PR pkg/37522. Don't include aio.h in patch-ak, it is not needed. Don't require bash for npsqueakrun yet. There is more work to do to make the nsqueak plugin work. Changes since 3.6-3: *2006-10-10* 3.9-8 released. <release/RELEASE_NOTES_3.9-8> ALSA support for Linux. Problems with iconv() fixed on Solaris. *2006-04-24* 3.9-7 released. <release/RELEASE_NOTES_3.9-7> Modifications to the mechanism the VM uses to relinquish the processor for very short intervals to avoid high CPU loads while idling. UUIDPlugin is now external to prevent the VM failing to run when libuuid is missing or uncooperative. AioPlugin is bundled. Aliases are resolved in path names on OS X. *2006-04-19* 3.9-4 released. <release/RELEASE_NOTES_3.9-4> KeyUp events are no longer reported for autorepeats under X11. Improvements to socket latency. Security plugin now obeys SQUEAK_USERDIR if set. OSProcess and XDisplayControl plugins updated from current distributions and bundled. The 3.9 Unix VMs are now fully compatible with Croquet and will run both Squeak and Croquet images. Additional plugins required for Croquet are now supported and bundled in both source and binary releases: CroquetPlugin, FloatMathPlugin and UUIDPlugin. *2004-04-06* 3.7-7 released. <release/RELEASE_NOTES_3.7-7> Documentation updated to reflect recent organisational changes. 'gnuify' no longer requires gawk. Obscure bug in socket option lookup fixed. NPSqueak changes from Bert (SQUEAK_USERDIR environment variable overrides 'My Squeak', plus several bug fixes). Event code updated for recent changes to event structures. README, manual page, and how-to documentation updated and revised. Instructions for SVN checkout added. 'Easy build' route for checked-out SVN repository sources added. Browser plugin now supports imageName and failureUrl attributes within <embed ...> tag. Preliminary support for XDND-based drag-and-drop (Gnome, KDE, etc.) in the X11 display driver. New flag '-glxdebug <n>' prints OpenGL diagnostics in X11 display driver. Interpreter should no longer crash when loading image segments into memory above the 2GB boundary (thanks to Ned Konz). Additional checks for bad external data in SocketPlugin. Less inappropriate noise when probing for external plugins. Problems preventing more than one external plugin from loading in Mac OS X fixed.
2008-01-12Only force gmake for imake on Linux, if using native implementation.joerg1-1/+3
2008-01-12Fix accidently broken patch.joerg2-12/+3
2008-01-12Add missing checksum for patch-ac (hi Blair!)tnn1-1/+2
2008-01-12Remove gmakeism from Linux rules.joerg3-6/+17
2008-01-12Add wbxml2.dillo1-1/+2
2008-01-12Most of destdir support, based on a patch from Klaus Heinz.gdt1-5/+12
# This does not quite work. The problem is that new-catalog writes # the catalog in /usr/pkg/share/guile/site, rarther than the proper # place in the destdir.
2008-01-12Add SyncML plugin and library.dillo1-1/+3
2008-01-12g/c 63 completed updatestnn1-63/+1
2008-01-12Update HOMEPAGEtnn1-2/+2
2008-01-12Adjust description to note that this is platform libraries only.gdt2-4/+4
2008-01-12Fix build on newer Linux systems.joerg2-1/+16
2008-01-12If LOWER_ARCH is x86_64 on Linux, force it for MACHINE_ARCH as well.joerg1-1/+4
On a Core 2 Xeon, it breaks a lot of things otherwise as it ends up as something like "Intel(R) Core(R)".
2008-01-12Note addition of SyncML plugin for opensync and its dependencies.dillo1-1/+4
2008-01-12Initial import of SyncML plugin for the opensync framework.dillo4-0/+46
2008-01-12Initial import of libsyncml, an implementation of the SyncML protocol.dillo9-0/+357
2008-01-12Initial import of wbxml2 library.dillo6-0/+100
2008-01-12added missing tr locale support, from Thomas Klausnerdrochner1-1/+2
2008-01-12Fix installation and add DESTDIR support.joerg2-3/+7
2008-01-12Update HOMEPAGE and MASTER_SITES.wiz2-8/+8
2008-01-12Update lang/coq to 8.1pl3tonio4-22/+14
hanges from V8.1pl2 to V8.1pl3 =============================== Bug fixes - A critical bug and a few other bugs have been fixed.
2008-01-12db4 update related revision bumpadam40-70/+80
2008-01-12cube@ confirms that open-vm-tools builds on NetBSD/x86_64, so enable it.agc1-2/+2
2008-01-12Change MASTER_SITES to ${MASTER_SITE_LOCAL}.bjs1-2/+2
2008-01-12Change *_SITES to oracle (old one does not exist anymore).obache1-4/+3
2008-01-12Revert previous revision which I accidently commited.taca1-3/+1
It was my local obsoleted revision. Noted by obache@ via private mail.
2008-01-12Note update of www/squid package to 2.6.18.taca1-1/+2
2008-01-12Update squid package to 2.6.18 (2.6.STABLE18)taca2-6/+6
Changes to squid-2.6.STABLE18 (10 Jan 2008) - Fix 2 assertion failures related to the fix for SQUID-2007:2 - GPL license cleanup to GPLv2 or later. One file in edir_digest_auth was GPLv2 only, now replaced with a GPLv2 or later licensed vesion. - Minor cleanups to make certain 64-bit platforms happier - Several Digest authentication bugs fixed wich was causing random authenitcation popups or failures. - --with-valgrind-debug updated for valgrind-3.3.0.
2008-01-12trailing white-spacetnn1-5/+5