summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25Convert to buildlink3.snj2-5/+5
2004-04-25Convert to buildlink3.snj1-4/+4
2004-04-25Convert to buildlink3.snj1-4/+4
2004-04-25This does not need buildlink2.snj1-2/+2
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-25Convert to buildlink3.snj1-8/+8
2004-04-25Convert to buildlink3.snj2-8/+8
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam4-8/+8
2004-04-24Darwin fixes (revert some of the earlier fixes, add a patch from GNOMEdanw7-50/+53
CVS, and fix a really confused #ifdef)
2004-04-24Update to 1.0.6:jmmv3-7/+9
- Fix a couple of long-standing build irritations. - Croatian translation by Robert Sedak. - Punjabi translation by Guntupalli Karunakar.
2004-04-23Fix references to rc.d scripts. This package uses RCD_SCRIPTSreed1-2/+2
which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead. PKGREVISION not bumped because if someone had changed RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration of rc.d script in PLIST, then it could not have been packaged in first place. Note that this commit does not imply that the MESSAGE is correct. In some cases, the MESSAGE is clearly wrong such as suggesting running the rc.d script from the example directory (which will work although).
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed4-12/+4
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23Make this build in NetBSD -current (statfs->statvfs).xtraeme2-1/+36
2004-04-23bl3ifymarkd1-4/+4
2004-04-23patch-af adds #include <modules/cdda-cdrom-extensions.h>, which causesminskim2-9/+10
build errors on Linux because it contains some definitions conflicting with linux/cdrom.h. Include cdda-cdrom-extensions.h only when linux/cdrom.h is not included.
2004-04-22Update homepage.wiz1-2/+2
2004-04-22make this build after the statfs->statvfs conversiondrochner3-16/+143
2004-04-21Update to 2.01a24 -- patch updated to work with cdrtools 2.01a24.wiz2-9/+9
2004-04-21Kludgily fix a bug where the IRQ meter overran on machines with high HZ.perry2-1/+15
2004-04-20Update gtk-send-pr to 0.3.3.minskim3-31/+8
Major changes: - Support SMTP authentication.
2004-04-20Bl3ify.minskim1-5/+5
2004-04-20Remove -DGTK_DISABLE_DEPRECATED from CFLAGS to make this package buildminskim2-6/+15
with GTK+ 2.4.
2004-04-20some manual page improvementslukem3-3/+70
2004-04-19make sure the installed libvcdinfo.pc is usable, PKGREVISION++drochner3-2/+17
2004-04-19Bump PKGREVISION due to libcroco's update (major version bump in library name).jmmv1-1/+2
2004-04-18Convert to buildlink3.snj2-7/+7
2004-04-18Convert to buildlink3.snj2-7/+7
2004-04-18Convert to buildlink3.snj1-3/+3
2004-04-18Convert to buildlink3.snj1-2/+2
2004-04-18Convert to buildlink3.snj3-12/+11
2004-04-18Convert to buildlink3.snj1-3/+4
2004-04-18Convert to buildlink3 and correct a typo in DESCR.snj2-4/+4
2004-04-18Convert to buildlink3 and remove superfluous USE_X11BASE.snj1-3/+2
2004-04-18Convert to buildlink3.snj2-6/+6
2004-04-18Convert to buildlink3 and fix a spelling error in DESCR.snj2-4/+4
2004-04-18Convert to buildlink3 and change maintainer from packages@ to tech-pkg@.snj1-4/+4
2004-04-18Convert to buildlink3.snj1-3/+3
2004-04-18Convert to buildlink3.snj1-4/+4
2004-04-18Update to roller-1.18:kim3-6/+7
- handle new "CMD START" and "CMD FINISH" messages from cron - new proc-ipmon that handles all "ipmon -a" records
2004-04-18Fix location of temporary files, as they were beeing created under / insteadjmmv5-13/+34
of /tmp! If you have been using GNOME, you may want to 'rm -f /.fam*' to clean them up. The problem is caused by two different issues, related to a call to tempnam: - The code uses a HAVE_UNSETENV define to check if the unsetenv function is available; however, the configure script does not check for it, so unsetenv is never used. Fix the configure script to check for unsetenv. - If unsetenv is not available, it does putenv("TMPDIR=") before calling tempnam. The code expects that this call *unsets* the variable from the environment (which happens in Linux), but instead it is *set* to an empty value, causing the creation of files in the root directory. Fix this by explicitly setting TMPDIR to /tmp. Bump PKGREVISION to 1.
2004-04-17Make memtest86 build on Linux.ben1-2/+2
2004-04-17Add and enable same-1.3.minskim1-1/+2
2004-04-17Import `same' from pkgsrc-wip. Packaged by Roland Illig.minskim7-0/+298
The `same' utility looks for identical files and links them together using either hard links or symbolic links, saving disk space. Changes to the original version: * the file ownership and permissions are checked. (The original version checked only the file size) * the messages in the "dry-run" mode were suggesting that anything on the disk would be modified. They have been made clear.
2004-04-17Make su2 build and run in Linux.ben3-8/+27
2004-04-16Convert to buildlink3.snj1-3/+3
2004-04-16Updated xfce4 to 4.0.5martti7-16/+19
This is a maintenance release, aimed at bug-fixing; no new features are being added to the 4.0 branch. The main purpose of this release is compatibility with the recent GTK+ 2.4.x release along with other fixes.
2004-04-15Update gst-plugins* to 0.8.1:jmmv1-2/+2
Features of this release * Parallel installability with 0.6.x series * Internationalization * New translations in this release: Swedish, Afrikaans, Azerbeaijani * Translations: af az nl sr sv * Updated to the new core 0.8 subsystems * Reworked play and media-info libraries * Updated osssink: now does probing of possible output properties * Updated qtdemux: fixes for MACE audio * New debug element: quasirandom byte changes * New element: dvddemux * New element: kiosrc, a KIO-slaves source * Fixes to all other elements, including level, videodrop, gnomevfssrc, speex, *law, mpeg2dec, adder, a52dec, oggdemux, matroska, mad, v4l2, cacasink * Portability fixes * ChangeLog use * Coding style consistency * Various memleak and buffer overflow fixes Bugs fixed in this release * 120883 : osssink advertises more rates than it handles * 125732 : v4l2src don't support all YUV formats * 134301 : gst-plugins should depend on X * 135919 : Mandrake 10 * 136477 : [PATCH] gst-launch-ext does not support .mov * 136527 : gdk_pixbuf makefile tried to execute targets contrains in... * 137348 : media-info .pc file lacks a 'Version:' line * 137448 : mpegaudioparse: crash (bus error) * 137504 : mpeg2dec fails on 422 encoded material * 137556 : Ogg Vorbis playback has poor spatialization * 137588 : ffmpegcolorspace gives critical when it should throw error * 137722 : Quicktime audio parsing is broken * 138105 : [mpeg1videoparse] Hangs while decoding everest.m1v * 138168 : id3tag using gst_event_new_discontinuous incorrectly? * 138169 : matroska-demux using gst_event_new_discontinuous without ... * 138635 : two GLib-GObject-CRITICAL Messages when running gst-regis... * 138846 : all of the ladspa-wrapped source-plugins fail to go to pl... * 138914 : gstgdkanimation.h is missing from gst-plugins-0.8.0 * 139034 : Non-standard test(1) operator used in configure script * 139035 : Non-standard regex used as libtool argument * 139382 : mad decoder can resync wrongly after seek and does explic... * 139532 : gstcolorspace crashes when after v4lsrc (ffmpegcolorspace... * 139926 : id3tag's caps cause it to be plugged more than once by sp... * 139958 : Leak in avidemux * 140058 : [msmpeg4] file with broken qscale/header does not play
2004-04-15Set a correct value for CATEGORIES.jmmv1-2/+3
2004-04-15Disable the cdda support from gnome-vfs2, to trim the dependencies a bit.jmmv4-58/+115
Bump PKGREVISION to 1 because of this. While doing this, split the Makefile in two parts to aid with the addition of packages providing modules (which are distributed inside the gnome-vfs2 distfile). Also do some PRINT_PLIST_AWK tricks.
2004-04-15Thanks to @@@'s new macros we need another patch now.christos2-1/+20