svn commit: r423373 - head/archivers/dpkg

Mark Linimon linimon at FreeBSD.org
Wed Oct 5 19:05:02 UTC 2016


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


More information about the svn-ports-head mailing list