summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-05-10Update to 1.20ryoon2-7/+7
Changelog: * 1.19: + fixed the table of contents display for most non-Latin character set documents (provided you get a Unicode build). + fixed linking issue for wxWidgets 2.9 (the AUI libraries were not being pulled in). + fixed a bunch of minor bugs. * 1.20: + fixed a nasty bug that crashed the application with some CHM files. + fixed strict-aliasing compile-time warning. + fixed a few signed/unsigned comparison warnings.
2011-05-10Note update of math/ruby-rb-gsl to 1.14.7.taca1-1/+2
2011-05-10Reset PKGREVISION.taca1-2/+1
2011-05-10+ amarok-2.4.1, cln-1.3.2, eric4-4.4.14, eric5-5.1.2, lyx-2.0.0,wiz1-3/+8
postfix-2.8.3, tinc-1.0.14.
2011-05-10Update ruby-rb-gsl package to 1.14.7.taca4-7/+57
* pkgsrc change: fix conflicts of some functions name with newer gsl. Sat Feb 26 08:18:45 PST 2011 * Ruby/GSL 1.14.7 * Fix conversion of non-DFLOAT NArray to GSL::Vector and GSL::Vector::Complex. Thu Feb 24 10:27:08 PST 2011 * Ruby/GSL 1.14.6 * Add Vector::Complex support to NArray conversions * Raise exception when trying to create View from NArray object of incompatible type.
2011-05-10Note update of textproc/ruby-hikidoc package to 0.0.6nb1.taca1-1/+2
2011-05-10Avoid use of "#! /usr/bin/env ...".taca1-1/+3
Bump PKGREVISION.
2011-05-10fix #!/usr/bin/env issuecheusov1-1/+6
2011-05-10update cad/gerbv to 2.5.0dmcmahill1-1/+2
2011-05-10Update to gerbv-2.5.0dmcmahill2-7/+6
======================================================================== Release Notes for gerbv-2.5.0 ======================================================================== The following is a summary of the changes which went into gerbv-2.5.0. For a complete list of changes, refer to ChangeLog. This release is primarily a bug fix release. - libgerbv: fix leak and possible segfault in drill parser - libgerbv: fix segfault in pick and place parser - gerbv: add persistent keyboard accelerators and extra menu options - gerbv: increase max zoom 4x to allow more accurate measurements - libgerbv: fix bug which caused the drill parser to crash on an empty line - gerbv: change F8 shortcut to F7 per GNOME HIG - gerbv: add psuedo fullscreen mode - gerbv: add ability to toggle sidebar visibility - gerbv: speed up cairo rendering. - libgerbv: improved detection of drill files (comment lines are now ignored during file type detection) - libgerbv: fix handling of trailing zero suppression with very large precisions. - examples: fix some of the example code showing how to use libgerbv. - gerbv: fix gdk rendering of macro 22 elements with negative coordinates - gerbv: fix tooltip for modify layer button - libgerbv: fix handling of whitespace in the middle of an RS-274X command - libgerbv: fix bug in exporting outline macros - gerbv: unselect all items if a layer is hidden - libgerbv: fix drill parsing when INCH has nothing after it
2011-05-10Updated mail/alpine to 2.00nb5obache1-1/+2
2011-05-10Exactly disable ldap support if ldap option is off (enabled by default inobache2-4/+6
configure script) to avoid hidden dependency. Bump PKGREVISION.
2011-05-09Updated math/maxima to 5.24.0asau1-1/+2
2011-05-09Update Maxima to version 5.24.0asau3-10/+18
Maxima 5.24 change log New items in core: * function defstruct: documentation New items in share: * package lapack: function dgemm (matrix multiplication) * package fractals: documentation * package finance: documentation Other changes: * elliptic functions: bug fixes * integration: apply trigonometric identities for some special cases * improve TeX output for conditional expressions * more work on German translation of reference manual * regularize error messages and prepare for translation * remove unused functions and variables * XMaxima user interface: bug fixes and improvements * package draw: bug fixes, pngcairo output * package noninteractive: bug fixes * package clebsch_gordan: new version * package graphs: updates * package ezunits: updates Bug fixes: 3211937 wrong sign for integral of e^(-1/x^2) 3199708 integrate(sin(2x)atan(sin(x)),x) 3198530 Apparently wrong limit with factorial 3181353 Documentation of "at" misleading 3165872 integrate(abs(sin(x)),x,0,2*%pi) wrong result 3158526 integrate(x^2*exp(x)/(1+exp(x))^2,x , minf, inf); 3154534 need local declaration in antid.mac 3154351 abs_integrate --> errors from apply 3153533 incorrect integration 3153506 typo in antid / FIX 3153170 abs_integrate + composisiton of unit step 3153169 abs_integrate of unit step 3138054 bfloat problem / FIX 3133916 scanmap(minfactorial,a!) infinite loop 3131324 simplification of sqrt 3067098 The command timer for a Lisp function 2808179 maxima.el inferior-maxima-complete on Emacs 23 1285104 trigsimp and trigreduce & square roots 917283 Comment syntax confused unnumbered: lisp (gcl?) being unable to read 1.79769d308 unnumbered: draw2d(explicit(321.4567,x,0,1)) causing hang unnumbered: plotting functions by name unnumbered: asinh and atanh are increasing odd functions unnumbered: bad interaction of rassociative and tellsimp Maxima 5.23 change log Backwards-incompatible changes: * package draw: changed names of some options: file_bgcolor --> background_color pic_width, pic_height, eps_width, eps_height, pdf_width, pdf_height --> dimensions rot_horizontal, rot_vertical --> view New items in core: * function bf_find_root: bigfloat version of find_root * function find_root: recognize keyword arguments New items in share: * package cobyla: import Fortran COBYLA (constrained optimization) * package draw: new graphic objects 'errors' and 'region' Other revisions: * further work on exponential integrals * further work on abs and signum identities * further work on special cases in integration * translation of reference manual to German (ongoing) * clean-up in code related to processing files * general code clean-up * package ezunits: additional built-in conversions Bug fixes: 3114834 maxima-help does not find help topics 3111568 subsequent calls to gradef hide variable dependencies 3102421 noninteractive-mode and kill(all) 3101075 limit bug 3093408 Bug in simplify_sum 3085498 integration error (partial solution) 3081820 lbfgs causes error 3080397 laplace(unit_step(-t),t,s) generates an error 3079975 rectform(atan2(y,0)) -> division by zero 3073827 integrate(t*cos(a*t^2 + b*t + c), t, 0, 1) => division by 0 3072490 contrib diag.mac variable scope 3071208 rtest15--limit to inf from above 3067311 eivects doesn't load eigen automatically 3064709 domain error for tan 3062883 diff does not recognize indirect dependencies in expressions 3060669 filename_merge with more than two arguments 3060166 und documentation is incorrect 3058324 $save must bind *print-circle* to NIL 3058290 tan(%pi*integer) simplification 3055427 conjugate solver 3045559 integrate(exp(-u^2), u, minf, x) => incorrect gamma_incomple 3041267 jacobi_cs(x,1) returns a wrong expression 3041196 carg(exp(x+%i*y)) -> y not correct 3040667 logarc(acosh(z)) needlessly complicated 3039452 integrate(sqrt(t^c)/(t*(b*t^c+a)),t) hangs 3038883 In general exp(z)^a --> exp(z*a) not correct 3034415 integrate(1/abs(x),x) using abs_integrate 3024924 list_matrix_entries 3020589 xlabel and ylabel don't change plot3d axis labels 3020243 defint(exp(cos(x))*cos(sin(x)),x,0,2*%pi) wrong result 0 2997443 ic2 fails 2970792 gradef(s) together with vect package 2881021 ic2 and bc2 may return incorrect results (solution suggeste) 2796194 error doing a Fourier transform. 2727846 tan(%pi/2) is not correct (or just not nice?) 2555641 no doc for subnumsimp 2541376 antidiff bug 2171237 load(basic) warnings 2123651 min and max of imaginary and real numbers 1993208 cartesian_product incorrect on empyt argument list 1990099 wrong integer_partitions(0) 1892341 taylor message about something assumed to be 0 in integral 1890128 no user doc for cauchy_matrix 1839088 ic2 fails with division by 0 1789213 ic1 for solution containing indefinite integral 1439559 function burn is broken 1213621 reveal with matrix argument 1149719 ratvarswitch not documented 1045920 a>1 and b>1, is a+b>2? 875089 defint(f(x)=g(x),x,0,1) -> false = false 767338 Evaluation of array names 703789 save() doesn't return a pathname (unnumbered) integrate(cos(2*x)*cos(x),x) is wrong.
2011-05-09Updated math/mcsim to 5.4.0asau2-3/+3
2011-05-09Update MCSim to version 5.4.0asau10-488/+110
Changes are unknown, changelog is unavailable.
2011-05-09Updated lang/sbcl to 1.0.48asau1-1/+2
2011-05-09Update SBCL to version 1.0.48asau2-6/+8
changes in sbcl-1.0.48 relative to sbcl-1.0.47: * incompatible change: SB!KERNEL:INSTANCE-LAMBDA, deprecated for over five years, is now no longer supported. * enhancement: read() and write() have been added to SB-POSIX. * enhancement: types of DEFSTRUCT constructors are proclaimed more accurately, allowing better typechecking of call-sites. * enhancement: errors during compile-time-too processing (i.e. EVAL-WHEN) are no longer caught. (reverted to pre 1.0.34 behaviour) * optimization: slightly faster ISQRT. (lp#713343) * bug fix: better support for Solaris /bin/sh in sh-based tests. * bug fix: TRACE behaves better when attempting to trace undefined functions. (lp#740717) * bug fix: missed optimizations for (FUNCALL (LAMBDA ...) ...) in comparison to (FUNCALL #'(LAMBDA ...) ...). * bug fix: ((LAMBDA ...) ...) forms with invalid argument counts resulted in a compile-time error. (lp#720382) * bug fix: forms such as (FUNCALL (FUNCTION NAME OOPS) ...) were compiled without complaints. * bug fix: less verbose source forms for functions from EVAL. (lp#747485) * bug fix: sense of SLOT-BOUNDP-USING-CLASS was inverted in a MAKE-INSTANCE optimization. (regression from 1.0.45.18/1.0.46.15) * bug fix: package locks did not protects against compile-time side-effects of DEFUN. (lp#675584) * bug fix: --dynamic-space-size argument is validated more carefully. (lp#721457) * bug fix: memory fault from printing a malformed simple-condition. (lp#705690) * bug fix: redefining classes so that slot-definition classes change now engages the obsolete instance protocol. (lp#766271) * bug fix: constant improper lists could break source coverage recording. (lp#767959) * bug fix: compiling calls to eg. MEMBER with massive constant list arguments could exhaust stack.
2011-05-09update descriptioncheusov1-1/+1
2011-05-09Revert previous commit; I didn't noticed revision 1.8 of patches/patch-ac.taca2-14/+14
2011-05-09Fix build problem on NetBSD 4_STABLE which dosen't have _X86_SYSARCH_L()taca2-14/+14
cpp macro.
2011-05-09bl3 against jpeg. PKGREVISION++.gdt1-1/+3
I found pdftops linked against jpeg directly, and on one system it then failed after the jpeg 6->8 shlib update. ok reed@
2011-05-09Updated textproc/xmlrpc-c to 1.16.35adam1-1/+2
2011-05-09Changes 1.16.35:adam2-7/+6
* Fix build failure in examples on some platforms because of --rpath.
2011-05-09Updated mail/exim{-html} to 4.76adam1-1/+3
2011-05-09Changes 4.76:adam6-62/+40
* The new ldap_require_cert option would segfault if used. Fixed. * Harmonised TLS library version reporting; only show if debugging. Layout now matches that introduced for other libraries in 4.74 PP/03. * New openssl_options items: no_sslv2 no_sslv3 no_ticket no_tlsv1 * New "dns_use_edns0" global option. * Don't segfault on misconfiguration of ref:name exim-user as uid. * Extra paranoia around buffer usage at the STARTTLS transition. nb: Exim is not vulnerable to http://www.kb.cert.org/vuls/id/555316 * Updated PolarSSL code to 0.14.2. * Catch divide-by-zero in ${eval:...}. * Condition negation of bool{}/bool_lax{} did not negate. Fixed. * CVE-2011-1764 - DKIM log line was subject to a format-string attack -- SECURITY: remote arbitrary code execution. * SECURITY - DKIM signature header parsing was double-expanded, second time unintentionally subject to list matching rules, letting the header cause arbitrary Exim lookups (of items which can occur in lists, *not* arbitrary string expansion). This allowed for information disclosure. * Fix another SIGFPE (x86) in ${eval:...} expansion, this time related to INT_MIN/-1 -- value coerced to INT_MAX.
2011-05-09Adapt for non-default PKGMANDIR. Closes PR pkg/38392.cheusov1-1/+4
Add LICENSE.
2011-05-09Closes PR pkg/41217.cheusov3-3/+15
Fix PLIST issue on Linux and other OSes, tested on NetBSD-5.1 and Linux. Oked by wiz@
2011-05-09Added MYSQL_COLLATIONadam1-1/+3
2011-05-09Updated databases/p5-DBD-mysql to 4.019adam1-2/+3
2011-05-09Changes 4.019:adam2-17/+15
* Asynchronous support. * Enable environment variables for installation options, add docs to POD. * Fix to change sv_undef to PL_sv_undef from 4.018. Changes 4.018: * Added client and server info. * Added documentation and tests for new features. * More code cleanup.
2011-05-09exactly disable tcl detection, for PR#44945.obache1-1/+3
Tcl is just required for Web Alpine Support, but not installed now.
2011-05-09make patch 2.5.4 happy (on 64bit Linux in case it matters)alnsn2-4/+4
2011-05-09Fix least privileges support on recent (snv_140+) OpenSolaris versions.fhajny3-2/+18
Bump PKGREVISION
2011-05-09Update perfuse to 20110511. We now have locking support, provided thatmanu4-17/+19
the kernel sends lock operation throuh PUFFS. It does in -current, patch is pending in netbsd-5
2011-05-09Fix log directroy creation locationmanu2-3/+4
Have glusterfsd store its pid in startup script
2011-05-09Closes PR pkg/44501.cheusov1-1/+4
Pass pkgsrc's MACHINE_ARCH to bmake's configure script. Oked by wiz@
2011-05-09include bsd.prefs.mk before consulting MACHINE_ARCH so it picks up manually ↵dbj1-4/+6
set ABI
2011-05-09Updated emulators/suse113_libtiff to 11.3nb2chs1-1/+2
2011-05-09update to libtiff3-3.9.2-5.10.1. fixes CVE-2010-4665, CVE-2009-5022,chs2-10/+10
CVE-2011-1167, CVE-2011-0192, CVE-2011-0191.
2011-05-08Note update of emacs-snapshot.minskim1-1/+2
2011-05-08Update emacs-snapshot to 24.0.50.20110505.minskim4-12/+12
Patches provided by Makoto Fujiwara in PR 44871. Changes: - keep config.log (Bug#765) and delete config.log~. - Fix bug with --enable-checking=stringoverrun to have no effect. - Suppress unnecessary checks for size_t for configure. - Add strtoumax for GNULIB_MODULES. - Check for GnuTLS certificate verify callbacks. - Don't erase config.status in case of error. (See ChangeLog for the complete list of changes.)
2011-05-08Added misc/epm version 4.2cheusov1-1/+2
2011-05-08+epm, oked by sponsorscheusov1-1/+2
2011-05-08EPM is an open source UNIX software and file packaging program thatcheusov7-0/+412
generates distribution archives from a list of files. EPM provides a complete, cross-platform software distribution solution for your applications. ESP generates both native and "portable" script-based distribution packages complete with installation and removal scripts and standard install/uninstall GUIs. The installers can be customized with product logos, "readme" files, and click-wrap licenses as desired.
2011-05-08Updated math/mpfr to 3.0.1.3asau1-1/+2
2011-05-08Update MPFR to version 3.0.1 patch level 3.asau2-3/+17
Patch 3 fixes the following bug: The mpfr_atan function calls mpfr_check_range on the unrounded result (no longer allocated) instead of the rounded result. Consequence of this bug: possible incorrect or invalid result and/or incorrect flags if the unrounded result or rounded result is not in the current exponent range. Or possibly worse if the memory used by the unrounded result is modified before the return of the function. This bug has been present since MPFR 2.1.0 (exceptions were not supported before). Patch 2 fixes the following bug: The mpfr_rec_sqrt function can have undefined behavior due to the call of mpn_add_1 or mpn_sub_1 (from GMP) with a null size, which is not allowed. The fourth argument of mpn_add_1 or mpn_sub_1 (i.e. the value that should have been added or subtracted) is here also 0, so that the consequences are limited. In practice, with the current GMP version, this yields a small buffer overflow (1 limb, i.e. 32 bits or 64 bits), as shown by valgrind, with the possible consequences: a crash, or memory corruption (very unlikely) if another process or thread modifies the limb at the same time (as in this context, the value is first read then written back by GMP). This bug has always been present since the introduction of the mpfr_rec_sqrt function in MPFR 2.4.0. Patch 1 fixes the following bug: If the exponent range has been reduced such that emax = 1 or 2, mpfr_asin may give an incorrect result on +1 and -1. which should probably never occur in practical codes.
2011-05-08Updated devel/gmp to 5.0.2asau2-3/+3
2011-05-08Update GMP to version 5.0.2asau2-6/+6
Changes between GMP version 5.0.1 and 5.0.2 BUGS FIXED * Many minor bugs related to portability fixed. * The support for HPPA 2.0N now works, after an assembly bug fix. * A test case type error has been fixed. The symptom of this bug was spurious 'make check' failures. SPEEDUPS * None, except indirectly through recognition of new CPUs. FEATURES * Fat builds are now supported for 64-bit x86 processors also under Darwin. MISC * None.
2011-05-08Note update of www/wordpressmorr1-1/+2