From owner-cvs-ports@FreeBSD.ORG Sun May 7 17:33:06 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EF4E16A402; Sun, 7 May 2006 17:33:06 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CA9D43D45; Sun, 7 May 2006 17:33:06 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k47HX6C7083746; Sun, 7 May 2006 17:33:06 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k47HX6Hh083745; Sun, 7 May 2006 17:33:06 GMT (envelope-from mezz) Message-Id: <200605071733.k47HX6Hh083745@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 7 May 2006 17:33:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/handbrake Makefile distinfo pkg-descr ports/multimedia/handbrake/files patch-core_Jamfile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 May 2006 17:33:06 -0000 mezz 2006-05-07 17:33:06 UTC FreeBSD ports repository Modified files: multimedia/handbrake Makefile distinfo pkg-descr multimedia/handbrake/files patch-core_Jamfile Log: - Update the MASTER_SITES to fix the fetch. - Fix the build if multimedia/x264 is installed in system. [1] - Add --exclude in extract to not extract beos, macosx, liba52, libavcodec, libdvdcss and other un-need directories to make sure they do build with the system (use external dependencies) libraries. Only keep libx264. - Remove a few missing leftover of ffmpeg in post-patch and in one of patch. - Add '-dx' in jam by default to give the verbose of build. Easier for me to collect the bug report or/and read in log from tinderboxes. - Clean distinfo, remove a leftover of ffmpeg and add SHA256. - Clean pkg-descr to make it looks nicer. - Make portlint a bit happier. Before anyone ask/request me to update it to 7.x. I don't know yet, I haven't dig in what 7.x has. I think, this port needs to have a good last clean up before update it to 7.x. PR: ports/88838 [1] Reported by: Zach Dykstra [1], bite on me too Revision Changes Path 1.10 +20 -5 ports/multimedia/handbrake/Makefile 1.2 +1 -2 ports/multimedia/handbrake/distinfo 1.2 +22 -16 ports/multimedia/handbrake/files/patch-core_Jamfile 1.2 +4 -6 ports/multimedia/handbrake/pkg-descr