diff options
author | linimon <linimon@FreeBSD.org> | 2017-11-30 14:13:34 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-11-30 14:13:34 +0800 |
commit | 3e6feb882b8ecd82ccb42e65f86b0f20c69688cc (patch) | |
tree | 10dd7508accfa6a3ffc8e631ba63a22cc2fdeb6b /ftp | |
parent | 2c3118177acad05f016f169cb3102633c558c602 (diff) | |
download | freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.tar.gz freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.tar.zst freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.zip |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpcopy/Makefile | 1 | ||||
-rw-r--r-- | ftp/wxdfast/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ftp/ftpcopy/Makefile b/ftp/ftpcopy/Makefile index 970e0f8c1912..ee37abff6d74 100644 --- a/ftp/ftpcopy/Makefile +++ b/ftp/ftpcopy/Makefile @@ -11,6 +11,7 @@ COMMENT= Command line ftp tools for listing and mirroring BROKEN_aarch64= fails to build: regparm is not valid on this platform BROKEN_armv6= fails to build: regparm is not valid on this platform +BROKEN_armv7= fails to build: regparm is not valid on this platform USES= perl5 USE_PERL5= build diff --git a/ftp/wxdfast/Makefile b/ftp/wxdfast/Makefile index e009eccda63f..38070378dbe2 100644 --- a/ftp/wxdfast/Makefile +++ b/ftp/wxdfast/Makefile @@ -15,6 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to compile: no matching member function for call to 'Read' +BROKEN_armv7= fails to compile: no matching member function for call to 'Read' WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |