summaryrefslogtreecommitdiff
path: root/sysutils/backuppc-devel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-03-11 04:59:56 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-03-11 04:59:56 +0000
commit020b3175770eb064913fe31f392cc41073efb706 (patch)
tree8b668a7238899679806d9e214c237fde97deee7b /sysutils/backuppc-devel
parent- Update to 0.4.16 (diff)
Mark broken under qemu emulation (will only affect arm).
Tested to build correctly on armv7 native, and for no regression on amd64. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=464141
Diffstat (limited to 'sysutils/backuppc-devel')
-rw-r--r--sysutils/backuppc-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/backuppc-devel/Makefile b/sysutils/backuppc-devel/Makefile
index 76c2b7bf8955..a3d3649e65c7 100644
--- a/sysutils/backuppc-devel/Makefile
+++ b/sysutils/backuppc-devel/Makefile
@@ -17,6 +17,10 @@ RUN_DEPENDS= p5-CGI>0:www/p5-CGI \
p5-File-Listing>=0:sysutils/p5-File-Listing \
p5-BackupPC-XS>=0.57:sysutils/p5-BackupPC-XS
+.if defined(QEMU_EMULATING) && "${QEMU_EMULATING}" == "1"
+BROKEN= fails to build under qemu: uncaught target signal 11 (Segmetation fault) - core dumped
+.endif
+
CONFLICTS= backuppc backuppc4
USES= perl5