Commit graph

16 commits

Author SHA1 Message Date
kristerw
84adc1832e Regenerate a hand-edited patch so that the Mac OS X patch program
can understand how to apply it.
2005-10-27 21:36:13 +00:00
martin
59449b4e37 Make this work on big endian NetBSD machines.
(Patches already forwarded to the maintainers)
2005-09-07 07:32:10 +00:00
kristerw
cb8c87a1c0 Regenerate so that the Mac OS X patch program undestands how
to apply it.
2005-07-19 04:01:41 +00:00
rillig
b84e63e225 Removed RCS Id from the patch. 2005-07-18 09:26:30 +00:00
martin
a2b64a3291 Avoid functions w/o prototype 2005-07-15 07:49:49 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
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-05-02 20:33:57 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
70b8813025 Add patch from Scott Presnell in PR 29701:
The package smartmontools version 5.32 uses wrong units for SCSI
timeout in os_netbsd.c.

Double checked by thorpej.

Bump PKGREVISION.
2005-03-17 16:33:23 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
jlam
d7c341a8a9 Use a standard idiom to install the config files into the examples
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.
2005-01-02 20:29:16 +00:00
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
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-12-28 02:47:40 +00:00
xtraeme
38f60398da /bin/sh -> @RCD_SCRIPTS_SHELL@ 2004-10-20 07:25:39 +00:00
xtraeme
1fc231ba19 Replace harcoded /usr/pkg and /var with @PREFIX@ and @VARBASE@
respectively, from Sergey Svishchev in private email.
2004-10-20 07:22:09 +00:00
xtraeme
76af227387 Enable pkgviews installation. 2004-07-15 20:42:26 +00:00
xtraeme
aac2169619 Initial import of smartmontools-5.32 from pkgsrc-wip, contributed by
<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.
2004-07-15 20:17:45 +00:00