summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2005-03-18Updated xfce to 4.2.1.1martti8-22/+25
General: * Don't use G_INLINE_FUNC in the source code, which fixes several weird build errors. libxfce4util: * Fix a problem with NFS mounted home directories in Solaris (#724) xfce4-session: * Fix RedHat shutdown code (#703) xfdesktop: * fix handling of quoted commands in the desktop menu (#776) * fix handling of .desktop files with no Categories list (#776) * add "edit menu" button to panel plugin prefs (#554), and ability to change the button tooltip (#764) * fix broken panel plugin behavior when trying to track the default desktop menu. there's a new option to either follow the default menu, or use a static menu file (#778) * fix bug where xfdesktop would crash if the windowlist was opened, then a window was destroyed, and then that window was selected from the list (#672) * fix "unique" attribute of system menu inclusion xffm: * ensure posix.1-1996 compatibility (#695) * fix for crash on opening fstab on solaris (#726) * avoid a showstopper gtk-2.4 bug (scaling gdkpixbufs from svg images). This is bugzilla #751 report. Not all gtk showstopper bugs from svg can be avoided. In particular with office/mobile_phone_01.svg. This file will also crash rox * allow relative paths for icon resolution (xfce4-modules) * validate utf error messages (#737) * don't quote paths that are already quoted. * change smb-share icon to proper icon * fix borked overwrite warning dialog message * bug fixes for keyboardnavigation to close bug #795 * separate remove and paste button in toolbar to avoid confusing the remove confirmation dialog with the overwrite confirmation dialog * fix translation problems in several languages, including brazilian-portuguese * fill in some missing spanish translation strings * fix for bug #524 (crashing xffm by mounting cdrom and trying to open it in the other treeview before mount is complete) xfcalendar: * remembering of its position (bug #691 and #789) * warning box for preventing users to loose their changes (#714 and #738) * possibility to show/hide xfcalendar in taskbar, pager and systray (#719) * possibility to choose to either show or hide the calendar window when xfcalendar is launched (it remembered before the status when leaving) xfce4-panel: * Save configuration file only on exit * Fix double click on inactive item in dialog (#739) * 64bit fix * Clock applet tweak (#716, hopefully) xfprint: * remove FILE backend and add a print-to-file entry in the printing dialog * multiple bugfixes (#816, #817, #818, #820) in the BSD-LPR backend
2005-03-17Add a rc.d script to start xend. Bump pkgrevision.bouyer2-4/+29
While here, clean up some complains from pkgling.
2005-03-17Sort.bouyer1-8/+8
2005-03-17Only try removing share/mc after all the optional PLIST fragments,wiz3-3/+6
since they are responsible for some files in share/mc.
2005-03-17Add missing pkgconfig dependency. Noted by Pawel Chwalowski in PR 29727.wiz1-1/+2
2005-03-17Add patch from Scott Presnell in PR 29701:wiz3-3/+17
The package smartmontools version 5.32 uses wrong units for SCSI timeout in os_netbsd.c. Double checked by thorpej. Bump PKGREVISION.
2005-03-16Include dbus's buildlink3.mk file (needed at build-time, specially becausejmmv1-1/+2
of the dbus.pc file).
2005-03-16Copy the stage{1,2} GRUB files into $ISODIR/grub as wellxtraeme2-4/+5
(required to boot from any existing partition on the disk, missed in previous). Bump PKGREVISION.
2005-03-16Added a patch needed for gcc-2.95.3. Approved by wiz.rillig2-1/+22
2005-03-16Update to 0.10:xtraeme2-5/+8
* Copy all stage 1.5 files from GRUB into $ISODIR/grub/, useful to boot from any existing partition in the disk. * Show usage when the target is not valid.
2005-03-15Added some patches to make ntfsprogs compile on NetBSD-1.6.2, which doesrillig7-7/+97
not have ENOTSUP. Approved by jlam.
2005-03-14Don't include <inttypes.h> if configure didn't find it.tv2-4/+4
2005-03-14gcc333-stdarg.h has been replaced with a modified <stdarg.h> fromrillig1-133/+0
NetBSD-1.6.2 to be compatible with both gcc-2.95.3 and gcc-3.3.
2005-03-14Replaced the file gcc-stdarg.h with a modified <stdarg.h> from NetBSD-1.6.2rillig2-2/+69
that allows xen12 to be compiled on NetBSD-1.6.2. Approved by wiz.
2005-03-13In packages with djb-style compile scripts, properly enquote ${CC}schmonz3-12/+12
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as well as being more generally correct for arbitrary user-defined CFLAGS. Suggested by jlam. For consistency across djbware in pkgsrc: * In math/djbfft's and sysutils/daemontools's do-configure targets, remove leading @ from ${ECHO} lines; from the former, also remove unneeded single quotes from one such line. * Rename net/publicfile's pre-build and sysutils/service-config's post-patch targets to do-configure. * In sysutils/checkpassword's do-configure target, reorder creation of conf-cc, conf-ld, and conf-home. All of the affected packages have been verified to compile. XXX These packages probably have enough build goo in common to XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
2005-03-12Use email addresses in the MAINTAINER field. Adding names produces uglyjmmv1-2/+2
results, specially in the bulk build reports, and we don't use this style anywhere else.
2005-03-12Remove gnome-acme: it has been unmaintained, as a standalone softwarejmmv8-155/+1
package, since the end of 2003. Furthermore, its functionality was integrated in GNOME 2.6, which makes this package obsolete. Ok'ed by maintainer, minskim@.
2005-03-10Fix the 16 vs 32 bit dev_t problem by moving blkif_pdev_t from u16 tobouyer3-7/+24
u32, and removing the padding bits in blkif_extent_t. This way the size of the message doesn't change, and new tools are compatible with older kernel (I will commit this change to kernel shortly too). This has also been commited to xen-2.0-testing by Christian, and will be in xen-2.0.5. While here, remove the PKG_SYSCONFSUBDIR, as nothing looks for config files here yet. Bump PKGREVISION.
2005-03-10Mark as NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-03-07Regen for RMD160 digest.bouyer1-18/+19
2005-03-07Adjust for newer python framework.bouyer1-2/+2
2005-03-07Add xentools20bouyer1-1/+2
2005-03-07Initial import of xentools 2.0, for use with NetBSD as a xen2 domain0.bouyer22-0/+790
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-2/+2
2005-03-06Cosmetic change with pkglint(1).taca1-2/+2
2005-03-06- Update libol to 0.3.15adrianp3-11/+9
- Requested in PR# 29610 by joel (at) carnat.net, thanks for the PR! > 2005-02-04 Balazs Scheidler <bazsi@bzorp.balabit> > > * configure.in: bumped verison number to 0.3.15 > > 2005-02-01 Balazs Scheidler <bazsi@bzorp.balabit> > > * src/werror.c (msg_vformat): fixed signed/unsigned comparison wrt > the length variable, a stack overflow (not buffer overflow) can be > caused by a very long format result (werror("%2147483648i", 1)), > credits go to Thief_hu for reporting it; it is believed not to be > exploitable as werror format strings do not contain dynamic values > > 2004-08-05 Balazs Scheidler <bazsi@bzorp.balabit> > > * configure.in: bumped version number to 0.3.14, cleaned up to > work with autoconf2.50 and automake 1.7 > > exploitable as werror format strings do not contain dynamic values > > 2004-08-05 Balazs Scheidler <bazsi@bzorp.balabit> > > * configure.in: bumped version number to 0.3.14, cleaned up to > work with autoconf2.50 and automake 1.7 > > * src/objtypes.h: removed colliding macro names to avoid warnings > on BSD derived systems > > 2004-07-04 Balazs Scheidler <bazsi@bzorp.balabit> > > * src/io.c (get_inaddr): use in_addr_t for the private definition > of INADDR_NONE if one is not found. > > 2004-05-06 Balazs Scheidler <bazsi@bzorp.balabit> > > * added libol.spec.in patch by jpo > > 2004-05-04 Balazs Scheidler <bazsi@bzorp.balabit> > > * configure.in: use CFLAGS from environment if set
2005-03-02Fix over-precise error message, reported by Robert Elz in PR 29563.wiz1-2/+2
2005-03-02update to mksunbootcd-1.0. This is simply and autoconf-ed version.dmcmahill3-15/+11
It should build more cleanly on solaris and other non-netbsd systems.
2005-03-01fix typos in some of the patches. Fixes compilation on solaris.dmcmahill3-7/+7
2005-03-01It is atapibus at atapi, not atabus.wiz1-2/+2
2005-02-28Update adjustkernel to 1.7. Changes:hubertf3-35/+54
* Update copyright year * Change syntax to not require mandatory options (think about the word!) * Document short options * Mention /var/run/dmesg.boot * Expand examples section a bit * Xref dmesg(8) * Document a known bug OK'd by mjl@
2005-02-26Update to 2.8.7:jmmv2-6/+8
* Fallback to opening devices read-only on Linux 2.4 systems.
2005-02-26Update to 2.8.3:jmmv2-6/+6
* Fixed string breakage. * Fixed segfault #160560.
2005-02-26Updated to 2.8.3:jmmv2-6/+6
* Updated documentation. * Fixed C99 macros.
2005-02-26Updated gnome-vfs2, gnome-vfs2-cdda and gnome-vfs2-smb to 2.8.4:jmmv7-255/+15
* Bugs fixed: + Never return NULL on gnome_vfs_uri_extract_short_name calls + sftp-method: always check for the gnome_vfs_unescape_string return value + sftp-method: honor the force_replace flag on moves + gzip-method: correctly return GNOME_VFS_ERROR_EOF + Plug some memory leaks + Fix bogus warnings with later gcc versions + Various translation updates
2005-02-24Add RMD160 digests.agc212-212/+432
2005-02-23Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim2-2/+6
tech-pkg@.
2005-02-21Sign over maintainership to tech-pkg@hubertf6-12/+12
2005-02-20Update to 1.0.3xtraeme3-10/+44
Made the free/used memory polling time configurable through the "delay" option. pkgsrc changes: modified the rc.d script to work on systems without the NetBSD's rc.d system.
2005-02-19Update to 2.01.1.32:wiz2-10/+11
The ossdvd patch is migrated to work with cdrtools-2.01a32.tar.bz2, and is called cdrtools-2.01a32-ossdvd.patch. In addition the speed selection routine speed_select_mdvd() has been merged from Warly's efforts at http://people.mandrakesoft.com/~warly/files/cdrtools/ . The speed=2 speed selection now works for burning DVD's, but fails when reading. For mandrake 10.0 new RPMS and SRPM are created.
2005-02-19Update to 0.96:wiz4-30/+28
New in 0.96 - 2005-01-30: * The command "fallback" supports mutiple fallback entries. * The command "savedefault" supports an optional argument which is the number of next boot entry or the special keyword `fallback'. * New utility "grub-set-default". * New section "Making your system robust" in the manual.
2005-02-19correct distinfo after fixing a minor typo in the distfilejschauma1-3/+3
(no version bump since that distfile only existed for <1 minute)
2005-02-19Update to 0.2, which makes this work on systems that don't havejschauma2-5/+5
setprogname or set LOGIN_NAME_MAX.
2005-02-18Update to 4.13.reed3-14/+14
I updated this because old version I was using had false-positive with "Macintosh HFS data" -- file(1) saw a postscript file wrong and broke some printing tasks. The distfile was no longer on MASTER_SITES so updated. This fixed my Poscript problem. Changes include: 2005-01-12 00:00 Stepan Kasal <kasal@ucw.cz> * src/ascmagic.c (file_ascmagic): Fix three bugs about text files: If a CRLF text file happens to have CR at offset HOWMANY - 1 (currently 0xffff), it should not be counted as CR line terminator. If a line has length exactly MAXLINELEN, it should not yet be treated as a ``very long line'', as MAXLINELEN is ``longest sane line length''. With CRLF, the line length was not computed correctly, and even lines of length MAXLINELEN - 1 were treated as ``very long''. 2004-12-07 14:15 Christos Zoulas <christos@zoulas.com> * bzip2 needs a lot of input buffer space on some files before it can begin uncompressing. This makes file -z fail on some bz2 files. Fix it by giving it a copy of the file descriptor to read as much as it wants if we have access to it. <christos@zoulas.com> 2004-11-24 12:39 Christos Zoulas <christos@zoulas.com> * Stack smash fix, and ELF more conservative reading. Jakub Bogusz <qboosh@pld-linux.org> 2004-11-20 18:50 Christos Zoulas <christos@zoulas.com> * New FreeBSD version parsing code: Jon Noack <noackjr@alumni.rice.edu> * Hackish support for ucs16 strings <christos@zoulas.com> 2004-11-13 03:07 Christos Zoulas <christos@zoulas.com> * print the file name and line number in syntax errors. 2004 10-12 10:50 Christos Zoulas <christos@zoulas.com> * Fix stack overwriting on 0 length strings: Tim Waugh <twaugh@redhat.com> Ned Ludd <solar@gentoo.org> 2004-09-27 11:30 Christos Zoulas <christos@zoulas.com> * Remove 3rd and 4th copyright clause; approved by Ian Darwin. * Fix small memory leaks; caught by: Tamas Sarlos <stamas@csillag.ilab.sztaki.hu> 2004-07-24 16:33 Christos Zoulas <christos@zoulas.com> * magic.mime update Danny Milosavljevic <danny.milo@gmx.net> * FreeBSD version update Oliver Eikemeier <eikemeier@fillmore-labs.com> * utime/utimes detection Ian Lance Taylor <ian@wasabisystems.com> * errors reading elf magic Jakub Bogusz <qboosh@pld-linux.org> 2004-04-12 10:55 Christos Zoulas <christos@zoulas.com> * make sure that magic formats match magic types during compilation * fix broken sgi magic file 2004-04-06 20:36 Christos Zoulas <christos@zoulas.com> * detect present of mbstate_t Petter Reinholdtsen <pere@hungry.com> * magic fixes
2005-02-17Update to 1.5.0, provided by the maintainer Hauke Fath in PR 29420:wiz5-42/+18
New in 1.5.0: * Major networking/speed improvements * fsdiff path argument can be used to limit scan - Thanks Wout Mertens * ktcheck -n bug fix for included command files * twhich displays transcript name for '-' lines * Added checkin and checkout to ra.sh * Added -V to ra.sh * ra.sh create gives useful default transcript name
2005-02-16HOMEPAGE moved. Take MAINTAINER for queue_repair at author'sschmonz1-2/+2
months-ago request.
2005-02-14Fix quoting.uebayasi1-3/+3
2005-02-12Enabled proper ncurses support, as seen in the www/lynx package.rillig1-1/+3
2005-02-12Converted the package to the pkg.options.mk framework. Bumped PKGREVISION,rillig2-67/+90
because the +BUILD_INFO file changed.
2005-02-12Moved the syntax highlighting files from PLIST to PLIST.mcedit, as they arerillig3-43/+44
only installed when the editor is installed. Bumped PKGREVISION to 1.