Skip site navigation (1)Skip section navigation (2)

CVS log for ports/sysutils/linux-megacli/Makefile

[BACK] Up to [FreeBSD] / ports / sysutils / linux-megacli

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jul 3 22:57:02 2009 UTC (2 years, 7 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
- Install proper documentation file.
- Fix typo in patch file.

PR:		ports/134945,
Submitted by:	Zhen REN <bg1tpt@gmail.com>
		Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net>
Approved by:	Ruben van Staveren <ruben@verweg.com> (maintainer)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Apr 30 11:39:07 2009 UTC (2 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +29 -9 lines
- Update to 2.00.15

PR:		ports/130505
Submitted by:	Ruben van Staveren <ruben@verweg.com> (maintainer)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Oct 18 08:42:33 2008 UTC (3 years, 3 months ago) by stefan
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -0 lines
Unfetchable - mark as BROKEN.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 13 17:22:20 2008 UTC (3 years, 3 months ago) by stefan
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1 lines
- Add rc.d script for taking TTY logs. [1]
- Don't complain about higher compat.linux.osrelease versions. [2]

PR:		126040
Submitted by:	bz [1], maintainer [2]
Approved by:	maintainer [1]

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jun 18 13:02:45 2008 UTC (3 years, 7 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
[PATCH] sysutils/linux-megacli: Fix periodic script after update

	- The output of some fields changed, leading to the awk
	  magic not getting the pyshical disks
	- Take some other random field for the battery ok status
	- Print units with battery output (makes it more clear what
	  the columns mean, IMHO)

PR:		ports/123697
Submitted by:	Ulrich Spoerlein <uspoerlein@gmail.com>
Approved by:	Ruben van Staveren <ruben@verweg.com>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 19 03:23:36 2008 UTC (3 years, 10 months ago) by delphij
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -9 lines
Update to 1.01.40.

Submitted by:	Zhen Ren <bg1tpt at gmail dot com>
PR:		ports/121823
Approved by:	maintainer

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Dec 27 00:15:48 2007 UTC (4 years, 1 month ago) by bsam
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -3 lines
Main changes:
- The periodic script should print a banner, like all other periodic script
- Don't sort the PD heading output, it breaks with certain numbering

Minor nits:
- Fix spelling
- pet portlint(1)
- Use awk(1) to alleviate the need for additional wc(1)
- remove non-portable -z flag to cmp(1)

PR:		118416
Submitted by:	Ulrich Spoerlein <uspoerlein at gmail.com>
Reviewed by:	maintainer timeout (3 weeks)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Mar 9 13:15:02 2007 UTC (4 years, 11 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, PRE_XORG_7
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -0 lines
- Add periodic script that reports raid status
- Update pkg-message
- Correct prerequisite checks in script
- Bump PORTREVISION

PR:		ports/109753
Submitted by:	Bjoern A. Zeeb <bzeeb+freebsdports at zabbadoz.net>
Approved by:	Ruben van Staveren <ruben at verweg.com> (maintainer)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Dec 3 14:21:55 2006 UTC (5 years, 2 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -4 lines
- Try different approach: move extracting to post-extract target

Submitted by:	Ruben van Staveren <ruben@verweg.com> (maintainer)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Dec 2 12:12:06 2006 UTC (5 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -0 lines
- Fix build on pointyhat: make sure extract depends are present in build phase

PR:		ports/106203
Submitted by:	Ruben van Staveren <ruben@verweg.com> (maintainer)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Dec 1 15:26:24 2006 UTC (5 years, 2 months ago) by pav
Branches: MAIN
LSI Logic MegaRAID SAS MegaCLI Release

This is the Linux console based management utility for the LSI
MegaRAID SAS family of controllers.

FreeBSD >= 6.1 supports running this tool by the means of the
mfi_linux.ko kernel module and the /dev/mfi0 device.

Author:	LSI Logic Corporation
WWW:	http://www.lsi.com/

PR:		ports/106012
Submitted by:	Ruben van Staveren <ruben@verweg.com>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options