ports/134945: [UPDATE] update sysutils/linux-megacli

Ruben van Staveren ruben at verweg.com
Thu Jun 18 09:10:03 UTC 2009


The following reply was made to PR ports/134945; it has been noted by GNATS.

From: Ruben van Staveren <ruben at verweg.com>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/134945: [UPDATE] update sysutils/linux-megacli
Date: Thu, 18 Jun 2009 10:59:59 +0200

 --MGYHOYXEY6WxJCY8
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 * Patched Makefile, reported by Andrew Alcheyev <buddy at telenet.ru>
 * Corrected nit in 407.status-mfi-raid.in, reported by Andrew Alcheyev
   <buddy at telenet.ru>, George Cox <gjvc at gjvc.com>, Pav Lucistnik <pav at oook.cz>
 
   The nit in 407.status-mfi-raid was not about escaping the '(' but completely
 removing it as it was a leftover from a regular expression in that line.
 
 --MGYHOYXEY6WxJCY8
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="linux-megacli.diff"
 
 diff -Nur linux-megacli.orig/Makefile linux-megacli/Makefile
 --- linux-megacli.orig/Makefile	2009-06-18 10:45:30.000000000 +0200
 +++ linux-megacli/Makefile	2009-06-18 10:45:54.000000000 +0200
 @@ -70,7 +70,7 @@
  post-install:
  .if !defined(NOPORTDOCS)
  	${MKDIR} ${DOCSDIR}
 -	${INSTALL_MAN} ${WRKSRC}/${PORTVERSION}_Linux_Cli.txt ${DOCSDIR}/readme.txt
 +	${INSTALL_MAN} ${WRKSRC}/${PORTVERSION}_Linux_MegaCLI.txt ${DOCSDIR}/readme.txt
  	${INSTALL_MAN} ${FILESDIR}/README-status-mfi-raid.txt ${DOCSDIR}/README-status-mfi-raid.txt
  .endif
  	@${CAT} ${PKGMESSAGE}
 diff -Nur linux-megacli.orig/files/407.status-mfi-raid.in linux-megacli/files/407.status-mfi-raid.in
 --- linux-megacli.orig/files/407.status-mfi-raid.in	2009-06-18 10:45:30.000000000 +0200
 +++ linux-megacli/files/407.status-mfi-raid.in	2009-06-18 10:50:13.000000000 +0200
 @@ -68,7 +68,7 @@
  			E=-1; S=-1; D=-1; s=-1; mec=-1; oec=-1; pfc=-1; lpfeqn=-1;
  			state="";
  		}
 -		/^Enclosure (Number:/ { E=$3; }
 +		/^Enclosure Number:/ { E=$3; }
  		/^Enclosure Device ID:/ { E=$4; }
  		/^Slot Number:/ { S=$3; }
  		/^Device Id:/ { D=$3; }
 
 --MGYHOYXEY6WxJCY8--



More information about the freebsd-ports-bugs mailing list