Date: Thu, 18 Jun 2009 09:10:02 GMT From: Ruben van Staveren <ruben@verweg.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/134945: [UPDATE] update sysutils/linux-megacli Message-ID: <200906180910.n5I9A2uM070214@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/134945; it has been noted by GNATS. From: Ruben van Staveren <ruben@verweg.com> To: bug-followup@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@telenet.ru> * Corrected nit in 407.status-mfi-raid.in, reported by Andrew Alcheyev <buddy@telenet.ru>, George Cox <gjvc@gjvc.com>, Pav Lucistnik <pav@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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906180910.n5I9A2uM070214>