Bug 155931 - [patch] sysutils/arcconf: update to v6_50_18771
Summary: [patch] sysutils/arcconf: update to v6_50_18771
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-25 13:00 UTC by pluknet
Modified: 2011-05-03 06:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.69 KB, patch)
2011-03-25 13:00 UTC, pluknet
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pluknet 2011-03-25 13:00:24 UTC
Update arcconf to the latest available version v6_50_18579.

Vendor states that this version supports Series 6 (SAS2) controllers:
Adaptec RAID 6405
Adaptec RAID 6445
Adaptec RAID 6805

Again, vendor changed the directory layout for i386 and amd64 arches,
that caused a bit more changes in Makefile.

I checked binaries to conform to their stated versions/arches.

Fix: See attached.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-25 13:01:40 UTC
Maintainer of sysutils/arcconf,

Please note that PR ports/155931 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/155931

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-25 13:01:42 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-04-27 08:36:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I will take it.
Comment 4 michael 2011-04-30 11:51:30 UTC
On 03/25/2011 02:01 PM, Edwin Groothuis wrote:
> Maintainer of sysutils/arcconf,
>
> Please note that PR ports/155931 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>      http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/155931
>

Second mail- my reply from Apr 27th didn't make it into GNATS


looks good, please commit

v7_00_18781 now exists, but I'm not sure, if this will work with new
controllers (series 6), since they are not mentioned in release notes-
and adaptec did't answer if this will work, too.

Regards,
  Michael!
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-05-01 17:55:51 UTC
On Sat, Apr 30, 2011 at 11:10:09AM +0000, Michael Fuckner wrote:
>  Second mail- my reply from Apr 27th didn't make it into GNATS
> =20
>  looks good, please commit
> =20
>  v7_00_18781 now exists, but I'm not sure, if this will work with new
>  controllers (series 6), since they are not mentioned in release notes-
>  and adaptec did't answer if this will work, too.
> =20
>  Regards,
>    Michael!

Hi,

  I've made some modification to original patch submitted by pluknet@.
  Do you agree with this?
  For the newer version (7_00_18781), what do you prefer?
  - Update to 7_00_18781 now.
  - Update to 6_50_18771 now and keep waiting for response from Adaptec.
  Thanks.

Regards,
sunpoet

--- arcconf.patch begins here ---
Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/pcvs/ports/sysutils/arcconf/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	11 Jan 2011 10:38:09 -0000	1.10
+++ Makefile	1 May 2011 16:48:22 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/sysutils/arcconf/Makefile,v 1.10 2011/01/11 10:38:09 sun=
poet Exp $
=20
 PORTNAME=3D	arcconf
-DISTVERSION=3D	v6_50_18579
+DISTVERSION=3D	v6_50_18771
 CATEGORIES=3D	sysutils
 MASTER_SITES=3D	http://download.adaptec.com/raid/storage_manager/
 DISTNAME=3D	asm_freebsd_${DIST_EXT}_${DISTVERSION}
@@ -26,24 +26,26 @@
 .include <bsd.port.pre.mk>
=20
 .if ${OSVERSION} >=3D 800000
-DIST_TYPE=3D	8
+DIST_OSVER=3D	8
 .elif ${OSVERSION} >=3D 700000
-DIST_TYPE=3D	7
+DIST_OSVER=3D	7
 .else
-DIST_TYPE=3D	6
+DIST_OSVER=3D	6
 .endif
=20
 .if ${ARCH} =3D=3D amd64
 DIST_EXT=3D	x64
+DIST_ARCH=3D	_x86_64
 .else
 DIST_EXT=3D	x86
+DIST_ARCH=3D	# empty
 .endif
=20
 NO_BUILD=3D	yes
 NO_WRKSUBDIR=3D	yes
=20
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_TYPE}/cmdline/arcconf ${PREFIX=
}/sbin
+	${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_OSVER}${DIST_ARCH}/cmdline/arc=
conf ${PREFIX}/sbin
 	@${MKDIR} ${PREFIX}/etc/periodic/daily
 	${INSTALL_SCRIPT} ${WRKDIR}/${PERIODICSCRIPT} ${PREFIX}/etc/periodic/daily
=20
Index: distinfo
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/pcvs/ports/sysutils/arcconf/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo	11 Jan 2011 10:38:09 -0000	1.9
+++ distinfo	1 May 2011 16:48:22 -0000
@@ -1,4 +1,4 @@
-SHA256 (asm_freebsd_x86_v6_50_18579.tgz) =3D 85bbe8f9e7f399c18cb21e7816894=
c54d6ee6a0e9325cc96aaf017aa2dc3a4ae
-SIZE (asm_freebsd_x86_v6_50_18579.tgz) =3D 155662375
-SHA256 (asm_freebsd_x64_v6_50_18579.tgz) =3D 518db5309b7cdf1dae1191fdc302c=
37ebd2a49e0db5a7ca31d4a24512c96f05d
-SIZE (asm_freebsd_x64_v6_50_18579.tgz) =3D 152244880
+SHA256 (asm_freebsd_x86_v6_50_18771.tgz) =3D 3f2e5b64b6a956969b47ab37b68f1=
52d4aa602861ce2871cbf59430835da30ba
+SIZE (asm_freebsd_x86_v6_50_18771.tgz) =3D 156335703
+SHA256 (asm_freebsd_x64_v6_50_18771.tgz) =3D 2f374ace00d99c1eed3ced28c6985=
098ee3ff45ace827f23e7da810f8a20cc8c
+SIZE (asm_freebsd_x64_v6_50_18771.tgz) =3D 152288701
--- arcconf.patch ends here ---

--=20
   Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> <sunpoet at FreeBSD.org>
           4096R/CC57E36B 8AD8 68F2 7D2B 0A10 7E9B 8CC0 DC44 247E CC57 E36B
	                     http://people.FreeBSD.org/~sunpoet/pgpkeys.txt
Comment 6 michael 2011-05-01 18:39:04 UTC
On 05/01/2011 06:55 PM, Sunpoet Po-Chuan Hsieh wrote:
Good evening,


>    I've made some modification to original patch submitted by pluknet@.
>    Do you agree with this?
>    For the newer version (7_00_18781), what do you prefer?
>    - Update to 7_00_18781 now.
>    - Update to 6_50_18771 now and keep waiting for response from Adaptec.
>    Thanks.

I suggest upgrading now to 6_50_18771 and I'll test V7 the next days- I 
got series 6 controllers to test last week.

  Regards,
   Michael!
Comment 7 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-05-03 05:51:22 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!
Comment 8 dfilter service freebsd_committer freebsd_triage 2011-05-03 05:51:27 UTC
sunpoet     2011-05-03 04:51:13 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/arcconf     Makefile distinfo 
  Log:
  - Update to 6.50.18771
  
  PR:             ports/155931 (based on)
  Submitted by:   Sergey Kandaurov <pluknet@gmail.com>
  Approved by:    Michael Fuckner <michael@fuckner.net> (maintainer)
  
  Revision  Changes    Path
  1.11      +7 -5      ports/sysutils/arcconf/Makefile
  1.10      +4 -4      ports/sysutils/arcconf/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"