svn commit: r464141 - head/sysutils/backuppc-devel

Mark Linimon linimon at FreeBSD.org
Sun Mar 11 04:59:57 UTC 2018


Author: linimon
Date: Sun Mar 11 04:59:56 2018
New Revision: 464141
URL: https://svnweb.freebsd.org/changeset/ports/464141

Log:
  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)

Modified:
  head/sysutils/backuppc-devel/Makefile

Modified: head/sysutils/backuppc-devel/Makefile
==============================================================================
--- head/sysutils/backuppc-devel/Makefile	Sun Mar 11 04:56:43 2018	(r464140)
+++ head/sysutils/backuppc-devel/Makefile	Sun Mar 11 04:59:56 2018	(r464141)
@@ -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


More information about the svn-ports-all mailing list