Commit graph

31 commits

Author SHA1 Message Date
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Pav Lucistnik
4cac24ee80 - Fix smartd to detect drives if the first drive has two-digit number (like
ad10)
- Recognize some new Western Digital Caviar SE drives

PR:		ports/110806
Submitted by:	marck
2007-03-25 16:08:55 +00:00
Pav Lucistnik
d146de2fad - Add optional ciss(4) support, defaults to off
Submitted by:	mi
2007-03-03 13:05:41 +00:00
Pav Lucistnik
fb3b507acd - Update to 5.37 2007-01-06 20:13:10 +00:00
Pav Lucistnik
56a7bb6846 - Take maintainership 2006-09-05 08:26:06 +00:00
Mark Linimon
437c1578c6 Reset inactive maintainer who has not responded to email.
Hat:		portmgr
2006-09-05 07:11:22 +00:00
Renato Botelho
f19cf20235 - Update to 5.36 [1]
- Use USE_RC_SUBR=smartd
- Add pkg-message to SUB_FILES facility

PR:		ports/96206 [1]
Submitted by:	Dmitry Morozovsky <marck@freebsd.org> [1]
Reworked by:	garga
Approved by:	maintainer
2006-05-11 17:02:59 +00:00
Volker Stolz
3fb406a3bd As of FreeBSD 6.x, the full path to the device is required. This is backwards
compatible with behaviour on 5.x.

Approved by: maintainer
2006-03-15 08:16:30 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Doug Barton
ffde46cbf9 Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).

Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.

This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.

In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.

Bump PORTREVISION to make sure that users and packages
pick up this change.
2006-01-07 06:29:57 +00:00
Florent Thoumie
f298b3e7bd - It seems --configfile is no-op, replace by -c.
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
2005-11-18 11:46:38 +00:00
Florent Thoumie
4b9e410cf7 - Tweak rcng script to allow alternative location for the configuration file.
PR:		ports/83135
Reported by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
Fix/Tested by:	flz
Approved by:	maintainer timeout (3 months)
2005-11-17 22:04:25 +00:00
Sam Lawrance
7983d22598 Add patches for twa (3ware 9000 series controller) support.
Bump PORTREVISION.

PR:		ports/84948
Submitted by:	Rudolf Cejka <cejkar@fit.vutbr.cz>
Approved by:	martines@rochester.rr.com (maintainer, timeout 5 weeks)
2005-10-10 12:39:59 +00:00
Oliver Lehmann
6ac57423e7 fix smartmontools for recent CURRENT systems.
bump PORTREVISION

Submitted by:	sos
2005-05-25 00:26:37 +00:00
Volker Stolz
980255b7fa Update to 5.33 and unIGNORE on 4.x
PR:		ports/80257
Submitted by:	Mike Jakubik
Approved by:	maintainer timeout
2005-05-09 10:00:14 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Volker Stolz
8301dfc889 Mark as IGNORE for OSVERSION < 501105: Needs ATAng
Noticed by:	Alex Wilkinson
Approved by:	maintainer silence
Message-id:	<B5C802E0-F1C9-11D8-A951-00039312D914@fillmore-labs.com>
2004-09-03 08:32:28 +00:00
Norikatsu Shigemura
ed32a3bd34 Oops, I forgot to add a patch file. 2004-07-15 14:45:21 +00:00
Norikatsu Shigemura
b7ab5238d4 Update to 5.32.
Pointed out by:	Eduard Martinescu <martines@rochester.rr.com> (maintainer)
2004-07-15 14:39:31 +00:00
Norikatsu Shigemura
f210defff2 o Update to 5.31.
o Fix handling smartd_pidfile on rcNG script.

Approved by:	Eduard Martinescu <martines@rochester.rr.com> (maintainer)
2004-07-15 14:26:07 +00:00
Norikatsu Shigemura
2fe26720b8 Oops, fix handling pidfile.
Pointy hat to:	myself
2004-04-29 02:46:13 +00:00
Norikatsu Shigemura
ff755b6f57 rcNG-fy.
Approved by:	maintainer no response (1 week)
Reviewed by:	eik
Suggested by:	hrs (obtained from: hrs's cvsyncd patch)
2004-04-28 18:27:52 +00:00
Norikatsu Shigemura
f7ef9f51c4 Update to 5.30.
PR:		ports/63963
Submitted by:	Eduard Martinescu <martines@rochester.rr.com>
2004-03-09 06:32:12 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Sergei Kolobov
fab0d8e4e6 - Update to 5.26
- Delete patches integrated into upstream

PR:		59809
Submitted by:	Robin Breathe <robin@isometry.net>
Approved by:	maintainer
2003-12-05 14:12:04 +00:00
Sergei Kolobov
2555ead718 - Properly spell pre-everything with two colons
- Clarify message about ATAng support in 5.x
- s/ECHO/ECHO_MSG/
2003-11-01 21:11:22 +00:00
Bruce M Simpson
55e0a4a8d6 Unbreak build on 4-STABLE and 5.1-RELEASE. Add a warning which states
that 5.1-CURRENT is required in order to monitor ATA devices.
2003-11-01 02:57:51 +00:00
Sergei Kolobov
450b648c54 - Update to 5.22
PR:		58747
Submitted by:	maintainer
2003-10-31 17:08:33 +00:00
Sergei Kolobov
8f6fed2ed5 Add smartmontools 5.21, S.M.A.R.T. disk monitoring tools.
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 (S.M.A.R.T.) built into most modern ATA and SCSI
hard disks.  It is derived from the smartsuite package, and includes support
for ATA/ATAPI-5 disks.

PR:		58085
Submitted by:	Eduard Martinescu <martines@rochester.rr.com>
Approved by:	krion (implicit)
2003-10-24 07:45:38 +00:00