svn commit: r425718 - head/ftp/ftpcopy

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 09:08:16 UTC 2016


Author: linimon
Date: Tue Nov  8 09:08:15 2016
New Revision: 425718
URL: https://svnweb.freebsd.org/changeset/ports/425718

Log:
  Mark as broken on arm64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/ftp/ftpcopy/Makefile

Modified: head/ftp/ftpcopy/Makefile
==============================================================================
--- head/ftp/ftpcopy/Makefile	Tue Nov  8 09:03:12 2016	(r425717)
+++ head/ftp/ftpcopy/Makefile	Tue Nov  8 09:08:15 2016	(r425718)
@@ -9,6 +9,8 @@ MASTER_SITES=	http://www.ohse.de/uwe/ftp
 MAINTAINER=	mandree at FreeBSD.org
 COMMENT=	Command line ftp tools for listing and mirroring
 
+BROKEN_arm64=	Fails to build: regparm is not valid on this platform
+
 USES=		perl5
 USE_PERL5=	build
 


More information about the svn-ports-all mailing list