summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam2-4/+4
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-15Avoid functions w/o prototypemartin2-5/+13
2005-07-14Reset maintainer to tech-pkg, since email bounced.wiz1-2/+2
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam5-10/+10
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-13don't hardcode /kern/xen/privcmd in xend startup script.grant2-4/+9
2005-07-13correct HOMEPAGE.grant1-2/+2
2005-07-13fix build on Linux:grant7-74/+45
- add some missing #ifdef __NetBSD__ and restore some Linux #includes - use subst framework instead of hardcoding /kern paths in patches
2005-07-12Update xdu to 3.0nb5. Changes: Add two patches by Nobuyuki Tsuchimura:hubertf3-49/+24
* makes xdu possible to have white spaces in directory names * internationalization, which makes xdu possible to display any character Addresses PR pkg/30709 by soda@NetBSD.org.
2005-07-12use ${NOLOGIN}, not hardcoded /sbin/nologin.grant1-2/+2
2005-07-08Prevent paths to the build directories from being included in the package.kristerw1-1/+4
Bump PKGREVISION.
2005-07-08This package does only work on NetBSD 1.5. Mark it as "unavailable"kristerw1-3/+3
instead of "broken" on other machines.
2005-07-06The actual typo was in the @exec line.cube1-3/+3
2005-07-06Fix typo, closing PR 30676.wiz1-2/+2
2005-07-06Add support for FreeBSD.reed3-7/+26
patch-ah -- only use EAI_ADDRFAMILY or EAI_NODATA if defined. (Check for EAI_NODATA also because it is deprecated by FreeBSD.) patch-am -- add checks for not FreeBSD related to statfs. Okay'd by jmmv.
2005-07-02Use /bin/sh as the default shell, not whatever the SHELL environmentepg3-3/+18
variable contains during the build (/usr/pkgsrc/sysutils/xapply/work/.tools/bin/sh).
2005-06-30Changes 0.11.55:adam3-15/+14
* Added "Require Source Selection" (and Destination ditto) flag in the "Before&After" options for external command rows. This prevents commands from running if there is no selection, which is handy to avoid making programs read from stdin. Added after issue report by C. H. Block. * Brought Copyright in About window and man page into 2005. :) * Added (commented-out) sample row in gentoogtkrc.in to show how to set color of non-used pane rows (not reachable by gentoo's File Style system). * Fixed broken g_snprintf() formatting specifier in the overwrite dialog that caused it to crash on Solaris. Reported (possibly among others) by N. Antic. * Added option to let window manager position dialogs. Suggested by "Martinko". This is the new default behavior, too. * Added a SelectShell command, that makes select/unselect/toggle decisions based on running shell commands. Suggested by me. :) See docs/scratch/command_args.txt, or use the GUI. Modified the default button layout to put SelectRE/SelectShell together.
2005-06-30Update kdirstat to version 2.4.3markd3-8/+22
Changes: * Added "Open with" cleanup upon request by Jarl Friis * Migration to KIO slave trash:/ for "move to trash" cleanup (querying KDE version >= 3.4 at runtime) * Added configuration update for safer transition from old-style fixed "*/Trash" paths to "%t" placeholder * Fixed lots of KDE libs "deprecated" warnings * Reimported admin/ subdir from a recent KDE version (3.3.0) * Fixed KPacMan rendering in toolbar (thanks to Coolo) * Updated German translation * Added Italian translation by Giuliano Colla * Applied i18n patch by Toyohiro Asukai * Updated Japanese translation by Toyohiro Asukai * Fixed treemap context menu popup location * Added Hungarian translation contributed by Marcel Hilzinger
2005-06-24Update to 2.01.01a01 (pkgsrc version 2.01.1.34 to keep ordering increasing):wiz3-23/+23
* Thu Jun 16 2004 - Release of a GPL compliant 2.01.01a01-ossdvd patch. The ossdvd patch is migrated to work with cdrtools-2.01.01a01.tar.bz2, and is cdrtools-2.01.01a01-ossdvd.patch. The latest efforts from Warly at http://people.mandrakesoft.com/~warly/files/cdrtools/ have been merged. Quite of number of unnecessary CDB: error messages have been removed. Functionality of this release covers : DVD-R, DVD-RW, DVD+RW and DVD+R DL. DVD+R burns ok, but lead-in and/or lead-out is not ok. This release should work with any 2.6.x kernel.
2005-06-24Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-2/+2
rather than the autoconf cache variables.