View | Details | Raw Unified | Return to bug 217584 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/arcconf/Makefile (-16 / +11 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	arcconf
4
PORTNAME=	arcconf
5
DISTVERSION=	1_8_21375
5
DISTVERSION=	2_03_22476
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	http://download.adaptec.com/raid/storage_manager/
8
MASTER_SITES=	http://download.adaptec.com/raid/storage_manager/
Lines 11-18 Link Here
11
MAINTAINER=	michael@fuckner.net
11
MAINTAINER=	michael@fuckner.net
12
COMMENT=	Adaptec SCSI/SAS RAID administration tool
12
COMMENT=	Adaptec SCSI/SAS RAID administration tool
13
13
14
ONLY_FOR_ARCHS=	i386 amd64
14
RUN_DEPENDS=	${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x
15
15
16
ONLY_FOR_ARCHS=	amd64
17
16
USES=		zip
18
USES=		zip
17
19
18
PERIODICSCRIPT=	410.status-aac-raid
20
PERIODICSCRIPT=	410.status-aac-raid
Lines 22-48 Link Here
22
RESTRICTED=	May not be redistributed in binary form
24
RESTRICTED=	May not be redistributed in binary form
23
NO_CDROM=	May not be redistributed in binary form
25
NO_CDROM=	May not be redistributed in binary form
24
26
27
NO_BUILD=	yes
28
NO_WRKSUBDIR=	yes
29
PLIST_FILES=	etc/periodic/daily/410.status-aac-raid \
30
		sbin/arcconf
31
25
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
26
33
27
.if ${OPSYS} != FreeBSD
34
.if ${OPSYS} != FreeBSD || ${OSVERSION} >= 1100000
28
IGNORE=		installs incompatible binaries for FreeBSD
35
IGNORE=		installs incompatible binaries for FreeBSD
29
.else
36
.else
37
DIST_EXT=	_x64
30
DIST_OSVER=	10
38
DIST_OSVER=	10
31
.endif
39
.endif
32
40
33
.if ${ARCH} == amd64
34
DIST_EXT=	_x64
35
.elif ${ARCH} == i386
36
.if ${OPSYS} == FreeBSD
37
# use the 9 i386 version for 10 i386
38
DIST_OSVER=	9
39
RUN_DEPENDS+=	${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x
40
.endif
41
.endif
42
43
NO_BUILD=	yes
44
NO_WRKSUBDIR=	yes
45
46
do-install:
41
do-install:
47
	${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_OSVER}${DIST_EXT}/cmdline/arcconf ${STAGEDIR}${PREFIX}/sbin
42
	${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_OSVER}${DIST_EXT}/cmdline/arcconf ${STAGEDIR}${PREFIX}/sbin
48
	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
43
	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
(-)sysutils/arcconf/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1479123533
1
TIMESTAMP = 1488828587
2
SHA256 (arcconf_v1_8_21375.zip) = ac4991967988ad355c4272df1efcf776db62f0a78ce5b61d065645a1b2e43972
2
SHA256 (arcconf_v2_03_22476.zip) = 8350be500ddf18d474c08fde7d1bc0e50dca96edb1e2d210f384ec59b6e33db6
3
SIZE (arcconf_v1_8_21375.zip) = 17086537
3
SIZE (arcconf_v2_03_22476.zip) = 38576700
(-)sysutils/arcconf/pkg-plist (-2 lines)
Lines 1-2 Link Here
1
etc/periodic/daily/410.status-aac-raid
2
sbin/arcconf

Return to bug 217584