From owner-cvs-ports@FreeBSD.ORG Tue Jul 13 00:35:54 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35BF9106566C; Tue, 13 Jul 2010 00:35:54 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2522B8FC15; Tue, 13 Jul 2010 00:35:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o6D0ZsVw028322; Tue, 13 Jul 2010 00:35:54 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o6D0Zrfk028321; Tue, 13 Jul 2010 00:35:53 GMT (envelope-from wxs) Message-Id: <201007130035.o6D0Zrfk028321@repoman.freebsd.org> From: Wesley Shields Date: Tue, 13 Jul 2010 00:35:53 +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/vlc Makefile ports/multimedia/vlc/files extra-patch-modules__access__file.c extra-patch-modules__access__fs.c 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: Tue, 13 Jul 2010 00:35:54 -0000 wxs 2010-07-13 00:35:53 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile Added files: multimedia/vlc/files extra-patch-modules__access__file.c extra-patch-modules__access__fs.c Log: 7.3 and older does not have fdopendir(3). Add some EXTRA_PATCHES to not use it. The weird part is that fdopendir(3) was being detected as available when it isn't. The root cause is still being investigated. Submitted by: Joseph Atkinson (maintainer, private mail) Revision Changes Path 1.226 +5 -0 ports/multimedia/vlc/Makefile 1.1 +18 -0 ports/multimedia/vlc/files/extra-patch-modules__access__file.c (new) 1.1 +12 -0 ports/multimedia/vlc/files/extra-patch-modules__access__fs.c (new)