svn commit: r517184 - head/comms/aprsd

Mark Linimon linimon at FreeBSD.org
Sun Nov 10 06:19:44 UTC 2019


Author: linimon
Date: Sun Nov 10 06:19:43 2019
New Revision: 517184
URL: https://svnweb.freebsd.org/changeset/ports/517184

Log:
  Mark as broken on powerpc64.  This port has been failing to build since
  20180501.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/aprsd/Makefile

Modified: head/comms/aprsd/Makefile
==============================================================================
--- head/comms/aprsd/Makefile	Sun Nov 10 06:16:24 2019	(r517183)
+++ head/comms/aprsd/Makefile	Sun Nov 10 06:19:43 2019	(r517184)
@@ -13,6 +13,8 @@ COMMENT=	Server daemon providing Internet access to AP
 
 LICENSE=	GPLv2
 
+BROKEN_powerpc64=	fails to link: httpserver.o:(.text+0x1074): undefined reference to `convertUpTime(int)'
+
 GNU_CONFIGURE=	yes
 SUB_FILES=	pkg-message pkg-deinstall
 USE_RC_SUBR=	aprsd


More information about the svn-ports-head mailing list