View | Details | Raw Unified | Return to bug 206577
Collapse All | Expand All

(-)../../home/pi/myp/sysutils/arcconf/Makefile (-6 / +14 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/sysutils/arcconf/Makefile 399346 2015-10-15 14:55:14Z mat $
2
# $FreeBSD: head/sysutils/arcconf/Makefile 399346 2015-10-15 14:55:14Z mat $
3
3
4
PORTNAME=	arcconf
4
PORTNAME=	arcconf
5
DISTVERSION=	v1_7_21229
5
DISTVERSION=	v1_8_21375
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 22-42 Link Here
22
RESTRICTED=	May not be redistributed in binary form
22
RESTRICTED=	May not be redistributed in binary form
23
NO_CDROM=	May not be redistributed in binary form
23
NO_CDROM=	May not be redistributed in binary form
24
24
25
DIST_OSVER=	9
26
27
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
28
26
29
.if ${OPSYS} != FreeBSD
27
.if ${OPSYS} != FreeBSD
30
IGNORE=		installs incompatible binaries for FreeBSD
28
IGNORE=		installs incompatible binaries for FreeBSD
29
.elif ${OSVERSION} < 1000000
30
DIST_OSVER=	9
31
.else
32
DIST_OSVER=	10
31
.endif
33
.endif
32
34
33
.if ${ARCH} == amd64
35
.if ${OPSYS} != FreeBSD
34
DIST_EXT=	_x64
36
IGNORE=		installs incompatible binaries for FreeBSD
35
.endif
37
.endif
36
38
37
.if ! exists(/usr/lib/libstdc++.so.6)
39
.if ${ARCH} == amd64
40
DIST_EXT=	_x64
41
.elif ${ARCH} == i386
42
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
43
# use the 9 i386 version for 10 i386
44
DIST_OSVER=	9
38
RUN_DEPENDS+=	${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
45
RUN_DEPENDS+=	${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
39
.endif
46
.endif
47
.endif
40
48
41
NO_BUILD=	yes
49
NO_BUILD=	yes
42
NO_WRKSUBDIR=	yes
50
NO_WRKSUBDIR=	yes
(-)../../home/pi/myp/sysutils/arcconf/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (arcconf_v1_7_21229.zip) = b9ec025ed6e7167551dc2a034b39999f5b43a3a6544e3e8989f75a89dd99c7b3
1
SHA256 (arcconf_v1_8_21375.zip) = ac4991967988ad355c4272df1efcf776db62f0a78ce5b61d065645a1b2e43972
2
SIZE (arcconf_v1_7_21229.zip) = 11056748
2
SIZE (arcconf_v1_8_21375.zip) = 17086537

Return to bug 206577