svn commit: r432946 - head/audio/musicpd

Thomas Zander riggs at FreeBSD.org
Tue Jan 31 19:51:33 UTC 2017


Author: riggs
Date: Tue Jan 31 19:51:32 2017
New Revision: 432946
URL: https://svnweb.freebsd.org/changeset/ports/432946

Log:
  Revert BROKEN on armv6 from r432897.
  
  Rationale:
  Marking port broken on armv6 was done based on the results of a bulk build
  of the ports tree as of r431452, i.e. before the fix for this particular
  link error was committed in r431615.

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Tue Jan 31 19:39:03 2017	(r432945)
+++ head/audio/musicpd/Makefile	Tue Jan 31 19:51:32 2017	(r432946)
@@ -27,7 +27,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib -L${LOCALBA
 #Workaround (transient?) link error with libwrap
 CONFIGURE_ARGS+=--disable-libwrap
 
-BROKEN_armv6=		Fails to compile: undefined reference to request_init
 BROKEN_powerpc64=	Does not build on powerpc64
 
 PORTDOCS=	AUTHORS README.md COPYING NEWS


More information about the svn-ports-all mailing list