summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-06Fix errno. Fix implicit prototype mismatches. Add DragnFly support.joerg14-24/+191
On DragonFly, just fetch using the macros, e.g. using the slow path. Use pkgsrc readline instead of local version. Bump revision.
2006-01-06- s/existant/existent/rillig1-2/+2
2006-01-06+ gob2-2.0.14.wiz1-2/+2
2006-01-06gnome-desktop updated to 2.12.2.wiz2-3/+3
2006-01-06Clean up own directories.salo2-3/+16
Bump PKGREVISION.
2006-01-06Update to 2.12.2:wiz3-25/+7
=============== Version 2.12.2 =============== Misc * Fix build on Darwin (Mark) Translators * Ivar Smolin (et)
2006-01-06- Renamed checkfile_patches_patch to checkfile_patch.rillig1-4/+4
2006-01-06Updated net/mDNSResponder to 107.3wiz2-3/+3
2006-01-06Update to 107.3. Changes unknown.wiz5-11/+46
2006-01-06Use SUBST framework.joerg1-6/+13
2006-01-06Added an RCS Id and an introductory comment.rillig1-0/+5
2006-01-06Note update of "xservers" package to version 3.3.6.5.tron1-1/+2
2006-01-06Update "xservers" package to version 3.3.6.5:tron4-10/+33
- Remove a redundant directory from the distribution file which reduces its size from 20MB to 15MB. - Add patches to work arround build problems caused by questionable code defining macros named like standard C functions before including "stdlib.h". This fixes PR pkg/32453 by Dave J. Barnes.
2006-01-06Clean up own directories.salo2-2/+10
Bump PKGREVISION.
2006-01-06xvidcore updated to 1.1.0.wiz2-3/+3
2006-01-06Update to 1.1.0:wiz5-41/+44
This release is the long awaited 1.1.0. It is mostly API compatible with the previous stable release as we dropped support for reduced resolution coding. If your application didn't use that feature then the upgrade is totally compatible. Changes since 1.0.3: * xvidcore: * Improved Low bitrate quality. * Improved VBV support * Rate-Distortion mode decision for bvops * New postprocessing functions, brightness and deringing * New PowerPC port by Christoph Naegeli * Brand new amd64 Linux 64bit port by Andre Werthmann * Various decoder and encoder speedups * A few bugs squashed * VFW frontend * Mingw/CygWin support * Various small improvements * A few bugs squashed * DShow frontend * Mingw/CygWin support * Support for brightness control * Various small improvements * A few bugs squashed Changes since 1.1.0-beta2: * xvidcore * Field interlaced decoding * IEEE-1180 compliant SSE2 iDCT (disabled for safety) * Fixed misaligned reads on RISC platforms such as ARM * Completed GCC 4.0 support * Export only public API on GNU/Linux and Solaris * Work on the example apps. Support for AVS input in xvid_encraw * VFW frontend * Small updates * DShow frontend * Additional fourcc support
2006-01-06Use SUBST framework. Use PERL5 instead of ${PREFIX}/bin/perl to getjoerg2-5/+17
the location of the interpreter.
2006-01-06mldonkey updated to 2.7.2.wiz2-4/+4
2006-01-06Update to 2.7.2:wiz4-10/+8
2006/01/05: version 2.7.2 = tag release-2-7-2 4764: Patch for MLDonkey-compiled Ocaml-3.09.1 to fix GTK1 oldgui compile 4763: Compile patch for GTK1 oldgui with Ocaml 3.09.1 Ocaml 3.09.1 has a bug which prevents compiling GTK1 oldgui. A patch can be found here: http://caml.inria.fr/mantis/view.php?id=3948 2006/01/04 4761: Insert glibc version in archives build by release targets 4760: Allow use of Ocaml 3.09.1 MLDonkey can now be compiled with Ocaml 3.08.3/4, 3.09.0/1 Default for MLDonkey-compiled Ocaml is now 3.09.1 4759: Configure: Improve gcc check 4757: Compile patches for MorphOS (Christian Rosentreter) 4748: HTML: Allow rename of files with '#', '&' and '%', remove invalid chars from filenames depending on OS (thx to pango) 4756: HTML: Print build- and runinfo on main page, fix reload bug when changing html_mods/html_themes (Knocker) 2006/01/03 4751: Ease use of messages_filter option (pango) 4753: Allow upper case MD4 for ed2k-links in mldonkey_submit (fcrozat) 4754: New parameter --auth for mldonkey_command (plf team) 2006/01/02 4749: GUI: send shared sub_files to gui (zet) 2006/01/01 4712: Change terminal color for command line from blue to cyan (romildo) 4742: Log: remove verbosity "tor" & "file", improve verbosity "verb" 4743: EDK: Print "File is already shared" when trying to start downloading an already shared file 4744: Split client_timeout into ED2K-client_timeout and BT-client_timeout, increase BT-client_timeout to 90 (tradie) 4745: Update config.guess and config.sub to version 2005-12-23 2005/12/28 4725: Check if ulimit is sufficient for MLDonkey, auto-adjust max_opened_connections * moved ED2K-max_indirect_connections to downloads.ini * max_indirect_connections is now a %-value of max_opened_connections * minimum ulimit for open files is now 150 (most systems have 1024), MLDonkey will refuse to start if ulimit is lower * minimum max_opened_connections is now 75 * reduced max_concurrent_downloads from 60 to 50 * minimum ulimit -n 150 is used like this: - 75 max_opened_connections - 50 downloading files - 5 upload slots - 20 fd as reserve for ini files 4704: Fix some C compile warnings (schlumpf) 4739: Fix some cross-compiling obstacles, remove Ocaml 3.08.2 compatability * Cross-compiling is only possible with a correct Ocaml toolchain * MLDonkey can not build this Ocaml toolchain * This patch only fixes some autoconf checks 4735: MinGW: pause before core exit because of existing Pid file 4736: New commands: sysinfo, runinfo and diskinfo * removed temp_directory and core_directory from shares command output * new commands sysinfo, runinfo and diskinfo * buildinfo now prints only buildinfo * runinfo prints run-time information * new command diskinfo prints filesystem data about temp_directory, core_directory and all shared dirs * sysinfo prints buildinfo, runinfo and diskinfo alltogether 4712: Change terminal color for downloading files from blue to cyan (romildo) 2005/12/24 4732: Log: More infos for verbosity = " verb" 2005/12/21 4728: fix date format (zet) 4730: BT: parse path.utf-8 (zet) 2005/12/19 4726: New option space_overhead to adjust garbage collection (bogeyman) 4724: Windows: 10 seconds pause when core start fails to make error messages readable 2005/12/18 4723: New build target: make ocamldoc (pango) 4721: Log: Improve output for verbosity "verb", remove verbosity "hid" 2005/12/17 4719: Fix linking of dp500 (pango) 4715: OV: Improve searching, longer ov timeout, some more bugfixes (bogeyman) 4718: Fix bug which prevented proper write to files introduced in patch #4694 4717: EDK: Removed unused variable file_md4s_to_register (bogeyman) 2005/12/16 4703: BT: Deactivate dead trackers, re-enable them if no active trackers are found (pango) 4708: HTML upstats: Enable preview for shared files 4652: dllink: reject EDK files > 4GB, print access errors for .torrent files 2005/12/15 Removed orphaned files: src/networks/donkey/donkeyFiles.mli src/networks/donkey/donkeyInteractive.mli src/networks/donkey/donkeyMain.mli 4710: Re-add some protocol information as comments removed by patch 4694 4709: Fix zip file extract broken due to patch 4694 (Ocaml 3.09) 4707: Fix recover_temp broken by patch 4674 (force_download) 2005/12/14 4706: EDK: Remove donkeyChunks, use commonSwarming for op_file_check 4702: Correct timezone in e-mail, nicer uptime, timezone and uptime in runinfo 4694: Fix lots of compile warnings in Ocaml 3.09 4705: Update config.guess and config.sub to version 2005-11-11 Mozilla MLdonkey Protocol Handler updated to version 1.7 2005/12/13 Removed orphaned files: src/networks/fasttrack/fasttrack.ml src/networks/gnutella/gnutella1.ml src/networks/gnutella/gnutella.ml src/networks/gnutella/gnutellaScheduler.ml src/networks/gnutella/gnutellaZlib.ml src/networks/gnutella2/g2Scheduler.mlt src/networks/gnutella2/gnutella2.ml 4700: Log: New verbosity option "gui" to debug GUI protocol 4696: Fix some C compiler warnings 2005/12/10 4687: Compile fix for Ocaml 3.09.0 (gildor), MLDonkey can now be compiled with Ocaml 3.08.[2,3,4] and Ocaml 3.09.x (4687_min2.patch) 4693: Compile patch in sha1.c for FreeBSD (lioux) 4689: Catch exception in file_completed_cmd to let commit complete 4691: file_completed_cmd: $DURATION in seconds (debonair)
2006-01-06Use SUBST framework.joerg1-4/+11
2006-01-06Updated sysutils/nautilus to 2.12.2wiz2-3/+3
2006-01-06Update to 2.12.2:wiz5-29/+15
Major changes in 2.12.2 are: * Skip non-existant bookmarks in menu/sidebar * Sort applications in open dialogs and menus * Deletion confirmation dialog fixes * Fix leaks * Fix crashes
2006-01-06uvscan needs gtar at run time, revision bumped.joerg1-1/+2
2006-01-06Use SUBST framework. gtar used as run time depency -> added, revisionjoerg1-4/+19
bumped.
2006-01-06Note update of "phpmyadmin" package to version 2.7.0pl1nb1.tron1-1/+2
2006-01-06Install all directories in "libraries" to make e.g. the importtron2-5/+17
functionality work. Bump package revision because of this fix. This fixes PR pkg/32466 by Konrad Neuwirth.
2006-01-06Describe lablgtk and lablgtk2 options.wiz1-0/+2
2006-01-06Use SUBST framework.joerg1-6/+6
2006-01-06Use SUBST framework.joerg1-8/+5
2006-01-06libexif updated to 0.6.13.wiz2-3/+3
2006-01-06Update to 0.6.13.wiz6-94/+36
New in 0.6.13: * Bug fixes: #803191, #1051994, #1054321, #1054323, #1196787 * For pkg-config users, force usage of #include <libexif/exif-*.h> (disable #include <exif-.h>) * Updated German translation * Build system tuning * Misc changes: Fix COPYRIGHT tag, fix memory corruption, use qsort.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz118-214/+236
2006-01-06db4 updated to 4.4.16.wiz2-3/+3
2006-01-06Update to 4.4.16:wiz8-52/+237
New in Berkeley DB 4.4: * In-memory replication * Client-to-client replication * Delayed client synchronization * Synchronization throttling * Master election speed-ups * Hot backup utility * Online Btree compaction * Online Btree disk space reclamation * Online abandoned lock removal * Automated recovery serialization * Transactional Application Developer's Guide
2006-01-06Updated textproc/aspell to 0.60.4wiz2-3/+3
2006-01-06doh! wrong path in patchrtr2-4/+4
2006-01-06Update to 0.60.4:wiz3-8/+8
Complete list of changes from 0.60.3: * Fixed a bug that caused Aspell to crash when checking certain Russian words, this bug likely affected other languages as well. * Updated to Gettext 0.14.5 which is required for AMD64, also updated to to Libtool 1.5.20. * Fixed an alignment bug which causes mmap to always fail when reading in dictionaries. * Added note about how `make clean' will remove the HTML manuals. * Added manual page for prezip-bin and enhanced word-list-compress manual page thanks to the work of Jose Da Silva. * Other minor updates and bug fixes.
2006-01-06include ctype.h earlier to avoid isblank macro running over c99 isblank()rtr2-1/+16
* fixes build on Solaris10
2006-01-06The ruby directory is gone with the recent ruby changes.veego1-4/+4
2006-01-06DragonFly needs float.h as well for DBL_MIN.joerg2-4/+4
2006-01-06- It is not an error to have symlinks in pkgsrc -- just a warning. Anyrillig1-1/+6
directory entry besides regular files, directories and symlinks is still an error.
2006-01-06Needs broken gettext detection.joerg1-1/+2
2006-01-06Update distinfo.joerg1-2/+2
2006-01-06Updated www/drupal to 4.6.5nb1adrianp1-1/+2
2006-01-06drupal.org seem to be repacking the tarball nightly which is causingadrianp2-5/+7
the checksums to change. Update to the latest checksum and bump to nb1.
2006-01-06gimp updated to 2.2.10.wiz2-3/+3
2006-01-06Update to 2.2.10.wiz2-10/+9
Fix PKGCONFIG_OVERRIDE lines. Bugs fixed in GIMP 2.2.10 ========================= - fixed build error on Sun C compiler (bug #319811) - fixed issue with Guides scripts (bug #320933) - corrected selection display problem (bug #319029) - fixed potential wget issue (bug #322977) - fixed non-interactive use of gimp-edit-stroke (bug #322977) - fixed Script-Fu crash in some locales such as Chinese (bug #163212) - fixed build of librsvg plug-in (bug #314400) - fixed parameter type in "plug-in-unsharp-mask" procedure (bug #325007).
2006-01-06glib2 updated to 2.8.5.wiz2-3/+3
2006-01-06Update to 2.8.5:wiz2-6/+6
Overview of Changes from GLib 2.8.4 to GLib 2.8.5 ================================================= * Bug fixes: 322520 g_utf8_collate_key_for_filename reads too much [Christian Persch] 324332 g_option_context_parse() returns false without setting error [Tim-Philipp Müller] 325273 Error in documentation for glib_check_version() [Declan Naughton] 325310 g_spawn_sync hangs when catching both stdout and stderr [Tor Lillqvist] 323273 Invalid macro in genums.h: G_FLAGS_TYPE [Kalle Vahlman] - Other fixes [Sebastian Wilhelmi, Arjan van de Ven] * Add g_object_compat_control() [Tim Janik] * Win32 changes: - Strip trailing slashes in g_stat() [Tor Lillqvist] - Make g_rename() replace existing files [Tor] - Other fixes [Tor] * Translation updates (be,bg,en_CA,es,fi,fr,gl,gu,nl,vi,zh_CN)
2006-01-06- gnupg-devel, libksba (thanks, shannonjr)wiz1-8/+1
- kazehakase (thanks, reed) - libcdio (thanks, uebayasi) - mail-notification, p5-Image-ExifTool (thanks, gdt) - vpnc (thanks, hubertf).