ports/155931: [patch] sysutils/arcconf: update to v6_50_18771
Sergey Kandaurov
pluknet at gmail.com
Fri Mar 25 13:00:25 UTC 2011
>Number: 155931
>Category: ports
>Synopsis: [patch] sysutils/arcconf: update to v6_50_18771
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Mar 25 13:00:24 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Sergey Kandaurov
>Release: FreeBSD 7.3-RELEASE amd64
>Organization:
>Environment:
Tested on: 6.2-RELEASE i386, 7.2-STABLE i386, 7.3-RELEASE amd64, 8.1-RELEASE amd64
>Description:
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.
>How-To-Repeat:
>Fix:
See attached.
Patch attached with submission follows:
diff -urpN arcconf.orig/Makefile arcconf/Makefile
--- arcconf.orig/Makefile 2011-03-25 15:05:28.000000000 +0300
+++ arcconf/Makefile 2011-03-25 15:40:55.000000000 +0300
@@ -5,7 +5,7 @@
# $FreeBSD: ports/sysutils/arcconf/Makefile,v 1.10 2011/01/11 10:38:09 sunpoet Exp $
PORTNAME= arcconf
-DISTVERSION= v6_50_18579
+DISTVERSION= v6_50_18771
CATEGORIES= sysutils
MASTER_SITES= http://download.adaptec.com/raid/storage_manager/
DISTNAME= asm_freebsd_${DIST_EXT}_${DISTVERSION}
@@ -25,6 +25,7 @@ NO_CDROM= yes
.include <bsd.port.pre.mk>
+.if ${ARCH} == i386
.if ${OSVERSION} >= 800000
DIST_TYPE= 8
.elif ${OSVERSION} >= 700000
@@ -32,6 +33,15 @@ DIST_TYPE= 7
.else
DIST_TYPE= 6
.endif
+.elif ${ARCH} == amd64
+.if ${OSVERSION} >= 800000
+DIST_TYPE= 8_x86_64
+.elif ${OSVERSION} >= 700000
+DIST_TYPE= 7_x86_64
+.else
+DIST_TYPE= 6_x86_64
+.endif
+.endif
.if ${ARCH} == amd64
DIST_EXT= x64
diff -urpN arcconf.orig/distinfo arcconf/distinfo
--- arcconf.orig/distinfo 2011-03-25 15:02:39.000000000 +0300
+++ arcconf/distinfo 2011-03-25 15:06:03.000000000 +0300
@@ -1,4 +1,4 @@
-SHA256 (asm_freebsd_x86_v6_50_18579.tgz) = 85bbe8f9e7f399c18cb21e7816894c54d6ee6a0e9325cc96aaf017aa2dc3a4ae
-SIZE (asm_freebsd_x86_v6_50_18579.tgz) = 155662375
-SHA256 (asm_freebsd_x64_v6_50_18579.tgz) = 518db5309b7cdf1dae1191fdc302c37ebd2a49e0db5a7ca31d4a24512c96f05d
-SIZE (asm_freebsd_x64_v6_50_18579.tgz) = 152244880
+SHA256 (asm_freebsd_x86_v6_50_18771.tgz) = 3f2e5b64b6a956969b47ab37b68f152d4aa602861ce2871cbf59430835da30ba
+SIZE (asm_freebsd_x86_v6_50_18771.tgz) = 156335703
+SHA256 (asm_freebsd_x64_v6_50_18771.tgz) = 2f374ace00d99c1eed3ced28c6985098ee3ff45ace827f23e7da810f8a20cc8c
+SIZE (asm_freebsd_x64_v6_50_18771.tgz) = 152288701
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list