Remove no longer useful ffmpeg2theora
ffmpeg does the job nowadays; updating it to >4.x would break this port anyway. Reminded by aja, thanks.
This commit is contained in:
parent
132e1e9b3a
commit
52c920142b
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.692 2019/01/23 03:48:59 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.693 2019/01/25 00:36:55 kn Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-3.85
|
||||
PKGNAME = quirks-3.86
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.706 2019/01/23 03:48:59 ajacoutot Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.707 2019/01/25 00:36:55 kn Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -1139,6 +1139,7 @@ my $obsolete_reason = {
|
||||
'libhttpseverywhere' => 6,
|
||||
'poppler-qt4' => 3,
|
||||
'ushare' => 3,
|
||||
'ffmpeg2theora' => 6,
|
||||
};
|
||||
|
||||
# reasons for obsolete packages
|
||||
|
Loading…
Reference in New Issue
Block a user