summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2005-08-25Update patch to also make sure DragonFly uses statfs.reed2-5/+5
This fixes build on DragonFly. Patch from Joerg Sonnenberger. Approved by maintainer, jmmv.
2005-08-24Introduce DJB_MAKE_TARGETS boolean, on by default, off in theschmonz2-7/+9
following packages because they don't use "it" and "setup check" as BUILD_TARGET and INSTALL_TARGET, respectively: devel/bglibs mail/mailfront mail/qmail-qfilter sysutils/memtester sysutils/qlogtools Since there's only one consumer of BGWARE_INSTALLER, and future bgware will use bg-installer from bglibs, move the do-install routine directly into qlogtools.
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig3-6/+6
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-08-21Apply patches to recognize boot options passed to NetBSD kernels.jmmv5-2/+232
Bump PKGREVISION to 1. From Piotr Meyer in PR pkg/30834. As GRUB 0.x is in maintenance-only status now, I assume there is no chance to get them incorporated mainstream. We'll keep them here though, as they seem useful (could have really helped me in some situations when needing to boot single user).
2005-08-21define strsep=strpbrk on Solaris.grant1-1/+3
fixes part of PR pkg/30584.
2005-08-21Update to 2.10.2:jmmv3-7/+8
This is a stable release to coincide with the release of GNOME 2.10.2. Changes since the last stable release * Remove the temporary disc image on error * Only allow directories, regular files and symlinks in ISOs * Verify file exists before showing contextual menu items Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Rhys Jones (cy) * Frank Arnold (de) * Priit Laes (et) * Christophe Merlet (RedFox) (fr) * Gabor Kelemen (hu)
2005-08-21Update to 2.10.2:jmmv3-8/+12
Fixes: * Make user .desktop files correctly override system ones (Mark) * Remove <LegacyDir> from settings menu (Mark) * Fix memory leaks on re-load (Mark) * Fix issue with duplicate sub-menus (Mark) * Add support for building against uninstalled gnome-menus (Brian Cameron) Translations updated: bg, et, gl, he, rw, vi, xh, zh_TW.
2005-08-21Update to 2.10.2:jmmv3-7/+8
* glibtop_get_mountlist() : Added tmpfs to ignore list. * Re-install open.h to please GTop (libgtop perl wrapper). * Linux: * Fixed compilation on mips. * Added pagein/pageout for 2.6.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam4-12/+12
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-08-19Add a patch from Jed Davis posted to port-xen which allows xend to bebouyer3-2/+21
gracefully restarted. See http://mail-index.netbsd.org/port-xen/2005/08/17/0003.html for details. Bump PKGREVISION.
2005-08-19Whitespace.schmonz1-2/+1
2005-08-13Update to 0.13.1xtraeme3-21/+22
Changes: * Looks like we'll have to mount the mfs_var tarball before mounting the vnd(4) var_db_pkg compressed image. * Remove all dirs/files from /usr and /var/db/pkg, saves some space.
2005-08-11Update to 0.13.0xtraeme5-55/+142
Changes: * New option added: VND_COMPRESSION. To enable vnd(4) compression on /usr and /var/db/pkg (at the moment). * Fixed a problem with -k and USE_GNU_GRUB=yes, building a kernel with -k overwrites the "menu.lst" file. * Only copy /etc/X11/XF86Config to $ISODIR when there is not a previous file, fixes PR pkg/30889. * Renamed the rc.d script mfs_rcd to livecd, because it's not only mfs anymore. Finally we can have kde-3.4.2 with NetBSD in a live CD-ROM: 416M netbsd-3.99.7_kde-3.4.2.iso Enjoy.
2005-08-10Don't cause the gamin libraries to be linked against -lintl (and possiblyjlam1-1/+6
-liconv) as they're not used in the libraries.
2005-08-10Use fam.buildlink3.mk instead of using fam/buildlink3.mk directly.jlam2-4/+4
2005-08-10Add and enable sysutils/gamin.jlam1-1/+2
2005-08-10Import gamin-0.1.5 as sysutils/gamin.jlam9-0/+190
Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system. The main goals of the project are: 1. Minimize the security model of FAM -- the daemon runs under the user account. 2. Simplify the code base, dropping some of the most exotic features of FAM. 3. Provide an API and ABI compatible replacement for FAM. 4. Try to fix some other issues like resource consumption.
2005-08-10Add a conflict on the forthcoming gamin package.jlam1-1/+3
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam20-52/+40
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-07Convert to use djbware.mk.schmonz2-17/+16
2005-08-06Fix compiler warning.tron2-8/+10
2005-08-06Converted the Makefiles to the "category normal form", as required byrillig1-1/+2
pkglint.
2005-08-06Upgrade to xentools20-2.0.7, from Martti Kuparinen in private mail.bouyer4-16/+14
Changes unknown, but probably only bugfixes.
2005-08-06Make this build on Darwin.yyamano1-1/+3
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam5-7/+10
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-08-04mc should not build with glib-1.2 by default, as glib-2.0 is used byrillig1-2/+2
more other applications. Using glib-1.2 is only meant as a workaround.
2005-08-04Re-added the glib12 PKG_OPTION. Currently I need it for a SuSE 9.1 system.rillig2-5/+13
2005-08-04Removed the "largefile" PKG_OPTION. It is enabled by default, so why shouldrillig2-15/+4
anyone want to disable it?
2005-08-04Updated mc to 4.6.1.rillig4-26/+11
Changes: - many small bug fixes - improved syntax highlighting files for the internal editor - security fix for the urar virtual file system - updated German and Italian translations
2005-08-02Depend on grub>=0.97, because there is not 0.98... thanks Jeff Rizzo.xtraeme1-2/+3
Bump PKGREVISION.
2005-08-02Prevent paths of the build directories from being included in all amandaseb6-20/+18
packages. Set runtime dependencies on GNU tar and gzip for all amanda packages. Bump PKGREVISIONs to 1 for amanda-client and amanda-plot, to 2 for amanda-common and amanda-server.
2005-07-29Include unistd.h for readlink prototype instead of adding a prototypewiz2-1/+15
locally (which clashes with the system one on amd64).
2005-07-29Forgot to enable GRUB dependency, do it.xtraeme1-2/+2
2005-07-29Update to 0.12.0.xtraeme5-660/+939
Changes: o cdboot support on NetBSD >=4.0 (-current). o Availability to choose the bootloader through a new option: USE_GNU_GRUB (by default yes). o When using GRUB as the bootloader, it is possible to build and install multiple kernels with the target "kernel", it will install the kernels into the ISO image and the menu.lst file will be modified automatically, see MULTIPLE_KERNELS (mklivecd(8)). o Various misc fixes. o Now /dev uses optimum values for not wasting space. o Added -k flag, that accepts a kernel as argument. To build an additional kernel without looking at the config file.
2005-07-25Changes 0.84:adam4-167/+183
- fixed a bug when dragging files from Gnome (or other desktops?) to Xfe. The number of files was incorrectly set to n+1 instead of n. - fixed a small regression that occured when trying to copy or move a directory to a place where a directory with the same name already exists - simplified the source tree to reduce the compilation time Version 0.83 (not released) - modified the layout of the permissions tab to be more intuitive (first permissions, then owner, and finally command) - added button "Owner only" in the permissions tab to allow chown only operations - fixed a bug in chmod and chown operations when trying to recursively change permissions on a single folder - new Debian package icon - when multiple files are selected, the default for Properties/Permissions dialog is now "Set marked". This is more consistent with the single selected file case. - updated xfe.spec.in to reflect FOX 1.4.x support - changed executable files icon - added Windows EXE icon - added Ctrl-W shortcut to the Quit button - changed the font in Help window to text font (improve readability) - changed delete and empty trash icons, for consistency - fixed a problem when moving a file and that file already exists : only one overwrite dialog should appear. Fixed the File::move() function in the File class. - updated the README and help.cc files - implementation of the trash can for file delete operations - fixed a small bug in exists() function that prevent broken links to be deleted
2005-07-24Prevent paths to the build directories from being included in the package.kristerw1-3/+4
Bump PKGREVISION.
2005-07-22Dependencies cleaned up: use new *mm packagesadam1-12/+8
2005-07-22Removed gnome-vfsmm26; Added gnome-vfsmmadam6-116/+2
2005-07-22Changes 2.10.0:adam5-0/+106
* Increased version for GNOME 2.10 release version. Changes 2.8.0: * Increased version for GNOME 2.8 release version. Changes 2.7.2: * Now builds against latest gnome-vfs 2.7 API. Changes 2.7.1: This is the first version for GNOME 2.7/2.8 with additional API: * Added Address. * Added ResolveHandle. * Added DnsSd functions. * Drive: Added get_hal_udi(). * Volume: Added get_hal_udi().
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz20-40/+40
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-19adapt to cdrdao build structure changes,drochner2-7/+15
install the .glade file so that the main dialog looks like expected, bump PKGREVISION
2005-07-19untangle cdrdao and gcdmaster so that PKGREVISIONs can be setdrochner4-14/+10
individually, and avoid unnecessary tricks with the PLIST location
2005-07-19no-commercial-use describes the license of this version of this softwarewiz1-2/+2
better than shareware.
2005-07-19depends should be ../../<category>/<pkg>grant1-2/+2
2005-07-19Regenerate so that the Mac OS X patch program undestands howkristerw2-13/+7
to apply it.
2005-07-18Removed RCS Id from the patch.rillig2-6/+4
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-2/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam19-44/+38
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Use USE_TOOLS to get a dependency on GNU tar, instead of trying to guess.kristerw1-7/+4
Prevent paths to the build directories from being included in the package. Bump PKGREVISION.
2005-07-15Prevent paths to the build directories from being included in the package.kristerw1-2/+5
Bump PKGREVISION.