Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2016 11:39:59 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407205 - head/sysutils/arcconf
Message-ID:  <201601251139.u0PBdxGF065789@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Jan 25 11:39:59 2016
New Revision: 407205
URL: https://svnweb.freebsd.org/changeset/ports/407205

Log:
  sysutils/arcconf: v1_7_21229 -> v1_8_21375
  
  - New commands: backupunit, driverupdate, setcustommode, setconnectormode
  - Enhanced commands: identify command supports blink LED start/stop
  
  PR:		206577
  Approved by:	michael@fuckner.net (maintainer)

Modified:
  head/sysutils/arcconf/Makefile
  head/sysutils/arcconf/distinfo

Modified: head/sysutils/arcconf/Makefile
==============================================================================
--- head/sysutils/arcconf/Makefile	Mon Jan 25 11:37:11 2016	(r407204)
+++ head/sysutils/arcconf/Makefile	Mon Jan 25 11:39:59 2016	(r407205)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	arcconf
-DISTVERSION=	v1_7_21229
+DISTVERSION=	v1_8_21375
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://download.adaptec.com/raid/storage_manager/
@@ -22,21 +22,29 @@ SUB_FILES+=	${PERIODICSCRIPT}
 RESTRICTED=	May not be redistributed in binary form
 NO_CDROM=	May not be redistributed in binary form
 
-DIST_OSVER=	9
-
 .include <bsd.port.pre.mk>
 
 .if ${OPSYS} != FreeBSD
 IGNORE=		installs incompatible binaries for FreeBSD
+.elif ${OSVERSION} < 1000000
+DIST_OSVER=	9
+.else
+DIST_OSVER=	10
 .endif
 
-.if ${ARCH} == amd64
-DIST_EXT=	_x64
+.if ${OPSYS} != FreeBSD
+IGNORE=		installs incompatible binaries for FreeBSD
 .endif
 
-.if ! exists(/usr/lib/libstdc++.so.6)
+.if ${ARCH} == amd64
+DIST_EXT=	_x64
+.elif ${ARCH} == i386
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
+# use the 9 i386 version for 10 i386
+DIST_OSVER=	9
 RUN_DEPENDS+=	${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
 .endif
+.endif
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes

Modified: head/sysutils/arcconf/distinfo
==============================================================================
--- head/sysutils/arcconf/distinfo	Mon Jan 25 11:37:11 2016	(r407204)
+++ head/sysutils/arcconf/distinfo	Mon Jan 25 11:39:59 2016	(r407205)
@@ -1,2 +1,2 @@
-SHA256 (arcconf_v1_7_21229.zip) = b9ec025ed6e7167551dc2a034b39999f5b43a3a6544e3e8989f75a89dd99c7b3
-SIZE (arcconf_v1_7_21229.zip) = 11056748
+SHA256 (arcconf_v1_8_21375.zip) = ac4991967988ad355c4272df1efcf776db62f0a78ce5b61d065645a1b2e43972
+SIZE (arcconf_v1_8_21375.zip) = 17086537



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601251139.u0PBdxGF065789>