summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2007-08-29The package's configure script inserts echo(1) with full path intohauke1-2/+5
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-25Set RCD_SCRIPT_SRC.estd explicitly to fix install problem.taca1-1/+2
What's was changed?
2007-08-23Update to radmind 1.9hauke6-55/+18
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-22# subdir build in libs, followed by linking with it, without .WAITgdt1-1/+4
MAKE_JOBS_SAFE= NO
2007-08-17Add support for DESTDIR and modular Xorg.joerg4-18/+137
XXX This should use the option framework for the floppyd.
2007-08-17Add DESTDIR support.joerg1-5/+6
2007-08-17Switch from using the pre-build binaries to building our own Xen kernel.bouyer11-15/+407
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-15the -L and -P options to mkisofs are deprecated and have been removed,plunky3-3/+26
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-15Update krusader to version 0.80.0markd3-14/+69
Major feature enhancements and bugfixes.
2007-08-14- Don't hardcode the MFSNAMELEN length, inspired by commits fromveego7-23/+232
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-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
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-12Revert previous fix at veego@ request.seb2-18/+7
2007-08-12Fix build on NetBSD-current which dropped MFSNAMELEN: pretend this CPP macroseb2-7/+18
is still there.
2007-08-10Supports DESTDIR installation.joerg1-1/+3
2007-08-09Modular X.org supporttnn1-4/+4
2007-08-09Create ${PREFIX}/lib before installation.seb1-2/+3
2007-08-08outb args are swapped between NetBSD and linux... found by jmcneill@.xtraeme3-9/+37
Bump PKGREVISION.
2007-08-08Simplify LIBS.NetBSD.xtraeme1-8/+3
2007-08-08Make this work on amd64, verified running "vbetool post".xtraeme3-10/+22
2007-08-08Added sysutils/vbetool.xtraeme1-1/+2
2007-08-08vbetool uses lrmi in order to run code from the video BIOS.xtraeme7-0/+145
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-07Update HOMEPAGE with the help of Google, since DNS says www.fokus.gmd.dehe1-2/+2
is nonexistent.
2007-08-05convert subst fragment into patchtnn3-8/+22
2007-08-05Update to gamin-0.1.9:tnn7-95/+50
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-05Don't use malloc.h.joerg2-1/+16
2007-08-04Fix build on other than NetBSD.markd2-8/+9
2007-07-31Fix path to and depend on Perl. Bump revision.joerg1-2/+5
2007-07-30Support DESTDIR installation.joerg1-1/+3
2007-07-30It turns out that users of po4a also need COLUMNS=76 set in the environmenthe1-1/+3
in order to prevent a bulk build from stopping due to attempted tty i/o.
2007-07-29Support DESTDIR installation.joerg1-1/+3
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam1-15/+8
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-26Update ipa to 2.0.4.obache2-6/+6
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-25Look for the indicator "charging" to know when the AC Adapter is pluggedxtraeme3-58/+38
in/off, so that it works fine with -current where the 'discharging' sensor was removed. Found by pooka@... bump PKGREVISION.
2007-07-25Update k3b to 1.0.3markd5-26/+52
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-19Override the auto detection of a "thread-safe mkdir -p" (whatever that is)tron1-1/+2
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-18Update to the latest firmware released from Inteldegroote2-6/+6
2007-07-18Update to coreutils-6.9 and reset maintainer to tech-pkg@tnn18-315/+89
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-17Update to 1.00:xtraeme3-16/+607
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-16Fix some pathes in the default configuration. Bump revision.joerg3-2/+31
2007-07-16Update master site to reflect move of my server.joerg3-6/+6
2007-07-13update to 2.18.3drochner3-8/+9
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-13remove unneeded dependency on popt, bump PKGREVISIONdrochner1-2/+2
2007-07-12oops - actually update the base pkg:drochner3-8/+8
update to 2.18.3 relevant changes: translation updates
2007-07-12-sync with base pkg, this fixes a possible crash due to uninitializeddrochner2-10/+9
data -take maintainership (per PM from jmmv) -it needs at least Python-2.3 now
2007-07-12Update sysutils/install-sh to 20070712. Changes from previous versionjlam2-33/+39
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-12Update clex to 3.16.obache5-24/+24
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-09Drop maintainership.xtraeme1-2/+2
2007-07-09Add an entry for wpi-firmware2degroote1-1/+2
2007-07-09Initial import of the new firmware for wpi(4).degroote4-0/+38
2007-07-08Use sysctl() when sysctlbyname() is unavailable. Patch from OpenBSD ports.minskim5-18/+30
This fixes PR 36346.