svn commit: r340364 - head/multimedia/openmovieeditor

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jan 20 01:40:42 UTC 2014


Author: amdmi3
Date: Mon Jan 20 01:40:41 2014
New Revision: 340364
URL: http://svnweb.freebsd.org/changeset/ports/340364
QAT: https://qat.redports.org/buildarchive/r340364/

Log:
  - Mark BROKEN, DEPRECATED and set EXPIRATION_DATA: the app segfaults and is unusable, upstream development ceased
  
  PR:		177327
  Submitted by:	Luke <lukek at rogers.com>

Modified:
  head/multimedia/openmovieeditor/Makefile

Modified: head/multimedia/openmovieeditor/Makefile
==============================================================================
--- head/multimedia/openmovieeditor/Makefile	Mon Jan 20 01:36:24 2014	(r340363)
+++ head/multimedia/openmovieeditor/Makefile	Mon Jan 20 01:40:41 2014	(r340364)
@@ -24,6 +24,10 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/libmpeg3
 		${LOCALBASE}/lib/libquicktime/lqt_lame.so:${PORTSDIR}/multimedia/libquicktime-lame
 RUN_DEPENDS=	${LOCALBASE}/lib/libquicktime/lqt_lame.so:${PORTSDIR}/multimedia/libquicktime-lame
 
+BROKEN=		segfaults, upstread development ceased
+DEPRECATED=	segfaults, upstread development ceased
+EXPIRATION_DATE=2014-02-03
+
 USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 USE_GL=		yes


More information about the svn-ports-all mailing list