svn commit: r423759 - head/archivers/dpkg

Mark Linimon linimon at FreeBSD.org
Tue Oct 11 12:37:30 UTC 2016


Author: linimon
Date: Tue Oct 11 12:37:29 2016
New Revision: 423759
URL: https://svnweb.freebsd.org/changeset/ports/423759

Log:
  I have been advised by the maintainer of debootstrap that this port can
  be used as a cross-tool.  Revert previous commit.
  
  Submitted by:	Nikolai Lifanov <lifanov at mail.lifanov.com>

Modified:
  head/archivers/dpkg/Makefile

Modified: head/archivers/dpkg/Makefile
==============================================================================
--- head/archivers/dpkg/Makefile	Tue Oct 11 11:16:47 2016	(r423758)
+++ head/archivers/dpkg/Makefile	Tue Oct 11 12:37:29 2016	(r423759)
@@ -17,9 +17,6 @@ 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