Commit graph

186595 commits

Author SHA1 Message Date
dholland
83f5281a0f Add another case symlinking configuration templates; should fix ppc build. 2012-05-23 03:23:56 +00:00
dholland
617e07a3cb After the move of expat in base, this finds it and installs an additional
library. Since expat is relatively harmless, just add an unconditional
dependence on expat and update the PLIST. PKGREVISION -> 4.
2012-05-23 03:02:26 +00:00
dholland
6be23c60ed Improve the custom BUILDLINK_API_DEPENDS.libkdcraw in the hopes that this
was what's been causing the bulk builds to try to mix kde3 and kde4.
PKGREVISION -> 19
2012-05-23 02:53:52 +00:00
dholland
a0435b7bd0 Needs full dependence on qt4-tools. 2012-05-23 02:45:13 +00:00
gdt
f585c963d5 ddrescue is updated, but the todo entry was for a dd_rescue version
number.  Add link to dd_rescue, which could also be packaged.
2012-05-22 23:43:49 +00:00
gdt
e67c3eb9fe Updated sysutils/ddrescue to 1.15 2012-05-22 23:41:26 +00:00
gdt
f06eb59ac2 Update to 1.15 (not really tested), on the theory that there's no
reason to run old upstream code.


Changes in version 1.15:

The new option "-a, --min-read-rate" has been added.

The new option "-I, --verify-input-size" has been added.

The new option "-x, --extend-outfile" has been added.

Ddrescue now verifies that infile, outfile and logfile are all
different.

Non-tried blocks are now read aligned to cluster-size sectors.

The "split or skip" algorithm of the split pass has been improved.

A spurious warning about "-D" being ignored in fill mode has been
removed.

Ddrescuelog, a tool for manipulation, display, conversion, comparison
and testing of ddrescue logfiles, has been added.
2012-05-22 23:41:04 +00:00
tron
1217ca784d Note update of the "wireshark" package to version 1.6.8. 2012-05-22 22:42:32 +00:00
tron
23d571b73f Update "wireshark" package to version 1.6.8. Changes since 1.6.7:
- The following vulnerabilities have been fixed:
  o wnpa-sec-2012-08
    Infinite and large loops in the ANSI MAP, ASF, BACapp,
    Bluetooth HCI, IEEE 802.11, IEEE 802.3, LTP, and R3 dissectors
    have been fixed. Discovered by Laurent Butti. (Bugs 6805,
    7118, 7119, 7120, 7121, 7122, 7124, 7125)
    Versions affected: 1.4.0 to 1.4.12, 1.6.0 to 1.6.7.
  o wnpa-sec-2012-09
    The DIAMETER dissector could try to allocate memory improperly
    and crash. (Bug 7138)
    Versions affected: 1.4.0 to 1.4.12, 1.6.0 to 1.6.7.
  o wnpa-sec-2012-10
    Wireshark could crash on SPARC processors due to misaligned
    memory. Discovered by Klaus Heckelmann. (Bug 7221)
    Versions affected: 1.4.0 to 1.4.12, 1.6.0 to 1.6.7.
- The following bugs have been fixed:
  o User-Password - PAP decoding passwords longer than 16 bytes.
    (Bug 6779)
  o The MSISDN is not seen correctly in GTP packet. (Bug 7042)
  o Wireshark doesn't calculate the right IPv4 destination using
    source routing options when bad options precede them. (Bug
    7043)
  o BOOTP dissector issue with DHCP option 82 - suboption 9. (Bug
    7047)
  o MPLS dissector in 1.6.7 and 1.7.1 misdecodes some MPLS CW
    packets. (Bug 7089)
  o ANSI MAP infinite loop. (Bug 7119)
  o HCIEVT infinite loop. (Bug 7122)
  o Wireshark doesn't decode NFSv4.1 operations. (Bug 7127)
  o LTP infinite loop. (Bug 7124)
  o Wrong values in DNS CERT RR. (Bug 7130)
  o Megaco parser problem with LF in header. (Bug 7198)
  o OPC UA bytestring node id decoding is wrong. (Bug 7226)
- Updated Protocol Support
  ANSI MAP, ASF, BACapp, Bluetooth HCI, DHCP, DIAMETER, DNS, GTP,
  IEEE 802.11, IEEE 802.3, IPv4, LTP, Megaco, MPLS, NFS, OPC UA,
  RADIUS
- New and Updated Capture File Support
  5View, CSIDS, pcap, pcap-ng
2012-05-22 22:42:17 +00:00
wiz
06fe328155 + freeciv-2.3.2, gcal-3.6.2, haproxy-1.4.21, mame-0.146, mess-0.146,
nmap-6.0, p5-glib2-1.260, qt4-4.8.2.
2012-05-22 22:26:42 +00:00
ryoon
8930ad0ff1 Updated multimedia/libvpx to 1.1.0 2012-05-22 20:43:34 +00:00
ryoon
2b080593fa Update to 1.1.0
* Tested with devel/xulrunner and www/firefox 12.0 on NetBSD/i386 6.99.7

Changelog:
2012-05-09 v1.1.0 "Eider"
  This introduces a number of enhancements, mostly focused on real-time
  encoding. In addition, it fixes a decoder bug (first introduced in
  Duclair) so all users of that release are encouraged to upgrade.

  - Upgrading:
    This release is ABI and API compatible with Duclair (v1.0.0). Users
    of older releases should refer to the Upgrading notes in this
    document for that release.

    This release introduces a new temporal denoiser, controlled by the
    VP8E_SET_NOISE_SENSITIVITY control. The temporal denoiser does not
    currently take a strength parameter, so the control is effectively
    a boolean - zero (off) or non-zero (on). For compatibility with
    existing applications, the values accepted are the same as those
    for the spatial denoiser (0-6). The temporal denoiser is enabled
    by default, and the older spatial denoiser may be restored by
    configuring with --disable-temporal-denoising. The temporal denoiser
    is more computationally intensive than the spatial one.

    This release removes support for a legacy, decode only API that was
    supported, but deprecated, at the initial release of libvpx
    (v0.9.0). This is not expected to have any impact. If you are
    impacted, you can apply a reversion to commit 2bf8fb58 locally.
    Please update to the latest libvpx API if you are affected.

  - Enhancements:
      Adds a motion compensated temporal denoiser to the encoder, which
      gives higher quality than the older spatial denoiser. (See above
      for notes on upgrading).

      In addition, support for new compilers and platforms were added,
      including:
        improved support for XCode
        Android x86 NDK build
        OS/2 support
        SunCC support

      Changing resolution with vpx_codec_enc_config_set() is now
      supported. Previously, reinitializing the codec was required to
      change the input resolution.

      The vpxenc application has initial support for producing multiple
      encodes from the same input in one call. Resizing is not yet
      supported, but varying other codec parameters is. Use -- to
      delineate output streams. Options persist from one stream to the
      next.

      Also, the vpxenc application will now use a keyframe interval of
      5 seconds by default. Use the --kf-max-dist option to override.

  - Speed:
      Decoder performance improved 2.5% versus Duclair. Encoder speed is
      consistent with Duclair for most material. Two pass encoding of
      slideshow-like material will see significant improvements.

      Large realtime encoding speed gains at a small quality expense are
      possible by configuring the on-the-fly bitpacking experiment with
      --enable-onthefly-bitpacking. Realtime encoder can be up to 13%
      faster (ARM) depending on the number of threads and bitrate
      settings. This technique sees constant gain over the 5-16 speed
      range. For VC style input the loss seen is up to 0.2dB. See commit
      52cf4dca for further details.

  - Quality:
      On the whole, quality is consistent with the Duclair release. Some
      tweaks:

        Reduced blockiness in easy sections by applying a penalty to
        intra modes.

        Improved quality of static sections (like slideshows) with
        two pass encoding.

        Improved keyframe sizing with multiple temporal layers

  - Bug Fixes:
      Corrected alt-ref contribution to frame rate for visible updates
      to the alt-ref buffer. This affected applications making manual
      usage of the frame reference flags, or temporal layers.

      Additional constraints were added to disable multi-frame quality
      enhancement (MFQE) in sections of the frame where there is motion.
      (#392)

      Fixed corruption issues when vpx_codec_enc_config_set() was called
      with spatial resampling enabled.

      Fixed a decoder error introduced in Duclair where the segmentation
      map was not being reinitialized on keyframes (#378)
2012-05-22 20:42:57 +00:00
jmmv
8ce590baba Fix kqueue support by using patch for 2.32.2 and correcting some problems
that we had in our own patches for the Makefile.am files.

Bump PKGREVISION to 1.
2012-05-22 20:40:07 +00:00
marino
70b48be267 misc/heirloom-time: mark ONLY FOR LINUX
According to the install file, this package is only for Linux
2012-05-22 17:18:21 +00:00
marino
e600ef0e83 sysutils/heirloom-shl: mark NOT FOR *BSD or DragonFly
According to the install file, this package is not for any BSD, not just
NetBSD (also not for AIX or HP-UX, but I didn't mark those).
2012-05-22 16:41:57 +00:00
marino
5ab2ebc353 print/foomatic4-db-engine: Fix man page generation on DragonFly(+)
The perl man page generation script has an unnecessary file type check
that causes no man pages to be generated on DragonFly and possibly other
platforms.

After properly identifying the template file, it checks to see if it's type
nroff, troff, or groff.  On DragonFly it is type "ASCII".  Just skip the
check completely, the templates were extracted from the verified tarball.
2012-05-22 15:46:54 +00:00
obache
040132445f include <cstring> additionally for strcmp. 2012-05-22 11:58:36 +00:00
marino
3347db3c7c pkgtools/packagekit: Rev bump after last commit 2012-05-22 11:07:16 +00:00
marino
29984e93ac pkgtools/packagekit: Fix permissions and directory creation
This package would fail when a non-privileged user would try to install it.
That's because it was trying to create /usr/pkg/var/log directory.  Another
directory was getting installed into DESTDIR but no further.

Added patch:
1) Removes attempt of Makefile to install ${VARBASE}/log
2) ..and directory ${VARBASE}/cache/PackageKit/downloads creation
3) ..which fixes non-root installations

The INSTALL file was removed, instead of installing directories in ${VARBASE},
it was installing directories at /.  The functionality was replaced with
OWN_DIRS+= in the Makefile and verified to work as expected.
2012-05-22 11:02:50 +00:00
obache
07d257609b Fixes for Python>=32 PEP 3147.
Let to compile PYC files in post-install phase, instead of installing
.pyc files generaed as a side effect.
2012-05-22 09:43:33 +00:00
marino
c35392241d shells/standalone-tcsh: Mark NOT-FOR-DRAGONFLY
This package will install tcsh in the /bin directory (not ${LOCALBASE}/bin).
DragonFly already has tcsh in the base system, so this package will replace
it with no ability to restore the system version.  This is not desired.

shells/tcsh still works should there be any need for a pkgsrc version installed
at ${LOCALBASE}/bin.
2012-05-22 08:46:53 +00:00
obache
305817edb6 Updated lang/py-cxfreeze to 4.2.3 2012-05-22 08:29:14 +00:00
obache
9b749b36b1 Update py-cxfreeze to 4.2.3.
While here,
* register egg-info.
* add patch to enable rpath, custom post-build should not be required anymore.

Changes from 4.2.2 to 4.2.3
 1) Added support for Python 3.2.
 2) Added hook for datetime module which implicitly imports the time module.
 3) Fixed hook for tkinter in Python 3.x.
 4) Always include the zlib module since the zipimport module requires it,
    even when compression is not taking place.
 5) Added sample for a tkinter application.
2012-05-22 08:28:46 +00:00
marino
9220ff46a6 mk/check/check-files.mk: Skip locale.alias
On DragonFly, packages like devel/doc++ and net/wap-utils were failing the
file check during installation due to a present locale.alias file.  Treat
it the same as charset.alias.
2012-05-22 07:59:31 +00:00
marino
c32eda18e1 print/jcabc2ps: Remove trace of cat pages
Apparently references to man/cat* on the PLIST are now being filtered out
by PKG_DEVELOPER=yes.  Now there is an error that cat pages are present
without being on the PLIST when actually they are.

So remove the installation of the jcabc2ps cat page despite there being no
man page version.
2012-05-22 06:20:27 +00:00
marino
a2af8f5ecd net/netatalk: Fix PLIST for DragonFly 2012-05-22 06:14:44 +00:00
joerg
c7bfb89d94 Fix build on NetBSD/amd64, if the kernel was built on a host with 386 in
its name.
2012-05-22 06:00:11 +00:00
joerg
33148c0f49 Fix linkage of OSS module. Bump revision. 2012-05-22 05:58:47 +00:00
joerg
b2334de6ef Fix rpath usage. Discussed with tnn@, tested on i386 by hans@ and on
amd64 by me.
2012-05-22 05:57:50 +00:00
joerg
1daf95d966 Deal with the fact that Makefile.in is now regenerated by also patching
Makefile.am as appropiate. automake can't be run directly, since it
doesn't like configure itself.
2012-05-22 05:55:59 +00:00
taca
9dfb9a0991 Note update of bind pakcages:
net/bind99	9.9.1
	net/bind98	9.8.3
	net/bind97	9.7.6
	net/bind96	9.6.3.1.ESV.7
2012-05-22 03:35:48 +00:00
taca
a0a2b6cd06 Update bind96 package to 9.6.3.1.ESV.7 (BIND 9.6-ESV-R7).
New Features

*  None

Feature Changes

*  BIND now recognizes the TLSA resource record type, created to
   support IETF DANE (DNS-based Authentication of Named Entities)
   [RT #28989]

Bug Fixes

*  The locking strategy around the handling of iterative queries
   has been tuned to reduce unnecessary contention in a multi-threaded
   environment.  (Note that this may not provide a measurable
   improvement over previous versions of BIND, but it corrects the
   performance impact of change 3309 / RT #27995) [RT #29239]

*  Addresses a race condition that can cause named to to crash when
   the masters list for a zone is updated via rndc reload/reconfig
   [RT #26732]

*  Fixes a race condition in zone.c that can cause named to crash
   during the processing of rndc delzone [RT #29028]

*  Prevents a named segfault from resolver.c due to procedure
   fctx_finddone() not being thread-safe.  [RT #27995]

*  Uses hmctx, not mctx when freeing rbtdb->heaps to avoid triggering
   an assertion when flushing cache data. [RT #28571]

*  Resolves inconsistencies in locating DNSSEC keys where zone names
   contain characters that require special mappings [RT #28600]

*  A new flag -R  has been added to queryperf for running tests
   using non-recursive queries.  It also now builds correctly on
   MacOS version 10.7 (darwin)  [RT #28565]

*  Named no longer crashes if gssapi is enabled in named.conf but
   was not compiled into the binary [RT #28338]

*  SDB now handles unexpected errors from back-end database drivers
   gracefully instead of exiting on an assert. [RT #28534]
2012-05-22 03:34:31 +00:00
taca
5273c351ae Update bind97 package to 9.7.6.
New Features

*  None

Feature Changes

*  BIND now recognizes the TLSA resource record type, created to
   support IETF DANE (DNS-based Authentication of Named Entities)
   [RT #28989]

Bug Fixes

*  The locking strategy around the handling of iterative queries
   has been tuned to reduce unnecessary contention in a multi-threaded
   environment.  (Note that this may not provide a measurable
   improvement over previous versions of BIND, but it corrects the
   performance impact of change 3309 / RT #27995) [RT #29239]

*  Addresses a race condition that can cause named to to crash when
   the masters list for a zone is updated via rndc reload/reconfig
   [RT #26732]

*  Fixes a race condition in zone.c that can cause named to crash
   during the processing of rndc delzone [RT #29028]

*  Prevents a named segfault from resolver.c due to procedure
   fctx_finddone() not being thread-safe.  [RT #27995]

*  Uses hmctx, not mctx when freeing rbtdb->heaps to avoid triggering
   an assertion when flushing cache data. [RT #28571]

*  A new flag -R  has been added to queryperf for running tests
   using non-recursive queries.  It also now builds correctly on
   MacOS version 10.7 (darwin)  [RT #28565]

*  Named no longer crashes if gssapi is enabled in named.conf but
   was not compiled into the binary [RT #28338]

*  SDB now handles unexpected errors from back-end database drivers
   gracefully instead of exiting on an assert. [RT #28534]
2012-05-22 03:33:28 +00:00
taca
3849afc013 Update bind98 to 9.8.3.
pkgsrc change: add an comment to patches/patch-bin_tests_system_Makefile.in.

Changes from release announce:

Security Fixes

*  Windows binary packages distributed by ISC are now built and linked
   against OpenSSL 1.0.0i

New Features

*  None

Feature Changes

*  BIND now recognizes the TLSA resource record type, created to
   support IETF DANE (DNS-based Authentication of Named Entities)
   [RT #28989]

Bug Fixes

*  The locking strategy around the handling of iterative queries
   has been tuned to reduce unnecessary contention in a multi-threaded
   environment.  (Note that this may not provide a measurable
   improvement over previous versions of BIND, but it corrects the
   performance impact of change 3309 / RT #27995) [RT #29239]

*  Addresses a race condition that can cause named to to crash when
   the masters list for a zone is updated via rndc reload/reconfig
   [RT #26732]

*  named-checkconf now correctly validates dns64 clients acl
   definitions. [RT #27631]

*  Fixes a race condition in zone.c that can cause named to crash
   during the processing of rndc delzone [RT #29028]

*  Prevents a named segfault from resolver.c due to procedure
   fctx_finddone() not being thread-safe.  [RT #27995]

*  Improves DNS64 reverse zone performance. [RT #28563]

*  Adds wire format lookup method to sdb. [RT #28563]

*  Uses hmctx, not mctx when freeing rbtdb->heaps to avoid triggering
   an assertion when flushing cache data. [RT #28571]

*  Resolves inconsistencies in locating DNSSEC keys where zone names
   contain characters that require special mappings [RT #28600]

*  A new flag -R  has been added to queryperf for running tests
   using non-recursive queries.  It also now builds correctly on
   MacOS version 10.7 (darwin)  [RT #28565]

*  Named no longer crashes if gssapi is enabled in named.conf but
   was not compiled into the binary [RT #28338]

*  SDB now handles unexpected errors from back-end database drivers
   gracefully instead of exiting on an assert. [RT #28534]
2012-05-22 03:32:31 +00:00
taca
f8410f66a1 Update biind99 package to 9.9.1.
pkgsrc change: add an comment to patches/patch-bin_tests_system_Makefile.in.

Changes from release announce:

Security Fixes

*  Windows binary packages distributed by ISC are now built and linked
   against OpenSSL 1.0.0i

New Features

*  None

Feature Changes

*  BIND now recognizes the TLSA resource record type, created to
   support IETF DANE (DNS-based Authentication of Named Entities)
   [RT #28989]

*  A note will be added to the README in future releases to explain
   that the improved scalability provided by using multiple threads
   to listen for and process queries (change 3137, RT #22992) does
   not provide any performance benefit when running BIND on versions
   of the linux kernel that do not include the 'lockless UDP transmit
   path' changes that were incorporated in 2.6.39.  (Some linux
   distributors may have provided this functionality under their
   own version numbering systems).

Bug Fixes

*  The locking strategy around the handling of iterative queries
   has been tuned to reduce unnecessary contention in a multi-threaded
   environment.  (Note that this may not provide a measurable
   improvement over previous versions of BIND, but it corrects the
   performance impact of change 3309 / RT #27995) [RT #29239]

*  Addresses a race condition that can cause named to to crash when
   the masters list for a zone is updated via rndc reload/reconfig
   [RT #26732]

*  named-checkconf now correctly validates dns64 clients acl
   definitions. [RT #27631]

*  Fixes a race condition in zone.c that can cause named to crash
   during the processing of rndc delzone [RT #29028]

*  Prevents a named segfault from resolver.c due to procedure
   fctx_finddone() not being thread-safe.  [RT #27995]

*  Improves DNS64 reverse zone performance. [RT #28563]

*  Adds wire format lookup method to sdb. [RT #28563]

*  Uses hmctx, not mctx when freeing rbtdb->heaps to avoid triggering
   an assertion when flushing cache data. [RT #28571]

*  Prevents intermittent named crashes following an rndc reload [RT
   #28606]

*  Resolves inconsistencies in locating DNSSEC keys where zone names
   contain characters that require special mappings [RT #28600]

*  A new flag -R  has been added to queryperf for running tests
   using non-recursive queries.  It also now builds correctly on
   MacOS version 10.7 (darwin)  [RT #28565]

*  Named no longer crashes if gssapi is enabled in named.conf but
   was not compiled into the binary [RT #28338]

*  SDB now handles unexpected errors from back-end database drivers
   gracefully instead of exiting on an assert. [RT #28534]

*  Prevents named crashes as a result of dereferencing a NULL pointer
   in zmgr_start_xfrin_ifquota if the zone was being removed while
   there were zone transfers still pending [RT #28419]

*  Corrects a parser bug that could cause named to crash while
   reading a malformed zone file. [RT #28467]

*  Ensures that when a client recurses its status fields are
   consistently set so that named doesn't fail on an INSIST in
   client.c:exit_check. [RT #28346]

*  Fixed a problem preventing proper use of 64 bit time values in
   libbind. [RT # 26542]

*  isccc/cc.c:table_fromwire could fail to free an allocated object
   on error, leading to a possible memory leak condition. [RT #28265]

*  Fixed a build error on systems without ENOTSUP.  [RT #28200]

*  The header file isc/hmacsha.h is now installed when building
   BIND. [RT #28169]

*  AAAA responses will no longer be returned in the additional
   section when filter-aaaa-on-v4 is in use.  (Prior to this change,
   they would be returned for some query types). [RT #27292]
2012-05-22 03:31:07 +00:00
shattered
cb6bc7bfac Delint (include desktopdb.mk). 2012-05-21 22:25:02 +00:00
dholland
511f62e19c Comment out unused static data that refers to nonexistent functions.
Sometimes these elements are dropped by the compiler and sometimes
they fail the build. It is not at all clear why the behavior varies.
2012-05-21 19:37:26 +00:00
marino
af902875ce parallel/openmpi: Fix PLIST for DragonFly 2012-05-21 16:08:51 +00:00
marino
50e463e5f8 www/yaws: Fix PLIST for DragonFly 2012-05-21 15:51:27 +00:00
jperkin
385abe35b6 Add native pax. 2012-05-21 15:19:13 +00:00
marino
81eae99561 math/R-circular: Add gettext-lib buildlink3
Yes, it's needed.  During installation on DragonFly:
distance.c: error libintl.h: No such file or directory.
2012-05-21 14:57:31 +00:00
marino
2f73ead669 games/xblast: Fix unicode translation error during installation
Likely a mistake, one of the "levels" source files used unicode in the
filename.  The manifest even indicated the name should have been
"reconstruction2.xal".

The post-extract hook is used to correct the filename to be as intended.
As a bonus, platforms like Linux and DragonFly can install the package
without a libarchive translation error disrupting the process.
2012-05-21 14:55:10 +00:00
wiz
9ff3aad10e + gbrainy-2.13, perl-5.16.0, socat-1.7.2.1, wesnoth-1.10.3. 2012-05-21 14:41:55 +00:00
taca
108f2dd999 Note update of mail/postfix to 2.8.11 package. 2012-05-21 14:39:07 +00:00
taca
ebacebc48a Update postfix to 2.8.11.
Changes from release announce:

  * OpenSSL related (all supported Postfix versions).

      o Some people have reported program crashes when the OpenSSL
        library was updated while Postfix was accessing the Postfix
        TLS session cache. To avoid this, the Postfix TLS session
        cache ID now includes the OpenSSL library version number.
        This cache ID is not shared via the network.

      o The OpenSSL workaround introduced with the previous stable
        and legacy releases did not compile with older gcc compilers.
        These compilers can't handle #ifdef inside a macro invocation
        (NOT: definition).

  * postscreen(8) related (Postfix 2.9, Postfix 2.8).

      o To avoid repeated warnings from postscreen(8) with "connect
        to private/dnsblog service: Connection refused" on FreeBSD,
        the dnsblog(8) daemon now uses the single_server program
        driver instead of the multi_server driver. This one-line
        code change has no performance impact for other systems,
        and eliminates a high-frequency accept() race on a shared
        socket that appears to cause trouble on FreeBSD. The same
	single_server program driver has proven itself for many
	years in smtpd(8).  Problem reported by Sahil Tandon.

  * Laptop-friendly support (all supported Postfix versions). A
    little-known secret is that Postfix has always had support to
    avoid unnecessary disk spin-up for MTIME updates, by doing
    s/fifo/unix/ in master.cf (this is currently not supported on
    Solaris systems). However, two minor fixes are needed to make
    this bullet-proof.

      o In laptop-friendly mode, the "postqueue -f" and "sendmail
        -q" commands did not wait until their requests had reached
        the pickup and qmgr servers before closing their UNIX-domain
        request sockets.

      o In laptop-friendly mode, the unused postkick command waited
        for more than a minute because the event_drain() function
        was comparing bitmasks incorrectly on systems with kqueue(2),
        epoll(2) or /dev/poll support.
2012-05-21 14:38:33 +00:00
marino
c25ff7ef66 wm/enlightenment: Additional PLIST for DragonFly 2012-05-21 12:49:54 +00:00
taca
caf1b51f99 Note update of textproc/libxml2 package to 2.7.8nb10. 2012-05-21 12:23:26 +00:00
taca
75eb41319c Add fix for http://secunia.com/advisories/49177/ from repository.
Bump PKGREVISION.
2012-05-21 12:22:53 +00:00
obache
5a0f2b64fc Not for NetBSD-5 release. 2012-05-21 12:18:04 +00:00
marino
711bcc4a85 textproc/aspell-portuguese: Update to version 20070510.0
Due to unicode in one of the PLIST files, the package failed during packaging
due to a libarchive translation error on DragonFly.  Apparently Linux suffers
from this as well.

The last update was 9 years ago.  Updating to current version fixes the
problem for DragonFly.  Linux restriction removed under the assumption that
it also works now.
2012-05-21 10:09:11 +00:00