Commit graph

165253 commits

Author SHA1 Message Date
adam
518b4e4516 Changes 4.11.2:
* /KeepReference/ can now be applied to global functions and static methods.
* %TypeCode can now be specified in a %MappedType directive.
* Mapped types for templates no longer require the template arguments to be
  fully defined.
* Build system changes required by PyQt v4.8 and Qt v4.7.
2010-11-15 13:06:56 +00:00
adam
a96a7a4a0a Changes 4.7.1:
Qt 4.7.1 is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 4.7.0.  For more details,
refer to the online documentation included in this distribution. The
documentation is also available online:

  http://qt.nokia.com/doc/4.7

The Qt version 4.7 series is binary compatible with the 4.6.x series.
Applications compiled for 4.6 will continue to run with 4.7.


Changes 4.7.0:
Qt 4.7 introduces many new features and improvements as well as bugfixes
over the 4.6.x series. For more details, refer to the online documentation
included in this distribution. The documentation is also available online:

  http://qt.nokia.com/doc/4.7

The Qt version 4.7 series is binary compatible with the 4.6.x series.
Applications compiled for 4.6 will continue to run with 4.7.
2010-11-15 13:05:44 +00:00
tnn
8be6c735fb Updated net/Transmission to 2.12 2010-11-15 09:15:39 +00:00
jnemeth
a3a01bcf88 Updated chat/centerim to 4.22.9nb3 2010-11-15 09:00:46 +00:00
jnemeth
a214160fb9 add NetBSD-5 to INCOMPAT_CURSES 2010-11-15 08:55:21 +00:00
obache
9e8c5c2e6d Disable GSettings plugin.
It require glib2>=2.25.0, then after glib was updated to 2.26.0,
it also will be iinstalled, PLIST broken.

XXX: exactly depend on glib2>=2.25.0 and install it,
XXX: or create new package for the plugin?
2010-11-15 07:35:54 +00:00
jnemeth
ea8c86a486 Updated comms/asterisk16 to 1.6.2.14 2010-11-15 05:18:54 +00:00
jnemeth
7f6c35253a Update to 1.6.2.14
The release of Asterisk 1.6.2.14 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 where session timers would be advertised as supported even
   when session-timers=refuse was set in sip.conf. Also fix
   interoperability problems with session timer behavior in Asterisk.
   (Closes issue #17005. Reported by alexcarey. Patched by dvossel)

 * Parse all "Accept" headers for SIP SUBSCRIBE requests.
   (Closes issue #17758. Reported by ibc. Patched by dvossel)

 * Fix issue where queue stats would be reset on reload.
   (Closes issue #17535. Reported by raarts. Patched by tilghman)

 * Fix issue where MoH files were no longer rescanned on during a
   reload.
   (Closes issue #16744. Reported by pj. Patched by Qwell)

 * Fix issue with dialplan pattern matching where the specificity for
   pattern ranges and pattern characters was inconsistent.
   (Closes issue #16903. Reported, patched by Nick_Lewis)

For a full list of changes in the current release, please see the
ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.6.2.14
2010-11-15 05:18:16 +00:00
dholland
e76a0c518e Use an include guard symbol name that doesn't conflict with
filesystems/fuse/buildlink3.mk.
2010-11-15 04:51:33 +00:00
bouyer
536649c2b8 Updated mail/imp to 4.3.9nb1 2010-11-14 21:18:51 +00:00
bouyer
f0cc287ca9 php5-pear-Mail_mimeDecode is required to properly display certain
mail (especially ones with a smime.p7s signature).
Bump PKGREVISION
2010-11-14 21:17:46 +00:00
sno
ccb7798e57 Fix copy/paste error in homepage 2010-11-14 21:01:08 +00:00
tonio
1376c8f6e5 Updated lang/coq to 8.3 2010-11-14 20:54:25 +00:00
sno
bc2a60e3a0 Added databases/p5-MLDBM-Serializer-JSON version 0.001 2010-11-14 20:53:26 +00:00
sno
2ca418b91b Importing Perl5 module MLDBM::Serializer::JSON 0.001 into
databases/p5-MLDBM-Serializer-JSON.

MLDBM::Serializer::JSON provides an extension to MLDBM to enable storing
the additional columns as JSON instead of Data::Dumper or FreezeThaw.

JSON is very widely used - from Perl over Ruby to Python and surely
JavaScript and so on.
2010-11-14 20:53:11 +00:00
tonio
6f37dbf143 Update lang/coq to 8.3
Main changes:
Includes a new tactic (nsatz, standing for Hilbert's NullStellensatz, that
extends ring to systems of polynomial equations) and a few new libraries (a
certification of mergesort, a new library of finite sets with computational and
logical contents separated).

This version also comes with many improvements of existing features, especially
regarding the tactics, the module system, extraction, the type classes, the
program command, libraries, coqdoc. Here is an excerpt:
* new operator <+ for conveniently chaining application of functors
* new round of extension of the modular library of arithmetic
* support for matching terms with binders in Ltac,
* linking notations in coqdoc,
* quote tactic now working on arbitrary expressions,
* Lemma and co accept parameters that are automatically introduced,
* interactive proofs in module types,
* a beautifying coqc option for pretty-printing files

See the file CHANGES for a full log of changes.
2010-11-14 20:53:02 +00:00
sno
9a5b237c74 Added devel/p5-File-ConfigDir version 0.004 2010-11-14 20:43:14 +00:00
sno
f55862cec3 Importing Perl5 module File::ConfigDir 0.004 into devel/p5-File-ConfigDir.
This module is a helper for installing, reading and finding configuration
file locations. It's intended to work in every supported Perl5 environment
and will always try to Do The Right Thing(tm).

File::ConfigDir is a module to help out when perl modules (especially
applications) need to read and store configuration files from more than one
location. Writing user configuration is easy thanks to File::HomeDir, but
what when the system administrator needs to place some global configuration
or there will be system related configuration (in /etc on UNIX(tm) or
$ENV{windir} on Windows(tm)) and some network configuration in nfs mapped
/etc/p5-app or $ENV{ALLUSERSPROFILE} . "\\Application Data\\p5-app",
respectively.

File::ConfigDir has no "do what I mean" mode - it's entirely up to the user
to pick the right directory for each particular application.
2010-11-14 20:42:57 +00:00
drochner
60552703aa +g-p-jasper 2010-11-14 20:15:48 +00:00
drochner
90625dc958 turn gtk2's "jasper" option into a plugin pkg 2010-11-14 20:13:40 +00:00
drochner
27abf49067 -update to 2.22.1
changes:
 -Make GdkPixbuf implement the GIcon interface
 -Translation updates
-copy module registry handling from x11/gtk2 to here
-prepare for building jasper support as pkg
-add bl3 file
2010-11-14 20:11:41 +00:00
adam
7a0598998e Removed MAKE_JOBS_SAFE=no; compiles fine with MAKE_JOBS=8 on NetBSD and MacOSX 2010-11-14 16:39:36 +00:00
minskim
2eefcd5a96 Note PKGREVISION bump of tex-amsmath-doc. 2010-11-14 15:20:17 +00:00
minskim
01dca66bbe Update tex-amsmath{,-doc} to TeX Live r20250.
- Added a license file.
2010-11-14 15:19:41 +00:00
obache
4df37b6c5f Shlib major bumped from 3 to 4 at update of ImageMagick-6.6.4.1.
Bump ABI_DEPENDS (and recursive bump).
2010-11-14 14:05:57 +00:00
obache
21753cbafa No need to buildlink with ImageMagick, just using convert program. 2010-11-14 13:35:41 +00:00
tonnerre
2813a7225c PHP has grown a new flag; disable building the PHP extension as well if we
disable PHP. This fixes the build with PHP disabled.
2010-11-14 12:09:22 +00:00
joerg
ce7edede17 Updated www/nginx to 0.8.53 2010-11-13 22:31:33 +00:00
joerg
63c688e3db Update to nginx-0.8.53:
- Allow the "error_page" directive to change the status code in a
  redirect
- Support special "degration" mask in "gzip_disable" directive
- Fix a socket leak with file AIO
- Fix bug that made a server the default if none was explicitly set and
  the first server has no "listen" directive
2010-11-13 22:30:56 +00:00
joerg
a984ab9c25 Use pread/pwrite on NetBSD to reduce the number of system calls a lot.
Bump revision.
2010-11-13 21:54:13 +00:00
joerg
f2d21a4c3b Bailout if the SH override is not a full path. 2010-11-13 21:43:39 +00:00
shattered
3b05a61c76 Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
christos
2187770975 mention that lists are space-separated. 2010-11-13 20:07:01 +00:00
bouyer
5704699de6 Updated print/ghostscript to 8.71nb5 [bouyer 2010-11-13]
Updated net/p5-Net-SNMP to 5.2.0nb3 [bouyer 2010-11-13]
2010-11-13 17:07:11 +00:00
bouyer
006ce894b1 Bring in change from 6.0.1:
Removed all occurrences of the "locked" attribute that was
deprecated in Perl 5.12.0.

I didn't upgrade the package to 6.0.1 because it causes incompatibilities
with net/mrtg
PKGREVISON++
2010-11-13 17:06:04 +00:00
bouyer
d87f440da0 Apply patch from official repository:
- Fixed memory reallocation on bitmap size change. Reallocation is not only
   needed when dimendions and margins change, but also when the color depth
   changes. Fixes bugs #691029 and #691108.
- Fixed arrayoption() macro in cups_put_params() function. Array values did
  not get actually set in cups.header data structure. Bug only showed via
  a compiler warning.
- Silenced compiler warning by presetting c0..c3 in cups_map_cmyk() to zero.

makes my epson USB printer work again with 2010Q3 cups+ghostscript
PKGREVISION++
2010-11-13 17:03:00 +00:00
minskim
b0bbeedd8b Note update of tex-amsrefs. 2010-11-13 16:49:00 +00:00
minskim
ecb64af16e Update tex-amsrefs to 2.09.
Significnat changes:
  - hyperref support made more robust; "off-by-one-line" problem fixed;
  - support added/fixed for showlabels, showkeys;
  - numeric labels made flush-right instead of flush-left.
2010-11-13 16:45:44 +00:00
jmmv
2ffffd1595 Note update of pkg_comp to 1.35. 2010-11-13 16:24:01 +00:00
jmmv
cf51f462dc Update to 1.35:
* Fix BUILD_PACKAGES to really support multiple packages.  Reported by
  Ian D. Leroux in private mail.
2010-11-13 16:23:22 +00:00
tnn
e98ab01286 smartmontools-5.40, seamonkey-2.0.10, thunderbird-3.1.6 2010-11-13 12:21:13 +00:00
tnn
39d7e2c75b Reluctantly switch over to bundled cairo and pixman for mozilla packages,
like other distros have recently done. Bump package revisions.

Background:
The cairo-1.10 update caused multiple regressions in firefox, such as
flickering gif animations and crashes.
Mozilla doesn't seem interested in fixing it on the stable branches:
  https://bugzilla.mozilla.org/show_bug.cgi?id=610107
Other references:
  https://bugzilla.redhat.com/show_bug.cgi?id=628331
  http://bugs.gentoo.org/show_bug.cgi?id=337813
  https://bugzilla.mozilla.org/show_bug.cgi?id=597174

This workaround is guaranteed to cause other problems in the long run;
so we should attempt to switch back when we move to the mozilla-2.0 branch.
2010-11-13 11:54:43 +00:00
obache
dcb73bc58c Updated archivers/lzo to 2.04 2010-11-13 11:21:20 +00:00
obache
692afed1ae Update lzo to 2.04.
Changes in 2.04 (31 Oct 2010)
  * Fixed a gcc-4.5 aliasing issue in lzo_init().
  * Updated the configure system.
  * Assorted cleanups.
2010-11-13 11:21:05 +00:00
tnn
cb817bb17c Update to thunderbird-3.1.6.
Fixes MFSA 2010-73 Heap buffer overflow mixing document.write and DOM insertion
2010-11-13 11:05:04 +00:00
tnn
7f2782daa3 Update to seamonkey-2.0.10.
Fixes MFSA 2010-73 Heap buffer overflow mixing document.write and DOM insertion
2010-11-13 10:54:48 +00:00
tnn
4492826130 Update to smartmontools-5.40 (ok shattered@)
Date 2010-10-16
Summary: smartmontools release 5.40
-----------------------------------------------------------
- Other config entries may precede smartd DEVICESCAN.
- Option '-v' allows to specify byte order of attribute raw value
- configure: New default value for '--with-docdir'.
- configure: '--enable-drivedb' is now the default.
- Improved support for Intel SSDs.
- Improved support for SandForce based SSDs.
- Drive database is in a separate source file 'drivedb.h'
  which can be downloaded from SVN.
- USB ID info is now included in 'drivedb.h'.
- Many additions to drive database.
- New script 'update-smart-drivedb'.
- smartd libcap-ng support, option '-C, --capabilities'.
- smartd directive '-l xerror' to check Extended Comprehensive
  SMART Error Log.
- smartctl option '-l scterc[,...]' to get/set the
  SCT Error Recovery Control time limit.
- smartctl option '-t vendor,N'.
- smartctl options '--scan, --scan-open'.
- Linux: Add '/dev/sd[a-c][a-z]' to smartd DEVICESCAN.
- Linux: Support SATA drives on LSI 3ware 9750 controllers.
- Windows: Read 'drivedb.h' and 'smartd.conf' from exe directory.
- Windows: Support for 64-bit executables.
- Windows: Support for cross compilation on Linux.
- Fix regression in smartctl option '-t select,M-N'.
- Fix SCT temperature table commands on big endian CPUs.
- Fix regression in smartd SMARTD_DEVICE and SMARTD_DEVICETYPE
  environment variables.

Date 2010-01-28
Summary: smartmontools release 5.39.1
-----------------------------------------------------------
- Fix crash on kFreeBSD.
- Fix regression in smartctl option '-q, --quietmode'.
- Fix regression in smartd directive '-l selftest'.
- Linux: Allow smartd 'DEVICESCAN -d sat'.
- Linux: Fix spin-up of SATA drive if '-n standby' is used.
- Windows: Fix parsing of 3ware 'tw_cli' output.

Date 2009-12-09
Summary: smartmontools release 5.39 (UNSTABLE/EXPERIMENTAL)
-----------------------------------------------------------
- Sourcecode repository moved from CVS to SVN
- Support for USB devices with Cypress, JMicron and Sunplus USB bridges
- USB device type autodetection for some devices on Linux, Windows and FreeBSD
  (http://sourceforge.net/apps/trac/smartmontools/wiki/Supported_USB-Devices)
- Support for Areca controllers on Linux
- Support for MegaRAID controllers on Linux
- Support for HighPoint RocketRAID controllers on FreeBSD
- Support RAID controllers using /dev/pass devices on FreeBSD
- Support CHECK_POWER_MODE and WRITE_LOG on FreeBSD
- Support for up to 128 devices on 3ware controllers
- smartctl option '-l xerror' to print ATA SMART Extended Comprehensive
  Error Log
- smartctl option '-l xselftest' to print ATA SMART Extended Self-test Log
- smartctl option '-l sataphy' to print SATA Phy Event Counters
- smartctl option '-l sasphy' to print SAS device phy information
- smartctl options '-l gplog,...' and '-l smartlog,...' to print any log page
- smartctl option '-x' to print all extended info if available
- smartctl prints SCSI load/unload cycle counts
- Improve display of huge raw values of some SMART attributes
- Option '-d sat+TYPE' to use SAT with controllers which require '-d TYPE'
- Option '-v ID,RAW_FORMAT,ATTR_NAME' to add new vendor specific attributes
- Support for SSD drives using 64-bit raw attributes
- Many additions to drive database
- New simplified syntax for drive database
- Option '-B FILE' to read drive database from a file
- Configure option to add drive database file to distribution
- smartd can now handle attributes 197 and 198 with increasing raw values
- smartd logs changes of self-test execution status
- smartd directive '-n powermode,N' to limit the number of skipped checks
- smartd flag '!' for '-r' and '-R' directives to log changes as critical
- smartd supports scheduled Selective Self-Tests
- Self-tests scheduled during system downtime or disk standby are run after
  next startup
- smartd option '-s PREFIX' to store smartd internal state until next startup
- smartd option '-A PREFIX' to log attributes at each check cycle
- Configure options to enable the above by default
- Change to an object oriented interface to access ATA and SCSI devices
- Linux, Win32 and FreeBSD modules migrated to new interface
- Rework of smartd data structures
- Checkin date and SVN revision and optional BUILD_INFO printed in version info
- Better support for GSmartControl on Windows
- SELinux fixes to 3ware device node creation
- Fix CCISS file descriptor leak on FreeBSD
- Compile fixes for Solaris and FreeBSD
- Use getaddrinfo() instead of gethostbyname() to support IPv6
- C++ Support for QNX Target, already tested for QNX 6.3.2 on x86 and
  armle target
- Additional support for Samsung MLC flash drives
- New device type detection algorithm on FreeBSD, not based on filename
- Support for the adaX (ATA on CAM bus) devices on FreeBSD 8.0 and higher
2010-11-13 10:10:45 +00:00
adam
0d2a353ef0 Cmake requires libarchive>=2.8.4 2010-11-13 06:54:13 +00:00
minskim
734130c097 Add tex-draftwatermark-doc. 2010-11-13 03:24:16 +00:00
minskim
f70d0fc696 Import tex-draftwatermark-doc-1.0 as print/tex-draftwatermark-doc.
This is documentation fo tex-draftwatermark.  Packaged by Nicolas Thauvin.
2010-11-13 03:22:36 +00:00