summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-07-04Changes 14.4.0:adam3-8/+8
* File formats: o Mention in man pages that WAV files support floating point encodings. o Add support for floating point encodings in AIFF-C files. (Ulrich Klauer) o Pad WAV data chunk to an even number of bytes (as required by the specification). [3203418] (Ulrich Klauer) o Add optional MP2 write support with twolame library. (Paul Kelly) * Audio device drivers: o Give pulseaudio driver higher priority than alsa or oss now that its proven stable and gives user more features; such as per app volume control. (cbagwell) o Fix bug when specifying OSX coreaudio device name. Would only search for first 3 devices. (cbagwell) o Fix sox hangups are exit when using coreaudio. (cbagwell) o Improve buffering in coreaudio driver (Michael Chen) o Support enabling play/rec mode when user invokes sox as either play or play.exe on windows. (cbagwell) o Fix compile of sunaudio driver on OpenBSD (cbagwell) * Effects: o Improvements to man pages for tempo effect. Really made in 14.3.2. (Jim Harkins). o New upsample effect. (robs) o Fix to effects pipeline to let fade effect specify time from end of file again. (cbagwell and Thor Andreassen) o Fix man page default error for splice effect. (Ulrich Klauer) o Enable support for --plot option on biquad and fir effects. (Ulrich Klauer) o Effects chain can now be unlimited in length. (Ulrich Klauer) o Fix newfile/restart effects when merging or mixing files. (Ulrich Klauer) o Fix crashes in compand and mcompand effects. [3420893] (Ulrich Klauer) o Let the delay effect gracefully handle the special case that a delay can be more than the input length. [3055399] (Ulrich Klauer) o New hilbert and downsample effects. (Ulrich Klauer) o Fix problem where fade would sometimes fail if specifying a fade-out immediately after a fade-in. (robs) o Stricter syntax checking for several effects
2012-07-04Fix buildling on Mac OS X; clean upadam4-19/+41
2012-07-04Updated net/dnsmasq to 2.62roy2-3/+3
2012-07-04Update to dnsmsq-2.62roy2-6/+7
Changes include: DHCPv6 support RA support Many misc fixes
2012-07-04Updated emulators/suse121_libtiff to 12.1nb2obache1-1/+2
2012-07-04Update suse121_libtiff libtiff3 RPM to 3.9.5-8.7.1 for CVE-2012-2088 andobache2-10/+10
CVE-2012-2113. Bump PKGREVISION.
2012-07-03Updated parallel/slurm to 2.4.1asau1-1/+2
2012-07-03Update to SLURM 2.4.1asau3-8/+10
* Changes in SLURM 2.4.1 ======================== -- Fix bug for job state change from 2.3 -> 2.4 job state can now be preserved correctly when transitioning. This also applies for 2.4.0 -> 2.4.1, no state will be lost. (Thanks to Carles Fenoy) * Changes in SLURM 2.4.0 ======================== -- Cray - Improve support for zero compute note resource allocations. Partition used can now be configured with no nodes nodes. -- BGQ - make it so srun -i<taskid> works correctly. -- Fix parse_uint32/16 to complain if a non-digit is given. -- Add SUBMITHOST to job state passed to Moab vial sched/wiki2. Patch by Jon Bringhurst (LANL). -- BGQ - Fix issue when running with AllowSubBlockAllocations=Yes without compiling with --enable-debug -- Modify scontrol to require "-dd" option to report batch job's script. Patch from Don Albert, Bull. -- Modify SchedulerParamters option to match documentation: "bf_res=" changed to "bf_resolution=". Patch from Rod Schultz, Bull. -- Fix bug that clears job pending reason field. Patch fron Don Lipari, LLNL. -- In etc/init.d/slurm move check for scontrol after sourcing /etc/sysconfig/slurm. Patch from Andy Wettstein, University of Chicago. -- Fix in scheduling logic that can delay jobs with min/max node counts. -- BGQ - fix issue where if a step uses the entire allocation and then the next step in the allocation only uses part of the allocation it gets the correct cnodes. -- BGQ - Fix checking for IO on a block with new IBM driver V1R1M1 previous function didn't always work correctly. -- BGQ - Fix issue when a nodeboard goes down and you want to combine blocks to make a larger small block and are running with sub-blocks. -- BLUEGENE - Better logic for making small blocks around bad nodeboard/card. -- BGQ - When using an old IBM driver cnodes that go into error because of a job kill timeout aren't always reported to the system. This is now handled by the runjob_mux plugin. -- BGQ - Added information on how to setup the runjob_mux to run as SlurmUser. -- Improve memory consumption on step layouts with high task count. -- BGQ - quiter debug when the real time server comes back but there are still messages we find when we poll but haven't given it back to the real time yet. -- BGQ - fix for if a request comes in smaller than the smallest block and we must use a small block instead of a shared midplane block. -- Fix issues on large jobs (>64k tasks) to have the correct counter type when packing the step layout structure. -- BGQ - fix issue where if a user was asking for tasks and ntasks-per-node but not node count the node count is correctly figured out. -- Move logic to always use the 1st alphanumeric node as the batch host for batch jobs. -- BLUEGENE - fix race condition where if a nodeboard/card goes down at the same time a block is destroyed and that block just happens to be the smallest overlapping block over the bad hardware. -- Fix bug when querying accounting looking for a job node size. -- BLUEGENE - fix possible race condition if cleaning up a block and the removal of the job on the block failed. -- BLUEGENE - fix issue if a cable was in an error state make it so we can check if a block is still makable if the cable wasn't in error. -- Put nodes names in alphabetic order in node table. -- If preempted job should have a grace time and preempt mode is not cancel but job is going to be canceled because it is interactive or other reason it now receives the grace time. -- BGQ - Modified documents to explain new plugin_flags needed in bg.properties in order for the runjob_mux to run correctly. -- BGQ - change linking from libslurm.o to libslurmhelper.la to avoid warning. * Changes in SLURM 2.4.0.rc1 ============================= -- Improve task binding logic by making fuller use of HWLOC library, especially with respect to Opteron 6000 series processors. Work contributed by Komoto Masahiro. -- Add new configuration parameter PriorityFlags, based upon work by Carles Fenoy (Barcelona Supercomputer Center). -- Modify the step completion RPC between slurmd and slurmstepd in order to eliminate a possible deadlock. Based on work by Matthieu Hautreux, CEA. -- Change the owner of slurmctld and slurmdbd log files to the appropriate user. Without this change the files will be created by and owned by the user starting the daemons (likely user root). -- Reorganize the slurmstepd logic in order to better support NFS and Kerberos credentials via the AUKS plugin. Work by Matthieu Hautreux, CEA. -- Fix bug in allocating GRES that are associated with specific CPUs. In some cases the code allocated first available GRES to job instead of allocating GRES accessible to the specific CPUs allocated to the job. -- spank: Add callbacks in slurmd: slurm_spank_slurmd_{init,exit} and job epilog/prolog: slurm_spank_job_{prolog,epilog} -- spank: Add spank_option_getopt() function to api -- Change resolution of switch wait time from minutes to seconds. -- Added CrpCPUMins to the output of sshare -l for those using hard limit accounting. Work contributed by Mark Nelson. -- Added mpi/pmi2 plugin for complete support of pmi2 including acquiring additional resources for newly launched tasks. Contributed by Hongjia Cao, NUDT. -- BGQ - fixed issue where if a user asked for a specific node count and more tasks than possible without overcommit the request would be allowed on more nodes than requested. -- Add support for new SchedulerParameters of bf_max_job_user, maximum number of jobs to attempt backfilling per user. Work by BjæËrn-Helge Mevik, University of Oslo. -- BLUEGENE - fixed issue where MaxNodes limit on a partition only limited larger than midplane jobs. -- Added cpu_run_min to the output of sshare --long. Work contributed by Mark Nelson. -- BGQ - allow regular users to resolve Rack-Midplane to AXYZ coords. -- Add sinfo output format option of "%R" for partition name without "*" appended for default partition. -- Cray - Add support for zero compute note resource allocation to run batch script on front-end node with no ALPS reservation. Useful for pre- or post- processing. -- Support for cyclic distribution of cpus in task/cgroup plugin from Martin Perry, Bull. -- GrpMEM limit for QOSes and associations added Patch from BjæËrn-Helge Mevik, University of Oslo. -- Various performance improvements for up to 500% higher throughput depending upon configuration. Work supported by the Oak Ridge National Laboratory Extreme Scale Systems Center. -- Added jobacct_gather/cgroup plugin. It is not advised to use this in production as it isn't currently complete and doesn't provide an equivalent substitution for jobacct_gather/linux yet. Work by Martin Perry, Bull.
2012-07-03Note that "docdir" problem should be fixed in the next release.asau1-2/+3
2012-07-03Updated fonts/umefont-ttf to 0.441ryoon1-1/+2
2012-07-03Update to 0.441ryoon2-6/+6
Changelog: In Gothic (Sans-serif) family * Fix glyphs in Unicode : 0020-696b, 9400-ffff (first check) In Minchi (Serif) family * Fix glyphs in Unicode : 0020-696b, 9400-ffff (first check)
2012-07-03Bring 'forach' patches back to life as they are still necessaryadam3-1/+75
2012-07-03Updated net/aria2 to 1.15.1ryoon2-3/+3
2012-07-03Update to 0.15.1ryoon3-13/+8
Changelog: aria2 1.15.1 ============ Release Note ------------ This release fixes the bug that prevents --bt-lpd-interface from working. If some options sent by RPC request are not acceptable for the download type, they are now simply ignored instead of rejecting RPC request entirely. The aria2 RPC server now returns 4XX error code if the request is not valid in the HTTP level. To improve packaging, --with-bashcompletiondir configure option was added. This option overrides where the aria2c bash_completion file is going to be installed. All manual pages are now generated by Sphinx. Changes ------- * Return appropriate HTTP status code on RPC failure. In this change, we return 404 if the request path is neither /json-rpc nor /rpc. If XML feature is not enabled and /rpc is requested, return 404. If XML parser failed, return 400. JSON parser failure has been handled well in the existing code. * Ignore unacceptable options in RPC request instead of throwing error. This change allows RPC client to send same options for the different type of downloads. * Handle sockaddr_in.sin_len and sockaddr_in6.sin6_len. Check sockaddr_in.sin_len and sockaddr_in6.sin6_len are available and assign values to them properly. This change fixes unit test error and most error related to getnameinfo() on netbsd. * Removed dependency on inet_aton. Implemented inetPton as a replacement of inet_aton. inetPton is implemented using net::getBinAddr. This change fixes bug#3525424. * Added --with-bashcompletiondir configure option. By default, bash_completion file named aria2c is installed to the directory $prefix/share/doc/aria2/bash_completion. To change the install directory of the file, use --with-bashcompletiondir option. * Converted README.asciidoc into README.rst * Use Sphinx for aria2 manual page documentation. The source files for manual pages are placed under doc/manual-src. The manual pages are generated under doc/manual-src/$LANG/_build. The HTML version manual page was dropped from the distribution archive. * Fixed the bug which prevents --bt-lpd-interface from working. Fixes bug#3520125
2012-07-03Updated biology/gnome-chemistry-utils to 0.12.12ryoon1-1/+2
2012-07-03Update to 0.12.12ryoon3-9/+9
Changelog: Version 0.12.12 GCrystal: * Fix atoms loading. * Fix infinite loop condition. [#36583] Version 0.12.11 GChemPaint: * fixed text position serialization. [#34947] * fixed crash when selecting the alignment item inside a mechanism step. [#35626]
2012-07-03Updated graphics/pngcrush to 1.7.31; textproc/icu to 49.1.2adam1-1/+3
2012-07-03Updated multimedia/gst123 to 0.3.1ryoon2-3/+3
2012-07-03Update to 0.3.1ryoon2-7/+6
Changelog: Overview of changes in gst123-0.3.1: * Added quiet mode (Issue 9). * Ignore image files during playback (Issue 1). * Added keybinding 'n' for 'play next file'.
2012-07-03Fix template definition to include all necessary parts.joerg4-1/+56
Don't mix void and non-void in an expression.
2012-07-03Fix template look up.joerg2-1/+15
2012-07-03Fix main()joerg2-1/+15
2012-07-03Fix inline usagejoerg2-1/+15
2012-07-03Remove use of nested functionsjoerg3-2/+85
2012-07-03Fix inline usage.joerg3-1/+29
2012-07-03Add missing this references for template look upsjoerg2-1/+44
2012-07-03Fix build with compilers implementing C99 inline semanticsjoerg3-1/+56
2012-07-03Fix inline usagejoerg3-1/+29
2012-07-03patch away special paths for MacOS X since they are not supported by pkgsrc.schwarz2-1/+28
Treat MacOS X just like any other UNIX system.
2012-07-03Changes 49.1.2:adam4-21/+20
* 9242 ICU4C fails to parse pattern containing EEE properly whilst ICU4J parses it successfully * 9258 Number format performance * 9283 uregex_open fails for look-behind assertion + case-insensitive * 9284 Date format roundtrip test failure * 9295 HPPA endianness detection * 9313 Problem building ICU4C with Cygwin/MSVC * 9332 Linux s390 endianness detection * 9336 Problem building ICU4C 49.1.1 on zOS
2012-07-03added LICENSE informationschwarz1-1/+2
2012-07-03reset PKGREV for base pkg updatedrochner1-2/+1
2012-07-03update to 5.17drochner4-8/+20
changes: -iOS support -Loading images via RSS feeds is much improved -Enlarged the texture image for lament -bugfixes
2012-07-03Really fix inline mess.joerg2-5/+37
2012-07-03Fix linkage with GCC 4.6+ and Clang. Fix look up issues.joerg4-4/+53
2012-07-03Fix backtrace(3) usage on NetBSDjoerg1-1/+6
2012-07-03Provide a return value iff the function is not void.joerg4-1/+69
2012-07-03Don't shadow one local variable with anotherjoerg2-1/+55
2012-07-03Fix type conversion.joerg5-1/+55
2012-07-03Pass down correct flag for exporting symbols. Fix backtrace(3) linkagejoerg3-2/+25
on NetBSD current.
2012-07-03Properly declare main.joerg2-3/+12
2012-07-03update to 4.5.4drochner3-7/+37
changes: -enhancements to the Subversion interfaces -bugdixes
2012-07-03Implicit int as return type is invalid in C++joerg2-1/+15
2012-07-03sync w/ base pkgdrochner2-7/+6
2012-07-03update to 2.6.2drochner2-8/+7
This is mainly a bug fix release.
2012-07-03Fix build with c99 compilersjoerg3-1/+70
2012-07-03Fix missing prototypes and void vs int mismatches.joerg7-8/+262
2012-07-03update to 4.9.4drochner4-26/+28
This is a minor feature release and includes initial support for Qt v5.
2012-07-03update to 4.13.3drochner2-6/+6
This is mainly a bug fix release.
2012-07-03Fix build with c99 compilersjoerg2-1/+50