Commit graph

4562 commits

Author SHA1 Message Date
jmmv
02182710b5 Restrict this package to supported platforms only. From Sergey Svishchev
in private mail.
2007-09-11 11:19:13 +00:00
ghen
9b2cb368f4 Update to Bacula 2.2.3, which fixes a serious bug that caused files not to
be restored when multiple simultaneous jobs are run.

For a detailed analysis about this bug and its impact, see:
http://www.bacula.org/downloads/bug-395.txt
2007-09-10 16:44:02 +00:00
jlam
2761568ac2 Convert to use the features framework. 2007-09-08 21:57:57 +00:00
jlam
07dd3147c6 Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
2007-09-07 22:12:10 +00:00
wiz
3b89c50e0e Update to 0.14:
============
Version 0.14
============

  o update of the Emacs editing mode for .desktop files (Ville Skyttä)
  o make desktop-file-install print an error when trying to install a
    non-existing desktop file, or a desktop file that can't be read (Vincent)
  o make the validator check the content of the Icon key (Vincent)
  o make the validator accept X-Foo as a valid environment (this was added to
    the spec) (Stanislav Brabec, Vincent)
  o really handle the -m command line argument for desktop-file-install
    (Matthias Clasen)
  o make desktop-file-install accept as one valid argument multiple
    categories/only-show-in/mime-types values. Now --add-category="GNOME;GTK"
    works as expected. (Vincent)
  o make desktop-file-install validate the created desktop file before removing
    the original file, and unlink it if it's not valid (Vincent)
  o code cleanups for desktop-file-install (Vincent)
2007-09-07 16:11:19 +00:00
ghen
d17f9122e9 Update Bacula to the 2.2.2 release. This includes a major upgrade since
the 2.0.x series.  Major new features include:

- Much faster insertion of attributes (somewhere around 10 times),
  many thanks to Eric Bollengier and Marc Cousin.
- First release of bat (Bacula Administration Tool).  Note to build
  bat you must explicitly enable it on the ./configure line, you
  must have the Qt4 version 4.2 or later libraries loaded, the qwt
  (Qt Graphics) package loaded, and qmake and the other Qt4 tools
  must be available. Most of the implementation was done by Dirk Bartley.
- Red/Black restore in memory tree (500 times faster loading).
- The Regex Where code to allow easier relocation of restored files
  thanks to Eric.
- Socket level heartbeat for all connections (untested).
- posix_fadvise() use in the FD to improve performance reduces
  swapping due to opening/reading lots of files. Win32 equivalent
  implemented.
- Much improved Volume reservation code that should eliminate most
  conflicts experienced in multiple drive autochangers.
- Simpler locking in the SD in the reservation system.
- Detection of file size/date change during backup if enabled.
- New Recycle Pool feature -- thanks to Eric.
- Efficient implementation of very large include/exclude lists.
- Volumes are no longer pruned during 'status dir'
- Pruning is now more efficient, and if a Volume is purged,
  during pruning, it is immediately discovered.
- License is now GPL v2 without modifications, fix a few copyright
  mistakes made when adding FSFE copyright notice.

Important upgrade notes are mentioned in the MESSAGE file.

XXX Not (functionally) tested by myself, but Peter Eisch <peter@boku.net>
    (via pkgsrc-users@NetBSD.org) verified the patch in his setup.
2007-09-07 15:15:34 +00:00
jlam
df7d10dbeb Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
xtraeme
b2d9ffca0d Update to 2.9:
Update to support SMBIOS specification version 2.5 and others, please
review CHANGELOG for the full list of changes.
2007-09-05 21:48:39 +00:00
hauke
b4ada75573 Update to Radmind 1.10.
Major changes from 1.9.0:
- Added -C option to lapply that will create missing intermediate directories.
- Added -P option that specifies a directory that contains
certificates to be used when verifying the peer.

Minor changes from 1.9.0:
- make dist will now create compressed tar ball.
- make package will now create compressed tar ball and remove temporary files.
- Fixed radmind.8 manpage rendering issue which hid some of the text.
2007-09-04 11:55:44 +00:00
drochner
9dd74834c0 update to 0.82.2
This is a new major branch, too many changes to list here.
2007-09-03 10:00:34 +00:00
obache
b31fbdcd82 Update Webmin to 1.360.
Changes since Webmin version 1.350

Apache Webserver
    On Debian and Ubuntu systems, replaced the existing pages for selecting
    Apache modules with one that that configures the /etc/apache2/mods-enabled
    directory, for much simpler and more workable control over modules.

Scheduled Cron Jobs
    Added a button on the Edit Job page for cloning an existing job.

Linux Firewall
    Added a setup option to configure a firewall for a typical hosting server.

LDAP Users and Groups
    UID and GID allocation is now done by querying the LDAP server for specific
    IDs, rather than fetching a list of all users to find which ones are used.
    This should be faster on large LDAP servers.

Network Configuration
    Re-wrote Gentoo networking support code to work with 2006 and later versions.

PostgreSQL Database Server
    Fixed a bug that prevented the 'valid until' date from being displayed for
    existing users.

Disk Quotas
    Added a Module Config option to show both hard and/or soft quota percentages.

SMART Drive Status
    Added a Module Config option for extra smartctl command-line args,
    like -d 3ware,0

Usermin Configuration
    Added an option to the Authentication page to block users with too many
    failed logins, as well as hosts.
    Created the new Blocked Hosts and Users page to show blocks currently in
    force, and allow them to be cleared.

Webmin Configuration
    Added an option to the Authentication page to block users with too many
    failed logins, as well as hosts.
    Created the new Blocked Hosts and Users page to show blocks currently in
    force, and allow them to be cleared.
    Added an option to the Ports and Addresses page to control if Webmin
    attempts to to reverse-resolve the connected-to IP address when issuing
    redirects, such as from non-SSL to SSL mode.
2007-09-01 06:34:59 +00:00
agc
d287d54e2f Add DESTDIR support 2007-08-31 21:48:37 +00:00
hauke
92b54b682e The package's configure script inserts echo(1) with full path into
ra.sh, which is the buildlinked tool unless we provide the correct
value. The configure script allows to tweak {echo_path} from the
environment, but wants to see a full path in that variable, which is
why we have to set {ac_cv_path_echopath} here.

Remove the USE_TOOLS setting, since both are already added according
to 'make show-vars VARNAMES=USE_TOOLS'.
2007-08-29 13:52:43 +00:00
taca
1fa7acac66 Set RCD_SCRIPT_SRC.estd explicitly to fix install problem.
What's was changed?
2007-08-25 10:00:53 +00:00
hauke
8c45b8df2b Update to radmind 1.9
Major changes from 1.8.1:
- Added support for minus transcripts and special files in command
files
- Ported to HP/UX
Thanks to Jim Foraker for the patch. [ PATCH 1733645 ]

Minor changes from 1.8.1:
- Daemon no longer displays -R in usage. Users should begin using -B
- Fixed bug where path to echo wasn't being set in ra.sh
- Fixed bug where fsdiff wasn't displaying correct version number
2007-08-23 14:10:29 +00:00
gdt
697b71aebc # subdir build in libs, followed by linking with it, without .WAIT
MAKE_JOBS_SAFE=        NO
2007-08-22 22:49:12 +00:00
joerg
b72528263f Add support for DESTDIR and modular Xorg.
XXX This should use the option framework for the floppyd.
2007-08-17 20:55:34 +00:00
joerg
079807de4f Add DESTDIR support. 2007-08-17 20:14:55 +00:00
bouyer
92f5c0435e Switch from using the pre-build binaries to building our own Xen kernel.
Apply a patch (patch-b*) to xen-3.1.0 to fix the ELF loader so that the
symbol table is properly loaded for the NetBSD dom0 kernel. This is from
the Xen repository, based on a patch inistally submitted by Christoph Egger
to Xen (thanks !). Should fix PR port-xen/36671.
While there also provide a debug Xen kernel, built with debug=1.
Bump PKGREVISION.
2007-08-17 17:26:03 +00:00
plunky
d1ecfb2951 the -L and -P options to mkisofs are deprecated and have been removed,
add patch-ae to use the new names.

bump the PKG_REVISION

the previous version of cdrtools supported the new option names so no
change in dependency is needed.

update distinfo
2007-08-15 18:34:59 +00:00
markd
e185f0155b Update krusader to version 0.80.0
Major feature enhancements and bugfixes.
2007-08-15 03:20:59 +00:00
veego
3f3c24790a - Don't hardcode the MFSNAMELEN length, inspired by commits from
Christos (patch-ae and patch-af). Fix PR 36680
- Define NETBSD_SYS in the pkgsrc Makefile so it works if NETBSDSRCDIR is
  not pointing to a default location and thus some featues, like ptyfs
  support were disabled
- Update the line numbers in patch-aa
- Add tmpfs support (patch-ad, patch-af and patch-ag)
- Update the NetBSD versions in Configure otherwise NETBSDV would fall
  back to 1006000 and so at least one feature was not found, the PFSfd
  procfs support (patch-ag)
- Bump pkg revision for new features (normaly I wouldn't have bumped the
  version if it were only to fix a -current compile, because the version
  also includes the kernel version)
2007-08-14 19:59:17 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
seb
ab8afa61c5 Revert previous fix at veego@ request. 2007-08-12 15:00:34 +00:00
seb
5bb330cc24 Fix build on NetBSD-current which dropped MFSNAMELEN: pretend this CPP macro
is still there.
2007-08-12 14:22:49 +00:00
joerg
adbf8e2109 Supports DESTDIR installation. 2007-08-10 23:25:02 +00:00
tnn
ff18e4520b Modular X.org support 2007-08-09 19:28:24 +00:00
seb
7aaff567c3 Create ${PREFIX}/lib before installation. 2007-08-09 12:48:46 +00:00
xtraeme
5f03fa19bd outb args are swapped between NetBSD and linux... found by jmcneill@.
Bump PKGREVISION.
2007-08-08 17:12:44 +00:00
xtraeme
e7aa617b27 Simplify LIBS.NetBSD. 2007-08-08 15:55:28 +00:00
xtraeme
ffec3dd39f Make this work on amd64, verified running "vbetool post". 2007-08-08 12:36:37 +00:00
xtraeme
4323342273 Added sysutils/vbetool. 2007-08-08 12:01:51 +00:00
xtraeme
4ec922bc8a vbetool uses lrmi in order to run code from the video BIOS.
Currently, it is able to alter DPMS states, save/restore video card
state and attempt to initialize the video card from scratch.

--
Requested by jmcneill@.
2007-08-08 12:00:34 +00:00
he
11a0faba3c Update HOMEPAGE with the help of Google, since DNS says www.fokus.gmd.de
is nonexistent.
2007-08-07 19:26:22 +00:00
tnn
806e4552b0 convert subst fragment into patch 2007-08-05 20:16:46 +00:00
tnn
895aa046f7 Update to gamin-0.1.9:
0.1.9: Jul 27 2007:
   - Bug fixes: enable polling when using inotify this fixes support for NFS
      partitions (Alexander Larsson), do not run idle handler if not needed
      reduce wakeups (Alexander Larsson), handling of failure of inotify
      initialization (Robert Clark), force poll support if compiled without
      inotify and dnotify (Ray Strode)
      - Portability: patches to allow compiling again on Hurd and kFreeBSD
      (Michael Banck), patches to ease compilation on OS X (Brendan Cully)

0.1.8: Oct 31 2006:
   - Build and portability fixes: handle sys/inotify.h, Python detection
      (Joseph Sacco), FreeBSD portability fix (Loïc Minier/Petr Salinger),
      out of tree build and install (Loïc Minier), fix build with Sun's
      compiler (James Andrewartha)
   - Bug fixes: pkg-config cflags (Claudio Fontana), debug signal hookup
      fix (Bastien Nocera), client filedescriptor close trouble (Alexander
      Larsson), low filedescriptor handling in the server (Alexander Larsson),
      buffer on connection reset cleanup (Ariel T. Glenn), inotify new backend
      fixes (Alexander Larsson)
   - Improvements: update the inotify backend to the version used by
      gnome-vfs (John McCutchan), minimize the timeouts usage
      to not wake up apps unduely (Alexander Larsson)

0.1.7: Oct 27 2005:
   - Portability fixes (Diego Pettenò, Sjoerd Simons, Daichi Kawahata)
   - A small memory leak fix (Christopher Aillon)
   - Fixes for gam_server segfaults (Ed Catmur, DV)
   - One last patch for Python detection

0.1.6: Sep  8 2005:
   - Large revamp of the inotify back-end (John McCutchan)
   - Code reorganization, changes for polling (John McCutchan)
   - Portability patches for NetBSD (Johnny Lam)
   - Fix compilation without inotify
   - environment variable GAM_TEST_DNOTIFY to force dnotify on inotify kernels
      (John McCutchan)
   - Inotify race conditions fixes (John McCutchan)
   - Removal of some asserts resulting in crashes
   - Applied some testing patches (TomPh)
   - Fixed a memory leak on inotify back-end
   - Python detection fix
2007-08-05 20:03:35 +00:00
joerg
fd0508f2a2 Don't use malloc.h. 2007-08-05 19:15:47 +00:00
markd
0499c6bc08 Fix build on other than NetBSD. 2007-08-04 23:21:11 +00:00
joerg
b0b7a3f096 Fix path to and depend on Perl. Bump revision. 2007-07-31 11:38:33 +00:00
joerg
d167fede96 Support DESTDIR installation. 2007-07-30 10:18:32 +00:00
he
5b5a93b5bc It turns out that users of po4a also need COLUMNS=76 set in the environment
in order to prevent a bulk build from stopping due to attempted tty i/o.
2007-07-30 08:38:24 +00:00
joerg
cb752181a9 Support DESTDIR installation. 2007-07-29 16:17:12 +00:00
jlam
33f30156fb * Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and "emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.
2007-07-29 05:18:36 +00:00
obache
57cc30a122 Update ipa to 2.0.4.
Patch provided by maintainer, Andrey Simonenko in PR 36692.

Changes:
 *	Now IPA can be used on Cygwin (previously it only could be built).

 *	If SYM_PREFIX is defined, then ipa and ipastat try to lookup
	symbols in modules with SYM_PREFIX, if this attempt failed,
	then they try to lookup symbols without prefix.

 *	Use closefrom() system call if the system supports it.

 *	During startup ipa could unlink locked PID-file, that was
	locked by another ipa process.

 *	WCOREDUMP macro is not mentioned in SUSv3 (#ifdef it).
2007-07-26 12:21:40 +00:00
xtraeme
fa43e6186a Look for the indicator "charging" to know when the AC Adapter is plugged
in/off, so that it works fine with -current where the 'discharging'
sensor was removed.

Found by pooka@... bump PKGREVISION.
2007-07-25 15:09:32 +00:00
markd
8395c54896 Update k3b to 1.0.3
pkgsrc change: include patch from PR kern/36030 to work around a problem
that can cause NetBSD to panic or just not read a CD.

1.0.3
=====
 * Reverted to old behaviour of reloading medium before verification. Not
   enough testing had been done before introducing this and some systems
   fail to read the medium before reload.
 * Do not crash when the currently playing audio project item is removed.
 * Added desktop actions to handle empty media with K3b.
 * Fixed read retry when reading data tracks
 * K3b's dialogs now honor the global button layout setting
 * Do not crash on mp3 files without tags if compiled with taglib support
 * Do not allow to copy a rewritable media to itself.
 * Fixed crash on startup with devices that return bogus GET PERFORMANCE
   data

1.0.2
=====
 * Properly determine the capacity of complete CD-R(W) media.
 * Mark a data project as modified if files are renamed.
 * Allow adding of all actions to the welcome window
 * Added "NoDisplay=true" property to k3b-cue.desktop and k3b-iso.desktop
 * Fixed supported write speed detection on some devices
 * No reload before verification and between writing sessions (CD copy +
   Mixed Mode CD) anymore
2007-07-25 02:33:03 +00:00
tron
7e3aed184e Override the auto detection of a "thread-safe mkdir -p" (whatever that is)
to "${MKDIR}". "configure" will otherwise decide to use "gmkdir -p" if an
older version of the "coreutils" package is already installed. But during
the install stage the old "gmkdir" binary will have been removed by
"pkg_delete" and the installation fails.
2007-07-19 09:07:43 +00:00
degroote
e9ee934457 Update to the latest firmware released from Intel 2007-07-18 18:43:50 +00:00
tnn
4218988cea Update to coreutils-6.9 and reset maintainer to tech-pkg@
This is a major update from 5.2.1 and the ChangeLog is far too long to
include here. The update includes many bugfixes, POSIX.1 conformance fixes,
various GNU extensions to command line syntax, translations and some new
tools: gbase64, gsha224sum, gsha256sum, gsha384sum, gsha512sum, gshuf.
2007-07-18 11:25:19 +00:00
xtraeme
7f8bf6405e Update to 1.00:
This release mainly adds support of copy/cut/paste files between
different Xfe windows, and between Xfe and other desktops
(GNOME, KDE, XFCE are supported). A lot of bugs have been fixed and
many features have been polished. Swedish and Chinese translation have
been added.
2007-07-17 20:23:28 +00:00
joerg
2088cf52af Fix some pathes in the default configuration. Bump revision. 2007-07-16 21:50:12 +00:00
joerg
27b769133e Update master site to reflect move of my server. 2007-07-16 21:38:38 +00:00
drochner
b6b930e54c update to 2.18.3
changes:
* Fix leaks
* Fix keyboard shortcuts in preferences dialog
* Build fixes
* Added alpha support for icon frames
* Better handling of unicode search terms
2007-07-13 17:25:52 +00:00
drochner
88ce34b5ab remove unneeded dependency on popt, bump PKGREVISION 2007-07-13 15:53:42 +00:00
drochner
cd9b1e932e oops - actually update the base pkg:
update to 2.18.3
relevant changes: translation updates
2007-07-12 19:30:36 +00:00
drochner
0ae5d38670 -sync with base pkg, this fixes a possible crash due to uninitialized
data
-take maintainership (per PM from jmmv)
-it needs at least Python-2.3 now
2007-07-12 19:20:34 +00:00
jlam
032306f2fa Update sysutils/install-sh to 20070712. Changes from previous version
include:

* Drop support for "-b=..." and "-t=..." which are transformation options
  that are not supported by BSD install.

* Add support for "-b" and "-B fmt" to allow backing up existing files.
  Only specifying "-b" yields a backup suffix of ".old" and "-B fmt"
  allows for sprintf(3)-style backup suffices.  Number backups are
  supported using awk(1).
2007-07-12 18:32:49 +00:00
obache
c34d565a64 Update clex to 3.16.
Patch provided by maintainer, Bartosz Kuzma by PR 36634.

3.16   24-APR-2007
   Problems fixed:
      - filter in the file panel could leave the counter of
        selected files in an inconsistent state. This could
        lead to problems in other functions that were using
        the counter. The problem existed only on some
        systems

3.15   14-AUG-2006
   Problems fixed:
      - the tilde expansion in the internal cd (change
        directory) command did not work in CLEX 3.14,
        the problem has been corrected
      - the usage of the <del> key in the history panel
        has been corrected: press <del> to delete the
        character from the command line and press
        <esc> <del> to delete the entry from the panel
      - the situation when some external command crashes
        and leaves the non-blocking flag set on standard
        input is now properly handled
   New/improved functionality:
      - the locate file function was replaced by a more
        efficient panel filter mechanism. The filtering
        is available in several panel types (ctrl-F)
      - some key bindings has been redefined for
        compatibility reasons:
                                             old        new
           move cursor left to next word    ctrl-B --> alt-B
          move cursor right to next word    ctrl-W --> alt-F
                             delete word    ctrl-D --> alt-D
                         directory panel     alt-D --> alt-W
                          bookmark panel     alt-B --> alt-K
        delete until the end of the line    ctrl-Y -> ctrl-K
       complete from the command history    ctrl-K --> alt-P
                      main function menu    ctrl-G --> alt-M
            insert the full filename   <esc> <tab> -> ctrl-A
      - (for emacs users) ctrl-G has now the same meaning
        as ctrl-C (cancel)
      - user and group names longer than 8 characters were
        silently truncated in the file panel, such names
        are now displayed using the '>' mark
      - user (alt-U) and group (alt-G) information panels
        have been added
      - new panel (<esc> <tab>) that summarizes all
        completion and insertion functions has been added.
        Type of the completion can be specified using this
        panel
      - completion of commands from the history utilizes
        the same user interface as the name completion
      - changes made in the bookmark manager can be
        cancelled
      - the input line of the directory panel has no longer
        precedence over the panel contents. You can switch
        the focus (indicated by cursor bar's visibility)
        from the input line to the panel and back
      - it is no longer possible to execute commands
        directly from within the history panel. It was
        easy to make a mistake there and execute other
        command than intended (panel vs input line)
      - characters '!' and ':' are automatically quoted only
        if your shell is a C-shell
      - there is yet another new option in the directory
        compare panel
      - configuration parameter SHELLPROG:
        standard option -c <COMMAND> is appended
        automatically if it is not specified
      - configuration parameters CMD_Fn:
        command parameters $c and $S have been added
        (cursor position and selected files)
      - configuration parameters LAYOUTn:
        there are two new fields: $S and $P
        (alternative forms of file size and permissions)
2007-07-12 12:43:20 +00:00
xtraeme
b0b3690231 Drop maintainership. 2007-07-09 20:01:44 +00:00
degroote
ff1ddb51fc Add an entry for wpi-firmware2 2007-07-09 19:24:46 +00:00
degroote
d8a39bad3b Initial import of the new firmware for wpi(4). 2007-07-09 19:16:23 +00:00
minskim
da38dd3498 Use sysctl() when sysctlbyname() is unavailable. Patch from OpenBSD ports.
This fixes PR 36346.
2007-07-08 23:31:34 +00:00
minskim
02841a31a6 Make this package build on platforms that don't define MNT_UNION. 2007-07-08 22:22:29 +00:00
drochner
edb70b7ae6 update to 0.74
changes:
Init threading first to stop a warning from new GLib.
Remove the XML documentation support in configure
Fix typo in _dbus_gvalue_signals_error (#10837) (Thanks to Peter Kjellerstedt)
Update GLib requirement (Closes #10889).
Document dbus-gtype-specialized
Add simple test suite for peer objects.
Support peer-to-peer proxies. (Closes #10233).
Add dbus_connection_get_g_connection.
Stop compiler warnings (Closes #10374).
Handle dbus errors which are not name has no owner
Update abstract socket test from DBus, which now cross-compiles
Rename the error quark to be unique
Update AUTHORS
2007-07-06 18:23:26 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
jlam
00b5a3344d Ensure that nonexistent intermediate directories are created with the
default mode (${PKGDIRMODE}) even if -m <mode> is provided on the
command line.

Bump the package version to 20070704.
2007-07-04 19:21:22 +00:00
wiz
02082589b5 Update to 0.13:
============
Version 0.13
============

  o rewrite validator, and update it for desktop entry specification 1.0.
    The validator should be stricter and report more useful messages.
    (Vincent)
  o add --warn-kde and --no-warn-deprecated command line options to
    desktop-file-validate (Vincent)
  o port desktop-file-install to GKeyFile (Vincent)
  o don't require --vendor for desktop-file-install (Vincent)
  o some general module cleanup (Vincent)
2007-07-03 19:47:36 +00:00
xtraeme
8c28d6e5f4 Update to 0.15.3:
Remove -nobak from MKISOFS_ARGS, which is not available on newer cdrtools
versions.

Pointed out by Zafer Aydogan, thanks.
2007-07-03 15:45:06 +00:00
joerg
10e3eaa283 Override CHECK_PERMS for checkperms and its dependency digest.
This allows making it a real dependency for bulk builds.
2007-07-03 14:04:17 +00:00
obache
f26e390521 Fix build problem with modular Xorg.
Problem reported and fix confirmed by Pierre Pronchery in PR 36597.
2007-07-03 11:23:16 +00:00
joerg
980ccd8227 Make the NetBSD CVS ID go before the custom one so that ident picks
it up first.
2007-07-02 09:49:43 +00:00
joerg
2057c97081 Sort NetBSD ID before DragonFly ID to ensure it getting picked up first. 2007-07-02 09:48:24 +00:00
joerg
bd43995b46 Needs pkg-config. 2007-07-02 06:14:15 +00:00
tnn
0811edb046 Update sysutils/top to 3.6.1. Ok'd by agc@
Changelog mentions many bugfixes and improvements for Linux 2.6, FreeBSD,
Solaris, DEC OSF/1, NetBSD, AIX and IRIX. Note that it also says:
"Support for MacOS X is officially withdrawn although the macosx module is
still part of the distribution. Hopefully this is a temporary situation."
2007-07-01 22:43:05 +00:00
bouyer
bde1ee47e8 Restrict to Linux-2.[46]*-i386 NetBSD-*-i386. Suggested by Hauke Fath. 2007-07-01 20:20:24 +00:00
wiz
beb569a5f6 + cdrkit. 2007-07-01 00:26:39 +00:00
wiz
4a62edb4b2 Initial import of cdrkit-1.1.6 (from my package in pkgsrc-wip):
cdrkit is a suite of programs for recording CDs and DVDs, blanking
CD-RW media, creating ISO-9660 filesystem images, extracting audio
CD data, and more. The programs included in the cdrkit package were
originally derived from several sources, most notably mkisofs by
Eric Youngdale and others, cdda2wav by Heiko Eissfeldt, and cdrecord
by Joerg Schilling. However, cdrkit is not affiliated with any of
these authors; it is now an independent project.

Tested by Blair Sadewitz.
2007-07-01 00:26:14 +00:00
joerg
90b4a6a8ab DragonFly support and fix detection of modular Xorg. 2007-06-30 19:18:47 +00:00
joerg
ed40e0e9aa Add untested DragonFly support. 2007-06-30 18:14:35 +00:00
joerg
f8e39e1d99 Add untested DragonFly support. 2007-06-30 17:40:50 +00:00
joerg
74d7e13fdf Fix build on DragonFly. 2007-06-27 13:40:49 +00:00
joerg
2e2abb6ffb Fix build on DragonFly 1.8+. 2007-06-25 21:18:52 +00:00
tron
e9fe55194e Fix build problems with GCC 4.x if netboot support is enabled.
Patches provided by Dieter Roelants in PR pkg/36549.
2007-06-25 13:05:56 +00:00
wiz
c58e278497 Fix PR 35481 for cdrtools too.
Patches provided by Sergey Svishchev in private mail.
2007-06-21 18:16:16 +00:00
xtraeme
181b5ce956 Add a comment before the MAINTAINER line explaining that people
committing to that package should ask me first.
2007-06-21 12:31:51 +00:00
xtraeme
0834be84e9 Bump to 0.15.2 because a fix for MULTIPLE_KERNELS (there was a typo:
-f rather than ! -f, so the test was inverted) was done by hauke.
2007-06-21 12:28:31 +00:00
hauke
9c3c76433d Only complain about a missing kernel config file if we did actually
_not_ find it.
2007-06-21 12:21:10 +00:00
jlam
ef6921d005 * Honor PKG_SYSCONFDIR.
* Simplify the PLISTs by merging them.  This makes it easier to handle
  future platforms that want to install fsck.
* Don't compress the info files during installation.  The plist module
  can handle that automatically.
* Install the example mke2fs.conf file into the right place.

This should fix the latest bulk build error for e2fsprogs.
Bump PKGREVISION to 1.
2007-06-20 19:51:08 +00:00
jlam
920dc8cdbf Update sysutils/install-sh to 20070620. Changes from the previous
version include modifications to the script to pass the regression
test suite in regress/bootstrap-install-sh.  This makes the installed
install-sh script more closely match NetBSD's /usr/bin/install.
2007-06-20 16:18:36 +00:00
bouyer
26b576f47a Properly handle config files in $PREFIX/etc. Not sure how this worked with
the previous version of the package ...
Pointed out by Bernd Ernesti.
2007-06-19 22:22:55 +00:00
dogcow
038a4adfde correct build for modular-xorg. no functional changes. 2007-06-18 04:43:45 +00:00
taca
ba62c9b6b5 Oops, add missing backslash. 2007-06-16 09:36:04 +00:00
taca
dab4c20a6a Trying to fix bulk build problem again. 2007-06-16 05:11:55 +00:00
bouyer
564268b946 Use a more up-to-date config file as example
Add rc.d keywords to the startup script
both suggested by Bernd Ernesti.
2007-06-15 21:15:38 +00:00
bouyer
1b21dcb0fb Update to 3.14.1, based on patches sent in PR pkg/35594 and pkg/36246.
As a side effect this should make apcupsd build on netbsd-4 and current.

pkgsrc changes: cgi and snmp are now enabled by default.
Relevant changes since 3.12.4:
Unreliable MASTER/SLAVE networking mode is removed
PowerChute Network Shutdown driver (protocol available in the AP9617 family
    of smart slot modules)
New configuration directives to set paths at runtime
2007-06-15 19:05:56 +00:00
jlam
12351d2476 * Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRP
in SPECIAL_PERMS usage.

* Consistently use 4555 for setuid and 2555 for setgid programs.
2007-06-15 18:15:06 +00:00
jlam
32b215df05 Put build actions into a do-build target. Keep do-install as a pure
"install stuff I already built" step.

Also remove an unnecessary creation of ${PREFIX}/share/mklivecd which
is already handled in INSTALLATION_DIRS.
2007-06-15 15:44:25 +00:00
bouyer
7dc551fd23 Renamed xen*30 to xen*3 2007-06-14 19:44:41 +00:00
bouyer
e3c02d59e3 Rename xentools30-hvm to xentools3-hvm to acknowledge that Xen dropped one
digit in version numbers, and upgrade to 3.1.0.
Changes since 3.0.4:
    *   XenAPI 1.0 support
          o XML configuration files for virtual machines;
          o VM life-cycle management operations; and
          o Secure on- or off-box XML-RPC with bindings for many languages
    * Basic save/restore/migrate support for HVM (e.g. Windows) VMs;
    * Dynamic memory control for HVM guests;
    * 32-on-64 PV guest support (run PAE PV VMs on a 64-bit Xen!); and
    * Blktap copy-on-write disk support.

It also fixes some HVM bugs.
Note that this package contains a backport of the pcnet emulation from
xen-unstable, to make it useable. It gives better performances than the
default realtek emulation.
2007-06-14 19:42:12 +00:00
bouyer
f9a2cde352 Rename xentools30 to xentools3 to acknowledge that Xen dropped one digit
in version numbers, and upgrade to 3.1.0.
Changes since 3.0.4:
    *   XenAPI 1.0 support
          o XML configuration files for virtual machines;
          o VM life-cycle management operations; and
          o Secure on- or off-box XML-RPC with bindings for many languages
    * Basic save/restore/migrate support for HVM (e.g. Windows) VMs;
    * Dynamic memory control for HVM guests;
    * 32-on-64 PV guest support (run PAE PV VMs on a 64-bit Xen!); and
    * Blktap copy-on-write disk support.

It also fixes some HVM bugs.
2007-06-14 19:39:45 +00:00
bouyer
15760d93dd Rename xenkernel30 to xenkernel3 to acknowledge that Xen dropped one digit
in version numbers, and upgrade to 3.1.0.
Changes since 3.0.4:
    *   XenAPI 1.0 support
          o XML configuration files for virtual machines;
          o VM life-cycle management operations; and
          o Secure on- or off-box XML-RPC with bindings for many languages
    * Basic save/restore/migrate support for HVM (e.g. Windows) VMs;
    * Dynamic memory control for HVM guests;
    * 32-on-64 PV guest support (run PAE PV VMs on a 64-bit Xen!); and
    * Blktap copy-on-write disk support.

It also fixes some HVM bugs.
2007-06-14 19:37:00 +00:00
gdt
5f103079ec add RESTRICTED. 2007-06-14 18:39:05 +00:00
gdt
343765f96d fix license, add restricted 2007-06-14 18:37:19 +00:00
gdt
c89826e5d5 add license, set RESTRICTED 2007-06-14 17:50:09 +00:00
adrianp
51f863b292 Update to 4.21
+2007-05-24 10:00 Christos Zoulas <christos@zoulas.com>
+
+       * Fix another integer overflow (Colin Percival)
+
+2007-03-26 13:58 Christos Zoulas <christos@zoulas.com>
+
+       * make sure that all of struct magic_set is initialized appropriately
+         (Brett)
+
+2007-03-25 17:44 Christos Zoulas <christos@zoulas.com>
+
+       * reset left bytes in the buffer (Dmitry V. Levin)
+
+       * compilation failed with COMPILE_ONLY and ENABLE_CONDITIONALS
+         (Peter Avalos)
+
+2007-03-15 10:51 Christos Zoulas <christos@zoulas.com>
+
+       * fix fortran and nroff reversed tests (Dmitry V. Levin)
+
+       * fix exclude option (Dmitry V. Levin)
2007-06-14 16:29:42 +00:00
joerg
3b13b6d7dc rillig@ fixed the install_sh issue, so nuke patch that worked around.
Proxy commit for xtraeme.
2007-06-13 20:32:37 +00:00
joerg
0fd3943742 Add pthread variables to environement, needed for FOX.
Use gettext instead of internal libintl. Bump revision.
2007-06-13 20:15:22 +00:00
joerg
a09256e4f3 Dependency works better if it is well-formed.
Found during pbulk testing.
2007-06-09 23:02:41 +00:00
obache
bf82f9ce7b List complete directories required by this package. 2007-06-09 01:19:20 +00:00
wiz
d9d01368bd Remove unnecessary patches. 2007-06-08 23:05:58 +00:00
wiz
f8e12186ab Clean pkglint warning. 2007-06-08 23:05:15 +00:00
wiz
4b588b7221 Instead of patch+SUBST just use SUBST (as done in pkgsrc-wip version
of the package).
2007-06-08 23:04:54 +00:00
wiz
ee94952303 Sync with pkgsrc-wip version of the patch. 2007-06-08 23:04:35 +00:00
heinz
9abf25edac Set PKGREVISION in order not to confuse people running the package from
pkgsrc-wip.
2007-06-08 20:35:37 +00:00
heinz
3944cf9ea2 Activated dvdisaster. 2007-06-08 20:22:00 +00:00
heinz
9bf485c3a8 Initial import of dvdisaster 0.70.4. from pkgsrc-wip.
The package was created by Sergey Svishchev, some changes done by me.

CD and DVD media keep their data only for a finite time (typically for
many years). After that time, data loss develops slowly with read errors
growing from the outer media region towards the inside.

Dvdisaster stores data on CD/DVD in a way that it is fully recoverable
even after some read errors have developed. This enables you to rescue
the complete data to a new medium.

Data loss is prevented by using error correcting codes. Error correction
data is either added to the medium or kept in separate error correction
files. dvdisaster works at the image level so that the recovery does not
depend on the file system of the medium. The maximum error correction
capacity is user-selectable.
2007-06-08 20:19:13 +00:00
wiz
57f5d5e4ae Sergevy Svishchev writes (in PR 35481):
k3b uses cdrecord for CD-R[W] writing tasks and invokes it with
'dev=<bus>,<target>,<lun>' argument.  The code in scsi-bsd.c attempts
to find a device node (/dev/rcd?d) that matches these <bus>, <target>
and <lun>; this code stops after first failure.  If cd0 does not
exist, but cd1 does, the code will fail to match cd1.

Also, the code doesn't use getrawpartition().

Apply his patches for both problems. Bump PKGREVISION.
2007-06-08 17:30:09 +00:00
wiz
b830dba2aa Reset PKGREVISION after update. 2007-06-08 12:58:45 +00:00
wiz
5d4498b5fc PKGREVISION bump for db4 shlib name change. 2007-06-08 12:24:59 +00:00
wiz
0916f150b4 Remove p5-File-NCopy -- it is deprecated, new code should use
p5-File-Copy-Recursive, and in pkgsrc no dependencies are left.
2007-06-08 11:41:16 +00:00
wiz
032f2d0119 Update to 0.35:
0.35 Apr 14 2007 by Alexandr Ciornii
    - Marked distribution as deprecated
    - Added Readme
2007-06-08 08:44:55 +00:00
wiz
c25efdc763 Update to 7.0:
This release adds Blu-ray Disc support and Mac OS X 10>=2 support.
2007-06-08 08:07:04 +00:00
obache
73554b2d44 Update webmin to 1.350.
Version 1.350 (1 June 2007)
 * Fixed an XSS security bug in pam_login.cgi.
 * Added plain-text mode and head section preservation to the File Manager HTML editor, and a field to select which user uploaded files are owned as.
 * Added Postfix module configuration options for the start, stop and restart commands.
 * Use the HTML output mode from the pgsql command in the PostgreSQL module, for more reliable data editing when DBI is not available.
 * The Running Processes module now shows real and virtual memory on Solaris.
 * Added Redhat Enterprise 5 support, and fixed SuSE 10 and Solaris-specific bugs
2007-06-07 15:13:46 +00:00
obache
9222ce7234 Update wbm-cyrus-imapd to 1.6.
Current version: 1.6, 2007-05-04
Supported languages: italian, english, german (partial)

 * Start/stop the Cyrus server;
 * Activates/deactivates services (imap, imaps, pop3, sieve etc.)
 * Configures the main IMAP parameters;
 * Manage IMAP partitions;
 * Creates and deletes mailboxes and folders;
 * Manage virtual domains;
 * Copies a mailbox to another, renames and moves mailboxes and subfolders;
 * Sets default quota for new mailboxes;
 * Edit and remove quotas on mailboxes;
 * Displays the size, the quota and the number of messages for each mailbox or folder;
 * Assigns and removes permissions (ACLs) for any user
 * Reconstruct the mailboxes DB;
 * Optionally synchronizes the creation and deletion of mailboxes with the system account management in the appropriate standard module of Webmin
 * Accepts international characters (UTF-8) in mailbox names
 * Automatically checks for updates
2007-06-07 15:11:51 +00:00
taca
b47d4dc91e Add more INSTALLATION_DIRS. 2007-06-07 15:08:50 +00:00
taca
17d4a3a3ec Add INSTALLATION_DIRS to create ${PREFIX}/sbin directory. 2007-06-07 15:06:03 +00:00
martti
65d37af33c New patches. 2007-06-06 10:29:14 +00:00
martti
784583f1a0 Updated sysutils/e2fsprogs to 1.39
This release contains a number of bug fixes and enhancements over the
previous releases. For details, see

http://e2fsprogs.sourceforge.net/e2fsprogs-release.html
2007-06-06 09:35:17 +00:00
wiz
f9ca475dd5 Bump PKGREVISION for opencdk shlib major bump. 2007-06-05 08:11:43 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
xtraeme
d5da34baf3 Update to 0.6.6:
* Add support of NLWP field
  (thanks to Bert Wesarg)
* BUGFIX: Fix use of configurable /proc location
  (thanks to Florent Thoumie)
* Fix memory percentage calculation and make it saner
  (thanks to Olev Kartau for the report)
* Added display of DRS, DT, LRS and TRS
  (thanks to Matthias Lederhofer)
* BUGFIX: LRS and DRS memory values were flipped
  (thanks to Matthias Lederhofer)
* BUGFIX: Don't crash on very high UIDs
  (thanks to Egmont Koblinger)
2007-06-03 12:53:59 +00:00
jmmv
c6838f1d47 Update to 5.37:
This is an unstable/experimental release of smartmontools.  I'm commiting
this update anyway because of the SAT support, which allows this utility
to be used with recent hard disks.  No problems experienced so far and no
objections raised on tech-pkg@.

Changes include:

- Many additions to the table of known drives
- SAT (SCSI/ATA Translation) support
- SCSI background scan results log
- smartd -W directive for temperature tracking and warning
- smartctl -n option to check power state
- improved smartd power state logging
- CCISS support under Linux
- HighPoint RocketRAID support under Linux
- 3ware RAID support under Windows
- SPT interface for SCSI devices under Windows
- ATA selective self test under Windows XP/2003
- NSIS installer support for Windows version
- Started move from C to C++
- Various other improvements
2007-06-03 10:40:07 +00:00
obache
4f54034f0a Update cdrtools to 2.01.01.27.
Patch provided by Jukka Salmi in PR 36392.

NEW features of cdrtools-2.01.01a25:

All:

Libschily:

-       __fjmalloc()/__jmalloc() now allow to specify JM_EXIT to exit() instead
        of callinf siglongjmp()

-       New function file_getraise() to get the current file raise value.


Libparanoia (Ported/enhanced by J<F6>rg Schilling, originated by Monty xiphmont@mit.edu):

Libedc (Optimized by J<F6>rg Schilling, originated by Heiko Ei<DF>feldt heiko@hexco.de):

Libfind:

-       Libfind is now close from the final state

-       Added README file to the directory libfind/ that help to learn how
        to create a complete find(1) command, a "bsh" find builtin and a
        ksh93 find builtin using libfind.

-       Libfind Version is now 1.3

-       libfind has been restructured to allow it to be used as builtin function
        inside shells like e.g. "bsh" and "ksh93".

-       libfind now allows I/O redirection (needed for shell builtins).

-       libfind now may be told to check for abort situations (needed for
        shell builtins in order to check for abort on ^C).

-       New function find_free()

-       Libfind no longer leaks memory if called with a commandline with
        syntax errors.


Libfile:

Libhfs_iso:

Libscg:

-       scg_numbus() function for FreeBSD corrected to make cdrtools work again.
        Thanks to a hint from Joseph Terner <jtsn@jtsn.de>

Rscsi:

Cdrecord:

-       A typo in the man page has been fixed (mkisofs does not have a -q but
        a -quiet option).

-       A debug message in the DVD+ driver hav been updated to make cdrecord
        again compile in -DDEBUG mode.


Cdda2wav (Maintained/enhanced by J<F6>rg Schilling, originated by Heiko Ei<DF>feldt heiko@hexco.de):

-       Fixed a bug that caused cdda2wav to hang when retrieving the CDDB information.
        This bug has been introduced with cdrtools-2.01.01a21


Readcd:

Scgcheck:

Scgskeleton:

Btcflash:

Mkisofs (By J<F6>rg Schilling and James Pearson j.pearson@ge.ucl.ac.uk):

TODO:
        -       read Joliet filenames with multi-session if no TRANS.TBL
                or RR is present. I am looking for a volunteer for this task!

                Note that this can never be 100% correct as there is no relation
                between the names on the master (UNIX) filesystem, the ISO-9660
                names and the Joliet names. Only the Rock Ridge names are
                untranslated with respect to the original files on the
                master (UNIX) filesystem.

        -       add libecc/edc for CDI and similar.

NEW features of cdrtools-2.01.01a26:

All:

-       Now using cdrecord/version.h for the global version number

-       New autoconf test for struct timeval in sys/time.h

-       New autoconf test for struct timezone in sys/time.h

-       Changed include/schily/time.h to depend on the
        new autoconf #defines HAVE_STRUCT_TIMEVAL and
        HAVE_STRUCT_TIMEZONE

-       The Schily makefile system is now also passing OS
        specific #defines to "configure".

-       New Schily makefile system Target shell allows to
        call "make shell" in order to get a shell with exactly
        the same environment as the compilers will see from
        the makefile system. This helps testing.

-       New autoconf test checks whether we need to call
        "xx.exe" on a plaform. This is needed in order to
        be able to call the Microsoft compiler from the
        SFU (Services for UNIX) environment.

-       It is now possible to call the Microsoft compiler
        from SFU. In order to do this, call "smake CCOM=cl"

        If this does not work, you may need to change the
        file DEFAULTS/vc7-interix-setup

Libschily:


Libparanoia (Ported/enhanced by J<F6>rg Schilling, originated by Monty xiphmont@mit.edu):

-       Fixed a typo in paranoia_init() that gas been introduced with 2.01.01a24
        This bug did cause a core dump.
        Thanks to Robert Grimm <rob@news.robgri.de> for reporting.


Libedc (Optimized by J<F6>rg Schilling, originated by Heiko Ei<DF>feldt heiko@hexco.de):

Libfind:

-       Fixed a bug in names.c that caused nameinit() to go into an endless
        recursion and dump core if there is no "nobody" in /etc/passwd.
        This bug has been introduced recently.


Libfile:

Libhfs_iso:

Libscg:

Rscsi:

Cdrecord:

-       Trying to work around a Pioneer firmware bug that causes cdrecord to write
        DVDs at lowest speed.

-       Reset SCSI silent mode after cdrecord did use the auto-mode (no dev= parameter)
        to find the drive. This again gives visible error messages.


Cdda2wav (Maintained/enhanced by J<F6>rg Schilling, originated by Heiko Ei<DF>feldt heiko@hexco.de):

Readcd:

Scgcheck:

Scgskeleton:

Btcflash:

Mkisofs (By J<F6>rg Schilling and James Pearson j.pearson@ge.ucl.ac.uk):

-       added a better error message from Helios in volume.c

-       The timezone bug (first fixed in 2.01.01a24 has now been fixed
        correctly and works even if the timezone is located east to GMT.


TODO:
        -       read Joliet filenames with multi-session if no TRANS.TBL
                or RR is present. I am looking for a volunteer for this task!

                Note that this can never be 100% correct as there is no relation
                between the names on the master (UNIX) filesystem, the ISO-9660
                names and the Joliet names. Only the Rock Ridge names are
                untranslated with respect to the original files on the
                master (UNIX) filesystem.

        -       add libecc/edc for CDI and similar.

NEW features of cdrtools-2.01.01a27:

All:

-       Added forgotten file RULES/x86-interix-cl.rul to the Schily Makefilesystem

-       Trying to better deal with MS winsock2.h oddities in schily/time.h

-       #undef iswalnum ... in schily//wchar.h before defining non wchar fallbacks.

-       config.guess now knows about i386 Darwin (Mac OS X on Intel)

-       Schily makefilesystem enhanced to check for extended
        fields in struct utsname as seen e.g. in MS SFU (Interix).

-       New predefined macro OSVERSION in the makefilesystem is needed
        for SCO OpenServer 6.x support (because this uses a UnixWare
        kernel

-       Trying to support Compilation on SCO OpenServer 6.x

-       New macro $(CC_OUTPUT_FILTER) allows to filter away the
        unwanted file name echo from cl.exe.

-       Interix now uses uname -m instead of uname -p for $(OARCH)

-       Makefile support for pentium-4-unixware-cc.rul and
        pentium-4-unixware-gcc.rul was added.

-       New autoconf test for libiconv

-       The Schily makefilesystem now by default searches in /usr/local/include
        and /usr/local/lib if on FreeBSD. This is needed in order to find
        libintl and libiconv.

-       make html and make htmlx now works even on the top level directory
        and creates html versions of the man pages

-       fixed a typo in the autoconf test for C99 isinf/isnan

Libschily:


Libparanoia (Ported/enhanced by J<F6>rg Schilling, originated by Monty xiphmont@mit.edu):


Libedc (Optimized by J<F6>rg Schilling, originated by Heiko Ei<DF>feldt heiko@hexco.de):

Libfind:

-       find_list.c now #ifdefs names like S_IFLNK

Libfile:

-       Better portability for strerror() in file.h

Libhfs_iso:

Libscg:

-       Better help message for Mac OS X wich dev=help

Rscsi:

Cdrecord:

-       Cdrecord now correctly reports Copyright ...2007 with -version

-

Cdda2wav (Maintained/enhanced by J<F6>rg Schilling, originated by Heiko Ei<DF>feldt heiko@hexco.de):

-       Let cdda2wav print the -version outout to stdout and in a similar form
        as other cdrtools programs.

Readcd:

Scgcheck:

Scgskeleton:

Btcflash:

-       Make btcflash compile on K&R compilers (like on HP-UX)

Mkisofs (By J<F6>rg Schilling and James Pearson j.pearson@ge.ucl.ac.uk):

-       mkisofs -J no longer implies -l as done incorrectly after
        converting from GNU getopt_long() to getargs()


TODO:
        -       read Joliet filenames with multi-session if no TRANS.TBL
                or RR is present. I am looking for a volunteer for this task!

                Note that this can never be 100% correct as there is no relation
                between the names on the master (UNIX) filesystem, the ISO-9660
                names and the Joliet names. Only the Rock Ridge names are
                untranslated with respect to the original files on the
                master (UNIX) filesystem.

        -       add libecc/edc for CDI and similar.
2007-05-29 15:32:16 +00:00
obache
b372224a80 libgtop_daemon2 must also is handled like libgtop_server2.
Should fix problem on Linux in PR 36405 by Obdrej Tuma.
2007-05-29 12:45:14 +00:00
schmonz
5a7331daee Update to 4.0.7. From the changelog:
-fix a bug in the align-to-page logic which may have prevented memtester
  from mlock()ing the memory it was trying to test on some systems.
  Thanks: Baif Chen.
2007-05-28 05:45:37 +00:00
agc
ea93717116 Add and enable htop. 2007-05-25 19:31:26 +00:00
agc
55bb2351bc Initial import of htop-0.6.5 into the Packages Collection.
htop is an enhanced version of top, the interactive process viewer,
which can display the list of processes in a tree form, like pstree.

	This is htop, an interactive process viewer.

	Comparison between 'htop' and 'top'
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	 * In 'htop' you can scroll the list vertically and horizontally
	   to see all processes and full command lines.
	 * In 'top' you are subject to a delay for each unassigned
	   key you press (especially annoying when multi-key escape
	   sequences are triggered by accident).
	 * 'htop' starts faster ('top' seems to collect data for a while
	   before displaying anything).
	 * In 'htop' you don't need to type the process number to
	   kill a process, in 'top' you do.
	 * In 'htop' you don't need to type the process number or
	   the priority value to renice a process, in 'top' you do.
	 * In 'htop' you can kill multiple processes at once.
	 * 'top' is older, hence, more tested.
2007-05-25 19:30:21 +00:00
markd
9c62347bcc Fix SEGV on startup. Bump PKGREVISION. 2007-05-23 12:38:23 +00:00
wiz
197de82e9a Remove remaining gnome1-libs dependencies from pkgsrc. 2007-05-20 15:48:07 +00:00
heinz
3e14326c5b The package supports installation to DESTDIR. 2007-05-18 19:33:26 +00:00
peter
da2ced0ef3 Remove myself as maintainer, I don't have the time anymore to keep these
packages up to date.
2007-05-18 10:03:30 +00:00
wiz
2e8801824f Remove some GNOME1 packages that are unmaintained upstream and/or in
pkgsrc, in preparation for gnome1-libs removal(*).

There was no feedback for keeping these packages after my
HEADS UP mail to pkgsrc-users a week ago.

(*) More to come before that can happen, though.
2007-05-13 14:39:15 +00:00
darcy
ea9b31f7cb Don't declare bool enum if TRUE and FALSE are already defined. Fixes
failure in bulk build.
2007-05-13 06:14:38 +00:00
obache
d9071b5d0f Update wbm-bind8 to 1.346.
Fixed problem:
Updated the Edit Record form to use ui-lib.pl, for easier theming.
When deleting multiple DNS records, the wrong ones can sometimes be removed.
2007-05-12 06:34:05 +00:00
obache
9a91de6ee2 Update wbm-apache to 1.345.
Fixed problem:
Radio button fields in many forms have the wrong name, causing virtual host
creation to fail and possible incorrect changes to the Apache config.
2007-05-12 06:27:39 +00:00
obache
2acff7b509 Extract only module related files. 2007-05-12 06:17:45 +00:00
obache
8b713f5a6e Fix unwished replacement. 2007-05-12 00:16:52 +00:00
ghen
282dd45e51 ONLY_FOR_PLATFORM+=*-*-x86_64, this builds and runs just fine on my Opteron. 2007-05-09 11:57:27 +00:00
martti
52b8d0f2de s/virtal/virtual/ 2007-05-09 10:35:05 +00:00
hauke
a996085053 Add repo binary and man page to the PLIST.
Fixes pkg/36297
2007-05-09 09:58:08 +00:00
joerg
bc11ee82f0 Needs C for configure. 2007-05-08 15:47:48 +00:00
hauke
d61b9cd7e7 Maintainer update to Radmind 1.8.0
Major changes from 1.7.2:
- Added reporting capabilities
Clients will automatically report to the serve the success or
failures
of ktcheck and lapply. Also added a new tool "repo" that will log
custom messages to the radmind server.

Other Changes:
- Fixed bug in daemon that caused "success" or "no error" to be logged
instead of actual error message. [BUG #1660749]
Thanks to Gabrielle Singleton for reporting the problem.
- ra.sh uses more portable find options. [ Bug #1385630 ]
Thanks Sean Sweda for the patch.
- fsdiff displays the command file name when reporting command
file line errors. [ Feature #1592739 ]
- Makefile.in using POSIX sub-make methodology [ Bug #1641044 ]
- Fixed build problem for Suse 10. [ Bug #1677170 ]
Thanks cdr3 for reporting the problem.
- ktcheck exits on all non 2xx server responses to avoid all
cascading error messages
- Added optional path to ra.sh for update & create
- Including configure.ac in source distribution
- ra.sh auto now does pre/post apply.
Thanks Sean Sweda for the patch.
- Updated copyright information
- Cleaned up formatting of STAT SPEC
- Cleaned up server's debug information
2007-05-07 14:14:06 +00:00
christos
ed3905636b update checksum 2007-05-06 21:42:02 +00:00
christos
f63d87891b upgrade to 4.78 2007-05-06 21:41:30 +00:00
adrianp
d069d5bd59 PKGREVISION++ for the recent PEAR/PHP changes so that all child packages
pick up the new dependencies properly
2007-05-05 22:09:18 +00:00
markd
f2eab7c183 Update k3b to 1.0.1
* Fixed crash when using the Device menu without a selected device.
* Fixed DVD copy when reading from a DVD+RW.
* Fixed --without-alsa configure check
* Fixed a crash in Video DVD ripping when the title does not contain an
  audio stream
* Only use the mkisofs parameters -biblio, -copyright, and -abstract if
  they have been set. Using them with invalid values (empty) seems to
  sometimes result in broken iso images.
* Better compatibility with recent transcode development branch
* Fixed Multisession import size handling.
* Fixed Lame quality preset handling.
* Made libk3bdevice really thread-safe. This fixes the disabled DMA bug!
* New configure check --without-cdrecord-suid-root to disable K3b's check
  for cdrecord permissions. Although not recommended it is requested by
  many distributors.
* Changed the order of the buttons in the tool dialogs to match the
  default KDE order.
* Added handling of the newly introduced genisoimage parameter
  -allow-limited-size
* Make the K3b Sox audio encoder plugin work with newer sox versions
  (Thanks, Stephan Binner.)
2007-05-05 21:36:07 +00:00
hira
11b39cc7a2 Bump BUILDLINK_API_DEPENDS.xfce4-battery-plugin. 2007-05-04 10:18:17 +00:00
hira
c03b1e7d29 Fix previous with apm(4). Check battery_state instead of nbattery.
Bump PKGREVISION.
2007-05-04 10:13:12 +00:00
cube
b7952b251a Update GKrellM packages to version 2.2.10. Better late than never.
2.2.10 - Thu Oct 26, 2006
-------------------------
        * Hans de Goede patches: 1) handle sysfs sensors which represent themselves
          as platform drivers (/sys/class/hwmon). 2) Add a libsensors sensor
          monitor interface which will be used preferentially over sysfs if
          libsensors is installed and sensors_init() on /etc/sensors.conf succeeds.
        * Add --without-libsensors command line option to force using /sysfs
          instead of libsensors for cases when running a new Linux sensor kernel
          module that is not yet supported by libsensors.  A fallback to /sysfs is
          automatic when libsensors detects zero sensors.
        * Linux sensor config names change with migration to libsensors, so attempt
          to automatically do a conversion so user won't have to redo sensor
          config.  But this doesn't handle client/server runs so for these
          sensor configs must be redone.
        * Michael Buesch patch: Add PowerMac G5 Windfarm sensor monitor interface.
        * David G. North patch: Add content length check to mbox mail checking to
          get good mail counts even if there's a mal-formed mime content package.
        * New Translation
          o pt_BR.po from Insigne Free Software (traducao--at--insignelinux.org)
        * Translation updates
          o de.po
          o it.po from Vincenzo Reale
        * Bugfixes
          o Christian Schmidt patch: add -pci- to sensor config compatibility fix.
          o gkrellmd plugins didn't get initial update data.
          o Don't limit mbmon detection to i386 architectures.
          o Flush gtk events pending between closing and moving gkrellm so
            window managers can get width updates before the move.
          o Fix warnings from newer gcc.
2007-05-03 20:21:27 +00:00
martti
52475c81f8 Updated sysutils/xfce4-battery-plugin to 0.5.0nb1
- Don't change behavior of remaining time on Linux and FreeBSD.
 - Don't print remaining percentage as `100%' if there are no
   batteries.
2007-05-01 17:41:59 +00:00
heinz
171b1af2ed Activated monit 2007-04-30 20:55:35 +00:00
heinz
69cf56745c Initial import of monit 4.9.
Monit is a utility for managing and monitoring, processes, files,
directories and devices on a UNIX system. Monit conducts automatic
maintenance and repair and can execute meaningful causal actions in
error situations.
2007-04-30 20:53:46 +00:00
tron
1063f75103 Properly substitute "@ECHO@" in startup script. Bump package revision
because of this fix.
2007-04-30 09:54:15 +00:00
obache
c523267e91 Add original MASTER_SITE and HOMEPAGE. 2007-04-30 02:49:15 +00:00
tnn
5e394a02d6 pkglint 2007-04-29 13:09:27 +00:00
tnn
5932f52a61 Remove bogus --disable-fam.
Use mk/fam.buildlink3.mk instead of sysutils/fam/buildlink3.mk.
Allows building gnome-vfs2 with FAM_TYPE=gamin. Bump PKGREVISION.
2007-04-29 11:47:03 +00:00
bouyer
e51738c9ea Fix paths in man pages. Ride the package version change from previous commit. 2007-04-28 17:41:31 +00:00
bouyer
2d5bf0a665 Update xen 3.0 packages to 3.0.4.
pksgrc changes: install man pages for xm, xend-config.sxp and xmdomain.cfg.
Should fix pkg/36190.

Main changes:
This is largely an opportunistic stabilising release for HVM guests, due to
the large amount of work in that area of the code since 3.0.3. These
enhancements have in particular improved support for SMP and ACPI Linux and
Windows operating systems.
2007-04-28 17:14:49 +00:00
christos
3138b71995 make x86_64 work. 2007-04-28 03:42:30 +00:00
christos
d2290df0c1 - make this work again on NetBSD/i386
- make this compile on NetBSD/x86_64 [does not work yet]
- completely automate the NetBSD header generation. This should make porting
  to other platforms easier.
2007-04-27 19:45:01 +00:00
martti
b4f5a28ed4 Initial version. 2007-04-27 11:09:26 +00:00
martti
5cfb8844bb Added xfce4-battery-plugin and xfce4-genmon-plugin. 2007-04-27 10:50:25 +00:00
martti
e2e715f6b3 Added some Xfce plugins. 2007-04-27 10:48:06 +00:00
drochner
93a4fb9af4 +dbus-qt3 2007-04-21 14:33:05 +00:00
drochner
c93137af05 oops, forgot to import dbus-qt3-0.70 - qt3 bindings for dbus
(optionally needed by compiz)
thanks wiz for the hint
2007-04-21 14:31:18 +00:00
obache
7d51c2f70c Update wbm-cyrus-imapd to 1.5.
* Version 1.5   2007-03-08
    - Tree structure of mailboxes has been totally rewritten
        based on Perl module Tree::Simple from CPAN
        (thanks to Murray Trainer <mtrainer@central-data.net>)
    - added a check for mailbox permissions to 'reconstruct' command

* Version 1.4.5   2006-11-28
    - fixed a bug when changing quota on mailboxes with similar names
        (thanks to Murray Trainer <mtrainer@central-data.net>)

* Version 1.4.4   2006-11-3
    - requires Webmin 1.240 for using 'ui_bytesbox' function in ui-lib.pl
2007-04-21 05:27:00 +00:00
obache
64f877f670 Update Webmin to 1.340.
pkgsrc chages: use full distfile instead of non version indivisual module files.

Version 1.340 (8 April 2007)

        * Change the default Blue Framed theme to match the style of www.webmin.com, and generally look nicer.
        * User interface cleanups in various modules (Apache, Backup Config, Webmin Configuration and others), adding tabs to reduce the size of pages and converting code to use ui-lib.pl.
        * The Perl Modules module can now fetch RPM or Deb packaged modules from YUM or APT, where available.
        * Added easy fields for sending SMS messages in the System and Server Status module (for US carriers that have email to SMS gateways).
        * Replace the old HTMLarea widget for HTML editing in the File Manager and Read User Mail modules with Xinha.
        * Linux quotas are now set with the setquota command, which shows up nicely in the actions log.
        * Optimizations to speed up getting the hostname and Postfix config settings.
        * Improved YUM and Redhat Network support in the Software Packages module.
        * View the detailed change log.

Version 1.330 (27 February 2007)

        * If the underlying OS is upgraded after Webmin is installed, a message is displayed on the main page prompting you to fix it.
        * Added a feature in the BIND module for updating an IP address in multiple zones at once.
        * The File Manager now automatic detects HTML files and launches the correct editor.
        * Improved the LDAP module's support for large databases.
        * When there are too many tables or databases to display in the MySQL and PostgreSQL modules, a menu for selecting a specific table is shown instead.
        * Added functions to ui-lib.pl for tabs and hidden table sections.
        * Added support for comments to the Shorewall module, and improved logging
        * The Webmin Actions Log module can now rollback selected files changed by an action, rather than all of them.
        * View the detailed change log.

Version 1.320 (21 January 2007)

        * Added the PHP Configuration module for managing php.ini.
        * Changed the default theme for new installs to the Blue Framed theme.
        * Improved handling of large file uploads so that they are no longer read into memory by Webmin webserver. Also added a progress bar window for tracking uploads.
        * Added checkboxes for deleting multiple objects at once in several modules.
        * Changed all rows of links (like Select all / Invert selection / Add something) to put | characters between them, to improve readability.
        * Big improvements in Windows support in various modules and the Webmin core.
        * Enhanced the System and Server Status module to allow monitoring of all hosts in a Webmin server group.
        * View the detailed change log.

Version 1.310 (28 November 2006)

        * Big improvements in Ubuntu support, including the Bootup and Shutdown module, mounting filesystems specified with the UUID syntax, and various default module config changes.
        * Re-designed the Simple Blue theme to use frames.
        * Added support for IPv6 addresses in modules where the underlying servers allow them.
        * Supported HFS and FATX filesystems under Linux.
        * MySQL backups can now be compressed with gzip or bzip2.
        * Added file locking and logging to the Postfix module, and improved access control features.
        * Added checkboxes and buttons for mass deletion in the Cron and DHCP modules.
        * Added access control options for the Info window to the File Manager module, and a feature to allow extraction of ZIP files on the server.
        * View the detailed change log.

Version 1.300 (15 September 2006)

        * Fixed security holes that allow the source of Webmin programs to be viewed, and allow cross-site-scripting attacks.
        * XML-RPC clients can now call Webmin API functions.
        * On systems with no root password, users with sudo access can login to Webmin as root.
        * Improved support for latest Debian and Fedora releases, including the new IPtables config system in Debian 3.1.
        * The file manager can now extract tar.bz2 files, store a history of entered paths, and show the total size of a directory.
        * The Filesystem Backup module can backup and restore TAR and dump files over FTP.
        * MySQL server variables and connections can be viewed and changes.
        * Table data can be sorted by clicking on headers in the MySQL and PostgreSQL modules.
        * Improved support for PostgreSQL 8, including editing tables with no OID field.
        * Sendmail and Postfix aliases and maps can have a comment associated with each entry.
        * Squid 2.6 is now supported.
        * View the detailed change log.

Version 1.290 (29 June 2006)

        * Fixed a security hole that would allow a remote attacker to view any file on the system.
        * Added the LDAP Client module, for setting up a Linux system to get users and groups from an LDAP server.
        * Added support for sending email when a group is over quota to the Disk Quotas module.
        * Several other small fixes for bugs found since 1.280.
        * View the detailed change log.

Version 1.280 (16 June 2006)

        * Added the Simple Blue theme, a less graphics-heavy design which may eventually become the default. This theme takes advantage of changes in many modules to use highlighting on table rows.
        * Updated the Apache module to support version 2.2.0.
        * Updated the various operating-specific NFS server modules to support mass deletion of exports, and to internationalize those that were using hard-coded text strings.
        * Updated various modules to allow deletion of multiple objects (such as table fields, Samba shares, PostgreSQL grants, Squid ACLs and so on) at once.
        * Added configuration options to the Read User Mail module for the date format, pager arrow locations, timezone and separate message window mode.
        * Updated the MySQL module to support views in MySQL version 5.
        * Enhanced the System and Server Status module to allow the selection of multiple hosts for each monitor, added a monitor type for testing an SQL server, and updated the Network Traffic monitor to support FreeBSD.
        * Fixed a security hole that allows remote viewing of any file on the system when Webmin is run on a Windows server.
        * View the detailed change log.
2007-04-21 05:22:57 +00:00
wiz
ff8d3b0d52 Remove obsolete patch. 2007-04-20 21:49:57 +00:00
cjs
affae226af add some more tricks and tips 2007-04-18 08:09:56 +00:00
martti
ffd4f58d4a Use ONLY_FOR_PLATFORM instead of NOT_FOR_PLATFORM. 2007-04-17 18:42:24 +00:00
martti
75f02e5bb1 No xfce4-diskperf-plugin for DragonFly (requested by Joerg Sonnenberger). 2007-04-17 18:20:06 +00:00
drochner
6d80e7cf48 delete stale patch, from Blair Sadewitz per mail to pkgsrc-users 2007-04-17 17:52:48 +00:00
martti
ff4e3e305b intltool and pkg-config are defined in meta-pkgs/xfce4/Makefile.common 2007-04-17 17:45:06 +00:00
martti
1fcc49e43b Removed xfce4-artwork, xfce4-minicmd-plugin, fce4-showdesktop-plugin,
xfce4-taskbar-plugin and xfce4-windowlist-plugin as these don't work
with Xfce 4.4.x.
2007-04-17 13:50:06 +00:00
joerg
485c929273 Catch up with change in the plugin. Adjust configure.ac for the kinfo
check and regen it for now using autoconf. Can't figure out how to
produce a minimal diff.
2007-04-17 13:05:08 +00:00
joerg
a2bd6f73fc Fix DragonFly build. 2007-04-16 18:27:49 +00:00
joerg
0615ef0253 Add DragonFly support (back). 2007-04-16 18:20:17 +00:00
joerg
5374f47467 Use the generic readdir based directory scanning on DragonFly
as I don't want to fix this to get the internals right.
2007-04-16 16:56:46 +00:00
ghen
0d13fbff0f Update bacula packages to Bacula 2.0.3. Lots of bugfixes:
5Mar07
kes  File migrate bug with Pool Occupancy using mediaid instead
     of jobids.  Fixes bug #795.
kes  Fix orphaned buffers in filed backup and verify due to
     crypto buffers not freed during errors.  Fixes bug #789.
04Mar07
kes  Add smartctl call to bacula-sd.conf as an example of getting
     tape alert info.
02Mar07
kes  Add Client Connect Wait to Storage daemon to permit users to
     modify the time the SD waits for a FD connection.
28Feb07
kes  Apply Command ACL filter to JobId list in restore command.
kes  Correct typeo in var.c patch.
27Feb07
kes  Don't let Bacula prune File or Job records for the current Job.
kes  Fix variable substitution pad + inc bug reported (with patch)
     in bug #791.
26Feb07
kes  Correct SQLite log table index as reported by Luca Berra.
24Feb07
ebl  Fix FIFO stuff, bacula tries to rewind the FIFO... Thanks to Andreas
22Feb07
kes  Fix a few places in lib/message.c where the open fd may
     not be zeroed.
21Feb07
kes  Add LANG=C to autoconf/randpass so it works with languages other
     than English.  Fixes bug #788.
20Feb07
ebl  Revert ClientRunBeforeJob as it was in 1.38.x
     This fixes bug #780
     You will not be able to generate Include/Exclude list any more.
     If you want to use this, you can apply
     trunk/bacula/patches/testing/clientrunbeforejob_can_generate_include_exclude_list.patch
19Feb07
kes  Restore of sockets created false error messages because Bacula
     no longer restores sockets, but the code was still trying to
     set the attributes on a non-existent file. Reported by a user.
16Feb07
kes  Fix encryption deblocking bug, which caused some restored files
     to be truncated. This fixes bug #763.
kes  Add FD event sequence order prepared by Eric -- for RunScripts.
kes  Fix 12am/pm bug as reported in bug #782.
15Feb07
kes  Add quick disconnect FD code from 2.1.4 to 2.0.3.  This code
     causes the SD to release the FD as soon as the FD has sent
     all the data to the SD. After that the SD will do any final
     despooling (data and attributes) that are necessary. This
     allows laptops to disconnect much quicker from the network
     after a backup.
13Feb07
kes  Apply Eric's ClientRunScriptAfter patch to 2.0 and 2.1.
11Feb07
kes  Optimize the use of the database a bit in the Status dir command.
     Only open it when needed, ensure that if any previous database
     was opened, it is closed.
10Feb07
kes  Modify dbcheck to handle orphaned JobMedia, Path, Filename,
     and File records in 300K chunks to be more efficient. This
     idea came from Juan Luis Frances (if I remember right).
09Feb07
kes  Update projects list.
08Feb07
kes  Fix dird/ua_cmds.c so that a cancel command checks if the
     console is authorized to cancel the job.  This fixes bug
     #767.
kes  Modify SD so that the VolCatJobs medium record is updated
     at the beginning of a Job rather than the end.  This
     fixes bug #775 where exceeding MaxVolJobs caused jobs
     to fail.
kes  Added a mutex around getting and setting Volume information
     so that multiple simultaneous jobs will single thread.
07Feb07
     Switch to using Subversion
kes  Remove src/pygtk-console/ from configure
06Feb07
kes  Delete src/lib/btree.c from win32 build, then add rblist.c
     plus the entrypoints.
kes  Apply patch supplied that corrects debug print
     in canceling jobs for max run time.  Supplied as
     part of bug #621, which was previously fixed.
05Feb07
kes  Test on job_canceled() and sd_msg_thread_done inside
     loop starting the message thread to avoid a race condition.
     Fixes bug #771.
kes  Remove rl_catch_signal from console.c as it conflicted
     with the header definition. Fixes bug #765.
ebl  Fixes bug #766 about RunsOnClient = Yes (case sensitive)
04Feb07
kes  Clarify some stored/acquire messages to indicate if the
     problem is with read or append.
02Feb07
kes  Fix memory leak with storage ids in cats/sql_get.c
kes  Terminate watchdog earlier to avoid reference to released
     memory -- reported by Jason Austin.
kes  Move closing the database from jobq.c to the director daemon
     termination routine. This fixes memory leaks for shadow jobs
     (i.e. migration jobs).
kes  Free up the unique jobid chain items in migrate.c.  This fixes
     a memory leak problem.
kes  Convert some ugly looking for statements to use foreach_alist
     in findlib/find.c.  This will facilitate converting the structures
     to use dlist (for large include/exclude lists).
kes  Fix a bug in the btree.c and btree.h routines, then rename them
     rblist and add them to be built in src/lib.  Include some new
     methods written by Rudolf Cejka that make the code more readable
     (hides some of the ugly casting).
26Jan07 (back port)
kes  Implement item #12 on project list -- quick release of FD by
     the SD. This is noted in more detail above.
2007-04-16 16:10:42 +00:00
veego
1763f5e3a7 Regen after 3 patches where changes to remove a $Id line. 2007-04-15 08:13:50 +00:00
veego
c9989643ea Move the netperf.h include up two lines to remove the $Id line in this
patch.
2007-04-15 08:12:36 +00:00
veego
93995c1f4f Move the include of <sys/sysctl.h> from pagemeter.cc to pagemeter.h.
This is a workaround for not using $Id in a patch file.
2007-04-14 20:32:41 +00:00
xtraeme
3a2df488b2 Update to 0.99 (latest stable version).
Code requires fox-1.6, many improvements were added, bugs fixed, etc.
2007-04-13 05:47:15 +00:00
xtraeme
9951db5e01 Erm... it's KERNEL_VARS not KERNEL_ARGS. 2007-04-12 23:08:35 +00:00
xtraeme
d8c72c71b8 do_conf_reset(): add missing KERNEL_VARS. 2007-04-12 23:07:55 +00:00
xtraeme
bbb2308b64 Fix previous, only check for kernel config and not for the work
directory... which might not be created yet.
2007-04-12 22:39:36 +00:00
xtraeme
4152db6dc3 Do the same for MULTIPLE_KERNELS, check if the kernel is found in
~/.mklivecd before showing informative messages.
2007-04-12 22:31:16 +00:00
xtraeme
8b5d24fdfc * Check if the kernel is available in ~/.mklivecd before showing
informative messages.
* Remove unnecessary checks for USE_GNU_GRUB, now that some options
  are checked to have correct values.
* Misc cleanups.
2007-04-12 22:26:19 +00:00
wiz
6297dc8e37 Update to latest version, 0.3:
0.3
---
 * A couple sanity checks from Kerry
 * Update the source to work with Automake 1.9


0.2
---
 * Completely fix file handling... a better understanding about CD data
   structure really fix a lot errors... previous version sometime gives you
   invalid bytes at the beginning of the resulting .iso, it caused by
   my misunderstanding about the difference between Mode 1 and Mode 2 CD
2007-04-12 21:42:19 +00:00
wiz
6dfbfb81ab Update to 1.0:
No change since 1.0b10 [2006/08/10].

Changes since 1.0b9 [2006/07/06]:

- new 'F', 'v' and 'D' commands for interactive mode.
- added -F option (as suggested by Chase Phillips).
- fixed long standing but rare data corruption bug (reported by Jon Amundsen).

Changes since 1.0b8 [2006/06/30]:

- child exit status was not saved when waiting for its orphans.
- look for termcap in ncurses library (reported by Stephan Hegel).

Changes since 1.0b7 [2006/05/22]:

- SHMUX_SSH*_OPTS are now parsed by shmux, allowing passing more complex
  options strings.  (loosely based on code from Jos Backus.)
- added -B option (courtesy of Chase Phillips and Jos Backus).
- minor enhancement of "interactive mode" status reporting.

Changes since 1.0b6 [2004/12/15]:

- improved timeout enforcement using process groups (suggested by Jos Backus).
- improved handling of "impossible" waitpid() failures.

Changes since 1.0b5 [2004/09/20]:

- user@target now works with rsh.
- fixed miscellaneous assumptions/bugs related to fping.
- user@target is no longer incompatible with -p.
2007-04-12 21:38:24 +00:00
martti
cc3a1b98db Updated to Xfce 4.4.1
See http://www.xfce.org/documentation/changelogs/4.4.1 for details.
2007-04-12 09:55:08 +00:00
martti
164ff9630b Added xfce4-thunar and xfce4-xarchiver. Removed xfce4-fm and xfce4-systray. 2007-04-12 09:48:18 +00:00
martti
f373615be1 Xfce archive handler. 2007-04-12 09:47:14 +00:00
martti
8bc5173288 The Xfce file manager. 2007-04-12 09:46:28 +00:00
drochner
4728e931a8 sync with gnome-manus base pkg 2007-04-11 17:44:05 +00:00
drochner
262fbd7759 update to 2.18.1
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-11 17:43:04 +00:00
xtraeme
202a7895b1 Remove a check for USE_GNU_GRUB, now that there's a common function
to test the value in options.
2007-04-11 14:40:44 +00:00
xtraeme
1305aaeb3c * Check if the option is set, and error out if not.
* Added PERSONAL_CONFIG to the yesno options checks.
2007-04-11 14:31:35 +00:00
xtraeme
82b06fb2a0 Extra bonus for 0.15.1: check value in options accepting 'yes' or 'no'
values (case insensitive), show an error message if the value
is not accepted and exit.
2007-04-11 14:22:26 +00:00
xtraeme
bd3032f9f6 Update to 0.15.1:
* Changed informative messages to "MKLIVECD>".
* Improved all messages.
* Fix problems with MULTIPLE_KERNELS and USE_GNU_GRUB, previously
  if they were not defined the build continued or failed silently.
* Added more error checks.
2007-04-11 11:51:35 +00:00
adam
1908a221fd Changes 2.18.0:
* Updated version number to match GNOME version.
2007-04-11 08:51:09 +00:00
xtraeme
d567daad26 Another bonus for 0.15: rename the base tarballs to ramfs_foo, because
mfs is not an appropiate name anymore.
2007-04-10 20:52:01 +00:00
drochner
f34e1590f2 +gnome-vfs-monikers 2007-04-10 19:08:03 +00:00
drochner
97ddf956ab import gnome-vfs-monikers-2.15.3 which is part of gnome-2.18 2007-04-10 19:04:16 +00:00
drochner
ceacaefa77 update to 2.18.0
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-10 18:37:45 +00:00
drochner
da887bceb3 update to 2.18.1
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-10 17:58:10 +00:00
xtraeme
96dc7f7171 Extra bonus for 0.15: if there's a set already found in BASE_SETS_DIR
downloaded by the fetch target, ask interactively to the user if wants
to download again or not.
2007-04-10 03:05:49 +00:00
xtraeme
2a0957da56 Not needed anymore. 2007-04-10 02:24:08 +00:00
xtraeme
11dd81f2e2 Update to 0.15:
* Added a new target 'fetch' that will fetch the specified sets from
  the specified URL.
* Fixed permissions on /tmp. (Reported by Zafer Aydogan).
* Renamed BOOTKERN to KERNEL_CONFIG, because it's more appropiate.
* Fix a problem with options accepting a 'yes' argument, now
  the value can be case insensitive.
* Remove the example kernel config, too old and useless.
* Use mktemp(1) to create the temporary file.
* Updated manpage with reality.
2007-04-10 02:23:34 +00:00
veego
caadfe805d - Make myself the MAINTAINER
- Fix the manpage path in the Makefile
- Adapt the memmeter.cc changes to pagemeter so it doesn't use kmem
  to get uvmexp.
- struct schedstate_percpu is no longer a public interface outside
  the kernel
- Add netIface support for NetBSD. Now you can monitor only one network
  interface. See the manpage for more details. This change is allready
  present in the sourceforge tree.
- PKGREVISION++
2007-04-09 21:22:11 +00:00
obache
8fc9807aca Update my mail address to @NetBSD.org and remove some redundant lines. 2007-04-05 12:21:26 +00:00
gdt
b0bb8439cd Fix compilation under post-newlock2 NetBSD-current. Now
gnome-system-monitor applet seems to work.  (Patch from Blair Sadewitz
on pkgsrc-users (maybe really from apb@).)

Caveat:
  Switching on KERN_PROC2 sysctl define seems somewhat unclean.
  All of this needs to be merged upstream.
2007-04-04 18:53:44 +00:00
tv
6fe5361067 Reassign to interix-pkg-people@ so that inquiries have a broader audience. 2007-04-04 14:37:52 +00:00
wiz
c05b3cbc81 Remove another gkrellm1 plugin (gkx86info) that I had overlooked when
removing gkrellm1.
2007-04-04 06:09:17 +00:00
wiz
e0378cad3d Remove gkrellm1 and its dependencies from pkgsrc.
This has been replaced ages ago with gkrellm version 2.

No disagreement on pkgsrc-users.
2007-04-01 21:36:16 +00:00
adrianp
c9520955ce Update to file 4.20:
New in this release is a BNF file that shows the syntax of magic
files.  Many more checks have been added to the magic parser and
badly formatted magic entries have been fixed. There is now a
"default" statement in the magic entires. Finally a exploitable
flaw in the print buffer management has been fixed.
2007-03-25 11:28:12 +00:00
wiz
119694c2ed Fix build with xorg. 2007-03-25 09:42:28 +00:00
wiz
eb3f2ab743 Improve HOMEPAGE. 2007-03-25 07:37:54 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
abs
eeab5b3348 Update rconfig to 0.46:
- Allow comma separated values for each tag in hosts.conf
(this package could not be more leaf like if it fell from the trees in autumn)
2007-03-24 14:48:58 +00:00
drochner
ede7d565f0 update to 0.3.7
changes:
* The background of the window in the standard theme is now just slightly
  transparent when compiled against GTK+ 2.10 and when using a composite
  manager.
-initial accessibility support
-bugfixes
2007-03-23 17:07:37 +00:00
wiz
9ab7bb7d89 Update to 0.4.4:
version 0.4.4 (27-February-2007):
	* Fixed a bug where a notification's ID could be reset when a different
	  notification was closed. Patch by jylefort. (Bug #94)
	* Fixed a crash when the D-BUS proxy was not being freed on notify_uninit,
	  which was problematic when used in a loadable module. (Bug #92)
	* Fixed a crash when a signal handler for the notification's closed signal
	  caused the notification to be destroyed. (Bug #116)
	* Fixed memory leaks when creating notifications. (Bug #112)
	* Fixed potential memory leaks where the function passed to
	  notify_notification_add_action to free the user data was not being
	  called. (Bug #119)
2007-03-21 22:33:59 +00:00
wiz
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
tv
b0ce45fc02 give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
joerg
0e60311fbb Fix build on DragonFly. 2007-03-19 14:58:20 +00:00
dsainty
5d1c42b07f With patch-aa removed in the update to version 1.7, remove the entry from distinfo too. 2007-03-19 08:59:17 +00:00
markd
72f73379f3 Update k3b to 1.0
Changes since rc4:
bug fixes.
new themes.
2007-03-18 13:25:56 +00:00
wiz
b29e82fdf5 Remove two master sites that do not carry the latest .tar.bz2. 2007-03-18 12:19:49 +00:00
rillig
52b443b63a Fixed a fork bomb on IRIX, where for some reason msgfmt is not detected. 2007-03-18 08:38:13 +00:00
bad
4989de81bd Update cdrtools to 2.01.01a24.
The change logs with over 3000 lines are too long to mention here.
See AN-2.01.01* in the source directory.

For me it was support for writing DVD+RWs.

Note on the patches:
patch-ak: fix compilation with DVDPLUS_DEBUG defined.

patch-cg: revert "use" from off_t to int again as it is passed to function
expecting an int. The possible values aren't huge, anyway.

patch-ck, patch-cl, patch-cm: fix references to /etc/default/cdrecord.

Remove patches that have been incorporated upstream.
2007-03-16 22:04:52 +00:00
joerg
12d53c3b87 Don't depend on mtree. 2007-03-15 18:37:57 +00:00
taca
25b4de70be Update one of MASTER_SITES. 2007-03-15 16:32:28 +00:00
markd
a9a5afbacd Update lsof to 4.77.
Include official patch to fix build on Solaris 10 06/06 or newer.
Fix HOMEPAGE.

The April 10, 2006 revision (4.77): adds Solaris 10 and above -X option
selection of the display of unlinked file cached paths; improved
reporting of Solaris 10 cached path names of questionable accuracy;
has FreeBSD 7.0-CURRENT update; fixes name addition spacing bug; has
limited SAMFS support for Solaris 10; fixes an HP-UX 11 file "chunk"
size problem; updates for FreeBSD 6.0; updates scripts/sort_res.perl5;
corrects +|-M man page error; improves FreeBSD user device random seed
generation; documents in 00FAQ bundled C and gcc compilation failures
on HP-UX 11.23 dated May 2005 or later; corrects bugs and eliminates
compiler warnings in PSTAT-based HP-UX lsof and in the lsof test
suite; changed the method of reporting unknown file types; dropped
the *claim* that lsof works on BSDI BSD/OS; enables compilation on
Solaris 10 1/06; adjusts to FreeBSD 5.5-PRELELEASE and 6.1-PRERELEASE;
fixes locating AIX ATI sockets by their associated TCP/IP addresses;
adjusts to OpenBSD 3.[89]; ends 32 bit Solaris 8 testing (testing on
64 bit Solaris 8 continues.)
2007-03-14 11:36:25 +00:00
obache
08768da3de Added and enabled p5-GTop. 2007-03-13 17:40:26 +00:00
obache
a56b2e67e1 Import p5-GTop version 0.16 from pkgsrc-wip.
Packaged by Aleksey Cheusov and requested in PR 35469.

This Perl extension implements the BSD process resource limit functions
        getrusage()     getrlimit()     setrlimit()
and the BSD process priority functions.  These are available also via
core Perl but here we do more tricks so that the PRIO_* are available.
        getpriority()   setpriority()
Also is provided
        times()
which provides the same functionality as the one in core Perl, only
with better time resolution.
2007-03-13 17:38:49 +00:00
drochner
aef01e774f update to 0.73
changes:
-Allow passing of NULL to strv out arguments
-bugfixes
-documentation improvements
-Add new API for specifying the timeout in DBusGProxy calls
-some cleanup
2007-03-13 11:11:27 +00:00
xtraeme
85a2f40733 It's not for i386 anymore. 2007-03-10 00:05:46 +00:00
xtraeme
bf88de65e3 Bump copyright year. 2007-03-10 00:01:23 +00:00
xtraeme
65dac14ddd Update to 0.14.5:
This version adds support for NetBSD/amd64 with bootxx_cd9660, because
grub does not work in 64bit mode, so I've disabled the USE_GNU_GRUB
and GRUB_FILES_DIR options if it's amd64.

Enjoy!
2007-03-09 23:51:50 +00:00
sborrill
e66a1df744 Fix HOMEPAGE link 2007-03-08 15:25:21 +00:00