summaryrefslogtreecommitdiff
path: root/sysutils/smartmontools
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-10-27Regenerate a hand-edited patch so that the Mac OS X patch programkristerw2-6/+4
can understand how to apply it.
2005-09-07Make this work on big endian NetBSD machines.martin5-9/+176
(Patches already forwarded to the maintainers)
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-15Avoid functions w/o prototypemartin2-5/+13
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
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-02-24Add RMD160 digests.agc1-1/+2
2005-01-02Use a standard idiom to install the config files into the examplesjlam3-48/+23
directory instead of $(sysconfdir) for packages that use GNU automake. Also modify patch-aa to avoid installing the provided init.d script in a simpler way.
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-10-20/bin/sh -> @RCD_SCRIPTS_SHELL@xtraeme1-2/+2
2004-10-20Replace harcoded /usr/pkg and /var with @PREFIX@ and @VARBASE@xtraeme1-3/+3
respectively, from Sergey Svishchev in private email.
2004-07-15Enable pkgviews installation.xtraeme1-1/+3
2004-07-15Initial import of smartmontools-5.32 from pkgsrc-wip, contributed byxtraeme6-0/+133
<shattered at users.sourceforge.net> with some minor changes by me. The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI hard disks. In many cases, these utilities will provide advanced warning of disk degradation and failure. This closes PR pkg/25616.