Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2016 19:05:01 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423373 - head/archivers/dpkg
Message-ID:  <201610051905.u95J517Z064903@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Oct  5 19:05:01 2016
New Revision: 423373
URL: https://svnweb.freebsd.org/changeset/ports/423373

Log:
  Mark as not for sparc64.  Debian claims to run on mips and powerpc but I
  do not know whether we support that in the linuxolator.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/archivers/dpkg/Makefile

Modified: head/archivers/dpkg/Makefile
==============================================================================
--- head/archivers/dpkg/Makefile	Wed Oct  5 19:00:31 2016	(r423372)
+++ head/archivers/dpkg/Makefile	Wed Oct  5 19:05:01 2016	(r423373)
@@ -17,6 +17,9 @@ BUILD_DEPENDS=	po4a:textproc/po4a
 RUN_DEPENDS=	gtar:archivers/gtar \
 		gpatch:devel/patch
 
+NOT_FOR_ARCHS=		sparc64
+NOT_FOR_ARCHS_REASON=	Debian does is not available for ${ARCH}
+
 GNU_CONFIGURE=	yes
 USES=		cpe gmake iconv libtool ncurses perl5 pkgconfig tar:xz
 CPE_VENDOR=	debian



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