Commit graph

180179 commits

Author SHA1 Message Date
ryoon
7f61de1062 Updated www/php-tiki6 to 6.5nb1 2011-12-26 19:08:31 +00:00
ryoon
e053a89159 Regen distinfo. 2011-12-26 19:07:12 +00:00
ryoon
5d7cca087c Fix security bug, http://dev.tiki.org/item4059, patch from upstream SVN.
Bump PKGREVISION.
2011-12-26 19:05:32 +00:00
rkujawa
2b9d20c185 suggest updating anope to 1.8.7 2011-12-26 18:48:43 +00:00
tron
958531d449 Remove section about installing "php-mcrypt" as it is a dependency now. 2011-12-26 16:38:29 +00:00
joerg
6e74931408 Don't include partial RCS ID to confuse the build info generation. 2011-12-26 13:25:45 +00:00
joerg
0d4cd574d1 Fix RCS ID 2011-12-26 13:23:43 +00:00
joerg
971b17c89e Create absolute path names, otherwise build info is mangled up 2011-12-26 13:23:16 +00:00
joerg
c55e617874 Fix RCS ID 2011-12-26 13:22:28 +00:00
wiz
c749eb31bf Updated devel/SDL to 1.2.14nb5 2011-12-26 12:28:59 +00:00
wiz
1a5cda2348 Fix typo in ifdef.
Bump PKGREVISION.
2011-12-26 12:28:46 +00:00
sbd
7083d8f4ee Add org.webkitgtk-1.0.gschema.xml to the PLIST 2011-12-26 09:01:39 +00:00
obache
8be88b956a Need to use PKG_BUILD_OPTIONS for conditional buildlink. 2011-12-26 08:54:36 +00:00
sbd
9902c936d0 If something is patched to use gsed then gsed must be added to USE_TOOLS. 2011-12-26 07:24:35 +00:00
sbd
23a03b9521 Not MAKE_JOBS safe 2011-12-26 06:25:04 +00:00
obache
73974f2e49 Updated net/mikutter to 0.0.4.622 2011-12-26 05:37:58 +00:00
obache
650afe0c39 Update mikutter to 0.0.4.622.
bug fix.
2011-12-26 05:37:44 +00:00
sbd
487f531bb2 Use ${MKDIR} not ${PREFIX}/bin/mkdir 2011-12-26 04:34:19 +00:00
joerg
c791c6861b Remove partial RCS ID from patch which confuses the pkgsrc logic 2011-12-26 03:11:10 +00:00
sbd
3e76091122 Remove '-gnu' from MODULE_ARCH in configure so it matches the PLIST on linux. 2011-12-26 02:56:51 +00:00
sbd
74f0c395dd Add AC_CHECK_HEADERS for <sys/stropts.h>, ifdef wrap it in ex/ex_script.c and
because it may be called <stropts.h> check for it and alternatively use it.

In ex/ex_script.c disable the I_PUSH ioctl call on linux.
2011-12-26 01:54:39 +00:00
sbd
b502e897db Use LIBES to pass LDFLAGS to the build process. 2011-12-26 01:50:24 +00:00
schmonz
57fb008a8a Build has been broken by default on IPv6-capable systems since the
inet6 option was added. Comment out the option for now; if you want
IPv6, uncomment and turn off other conflicting options. Addresses
PR pkg/45358. While here, update to the latest version of the patch.
No PKGREVISION bump needed.
2011-12-25 21:16:46 +00:00
asau
f1e861aa80 Updated devel/frama-c to 20111001 2011-12-25 15:52:39 +00:00
asau
2677ff4e4f Update to Frama-C Nitrogen release 2011-10-01
See full list of changes at http://frama-c.com/Changelog.html#Nitrogen-20111001


Nitrogen Release [20111001]

Frama-C General

New Features

  * [Cil]   Enumerated constants are kept in the AST.
  * [Cil]   Implement precise dataflow on switch constructs. As side effect, improve precision of value analysis.
  * [Cil]   Fixed #720 (incorrect simplification of switch).
  * [Cil]   Support for &"constant_string" in parser.
  * [Cil]   Normalization of lval: T+1 ==> &T[1] when T is in fact an array (implies *(T+1) ==> T[1])
  * [Cil]   Pretty-printing lval and term_lval the same way
  * [Cil]   Cache results of offsets computations.
  * [Cil]   Add support for GCC specific cast from field of union to union
  * [Kernel]   Exit status on unknown error is now 125. 127 and 126 are reserved for the shell by POSIX.
  * [Kernel]   Better error message when plug-in crashes on loading (bts #737).
  * [Kernel]   Big integers can now be displayed using hexadecimal notation.
  * [Kernel]   \at(p,Old) is pretty-printed as \old(p).
  * [Kernel]   Some messages may be printed several time for the same line if they refer to different columns.
  * [Kernel]   Better handling of comments with -keep-comments and new API. See Cabshelper.Comments and Globals.get_comments_*
  * [Kernel]   Better pretty printing of lists of any elements
  * [Kernel]   Current pragmas no longer give rise to code annotations (as they do not contain anything that can be proven).
  * [Kernel]   Improve space complexity of function stmt_can_reach.
  * [Kernel]   New kind of command-line parameter, for commands that do heavy output. Used for Value, Pdg and Metrics.
  * [Logic]   Added support for bitwise operators --> and <--> into ACSL formula.


Carbon Release [20110201]

Frama-C General

New Features

  * [Configure]   Frama-C does not require Apron anymore (Why does for Jessie). Thus fix bug #647.
  * [Kernel]   Improve performance on platform with dynami.c loading. Mainly impact value analysis (for developers: improve
    efficiency of Dynamic.get).
  * [Kernel]   Handle errors better when they occur when exiting Frama-C. Slight semantic changes for exit code: - old code 5 is now
    127; - code 5 is now: error raised when exiting Frama-C normally; - code 6: error raised when exiting Frama-C abnormally.
  * [Logic]   Fix priority bug in parser.
  * [Logic]   Mentioning a formal on the left-hand side of an assigns clause is now an error when type-checking logic annotations.
  * [Makefile]   Fixed bug #638. By default, warnings are no more errors when compiling a public Frama-C distribution and plug-ins.
    SVN versions of Frama-C are still compiled with "-warn-error A".


Carbon Release [20101201]

Frama-C General

New Features

  * [Cil]   Be less agressive during inline function merge. Alpha equivalent function are now kept separate.
  * [Cil]   Clean up local variables handling and pretty-printing modified pBlock method interface (unified pBlock and pInnerBlock)
  * [Cil]   Cil normalization takes care of abrupt clauses
  * [Configure]   Better detection of native dynlink support.
  * [Kernel]   Feature #484 about requires into named behaviors
  * [Kernel]   Fixed bug #548: limit.h now syntactically correct. Architectures other than x86_32 still unsupported.


Boron Release [20100401]

Frama-C General

New Features

  * [Cil]   Extend logic pretty printer to handle all specific clauses
  * [Configure]   Dynamic plug-ins are now statically linked by default whenever native dynlink is not usable (bts #301).
  * [Configure]   Compiling the GUI now requires LablGnomeCanvas.
  * [Kernel]   Add status for all clauses
  * [Kernel]   Clarification of the multiple accesses warning. Becomes "undefined multiple accesses in expression".
  * [Kernel]   Better error messages when a dynamic plug-in cannot be loaded.
  * [Kernel]   Better -*-help.
  * [Kernel]   New option -no-dynlink in order to prevent loading of dynamic plug-ins.
  * [Kernel]   The journal is generated only if the GUI is crashing, or if the option -journal-enable is explicitely set (fixed issue
    #330).
  * [Kernel]   Backtrace when Frama-C is crashing (only if Frama-C is compiled with caml >= 3.11.0)
  * [Kernel]   New option "-plugin-h" as an alias for option "-plugin-help"
  * [Kernel]   Preliminary standard C library in $FRAMAC_SHARE/libc
  * [Logic]   Better error message when using = in annotations
  * [Logic]   ordering of clauses in contracts
  * [Logic]   If a C typedef integer, real or boolean exists, it takes precedence over corresponding logic type. The logic type
    remains accessible through its utf-8 denomination.
  * [Logic]   Support for type abbreviation in logic
  * [Logic]   Support for "reads \nothing"
  * [Logic]   Adding "\pi" as built-in symbol


Beryllium Release [20090902]

Frama-C General

New Features

  * [Configure]   Detection of dot if required.
  * [Journal]   Better handling of exceptions.
  * [Kernel]   Slightly less false alarms with -warn-unspecified-order
  * [Makefile]   Why is no longer a compilation dependency. It is required only at runtime for the experimental WP plugin.
  * [Makefile]   Now possible to build custom binaries for plug-ins. Roughly these binaries are frama-c[.byte] + the plug-in
    statically-linked. The goal is called "static" in the plug-in's makefile.
2011-12-25 15:52:12 +00:00
wiz
c628d12ba8 + GraphicsMagick-1.3.13, atk-2.2.0 [pkg/45738], attica-0.3.0,
chemtool-1.6.13, diffpdf-1.8.0, dwm-6.0 [pkg/45737], links-2.5,
  links-gui-2.5, openttd-1.1.4, p5-cairo-1.081, p5-glib2-1.241,
  p5-gtk2-1.241, py-gdata-2.0.15, py-icalendar-2.2, py-pytz-2011n,
  scmgit-base-1.7.8.1, scmgit-docs-1.7.8.1, x264-devel-20111224.
2011-12-25 15:02:18 +00:00
sbd
02cf4d7b8d Include deve/ncurses/buildlink3.mk not mk/curses.buildlink3.mk.
Note: pinentry may need INCOMPAT_CURSES to be set for some platforms.
2011-12-25 03:42:30 +00:00
ryoon
5bd5d8cae8 It seems Version 6.5 requires lang/pear.
Fix broken installation.
2011-12-25 03:35:39 +00:00
sbd
280b643023 Because automake is now being called automake source files (not output file)
must be patched.
2011-12-25 03:24:09 +00:00
taca
e5805a2e67 It is enough to use '=' to assign constant. 2011-12-25 02:49:28 +00:00
taca
31e7dddf2e Fix some confusion about handling for RUBY_VERSION_DEFAULT and RUBY_VER.
Really fix the pkglint problem with ruby19-base and ruby193-base, and
pbulk.  Thanks to joerg@ to teache me pbulk-index!
2011-12-25 02:18:09 +00:00
ryoon
8267103c0d Updated www/php-tiki6 to 6.5 2011-12-25 01:30:31 +00:00
ryoon
a762590596 Update to 6.5
* This release fixes security problem, http://secunia.com/advisories/47278/

Changelog:

Version 6.5
<http://tiki.org/ReleaseNotes65>
------------------

----------------------------------------------
r38940 | chealer | 2011-11-22 20:39:41 +0100 (Tue, 22 Nov 2011) | 2 lines

[bp/r38937][FIX] HTML special characters encoding

----------------------------------------------
r38859 | chealer | 2011-11-17 08:17:46 +0100 (Thu, 17 Nov 2011) | 1 line

[bp/r38858][FIX] JavaScript/HTML special characters encoding
----------------------------------------------
r38743 | chealer | 2011-11-07 20:36:26 +0100 (Mon, 07 Nov 2011) | 1 line

[bp/r38740][FIX] Broken links from self_link (and button) with double-HTML-encoded ampersands when a script links to itself
----------------------------------------------
r38713 | chealer | 2011-11-05 18:49:31 +0100 (Sat, 05 Nov 2011) | 1 line

[bp/r38712][FIX] Broken links from self_link (and button) with double-HTML-encoded ampersands
----------------------------------------------
r38642 | chealer | 2011-11-03 07:40:16 +0100 (Thu, 03 Nov 2011) | 1 line

[bp/r38639][FIX] HTML special characters encoding
----------------------------------------------
r38013 | jyhem | 2011-10-06 10:04:25 +0200 (Thu, 06 Oct 2011) | 1 line

[FIX] Obvious typo
----------------------------------------------
r37997 | jyhem | 2011-10-05 18:22:46 +0200 (Wed, 05 Oct 2011) | 1 line

[FIX] Translations containing '{tr}' break the templates. I commented them
----------------------------------------------
r37714 | marclaporte | 2011-09-27 04:56:36 +0200 (Tue, 27 Sep 2011) | 1 line

correct links back to 6.x profiles
----------------------------------------------
r37441 | chealer | 2011-09-20 03:52:25 +0200 (Tue, 20 Sep 2011) | 1 line

[bp/r37439][FIX] HTML special characters encoding
----------------------------------------------
r36357 | xavidp | 2011-08-20 17:36:35 +0200 (Sat, 20 Aug 2011) | 1 line

set in sync with proposals 6x
----------------------------------------------
r36101 | jean-lucnavarro | 2011-08-12 08:00:49 +0200 (Fri, 12 Aug 2011) | 1 line

[FIX] removed useless personal markers // 1D, // 1F etc.
----------------------------------------------
r36100 | jean-lucnavarro | 2011-08-12 07:47:31 +0200 (Fri, 12 Aug 2011) | 2 lines

[TRA] more French translations

----------------------------------------------
r36035 | jyhem | 2011-08-11 02:13:06 +0200 (Thu, 11 Aug 2011) | 1 line

[FIX] This file was syntactically incorrect. Please just test the file before committing in stable branch.
----------------------------------------------
r35918 | jyhem | 2011-08-08 19:27:48 +0200 (Mon, 08 Aug 2011) | 1 line

[FIX br/35917]i18n: use utf8 non-breaking space instead of html &nbsp;
----------------------------------------------
r35685 | sylvieg | 2011-07-27 19:22:09 +0200 (Wed, 27 Jul 2011) | 1 line

[rollback 35681] wrong branch - sorry
----------------------------------------------
r35681 | sylvieg | 2011-07-27 13:58:21 +0200 (Wed, 27 Jul 2011) | 1 line

[bp/r35680][FIX]action calendar: quick fix to see something (action calendar must be merged with calendar or removed?
----------------------------------------------
r35591 | marclaporte | 2011-07-22 17:14:11 +0200 (Fri, 22 Jul 2011) | 1 line

cleanup
----------------------------------------------
r33940 | chealer | 2011-04-13 05:59:35 +0200 (mer. 13 avril 2011) | 1 ligne

[bp/r33917][FIX] Admin banning: Direct comparisons between UNIX timestamps and TIMESTAMP MySQL type when using "Rule activated by dates". Fixes rules being deleted on creation, not banning correctly and/or wrong saved dates
----------------------------------------------
r33962 | sampaioprimo | 2011-04-14 17:22:29 +0200 (jeu. 14 avril 2011) | 2 lignes

[bp/r33946][FIX] blog posts "disappear" for anonymous when upgrading old installations (<=1.9.x)
2011-12-25 01:29:01 +00:00
asau
6e432d7004 Updated math/octave to 3.4.3 2011-12-24 23:46:37 +00:00
asau
1ca95f59ca Update to Octave 3.4.3
This makes the package build and work at least in NetBSD on some platforms.


Summary of important user-visible changes for version 3.4.3:
-----------------------------------------------------------

 ** Octave 3.4.3 is a bug fixing release.

Summary of important user-visible changes for version 3.4.2:
-----------------------------------------------------------

 ** Octave 3.2.4 fixes some minor installation problems that affected
    version 3.4.1.

Summary of important user-visible changes for version 3.4.1:
-----------------------------------------------------------

 ** Octave 3.4.1 is primarily a bug fixing release.

 ** IMPORTANT note about binary incompatibility in this release:

    Binary compatibility for all 3.4.x releases was originally planned,
    but this is impossible for the 3.4.1 release due to a bug in the way
    shared libraries were built in Octave 3.4.0.  Because of this bug,
    .oct files built for Octave 3.4.0 must be recompiled before they
    will work with Octave 3.4.1.

    Given that there would be binary incompatibilities with shared
    libraries going from Octave 3.4.0 to 3.4.1, the following
    incompatible changes were also made in this release:

      * The Perl Compatible Regular Expression (PCRE) library is now
        required to build Octave.

      * Octave's libraries and .oct files are now installed in
        subdirectories of $libdir instead of $libexecdir.

    Any future Octave 3.4.x release versions should remain binary
    compatible with Octave 3.4.1 as proper library versioning is now
    being used as recommended by the libtool manual.

 ** The following functions have been deprecated in Octave 3.4.1 and will
    be removed from Octave 3.8 (or whatever version is the second major
    release after 3.4):

      cquad  is_duplicate_entry  perror  strerror

 ** The following functions are new in 3.4.1:

      colstyle  gmres  iscolumn  isrow  mgorth  nproc  rectangle

 ** The get_forge_pkg function is now private.

 ** The rectangle_lw, rectangle_sw, triangle_lw, and triangle_sw
    functions are now private.

 ** The logistic_regression_derivatives and logistic_regression_likelihood
    functions are now private.

 ** ChangeLog files in the Octave sources are no longer maintained
    by hand.  Instead, there is a single ChangeLog file generated from
    the Mercurial version control commit messages.  Older ChangeLog
    information can be found in the etc/OLD-ChangeLogs directory in the
    source distribution.

Summary of important user-visible changes for version 3.4:
---------------------------------------------------------

 ** BLAS and LAPACK libraries are now required to build Octave.  The
    subset of the reference BLAS and LAPACK libraries has been removed
    from the Octave sources.

 ** The `lookup' function was extended to be more useful for
    general-purpose binary searching.  Using this improvement, the
    ismember function was rewritten for significantly better
    performance.

 ** Real, integer and logical matrices, when used in indexing, will now
    cache the internal index_vector value (zero-based indices) when
    successfully used as indices, eliminating the conversion penalty for
    subsequent indexing by the same matrix.  In particular, this means it
    is no longer needed to avoid repeated indexing by logical arrays
    using find for performance reasons.

 ** Logical matrices are now treated more efficiently when used as
    indices.  Octave will keep the index as a logical mask unless the
    ratio of true elements is small enough, using a specialized
    code.  Previously, all logical matrices were always first converted
    to index vectors.  This results in savings in both memory and
    computing time.

 ** The `sub2ind' and `ind2sub' functions were reimplemented as compiled
    functions for better performance.  These functions are now faster,
    can deliver more economized results for ranges, and can reuse the
    index cache mechanism described in previous paragraph.

 ** The built-in function equivalents to associative operators (`plus',
    `times', `mtimes', `and', and `or') have been extended to accept
    multiple arguments.  This is especially useful for summing
    (multiplying, etc.) lists of objects (of possibly distinct types):

      matrix_sum = plus (matrix_list{:});

 ** An FTP object type based on libcurl has been implemented.  These
    objects allow ftp connections, downloads and uploads to be
    managed.  For example,

      fp = ftp ("ftp.octave.org);
      cd (fp, "gnu/octave");
      mget (fp, "octave-3.2.3.tar.bz2");
      close (fp);

 ** The default behavior of `assert (observed, expected)' has been
    relaxed to employ less strict checking that does not require the
    internals of the values to match.  This avoids previously valid
    tests from breaking due to new internal classes introduced in future
    Octave versions.

    For instance, all of these assertions were true in Octave 3.0.x
    but false in 3.2.x due to new optimizations and improvements:

      assert (2*linspace (1, 5, 5), 2*(1:5))
      assert (zeros (0, 0), [])
      assert (2*ones (1, 5), (2) (ones (1,5)))

 ** The behavior of library functions `ismatrix', `issquare', and
    `issymmetric' has been changed for better consistency.

    * The `ismatrix' function now returns true for all numeric,
      logical and character 2-D or N-D matrices.  Previously, `ismatrix'
      returned false if the first or second dimension was zero.
      Hence, `ismatrix ([])' was false,
      while `ismatrix (zeros (1,2,0))' was true.

    * The `issquare' function now returns a logical scalar, and is
      equivalent to the expression

        ismatrix (x) && ndims (x) == 2 && rows (x) == columns (x)

      The dimension is no longer returned.  As a result, `issquare ([])'
      now yields true.

    * The `issymmetric' function now checks for symmetry instead of
      Hermitianness.  For the latter, ishermitian was created.  Also,
      logical scalar is returned rather than the dimension, so
      `issymmetric ([])' is now true.

 ** Function handles are now aware of overloaded functions.  If a
    function is overloaded, the handle determines at the time of its
    reference which function to call.  A non-overloaded version does not
    need to exist.

 ** Overloading functions for built-in classes (double, int8, cell,
    etc.) is now compatible with Matlab.

 ** Function handles can now be compared with the == and != operators,
    as well as the `isequal' function.

 ** Performance of concatenation (using []) and the functions `cat',
    `horzcat', and `vertcat' has been improved for multidimensional
    arrays.

 ** The operation-assignment operators +=, -=, *= and /= now behave more
    efficiently in certain cases.  For instance, if M is a matrix and S a
    scalar, then the statement

      M += S;

    will operate on M's data in-place if it is not shared by another
    variable, usually increasing both time and memory efficiency.

    Only selected common combinations are affected, namely:

      matrix += matrix
      matrix -= matrix
      matrix .*= matrix
      matrix ./= matrix

      matrix += scalar
      matrix -= scalar
      matrix *= scalar
      matrix /= scalar

      logical matrix |= logical matrix
      logical matrix &= logical matrix

    where matrix and scalar belong to the same class.  The left-hand
    side must be a simple variable reference.

    Moreover, when unary operators occur in expressions, Octave will
    also try to do the operation in-place if it's argument is a
    temporary expresssion.

 ** The effect of comparison operators (<, >, <=, and >=) applied to
    complex numbers has changed to be consistent with the strict
    ordering defined by the `max', `min', and `sort' functions.  More
    specifically, complex numbers are compared by lexicographical
    comparison of the pairs `[abs(z), arg(z)]'.  Previously, only real
    parts were compared; this can be trivially achieved by wrapping the
    operands in real().

 ** The automatic simplification of complex computation results has
    changed.  Octave will now simplify any complex number with a zero
    imaginary part or any complex matrix with all elements having zero
    imaginary part to a real value.  Previously, this was done only for
    positive zeros.  Note that the behavior of the complex function is
    unchanged and it still produces a complex value even if the
    imaginary part is zero.

 ** As a side effect of code refactoring in liboctave, the binary
    logical operations are now more easily amenable to compiler
    optimizations and are thus significantly faster.

 ** Octave now allows user-defined `subsasgn' methods to optimize out
    redundant copies.  For more information, see the manual.

 ** More efficient matrix division handling.  Octave is now able to
    handle the expressions

       M' \ V
       M.' \ V
       V / M

    (M is a matrix and V is a vector) more efficiently in certain cases.
    In particular, if M is triangular, all three expressions will be
    handled by a single call to xTRTRS (from LAPACK), with appropriate
    flags.  Previously, all three expressions required a physical
    transpose of M.

 ** More efficient handling of certain mixed real-complex matrix
    operations.  For instance, if RM is a real matrix and CM a complex
    matrix,

      RM * CM

    can now be evaluated either as

      complex (RM * real (CM), RM * imag (CM))

    or as

      complex (RM) * CM,

    depending on the dimensions.  The first form requires more
    temporaries and copying, but halves the FLOP count, which normally
    brings better performance if RM has enough rows.  Previously, the
    second form was always used.

    Matrix division is similarly affected.

 ** More efficient handling of triangular matrix factors returned from
    factorizations.  The functions for computing QR, LU and Cholesky
    factorizations will now automatically return the triangular matrix
    factors with proper internal matrix_type set, so that it won't need
    to be computed when the matrix is used for division.

 ** The built-in `sum' function now handles the non-native summation
    (i.e., double precision sum of single or integer inputs) more
    efficiently, avoiding a temporary conversion of the whole input
    array to doubles.  Further, `sum' can now accept an extra option
    argument, using a compensated summation algorithm rather than a
    straightforward sum, which significantly improves precision if lots
    of cancellation occurs in the summation.

 ** The built-in `bsxfun' function now uses optimized code for certain
    cases where built-in operator handles are passed in.  Namely, the
    optimizations concern the operators `plus', `minus', `times',
    `ldivide', `rdivide', `power', `and', `or' (for logical arrays),
    the relational operators `eq', `ne', `lt', `le', `gt', `ge', and the
    functions `min' and `max'.  Optimizations only apply when both
    operands are of the same built-in class.  Mixed real/complex and
    single/double operations will first convert both operands to a
    common type.

 ** The `strfind' and `strrep' functions now have compiled
    implementations, facilitating significantly more efficient searching
    and replacing in strings, especially with longer patterns.  The code
    of `strcat' has been vectorized and is now much more efficient when
    many strings are concatenated.  The `strcmpi' and `strncmpi'
    functions are now built-in functions, providing better performance.

 ** Matlab-style ignoring input and output function arguments using
    tilde (~) is now supported.  Ignored output arguments may be
    detected from a function using the built-in function `isargout'.
    For more details, consult the manual.

 ** The list datatype, deprecated since the introduction of cells, has
    been removed.

 ** The accumarray function has been optimized and is now significantly
    faster in certain important cases.

 ** The behavior of isreal and isnumeric functions was changed to be more
    Matlab-compatible.

 ** The integer math & conversion warnings (Octave:int-convert-nan,
    Octave:int-convert-non-int-val, Octave:int-convert-overflow,
    Octave:int-math-overflow) have been removed.

 ** rem and mod are now built-in functions.  They also handle integer
    types efficiently using integer arithmetic.

 ** Sparse indexing and indexed assignment has been mostly rewritten.
    Since Octave uses compressed column storage for sparse matrices,
    major attention is devoted to operations manipulating whole columns.
    Such operations are now significantly faster, as well as some other
    important cases.

    Further, it is now possible to pre-allocate a sparse matrix and
    subsequently fill it by assignments, provided they meet certain
    conditions.  For more information, consult the `spalloc' function,
    which is no longer a mere dummy.  Consequently, nzmax and nnz are no
    longer always equal in Octave.  Octave may also produce a matrix
    with nnz < nzmax as a result of other operations, so you should
    consistently use nnz unless you really want to use nzmax (i.e. the
    space allocated for nonzero elements).

    Sparse concatenation is also affected, and concatenating sparse
    matrices, especially larger collections, is now significantly more
    efficient.  This applies to both the [] operator and the
    cat/vertcat/horzcat functions.

 ** It is now possible to optionally employ the xGESDD LAPACK drivers
    for computing the singular value decomposition using svd(), instead
    of the default xGESVD, using the configuration pseudo-variable
    svd_driver.  The xGESDD driver can be up to 6x times faster when
    singular vectors are requested, but is reported to be somewhat less
    robust on highly ill-conditioned matrices.

 ** Configuration pseudo-variables, such as page_screen_output or
    confirm_recursive_rmdir (or the above mentioned svd_driver), now
    accept a "local" option as second argument, requesting the change
    to be undone when the current function returns:

    function [status, msg] = rm_rf (dir)
      confirm_recursive_rmdir (false, "local");
      [status, msg] = rmdir (dir, "s");
      ...
    endfunction

    Upon return, confirm_recursive_rmdir will be restored to the value
    it had on entry to the function, even if there were subsequent
    changes to the variable in function rm_rf or any of the functions
    it calls.

 ** pkg now accepts a -forge option for downloading and installing
    packages from Octave Forge automatically.  For example,

      pkg install -forge general

    will automatically download the latest release of the general
    package and attempt to install it. No automatic resolving of
    dependencies is provided.  Further,

      pkg list -forge

    can be used to list all available packages.

  ** The internal data representation of structs has been completely
     rewritten to make certain optimizations feasible.  The field data
     can now be shared between structs with equal keys but different
     dimensions or values, making operations that preserve the fields
     faster.  Economized storage is now used for scalar structs (just
     like most other scalars), making their usage more
     memory-efficient.  Certain array-like operations on structs
     (concatenation, uniform cellfun, num2cell) have gained a
     significant speed-up.  Additionally, the octave_scalar_map class
     now provides a simpler interface to work with scalar structs within
     a C++ DLD function.

  ** Two new formats are available for displaying numbers:

       format short eng
       format long eng

     Both display numbers in engineering notation, i.e., mantissa +
     exponent where the exponent is a multiple of 3.

  ** The following functions are new in Octave 3.4:

       accumdim    erfcx        nfields      pqpnonneg  uigetdir
       bitpack     fileread     nth_element  quadcc     uigetfile
       bitunpack   fminbnd      onCleanup    randi      uiputfile
       blkmm       fskipl       pbaspect     repelems   uimenu
       cbrt        ifelse       pie3         reset      whitebg
       curl        ishermitian  powerset     rsf2csf
       chop        isindex      ppder        saveas
       daspect     luupdate     ppint        strread
       divergence  merge        ppjumps      textread

  ** Using the image function to view images with external programs such
     as display, xv, and xloadimage is no longer supported.  The
     image_viewer function has also been removed.

  ** The behavior of struct assignments to non-struct values has been
     changed.  Previously, it was possible to overwrite an arbitrary
     value:

        a = 1;
        a.x = 2;

     This is no longer possible unless a is an empty matrix or cell
     array.

  ** The dlmread function has been extended to allow specifying a custom
     value for empty fields.

  ** The dlmread and dlmwrite functions have been modified to accept
     file IDs (as returned by fopen) in addition to file names.

  ** Octave can now optimize away the interpreter overhead of an
     anonymous function handle, if the function simply calls another
     function or handle with some of its parameters bound to certain
     values.  Example:

       f = @(x) sum (x, 1);

     When f is called, the call is forwarded to @sum with the constant 1
     appended, and the anonymous function call does not occur on the
     call stack.

 ** Deprecated functions.

    The following functions were deprecated in Octave 3.0 and have been
    removed from Octave 3.4.

      beta_cdf         geometric_pdf        pascal_pdf
      beta_inv         geometric_rnd        pascal_rnd
      beta_pdf         hypergeometric_cdf   poisson_cdf
      beta_rnd         hypergeometric_inv   poisson_inv
      binomial_cdf     hypergeometric_pdf   poisson_pdf
      binomial_inv     hypergeometric_rnd   poisson_rnd
      binomial_pdf     intersection         polyinteg
      binomial_rnd     is_bool              setstr
      chisquare_cdf    is_complex           struct_contains
      chisquare_inv    is_list              struct_elements
      chisquare_pdf    is_matrix            t_cdf
      chisquare_rnd    is_scalar            t_inv
      clearplot        is_square            t_pdf
      clg              is_stream            t_rnd
      com2str          is_struct            uniform_cdf
      exponential_cdf  is_symmetric         uniform_inv
      exponential_inv  is_vector            uniform_pdf
      exponential_pdf  isstr                uniform_rnd
      exponential_rnd  lognormal_cdf        weibcdf
      f_cdf            lognormal_inv        weibinv
      f_inv            lognormal_pdf        weibpdf
      f_pdf            lognormal_rnd        weibrnd
      f_rnd            meshdom              weibull_cdf
      gamma_cdf        normal_cdf           weibull_inv
      gamma_inv        normal_inv           weibull_pdf
      gamma_pdf        normal_pdf           weibull_rnd
      gamma_rnd        normal_rnd           wiener_rnd
      geometric_cdf    pascal_cdf
      geometric_inv    pascal_inv

    The following functions were deprecated in Octave 3.2 and will
    be removed from Octave 3.6 (or whatever version is the second major
    release after 3.2):

      create_set          spcholinv    splu
      dmult               spcumprod    spmax
      iscommand           spcumsum     spmin
      israwcommand        spdet        spprod
      lchol               spdiag       spqr
      loadimage           spfind       spsum
      mark_as_command     sphcat       spsumsq
      mark_as_rawcommand  spinv        spvcat
      spatan2             spkron       str2mat
      spchol              splchol      unmark_command
      spchol2inv          split        unmark_rawcommand

    The following functions have been deprecated in Octave 3.4 and will
    be removed from Octave 3.8 (or whatever version is the second major
    release after 3.4):

      autocor  cellidx   gammai     krylovb    values
      autocov  dispatch  glpkmex    replot
      betai    fstat     is_global  saveimage

  * For compatibility with Matlab, mu2lin (x) is now equivalent to
    mu2lin (x, 0).

  * The ARPACK library is now distributed with Octave so it no longer
    needs to be available as an external dependency when building
    Octave.
2011-12-24 23:46:02 +00:00
joerg
07303db4f3 Restore backwards compatibility removed as part of 1.65, the tree is not
ready yet (devel/ZenTest and others) and the tree is frozen.
2011-12-24 23:16:04 +00:00
joerg
9ec89cf855 Fix typo. 2011-12-24 23:14:15 +00:00
dholland
918e692115 Adjust the amd64 patch by crosschecking the existing header for alpha.
Patch extensive use of malloc and alloca without <stdlib.h> and some
other stuff that showed up in the build log.

Still crashes in temacs but it's getting much farther.
2011-12-24 17:07:07 +00:00
taca
ad3e4af90b + mediawiki-1.17.1 [security fix], mediawiki-1.18.0. 2011-12-24 14:28:36 +00:00
taca
a08663e071 Note update of TYPO3 packages:
www/typo3_45	4.5.10
	www/typo3_46	4.6.3
2011-12-24 14:27:43 +00:00
taca
03f6b4aef9 Update typo3_46 package to 4.6.3.
2011-12-20  3a854ed                  [RELEASE] Release of TYPO3 4.6.3 (TYPO3 v4 Release Team)
2011-12-20  d0a10f2  #32626          [BUGFIX] Add SQL-comparator <> to SQL parser (Stefan Neufeind)
2011-12-19  8b63540  #31622          [BUGFIX] Invalid query part on menu rendering (Oliver Hader)
2011-12-19  431dfd8  #32666          [BUGFIX] Fatal error during install process (Oliver Hader)
2011-12-18  db7fec2  #32274          [BUGFIX] sessionTimeout for BE does not work (Mario Rimann)
2011-12-18  78fd27f  #32088          [BUGFIX] Checkbox-array space (Felix Kopp)
2011-12-18  f3d7d66  #32163          [BUGFIX] @charset must be lowercase in CSS (Markus Klein)
2011-12-18  a5ec66b  #18176          [BUGFIX] Log password attempt with empty password (Mario Rimann)
2011-12-18  08e70e7  #31350          [BUGFIX] Fatal error when exporting from root (Francois Suter)
2011-12-18  ebbadcf  #21590          [BUGFIX] Warnings in BE when using "Update reference index" (Dmitry Dulepov)
2011-12-17  b7caf1d  #32625          [BUGFIX] Fix path check for custom RTE styles (Stanislas Rolland)
2011-12-17  1bb3587  #11806          [BUGFIX][reports] Missing check for SOAP extension (Mario Rimann)
2011-12-17  978cd0c  #32596          [BUGFIX] Ambiguous XCLASS naming tx_em_Connection_ExtDirectServer (Steffen Gebert)
2011-12-16  1eedef1  #31397          [BUGFIX] Add check for salted default admin password (Gregor Hermens)
2011-12-16  44305f3  #31374          [BUGFIX] Multiple values not displayed for simple items lists (Francois Suter)
2011-12-16  77c74b4                  [TASK] Set TYPO3 version to 4.6.3-dev (TYPO3 v4 Release Team)
2011-12-24 14:26:33 +00:00
taca
eeacc72630 Update www/typo3_45 package to 4.5.10.
2011-12-20  71fbd2b                  [RELEASE] Release of TYPO3 4.5.10 (TYPO3 v4 Release Team)
2011-12-20  f8d4623  #32626          [BUGFIX] Add SQL-comparator <> to SQL parser (Stefan Neufeind)
2011-12-19  ce5f5a7  #31622          [BUGFIX] Invalid query part on menu rendering (Oliver Hader)
2011-12-19  0114ceb                  Revert "[FEATURE] Add ExtJS xtype:modulepanel for BE Modules" (Ernesto Baschny)
2011-12-18  5038a58  #30758          [BUGFIX] Login fails silently, when no backend for rsaauth is available (Steffen Gebert)
2011-12-18  0f6f55d  #27836          [BUGFIX] EM: Uploading extensions fails with Fatal Errors (Steffen Gebert)
2011-12-18  043f1c8  #32274          [BUGFIX] sessionTimeout for BE does not work (Mario Rimann)
2011-12-18  33234cb  #32163          [BUGFIX] @charset must be lowercase in CSS (Markus Klein)
2011-12-18  e87e6a3  #18176          [BUGFIX] Log password attempt with empty password (Mario Rimann)
2011-12-18  5bccb23  #31350          [BUGFIX] Fatal error when exporting from root (Francois Suter)
2011-12-18  b9af0ca  #28384          [FEATURE] Add ExtJS xtype:modulepanel for BE Modules (Kay Strobach)
2011-12-18  725a8c7  #21590          [BUGFIX] Warnings in BE when using "Update reference index" (Dmitry Dulepov)
2011-12-18  93c8987  #27969          [BUGFIX] Hide versioning icon in list when workspaces is installed (Tolleiv Nietsch)
2011-12-17  956ecc3  #32625          [BUGFIX] Fix path check for custom RTE styles (Stanislas Rolland)
2011-12-17  2b5a60d  #32596          [BUGFIX] Ambiguous XCLASS naming tx_em_Connection_ExtDirectServer (Steffen Gebert)
2011-12-16  5b2516c  #21054          [BUGFIX] Random miscalculations in ImageTTFBBox (Albrecht Koehnlein)
2011-12-16  ff97731                  [TASK] Set TYPO3 version to 4.5.10-dev (TYPO3 v4 Release Team)
2011-12-24 14:25:50 +00:00
dholland
b2be58ba49 Merge patch-bm from emacs20 to prevent infinite recursion in malloc. 2011-12-24 13:30:33 +00:00
dholland
76d95ddd26 Revert addition of devel/nspr; problem is now solved properly 2011-12-24 13:18:00 +00:00
sbd
e6011c10dc Run aclocal before automake 2011-12-24 08:39:11 +00:00
dholland
e7b6a2beff This needs to expose gnome-panel via bl3 if it's built with the
"gnomecanvas" option. Otherwise some packages fail to link because
they can't find -lnspr4. PKGREVISION -> 10.

Because the packages affected by this don't build without it, I don't
think they need to be revbumped.
2011-12-24 04:23:21 +00:00
taca
1cfd73ec0c * Remove backward compatibility handling for RUBY_VER; pkglint dosen't like it.
* Add one more PRINT_PLIST_AWK for GEM_HOME.
2011-12-24 03:30:10 +00:00
taca
963254f6df I forgot to remove www/erubis which already renamed to www/ruby-erubis. 2011-12-24 03:25:25 +00:00
taca
13691a194f Remove erubis; I forgot to remove www/erubis. 2011-12-24 03:23:54 +00:00
sbd
d4db3be764 A simpler way to decide if -lXinerama is need is to use XINERAMA_LIBS which
gets its value from pkg-config.
Also add 'automake' to USE_TOOLS and the pre-configure target.
2011-12-24 03:02:25 +00:00