summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2005-03-22Update to 4.0.5. From the changelog:schmonz2-6/+10
-change to the method of allocating and locking memory; if we get EPERM when trying to mlock(), reset the amount of memory desired to the original amount and try again without mlock(). The reason for this is that on many systems, mlock() won't return EPERM until after having returned ENOMEM for a larger amount. The new behaviour allows processes without mlock privileges to still test the fully-specified amount or as much memory as can be allocated. Thanks for the suggestion and testing to Dan Bradley.
2005-03-21Make build and run on Interix:tv15-15/+315
* Add check for sync(2) and setgroups(3), and don't use these if they don't exist on the host. * Interix has a ... Special ... way of doing the "su" thing. * Implement Interix-specific portion of mountlist.c.
2005-03-20Remove apotheke: the program has been unmaintained for years (since Novjmmv6-70/+1
2002), it is broken as seen in the bulk build logs (plus nobody has complained so far) and, FWIW, it will be completely unbuildable with the just-released Nautilus 2.10.0, as a required library will be missing.
2005-03-20Initial addition.jmmv1-0/+18
2005-03-19Fix lsof build on NetBSD 3.99.1atatat2-1/+28
2005-03-19Update to 0.4. Closes PR 29663 by Tobias Nygren.wiz2-6/+6
22/07/2004 v0.4 win32 support thanks to Guenter Knauf 06/07/2004 v0.3 DVD Support thanks to Torsten Hilbrich
2005-03-19s/is is/is/kei1-1/+1
2005-03-19Needs gnutar on >=2.0 too. From John Kohl in PR 29680.wiz1-2/+2
2005-03-18Also include krb5.buildlink3.mk from here so that depending packages canjmmv1-1/+2
find the correct files (and dependencies, such as db4). I suspect this will fix PR pkg/29710, PR pkg/29711 and PR pkg/29715, which could be a result of the (incorrect) change in PR pkg/29712 sent by the submitter of all these reports.
2005-03-18Include krb5.buildlink3.mk file so that gssapi support can be built onjmmv1-1/+2
systems which support it (not true under NetBSD, as there is no krb5-config file; no harm done, but a workaround should be put in place, which is kinda laborious). "Fixes" build under Linux (I'm not sure it was really broken, but anyway, this was in fact a problem), as reported in PR pkg/29712.
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.