summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Pullup ticket 1087 - requested by Takahiro Kambesalo1-1/+2
bump PKGREVISION for packages affected by REPLACE_RUBY fix Revisions pulled up: - pkgsrc/databases/ruby-postgresql/Makefile 1.27 - pkgsrc/devel/newfile/Makefile 1.16 - pkgsrc/graphics/x11rec/Makefile 1.4 - pkgsrc/net/ruby-icmp/Makefile 1.8 - pkgsrc/sysutils/pdumpfs/Makefile 1.2 - pkgsrc/textproc/ruby-rdtool/Makefile 1.22 Module Name: pkgsrc Committed By: taca Date: Fri Feb 3 04:43:47 UTC 2006 Modified Files: pkgsrc/databases/ruby-postgresql: Makefile pkgsrc/devel/newfile: Makefile pkgsrc/graphics/x11rec: Makefile pkgsrc/net/ruby-icmp: Makefile pkgsrc/sysutils/pdumpfs: Makefile pkgsrc/textproc/ruby-rdtool: Makefile Log Message: Bump PKGREVISION of these packages which affected (fixed) by fix of REPLACE_RUBY, the impact was big or small.
2005-12-27Restore the use of lchown(2) that was lost in the upgrade.kim4-3/+143
The upgrade instructions are in the INSTALL document, so install it as well as README.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz5-5/+20
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-18Include correct headers on DragonFly. Don't depend on sys/ioctl.h beingjoerg5-6/+90
included by dev/usb/usb.h, which is not the case on DragonFly and FreeBSD.
2005-12-17Change my MAINTAINER email address to the one I've been using forjlam2-4/+4
pkgsrc work.
2005-12-14fix directory of the patchchristos2-5/+5
2005-12-14make this work with ktrace-lwpchristos3-11/+116
2005-12-13Update my e-mail address.ghen2-4/+4
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg1-1/+2
of the shared libXm has changed.
2005-12-12First step at reworking Linux binary packages.joerg1-3/+7
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms.
2005-12-09whitespace nit: use nesting spaces rather than doublespacing .-directivestv1-9/+5
2005-12-08Update to 1.38.2:wiz4-12/+12
- Fix crash in tray-monitor when daemon disconnects. Bug #479. - Fix bnet-server bug found on OpenBSD. Bug #486 - Fix cancel failure bug. Bug #481 - Fix failure when Pool name has spaces. Bug #487 - Fix SD crash in autochanger code. Mutex failure. Bug #488 - Fix a couple of free()s in src/filed/acl.c - Fix memory overrun in bfile.c in building OS X resource fork filename. Bug #489 - Add Pool name to SD status output. - Add Python install dir for Solaris to configure. Bug #492
2005-12-08Add three optional GUIs to bacula.wiz20-58/+185
Also, stop the package from compressing the man pages. From Geert Hendrickx in private mail.
2005-12-07Fix interface error to allow compilation on DragonFly.joerg2-1/+17
2005-12-07Fix compilation on DragonFly: MIN is not defined, UID_MAX / GID_MAXjoerg3-42/+61
can be obtained from limits.h and RB_PROTOTYPE is needed before RB_GENERATE.
2005-12-07Fix the include path for the pfvar.h header. Should now build on DragonFly.peter2-2/+14
2005-12-06Update to 2.01.01a03 (pkgsrc version 2.01.1.35 due to hysterical raisins).wiz2-11/+11
ossdvd specific changes: * Mon Nov 28 2005 - Release of a GPL compliant 2.01.01a03-ossdvd patch. The patch is for cdrtools-2.01.01a03.tar.bz2 and is adjusted to work with linux kernel 2.6.12 or higher and can be compiled with gcc-4.0.x. It also solves this bug : "cdrecord: Cannot get disk type." * Mon Nov 28 2005 - Release of a adjusted GPL compliant patch, called 2.01.01a01-2ossdvd. The patch is for cdrtools-2.01.01a01.tar.bz2 and is adjusted to work with linux kernel 2.6.12 or higher and can be compiled with gcc-4.0.x. It also solves this bug : "cdrecord: Cannot get disk type." * Tue Oct 25 2005 - a patch that fixes speed display when burning DVDs. The first is quite obvious - I cannot understand why nobody has done this fix. The second provides additional speed info because the speed values in cdrecord are stored in integer variable which truncates a speed, say, of 2.4 to 2.0. The patch is called cdrtools-2.01.01a01-DVD-speed.patch.bz2 and should be applied right after cdrtools-2.01.01a01-ossdvd.patch.bz2 - John Witford Excerpt of cdrtools changes: All: - Support for 'make DESTDIR=xxx install' added - Better configure tests for procfs include files - libunls reworked Cdrecord: - Allow the -shorttrack option for RAW mode, thanks to a report from Sebastian Trueg - Enhance the minimal grace time from 2 to 3 seconds to make sure that cdrecord will not get out of sync with locks from the Volume management system. - Better checks and better error messages for /etc/default/cdrecord - Correct verbose print mode for old pre-MMC TEAC drives. - Added support for Ultra speed+ CD-RW media recognition and a check whether the drive supports Ultra speed+ CD-RW media. (Thanks to Alexander Noé). Mkisofs (By Jörg Schilling and James Pearson j.pearson@ge.ucl.ac.uk): - Better error messages with wrong Eltorito boot options - Man page is now more explicit about requirements for DVD-video directory trees. - Better warning text for missing Rock Ridge in multi.c - Bugs in README.sunx86boot corrected - Multi Volume code for reading old image now gives different error messages on read errors and short reads. - Diagnostic programs isodump, isoinfo, ... no longer dump core when called with dev=<SCSI addr> parameters.
2005-12-06Updated to 20051114. Patch provided by Leonard Schmidt in PR 32095.rillig26-131/+203
I added patch-b{a,b,c} that are needed for NetBSD 1.6.2.
2005-12-06Fix errno. On DragonFly, define HAS_STRERROR to avoid conflicts withjoerg3-11/+22
system headers.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig24-72/+72
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig68-184/+178
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05Added patch-ax, which fixes PR 30948. The SunPro compiler does not know therillig2-1/+17
__FUNCTION__ macro, but knows the __func__ identifier.
2005-12-04- Add missing files to PLIST.hira2-2/+7
- Add missing schema file to GCONF2_SCHEMAS. Bump PKGREVISION.
2005-12-03Update to webmin-1.170nb2 to address:adrianp3-6/+119
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3912
2005-12-02Update the patch to fix a build problem for pf in OpenBSD 3.8.peter2-20/+34
2005-12-01Add clex.minskim1-1/+2
2005-12-01Import clex from pkgsrc-wip. Packaged by Bartosz Kuzma.minskim4-0/+35
CLEX (pronounced KLEKS) is a file manager with a full-screen user interface. It displays directory contents including the file status details and provides features like command history, filename insertion, or name completion in order to help users to create commands to be executed by the shell. CLEX is a versatile tool for system administrators and all users that utilize the enormous power of the command line. Its unique one-panel user interface enhances productivity and lessens the probability of mistake. There are no built-in commands, CLEX is an add-on to your favorite shell.
2005-12-01Add detox.minskim1-1/+2
2005-12-01Fix a typo.minskim1-2/+2
2005-12-01Import detox from pkgsrc-wip. Packaged by Bartosz Kuzma.minskim5-0/+58
Detox is a utility designed to clean up filenames. It replaces difficult to work with characters, such as spaces, with standard equivalents. It will also clean up filenames with UTF-8 or Latin-1 (or CP-1252) characters in them.
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam1-2/+2
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz4-6/+8
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-23Update to 0.30:wiz2-7/+6
0.30 Wed Jul 14 19:12:00 2005 - Applied CNANDOR's patch to fix trash() support on OS X 10.4.
2005-11-22Add sqlite3 database option (catalog-sqlite3). Unfortunately it's atv1-2/+6
completely separate option as SQLite 3.x is not backwards compatible with SQLite 1 and 2.
2005-11-22Move .if blocks for options from Makefile to options.mk.tv2-18/+16
2005-11-22Update to 1.38.1, to match bacula. Provided by Geert Hendrickx.wiz2-6/+6
2005-11-22Update to 1.38.1, provided by Geert Hendrickx in private mail.wiz5-10/+31
- Corrected ACL for Solaris (David Duchscher and Attila Fulop). - Add bacula_mail_summary.sh to examples directory. It makes a single email summary of any number of jobs. Submitted by Adrew J. Millar. - Unmount command now unloads autochanger. - Fix hang in FD (Martin Simmons) - Fix Win98 stat() problem in FD (Thorsten Engel) - Fix update slots which did not clear missing tapes. - Fix autostart install for FreeBSD (user reported) - Fix several problems with PostgreSQL scripts (Eric Bollinger) - Critical: allow restore of the first file of non-portable Win32 backup. - Important: with muliple concurrent jobs the autochanger could get confused because of a missing mutex. - Fix accessing last slot in label and update slots. - Modify configure.in to add execute option to sqlite3 catalog scripts. - Create update_xxx_table_8_to_9 scripts for updatedb - Move the -lcrypt for PostgreSQL after the PostgreSQL libs in autoconf/bacula-macros/db.m4 as suggested by user. Fixes bug #457. - Remove @STATIC_CONS@ from tray-monitor Makefile as suggested by user. Fixes bug #456.
2005-11-19Fix a build problem on OS X ('uint32_t' undeclared) using a patch fromkristerw2-1/+17
the upstrems repository.
2005-11-19Fix some static/non-static conflicts that prevented this from buildingkristerw3-1/+24
with gcc 4.
2005-11-18Fix COMMENT for client-only package. Noted by reed@.wiz2-4/+4
2005-11-17Removed empty patch files.rillig6-6/+1
2005-11-17Added five patches to make xosview build with SunPro on Solaris 9.rillig7-2/+110
Bumped PKGREVISION.
2005-11-15Added USE_PKGLOCALEDIR=yes.rillig1-1/+2
2005-11-15Removed CVS Id from patch-bf.rillig2-6/+4
2005-11-13Added xenconsolemartti1-1/+2
2005-11-13xenConsole (aka xcon) is a curses-based tty/console monitor for Xen 2.0,martti8-0/+143
basically presenting the output from 'xm list' in a full-screen interface with additional domain information from SNMP, colours and somewhat realtime updates.
2005-11-12On NetBSD, recognize ld(4) disk devices attached to HW raid controllers,jlam3-7/+20
e.g. aac(4), amr(4), twe(4), etc., so that we can install grub onto them. Bump PKGREVISION of sysutils/grub to 0.97nb3.
2005-11-12Make sure __NetBSD_Version__ is at least 299000900. This is similar tomartti2-4/+4
the recent postfix patch where it didn't compile on NetBSD 2.1.
2005-11-11Complete move of bacula-client to bacula-clientonly.wiz4-51/+2
2005-11-11Use latest bacula-client version (instead of the one before that).wiz2-2/+6