Commit graph

6434 commits

Author SHA1 Message Date
hans
4efb738482 Fix build on SunOS.
The makefile uses uname -m to decide which programs to build on i386 vs.
x86_64 (and then builds the same programs on both, but thats a different
story). Teach it about i86pc, which is what SunOS usually returns on an
x86 machine.
2012-02-20 17:27:33 +00:00
bouyer
95938f4d5b Fix new patch-ap commited earlier: space vs tab issue ... 2012-02-19 18:21:58 +00:00
obache
46f23aca1e Update memtest86 to 4.0.
Based on PR 45754 by Radoslaw Kujawa.

Enhancements in v4.0 (28/Mar/2011)
* Support for testing with multiple CPUs. All tests except for #11 (Bit Fade)
  have been multi-threaded. A maximum of 16 CPUs will be used for testing.
* CPU detection has been completely re-written to use the brand ID string rather
  than the cumbersome, difficult to maintain and often out of date CPUID family
  information. All new processors will now be correctly identified without
  requiring code support.
* All code related to controller identification, PCI and DMI has been removed.
  This may be a controversial decision and was not made lightly. The following
  are justifications for the decision:
    1. Controller identification has nothing to do with actual testing of memory,
     the core purpose of Memtest86.
    2. This code needed to be updated with every new chipset. With the ever
       growing number of chipsets it is not possible to keep up with the changes.
       The result is that new chipsets were more often than not reported
       in-correctly. In the authors opinion incorrect information is worse
       than no information.
    3. Probing for chipset information carries the risk of making the program
       crash.
    4. The amount of code involved with controller identification was quite
       large, making support more difficult.

  Removing this code also had the unfortunate effect of removing reporting of
  correctable ECC errors. The code to support ECC was hopelessly intertwined the
  controller identification code. A fresh, streamlined implementation of ECC
  reporting is planned for a future release.
* A surprising number of conditions existed that potentially cause problems when
  testing more than 4 GB of memory. Most if not all of these conditions have
  been identified and corrected.
* A number of cases were corrected where not all of memory was being tested. For
  most tests the last word of each test block was not tested. In addition an
  error in the paging code was fixed that omitted from testing the last 256
  bytes of each block above 2 GB.
* The information display has been simplified and a number of details that were
  not relevant to testing were removed.
* Memory speed measurement has been parallelized for more accurate reporting for
  multi channel memory controllers.
* This is a major re-write of the Memtest86 with a large number of minor
  bug-fixes and substantial cleanup and re-organization of the code.
2012-02-19 11:14:32 +00:00
bouyer
2d23097215 Fix build on OpenSolaris, from MASUDA Hideo in PR pkg/46043 2012-02-18 21:08:32 +00:00
bouyer
c93b97eb83 Make SunOS use sun-streams, from Stephan Tesch in PR pkg/45806 2012-02-18 21:03:21 +00:00
obache
4c10cafaad Update clex to 4.6.4.
based on maintainer update request by PR 45960.

* * * CLEX Revision History * * *

4.6.4 released on 21-MAY-2011

  Problems fixed:

     * Name completion did not expand a single tilde as a home
       directory.
     * A mouseclick on a certain screen area of the help panel
       could lead to a crash.

  New or improved functionality:

     * The English documentation was proofread and corrected,
       the service was kindly contributed by Richard Harris.
     * Text file preview function was added.
     * The initial working directory for the secondary file
       panel is now set by a bookmark named DIR2. This
       replaces the configuration parameter DIR2.
     * The initial working directory for the primary file
       panel can be now set by a bookmark named DIR1.
     * New configuration parameter TIME_DATE controls the
       display of date and time.
     * Changes to the mouse control were made.
     * The recommendation against using alt-R for normal file
       renaming was dropped.


4.5 released on 24-SEP-2009

  Problems fixed:
     * Name completion could not complete user and group names
       containing a dot, comma or a dash character.

  New or improved functionality:
     * A mouse is supported on xterm-compatible terminals.
     * The location of configuration files has been moved
       again in order to comply with the XDG Specification.
       The standard place for these files is from now on the
       ~/.config/clex directory. Use the 'cfg-clex' utility to
       move the files to the new location.
     * There is a new option in the completion panel which
       allows completion of a name which is a part of a longer
       word. The option has a self-explaining description:
       'name to be completed starts at the cursor position'.
     * Configuration parameter C_PANEL_SIZE (completion panel
       size) cannot be set to AUTO (screen size) because this
       size is often uncomfortably small.
     * The Unicode soft hyphen character is displayed as a
       control character.
     * In the history panel a command separator is
       automatically inserted into the input line when a
       command is appended to the end of another command.
     * Configuration parameters CMD_Fn accept a new control
       sequence $~ which disables the 'Press enter to
       continue' prompt. The control is returned to CLEX
       immediately after the command execution terminates
       provided that:

          * the command has not been modified; and
          * the command terminates successfully (exit code
            zero).

     * The $! control sequence can appear anywhere in a
       configuration parameter CMD_Fn, not only at the end.
     * New function: alt-Z places the current line to the
       center of the panel. People using cluster-ssh might
       find it useful.


4.4 released on 07-APR-2009

  Problems fixed:
     * In the help text there were few UTF-8 characters which
       are now eliminated because they could not be displayed
       properly in non-UTF-8 encodings.

  New or improved functionality:
     * New function was added: change into a subdirectory
       showing the contents in the other file panel (alt-X).
       This function allows a return into the original
       directory simply by switching panels (ctrl-X).


4.3 released on 29-MAR-2009

  Problems fixed:
     * A newly added bookmark did not appear on the screen
       immediately.
     * A misleading message 'Ignoring the DIR2 configuration
       parameter' was logged when the 'DIR2' was set to
       'HOME'.

  New or improved functionality:
     * The bookmark organizer has been merged with the regular
       bookmark panel.
     * Bookmarks can have descriptive names.
     * The current working directory can be bookmarked from
       the file panel (ctrl-D).
     * The 'B_PANEL_SIZE' config parameter was removed.


4.2 released on 15-MAR-2009

  Problems fixed:
     * In some cases the 'cfg-clex' utility was generating an
       unusable template for the copy command (F5).
     * Under certain circumstances a crash was occurring on
       exit when CLEX was used over a ssh connection.

  New or improved functionality:
     * All configuration files now reside in the .clex
       subdirectory. Use the 'cfg-clex' utility to move the
       files to new location.


4.1 released on 09-FEB-2009

  Problems fixed:
     * Usage of uninitialized memory during the start-up has
       been corrected. It caused a crash on the Apple Mac OS X
       platform. Systems where CLEX starts normally are not
       affected by this bug.
     * A compilation problem on Apple Mac OS X was fixed.
     * The xterm title change feature did not work on remote
       telnet or ssh connections.

  New or improved functionality:
     * If a directory comparison is restricted to regular
       files, then only information about this type of file is
       displayed in the summary.
     * A small program named 'kbd-test' was added. It is a
       utility for


CLEX 4.0 released on 22-DEC-2008

   This is the initial release of the CLEX 4 branch. Main new
   features are:
     * Unicode support was implemented.
     * Several configuration parameters have been converted to options
       which are saved automatically.
     * The log panel and optional logging to a file for auditing and
       troubleshooting were added.
     * There is now 'cfg-clex' utility.
     * A built-in function for renaming files with invalid or
       unprintable characters was added.
   Enhancements (compared to previous releases) include:
     * Configuring prompt, time format and date format is more flexible.
     * The help is not limited to one link per line.
     * The user interface of the directory compare function was redesigned.
     * Changes in the pattern matching routine were made
     * Panel filtering is now available in two more panels.
     * A new tool for inserting control characters into the input line
       was added.
2012-02-17 13:23:28 +00:00
hans
ad6b9fc83f Uses pod2man and pod2html. 2012-02-16 19:47:32 +00:00
hans
7d8ba5f737 Fix build on SunOS. 2012-02-16 19:46:19 +00:00
plunky
38678d8df5 update to BlueZ HCIdump 2.2, changes are basically increased
parsing for L2CAP packets, new parsing for AVCTP and AVRCP
protocols, some endian bugfixes and the archive now contains
the files needed from bluez-libs so we don't need to get that
separately.
2012-02-15 09:30:23 +00:00
drochner
5390f61aa2 update to 0.19
changes:
-many fixes
-documentation updates, manpages added
2012-02-13 12:29:12 +00:00
gls
8def253adf Update systutils/fabric to 1.3.4.
pkgsrc changes:
- Adjust dependency chain. Now depends on security/py-ssh instead of
security/py-paramiko.

Upstream changes:

The main new feature in Fabric 1.3.x is parallel tasks execution support
(invoked by fab -P).

Releases at the same time in the 1.2.x and 1.3.x branches, including the
same bugfixes.
Changes since the latest release in the 1.2.x branch (1.2.5), included in
branch 1.3:

2012-01-12: released Fabric 1.3.4
[Bug] #492: @parallel did not automatically trigger linewise output, as was
intended. This has been fixed. Thanks to Brandon Huey for the catch.
[Bug] #510: Parallel mode is incompatible with user input, such as
password/hostname prompts, and was causing cryptic Operation not supported
by device errors when such prompts needed to be displayed. This behavior
has been updated to cleanly and obviously abort instead.
[Bug] #494: Fixed regression bug affecting some env values such as env.port
under parallel mode. Symptoms included rsync_project bailing out due to a
None port value when run under @parallel. Thanks to Rob Terhaar for the
report.
[Bug] #339: Don't show imported colors members in --list output. Thanks to
Nick Trew for the report.
2012-02-12 15:45:34 +00:00
obache
b5831d9b3e Switch MASTER_SITES to http acceptable one. 2012-02-12 13:43:21 +00:00
obache
f29ab0e135 Fix HOMEPAGE url. 2012-02-12 13:40:44 +00:00
wiz
c1604b71f5 Set FETCH_USING curl as workaround for https master site. 2012-02-12 13:28:03 +00:00
sbd
a81e84092e Add SET_LIBDIR=yes 2012-02-09 21:44:27 +00:00
wiz
0d8c03d43e Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:41:29 +00:00
fhajny
afb228e0b2 Fix PLIST bug on SunOS 2012-02-06 10:32:47 +00:00
shattered
a1d76e9474 Update to 0.72.3. Notable changes:
- Blu-ray support
  - added CD raw reading and majority algorithm
  - C2 scanning support for CD media
  - changed treatment of CRC failures: old behaviour was to
    store a defective sector marker; now the actual sector
    contents are written to the image file.
  - Using the CDROM_SEND_PACKET ioctl() will hang parallel
    SCSI adapters. Added tests to determine the SCSI bus type,
    and switch to the SG_IO ioctl() when in doubt. [Linux]
  - fixed and documented -n command line options for RS02.
2012-02-04 21:57:54 +00:00
bouyer
208d730cf2 Pull up fix from Xen repository, fixing CVE-2012-0029:
Heap-based buffer overflow in the process_tx_desc function in the
e1000 emulation allows the guest to cause a denial of service (QEMU
crash) and possibly execute arbitrary code via crafted legacy mode
packets.

Bump PKGREVISION
2012-02-03 17:00:24 +00:00
shattered
a1b517d976 PR/45696 -- add 'ssl' option (not turned on by default). 2012-02-03 09:57:19 +00:00
marino
b40a95d47f sysutils/gkrellm: Fix indirect linking error on DragonFly 2012-01-29 15:50:49 +00:00
cheusov
5afc59da84 nawk: Use awk(1) instead of ed(1) 2012-01-29 12:32:47 +00:00
marino
1d6734a48e sysutils/gnome-volume-manager: Fix indirect linking error on DragonFly 2012-01-29 10:12:20 +00:00
marino
5ed64fc7dd sysutils/xfe: Fix indirect linking error on DragonFly 2012-01-29 00:20:33 +00:00
marino
dc02e7d863 sysutils/xfce4-xkb-plugin: Fix indirect linking error on DragonFly 2012-01-29 00:18:52 +00:00
marino
d2ddb52591 sysutils/fsviewer: Fix indirect linking error on DragonFly 2012-01-29 00:17:37 +00:00
marino
c4490e091a sysutils/gnometoaster: Fix indirect linking error on DragonFly 2012-01-29 00:16:38 +00:00
jnemeth
36afefc133 add and enable salt 2012-01-28 07:08:19 +00:00
cegger
16e92eb331 Apply patch 79d1d3311319f3390f540f547becaba9d957f84c
from qemu upstream:

Fill in word 64 of IDENTIFY data to indicate support for PIO modes 3 and 4.
This allows NetBSD guests to use UltraDMA modes instead of just PIO mode 0.

With this patch I can no longer reproduce PR 42455.
Bump package revision.
2012-01-26 11:19:23 +00:00
tez
9d7d6e67b1 Per PR#45871 Solaris derived OSs haven't DEFFILEMODE defined
so define it if it is not defined.

No bump, since this only changes a case where the package did not build.

Also, for the record, this version does not include the code vulnerable
to http://secunia.com/advisories/44104/ as that feature is not yet here.
2012-01-25 23:37:16 +00:00
sbd
ec681430da Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
joerg
7fb23c3759 Add a missing argument to -width. Bump revision. 2012-01-23 20:54:09 +00:00
joerg
19ca38264b Fix mdoc markup. Bump revision. 2012-01-23 20:53:27 +00:00
hauke
bd09a01be6 Remove an over-zealous warning, which breaks the amstatus script for
Perl 5.14+.

According to <https://bugzilla.redhat.com/show_bug.cgi?id=512534>,
upstream did away with -T here in Amanda v2.6.

Since Perl 5.14+ warns of a deprecated newgetopt.perl, depend on the
recommended compat module.
2012-01-22 21:10:18 +00:00
hauke
ae15850020 Remove an over-zealous warning, which breaks the script for
Perl 5.14+.

According to <https://bugzilla.redhat.com/show_bug.cgi?id=512534>,
upstream did away with the -T here in Amanda v2.6.
2012-01-22 21:08:00 +00:00
shattered
870db269c4 Actually install the manual (manual.html), but don't install WML-formatted
docs.
2012-01-22 09:07:50 +00:00
apb
bcd63313e2 Add salt-0.9.5
Salt is a powerful remote execution manager that can be used to
administer servers in a fast and efficient way.
2012-01-21 20:26:58 +00:00
shattered
70499e2505 Add NetBSD/hp700 to the list of supported platforms. 2012-01-21 12:09:03 +00:00
joerg
48116525a0 Disable warnings about tautological compares for Clang. Don't mark a
function as inline that doesn't provide a body in place.
2012-01-20 17:02:55 +00:00
joerg
2126e9058b Don't return without value in non-void functions. 2012-01-20 17:01:07 +00:00
drochner
39a702ca8e update to 2.28.4
changes:
-Fix numerous bugs in the FreeBSD backend
-Split off OpenBSD code in its own backend, and fixes
-Updated translations
2012-01-19 19:43:56 +00:00
adam
13310fd040 Fix build with gcc4.3 and clang 2012-01-16 19:47:31 +00:00
obache
2f97717bdb gsed related clean up.
* Stop to treat NetBSD's sed as GNU sed, not full compatible.
  * Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and
    real GNU sed is required.
  * In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD.
* convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
2012-01-14 07:44:33 +00:00
obache
1f4649c8a2 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
hans
59ed074678 Uses pod2man and pod2html. 2012-01-12 15:58:33 +00:00
schmonz
fa893a24f2 Update to 4.2.2. From the changelog:
- add progress message for one more errno value (EAGAIN) in response to failed
  mlock; BSDs use this to indicate the lock failed due to being over a system
  or process limit, much like ENOMEM.
2012-01-11 17:01:17 +00:00
hans
4e989b9506 Support -p and -mXXX arguments. 2012-01-11 13:07:31 +00:00
sbd
f33cf90350 Recursive PKGREVISION bump because of devel/libslang2 buildlink addition. 2012-01-10 01:45:20 +00:00
sbd
afea225730 Remove the direct buildlink inclusion of devel/ncurses as it should now
be included as part of the buildlink tree by libslang2.
2012-01-10 01:43:25 +00:00
sbd
be3ae2a2cf Add missing devel/ncurses buildlink.
Bump PKGREVISION
2012-01-10 00:52:54 +00:00