summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-12-16Add include of "../../libltdl/buildlink3.mk".taca1-1/+2
Fix build problem.
2010-12-16make 10.2 work on macosx (port wouldn't compile since it was upgradedchuck4-18/+40
from 9.8 to 10.2). the main issue is that macosx doesn't have the clockid_t and clock_gettime() API.
2010-12-16- horde-3.3.11taca1-4/+8
+ libgdata-0.7.0, libtorrent-0.12.7, mysql55-client-5.5.8, mysql55-server-5.5.8, resourceproto-1.1.1, rtorrent-0.8.7, xkbevd-1.1.2 [unpackaged]
2010-12-16Note update of databases/mysql51-client and databases/mysql51-servertaca1-1/+3
package to 5.1.54.
2010-12-16- gauche-0.9.1asau1-2/+1
2010-12-16Updated lang/gauche to 0.9.1asau1-1/+2
2010-12-16Update mysql51-{client,server} package to 5.1.54.taca6-28/+31
Functionality added or changed: * Support for the IBMDB2I storage engine has been removed. (Bug#58079) * The pstack library was nonfunctional and has been removed, along with the --with-pstack option for configure. The --enable-pstack option for mysqld is deprecated and will be removed in MySQL 5.5. (Bug#57210) Bugs fixed: * Performance: InnoDB Storage Engine: Improved concurrency when several ANALYZE TABLE or SHOW TABLE STATUS statements are run simultaneously for InnoDB tables. (Bug#53046) * InnoDB Storage Engine: For an InnoDB table created with ROW_FORMAT=COMPRESSED or ROW_FORMAT=DYNAMIC, a query using the READ UNCOMMITTED isolation level could cause the server to stop with an assertion error, if BLOB or other large columns that use off-page storage were being inserted at the same time. (Bug#57799) * Partitioning: An INSERT ... ON DUPLICATE KEY UPDATE column = 0 statement on an AUTO_INCREMENT column caused the debug server to crash. (Bug#57890) * Several compilation problems were fixed. (Bug#57992, Bug#57993, Bug#57994, Bug#57995, Bug#57996, Bug#57997, Bug#58057) * Passing a string that was not null-terminated to UpdateXML() or ExtractValue() caused the server to fail with an assertion. (Bug#57279) * Queries executed using the Index Merge access method and a temporary file could return incorrect results. (Bug#56862) * The find_files() function used by SHOW statements performed redundant and unnecessary memory allocation. (Bug#51208)
2010-12-16Update to Gauche 0.9.1asau6-371/+316
New in Gauche 0.9.1: Major Feature Enhancements + New Features o Extended formals: Built-in lambda, define etc. can recognize optional and keyword arguments, a la Common Lisp. o Enhanced module mechanism: Now you can rename, choose, or add prefix to the symbols when importing other modules. o Efficient record types: A new module gauche.record provides ERR5RS (srfi-99) compatible record types. It is also upper compatible to srfi-9 records. o More support for multithreaded applications: Thread-safe queue is added to util.queue, and thread-pool feature is provided by the new module control.thread-pool. Continuations can be passed between threads. o Partial continuations. o Enhanced Windows support. o New module: crypt.bcrypt: A module for Blowfish password hashing. o New module: srfi-98: portable environment variable lookup support. o New module: gauche.mop.propagate: Making object composition simpler. o New module: rfc.json: JSON parsing and construction. + Changes o The directory structure for Gauche installation has changed so that we can keep binary compatibility for the extension modules throughout 0.9.x releases. o Now it is an error to pass a keyword argument that isn't expected by the callee. It used to be a warning. o Regular expression re{,M} now means the same as re{0,M}, which is compatible to Oniguruma. + Improvements o The compiler and the runtime got optimized more. The compiler now knows more about built-in procedures, and tries compile-time constant folding and/or inlining more aggressively. For example, sxml.ssax can parse XML document a lot faster. o ^ can be used in place of lambda, allowing more concise code. There's also convenience macros ^a, ^b, ... ^z and ^_ as abbreviations of lambda (a) etc. o ~ is added for universal accessing operator. (~ x y) is the same as (ref x y), and (~ x y z) is the same as (ref (ref x y) z), and so on. It can be used with generalized setter, e.g. (set! (~ array i) x). o define-syntax, let-syntax, and letrec-syntax are enhanced so that they can take a general expression in rhs, as far as it yields a syntactic transformer. o gauche.process: I/O redirection handling in run-process becomes more flexible. o rfc.http module now supports https connection (unix platforms only). Currently it relies on an external program (stunnel). o A new procedure current-load-path allows the program to know the file name it is being loaded from. o A new procedure .$ is introduced as an alternative name of compose. o Regular expressions now got read-write invariance. Some internal regexp routines are made public, giving users an easy way to construct and analyze regexp programatically. o rfc.822: New procedure: rfc822-date->date. o file.util: The procedure temporary-directory now became a parameter so that you can switch it when necessary. The default value is taken from (sys-tmpdir), which determines temporary directory in the recommended way of the platform; esp., it works on Windows native platforms. home-directory works on Windows, too. Procedures null-device and console-device are added to make it easier to write portable script across Unix and Windows platforms. o util.queue: New proceduers: any-in-queue, every-in-queue. o gauche.parseopt: When let-args encounters a command-line option that doesn't match any spec, it now raises a condition of type <parseopt-error> instead of <error>. The application can capture the condition to handle invalid command-line arguments. o gauche.uvector: New procedure uvector-size to obtain number of octets actually to be written out when the given uvector is written out by write-block. o dbm: A new procedure dbm-type->class allows an application to load appropriate dbm implementation at runtime. Utility scripts dbm/dump and dbm/restore are provided for easier backup and migration. o Procedure slot-pop! is added for the consistency with other *-push!/pop! API pairs. o When ref is used for object slot access, it can take default value in case the slot is unbound. o Made (set! (ref list k) value) work. o New procedures delete-keywords, delete-keywords!, tree-map-map, tree-map-for-each. o unwind-protect allows multiple handlers, as in CL. o sqrt now returns an exact number if the argument is exact and the result can be computed exactly. Also, R6RS's exact-integer-sqrt is added. o gauche.parameter: Parameters can be used with generalized set!. o The default-endian parameter is moved from binary.io module to the core, so that this parameter controls default endian of binary I/O in general. For example, read-block! and write-block of the gauche.uvector module now uses the value of this parameter as the default. A new procedure native-endian is added to retrieve the platform's native endianness. o More R6RS procedures: inexact, exact, real-valued?, rational-valued?, integer-valued?, div, mod, div0, mod0. A number of bug fixes.
2010-12-16Note update of these packages:taca1-1/+3
* textproc/php-intl 1.1.2 (5.3.4.1.1.2 for php53 and 5.2.15.1.1.2 for php5) * www/horde 3.3.11
2010-12-16Update horde pacakge to 3.3.11.taca2-6/+6
Fixing http://secunia.com/advisories/42355/. ------- v3.3.11 ------- [mms] SECURITY: Fix XSS when viewing details of a vCard (Bug #9357). [jan] Fix exporting recurrence exceptions to vCalendar 1.0. [jan] Skip event status synchronization with Outlook, which is broken. [jan] Don't send SIF data to recent Funambol clients, unless requested. [jan] Log all queries and errors by the history library.
2010-12-16Update php-intl package to 1.1.2.taca3-11/+12
Changelog says only "* Bugfixes" but it is really fix CVE-2010-4409.
2010-12-15Updated net/mDNSResponder to 214.3.2nb1jmcneill1-1/+2
2010-12-15Fix 'intfMask != NULL' assertion on NetBSD when mdnsd encounters an IPv6jmcneill3-10/+14
address; patch-ac changed the distribution source to not pull in netinet/in_var.h on NetBSD but that is where SIOCGIFNETMASK_IN6 comes from so bring it back in. Bump pkg revision.
2010-12-15Updated archivers/gtar-base to 1.25nb2wiz1-1/+2
2010-12-15Remove two patches: one disabled a test that however succeeds onwiz4-54/+3
NetBSD-current and Solaris 10 (tested by tez@), the other one was adding a --no-unlink-first option that was added because NetBSD's version of tar had made --unlink-first default. Since this default was changed quite some time ago and the option never was in upstream, remove it. Bump PKGREVISION.
2010-12-15Explicitly pass "--cpu=i386" when MACHINE_ARCH is i386 in order forriz1-1/+2
this to build properly under Mac OS X "Snow Leopard" on a 64-bit host. Fixes PR pkg/44191 by me.
2010-12-15Expand the information in the description and install messageheas2-4/+19
2010-12-15fix shell syntax error in patch-aa and patch-ac. added missing doublechuck3-7/+7
quotes to this line: EXTRA_LIBS="-framework CoreFoundation -framework IOKit" otherwise configure gives you this nice error (but keeps going): ./configure: line 3015: CoreFoundation: command not found
2010-12-15Fix bug in latest gtar that breaks amanda backupstez1-1/+2
2010-12-15Fix bug with --one-file-system --listed-incremental (used by amanda)tez5-2/+108
per: http://www.mail-archive.com/bug-tar@gnu.org/msg03019.html Pass FORCE_UNSAFE_CONFIGURE=1 in the configure env to allow building of this package as root.
2010-12-15get rid of un-needed cppflags in optflags, as it causes the compile tochuck3-5/+6
fail on macosx (complains about -isystem).
2010-12-15Updated sysutils/ipa to 2.0.8asau2-3/+3
2010-12-15Update sysutils/ipa to version 2.0.8asau2-6/+6
Requested by package maintainer in PR pkg/44234 Changes in ipa-2.0.8: * autoconf 2.62 -> 2.68, automake 1.10.1 -> 1.11.1. * Time events in ipa.conf for +h, +D and +W could be incorrectly scheduled (plus one extra hour for +h and plus one extra day for +D and +W), corrected. * If threshold's tm_from time and tm_updated time are equal and their month day is the last day in a month, then ipa incorrectly calculated previous threshold_time_width value during threshold's initialization.
2010-12-15apply patches from Noud to fix PR/44222 kaffe halts onabs8-9/+78
BufferedReader.readLine (while building wip/jdk15) KAFFE_BUGGY_NETBSD_SIGWAIT is only required in older NetBSD releases, and in fact breaks NetBSD 5 Bump PKGREVISION many thanks
2010-12-15Updated geography/viking to 1.0.2gdt1-1/+2
2010-12-15Update to 1.0.2.gdt3-7/+9
Viking 1.0.2 (2010-12-14) Fixes since 1.0.1 * Add undeclared translations Viking 1.0.1 (2010-12-04) Fixes since 1.0 * Fix Waypoint & Track visibility issues. * Fix SF#3104028: Default Color Background is incorrectly saved as black into a new .vik file. * Fix some translated strings
2010-12-15Updated games/gbrainy to 1.60wiz2-3/+3
2010-12-15Update to 1.60:wiz3-8/+52
Version 1.60 * Better I18N (string concatenation and plurals) * 7 new logic games, 1 calculation and 16 verbal analogies * PDF export support * 14 bug fixes * Updated and new translations
2010-12-15Updated misc/tellico to 2.3.2wiz1-1/+2
2010-12-15Update to 2.3.2:wiz2-6/+6
The Tellico development team, namely me, is happy to announce that version 2.3.2 is available from the download page. Tellico 2.3.2 includes several bug fixes, among them: * Fixed bug with list view settings not being saved between sessions (Bug 256373) * Fixed bug with updating groups for derived values (Bug 256374) * Made Nepomuk support optional * Added cover art support for MusicBrainz source * Fixed Google Scholar data source to properly fetch Bibtex * Fixed bug with FreeDB results not using track artists (Bug 258541) * Fixed bug with importing Bibtex file with keyword and keywords fields (Bug 258269) * Fixed sorting multiple numeric values in column view * Fixed sorting for numeric values in group view * Updated Allocine script to version 0.7.3 (Bug 258281) * Updated Bibtex importer to translate non-breaking spaces
2010-12-15Updated devel/cppcheck to 1.46.1wiz1-1/+2
2010-12-15Update to 1.46.1:wiz2-7/+7
Release notes for 1.46 This release has improvements and bug fixes. We fixed 153 tickets, and that is a somewhat "usual" number for a Cppcheck release. The report has been improved. New severities were added to make the messages more informational. The possible severities are now: * error * warning * style * performance This has no effect on the command line flags nor the xml report. The command line flags and the xml report is fully compatible with previous versions. These are the new checks that were added: * detect dangerous usage of string::c_str() * warn for unused variable when only doing malloc/free * warn when assert has side effects * warn for mutual exclusion over ||. The condition is always false. Example: 'if (x != 1 || x != 4)' More details about all the fixed tickets can be found here: http://sourceforge.net/apps/trac/cppcheck/milestone/1.46 Release notes for 1.46.1 Fix segmentation fault.
2010-12-15+ autogen-5.11.5, cherokee-1.0.14, ejabberd-2.1.6, etm-686,wiz1-5/+12
fetchmail-6.3.19, gauche-0.9.1, gbrainy-1.60, ipa-2.0.8 [pkg/44234], modular-xorg-server-1.9.3, mpg123-1.13.0, veusz-1.10.
2010-12-15+x11/renderproto9abs1-1/+2
2010-12-15Updated mail/pear-Mail_Mime to 1.8.1adam1-1/+2
2010-12-15Changes 1.8.1:adam2-8/+6
Bugs Fixed: * Not possible to set separate charset for attachment content and headers
2010-12-15Use renderproto9 for X11_TYPE native and! BUILTIN_X11_VERSION.xorgabs1-1/+7
2010-12-15+renderproto9abs1-1/+2
2010-12-15Added x11/renderproto9 version 0.9.3nb2abs5-0/+62
This provides the Render extension headers from modular X.org X11 project, for use in non modular X11 installs.
2010-12-15Added comms/asterisk18 version 1.8.1jnemeth2-3/+3
2010-12-15add and enable asterisk18jnemeth1-1/+2
2010-12-15 Import Asterisk 1.8.1:jnemeth30-0/+3634
Asterisk is a complete PBX in software. It provides all of the features you would expect from a PBX and more. Asterisk does voice over IP in three protocols, and can interoperate with almost all standards-based telephony equipment using relatively inexpensive hardware. Asterisk 1.8 is a long term support version (i.e. it will be supported for four years with an additional year of security only fixes). See: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions What's new: Asterisk 1.8 is the next major release series of Asterisk. The release of Asterisk 1.8.0 would not have been possible without the support and contributions of the community. Since Asterisk 1.6.2, we've had over 500 reporters, more than 300 testers and greater than 200 developers contributed to this release. You can find a summary of the work involved with the 1.8.0 release in the sumary: http://svn.asterisk.org/svn/asterisk/tags/1.8.0/asterisk-1.8.0-summary.txt A short list of available features includes: * Secure RTP * IPv6 Support in the SIP channel driver * Connected Party Identification Support * Calendaring Integration * A new call logging system, Channel Event Logging (CEL) * Distributed Device State using Jabber/XMPP PubSub * Call Completion Supplementary Services support * Advice of Charge support * Much, much more! A full list of new features can be found in the CHANGES file. http://svn.digium.com/view/asterisk/branches/1.8/CHANGES?view=markup For a full list of changes in the current release candidate, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.0 ----- The Asterisk Development Team has announced the release of Asterisk 1.8.1. The release of Asterisk 1.8.1 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release: * Fix issue when using directmedia. Asterisk needs to limit the codecs offered to just the ones that both sides recognize, otherwise they may end up sending audio that the other side doesn't understand. (Closes issue #17403. Reported, patched by one47. Tested by one47, falves11) * Resolve issue where Party A in an analog 3-way call would continue to hear ringback after party C answers. (Patched by rmudgett) * Fix playback failure when using IAX with the timerfd module. (Closes issue #18110. Reported, tested by tpanton. Patched by jpeeler) * Fix problem with qualify option packets for realtime peers never stopping. The option packets not only never stopped, but if a realtime peer was not in the peer list multiple options dialogs could accumulate over time. (Closes issue #16382. Reported by lftsy. Tested by zerohalo. Patched by jpeeler) * Fix issue where it is possible to crash Asterisk by feeding the curl engine invalid data. (Closes issue #18161. Reported by wdoekes. Patched by tilghman) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.1
2010-12-15fix compiler warnings on macox (missing prototype for inet_ntoa andchuck2-6/+31
account for strcpy being a macro).
2010-12-15for darwin only, remove un-needed ld flag from configure.acchuck2-1/+21
2010-12-14Updated lang/sbcl to 1.0.45asau2-3/+3
2010-12-14Update to SBCL 1.0.45asau3-7/+8
New in version 1.0.45 * enhancement: ~/ and ~user/ are treated specially in pathnames. * enhancement: ASDF has been updated to version 2.010. * optimization: mutated closed-over variables that are only accessed by DYNAMIC-EXTENT closures (currently only FLET and LABELS functions declared to be DYNAMIC-EXTENT) are stored directly in their containing stack frame, rather than allocating a VALUE-CELL (#586103). * optimization: UNWIND-PROTECT cleanup functions are now declared DYNAMIC-EXTENT. Bug fixes. New in version 1.0.44 * enhancement: RUN-PROGRAM accepts :EXTERNAL-FORMAT argument to select the external-format for its :INPUT, :OUTPUT, AND :ERROR :STREAMs. * enhancement: ALLOCATION-INFORMATION also provides the page the object resides on. * enhancement: default dynamic-space size can be configured at build-time without touching source, using the --dynamic-space-size argument to make.sh. * enhancement: DESCRIBE recognizes symbols naming optimization policy qualities, and mentions ALWAYS-BOUND declarations. * enhancement: ATOMIC-INCF now supports AREF of (SIMPLE-ARRAY SB-EXT:WORD (*)) as a place. * enhancement: ASDF has been updated to 2.009. * enhancement: the system detects known type-erros in calls better, signalling a full warning about violated proclaimed FTYPEs and violations of derived FTYPEs within the same file, including self-calls. * enhancement: new function: SB-EXT:DELETE-DIRECTORY is now provided. * optimization: constant-folding exploits numeric and character types, in addition member types. * optimization: numeric, character and member types that are inhabited by exactly one value are tested with EQL. * optimization: more conditional branches are eliminated during IR1. Branches are simplified before performing if/if-conversion, and simple equivalent branches (that only read the same constant or variable) are merged. * improvements to the Windows port: + change: canonical unparsing form for pathname namestrings now uses / as directory separator. NATIVE-NAMESTRING still uses \ as the separator. + bug fix: stackoverwriting due to incorrect usage of PeekConsoleInput on Windows. (thanks to Kalyanov Dmitry) + bug fix: build now works on cygwin with GCC 4.x installed. + bug fix: run-sbcl.sh now works on Cygwin. (thanks to Kalyanov Dmitry) Bug fixes. New in version 1.0.43 * incompatible change: FD-STREAMS no longer participate in the serve-event event-loop by default. (#316072) + In addition to streams created by explicit calls to MAKE-FD-STREAM this affects streams from CL:OPEN. + Streams from SOCKET-MAKE-STREAM still participate in serve-event by default, but this is liable to change: applications needing serve-event for socket streams should explicitly request it using :SERVE-EVENTS T in the call. * enhancement: SB-EXT:WORD type is provided for use with SB-EXT:ATOMIC-INCF &co. * enhancement: CLOS effective method functions and defclass slot typechecking function now have debug names for use in backtraces and profiles. * enhancement: ASDF has been updated to version 2.004. * enhancement: symbols are printed using fully qualified names in several error and warning messages which are often associated with package conflicts or mixups (#622789, thanks to Attila Lendvai) Bug fixes.
2010-12-14Fix buildling on Mac OS X, without X11, with OpenMPadam2-1/+29
2010-12-14On at least OS X 10.4 the builtin zlib does not provide all the symbolsabs1-1/+5
we need
2010-12-14* Fixed buildling with Clang.adam5-7/+73
* Program crashes with image cache enabled. (Image cache doesn't help, anyway.)
2010-12-14Update to f2c-20100903.asau5-59/+6
Requested in PR pkg/44076 Changes since previous package: Wed Jul 7 10:51:12 MDT 2010 src/data.c, src/format.c, src/p1output.c: "invisible" tweaks to silence warnings seen in compilation under Ubuntu; version.c not changed. Fri Aug 27 09:14:17 MDT 2010 format.c: make sizeof(buf) depend on MAXNAMELEN to fix a bug with long names. Update mswin/f2c.exe.gz accordingly. Fri Sep 3 16:03:24 MDT 2010 fc: have "-m ..." modify CC rather than CFLAGS (to affect linking).