Bug 181392 - audio/muine needs to be marked BROKEN
Summary: audio/muine needs to be marked BROKEN
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-19 08:00 UTC by John Marino
Modified: 2013-08-19 08:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-08-19 08:00:00 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-19 08:00:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-19 08:17:38 UTC
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"
Comment 3 Cy Schubert freebsd_committer freebsd_triage 2013-08-19 08:17:46 UTC
State Changed
From-To: open->closed

Committed.