audio/muine is failing on every platform including DragonFly, although the failure modes are different. Here are a couple of redports logs: https://redports.org/buildarchive/20130818204018-78110/ https://redports.org/buildarchive/20130818200420-83684/ (finished means the build aborted without a log) The port needs to be marked BROKEN. Fix: Fix unknown. Mark the port BROKEN How-To-Repeat: Try to build it from source on HEAD
Responsible Changed From-To: freebsd-ports-bugs->cy Over to maintainer (via the GNATS Auto Assign Tool)
Author: cy Date: Mon Aug 19 07:17:31 2013 New Revision: 324946 URL: http://svnweb.freebsd.org/changeset/ports/324946 Log: Mark broken. Fails to run. PR: 181392 Modified: head/audio/muine/Makefile Modified: head/audio/muine/Makefile ============================================================================== --- head/audio/muine/Makefile Mon Aug 19 07:07:05 2013 (r324945) +++ head/audio/muine/Makefile Mon Aug 19 07:17:31 2013 (r324946) @@ -11,6 +11,8 @@ MASTER_SITES= GNOME MAINTAINER= cy@FreeBSD.org COMMENT= Mono based Gnome audio player +BROKEN= Fails to run + LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \ id3tag.0:${PORTSDIR}/audio/libid3tag \ gdbm:${PORTSDIR}/databases/gdbm \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed.