Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2019 06:05:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498247 - branches/2019Q2/sysutils/arcconf
Message-ID:  <201904070605.x3765Cwu004414@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Apr  7 06:05:12 2019
New Revision: 498247
URL: https://svnweb.freebsd.org/changeset/ports/498247

Log:
  MFH: r498246
  
  Mark only for amd64, the distfile doesn't have any i386 binary
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/sysutils/arcconf/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/sysutils/arcconf/Makefile
==============================================================================
--- branches/2019Q2/sysutils/arcconf/Makefile	Sun Apr  7 06:04:44 2019	(r498246)
+++ branches/2019Q2/sysutils/arcconf/Makefile	Sun Apr  7 06:05:12 2019	(r498247)
@@ -11,7 +11,7 @@ DISTNAME=	arcconf_v${DISTVERSION}
 MAINTAINER=	michael@fuckner.net
 COMMENT=	Adaptec SCSI/SAS RAID administration tool
 
-ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS=	amd64
 
 USES=		zip
 
@@ -30,15 +30,7 @@ IGNORE=		installs incompatible binaries for FreeBSD
 DIST_OSVER=	11
 .endif
 
-.if ${ARCH} == amd64
 DIST_EXT=	_x64
-.elif ${ARCH} == i386
-.if ${OPSYS} == FreeBSD
-# use the 9 i386 version for 10 i386
-DIST_OSVER=	9
-RUN_DEPENDS+=	${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x
-.endif
-.endif
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes



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