From owner-cvs-all@FreeBSD.ORG Sun Dec 7 19:26:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6A6916A4CE; Sun, 7 Dec 2003 19:26:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F10A43F3F; Sun, 7 Dec 2003 19:26:42 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB83QfXJ028843; Sun, 7 Dec 2003 19:26:41 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB83QfNE028842; Sun, 7 Dec 2003 19:26:41 -0800 (PST) (envelope-from linimon) Message-Id: <200312080326.hB83QfNE028842@repoman.freebsd.org> From: Mark Linimon Date: Sun, 7 Dec 2003 19:26:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/ffmpeg Makefileports/multimedia/ffmpeg/files patch-Makefile patch-configure patch-libavcodec::Makefile patch-libavformat::Makefile patch-vhook::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2003 03:26:43 -0000 linimon 2003/12/07 19:26:41 PST FreeBSD ports repository Modified files: multimedia/ffmpeg Makefile multimedia/ffmpeg/files patch-Makefile patch-libavcodec::Makefile Added files: multimedia/ffmpeg/files patch-configure patch-libavformat::Makefile patch-vhook::Makefile Log: Fix installation of shared libs, man page installation, and plist. Bump portrevision, although the original patch didn't do that (this seems necessary enough to me). Compiles ok on 4.x, 5.x. PR: ports/56721 Submitted by: Simon Barner Committed on behalf of lioux@, who is having machine troubles. Revision Changes Path 1.23 +18 -7 ports/multimedia/ffmpeg/Makefile 1.4 +13 -2 ports/multimedia/ffmpeg/files/patch-Makefile 1.1 +55 -0 ports/multimedia/ffmpeg/files/patch-configure (new) 1.4 +18 -8 ports/multimedia/ffmpeg/files/patch-libavcodec::Makefile 1.3 +13 -0 ports/multimedia/ffmpeg/files/patch-libavformat::Makefile (new) 1.1 +19 -0 ports/multimedia/ffmpeg/files/patch-vhook::Makefile (new)