From owner-freebsd-ports@FreeBSD.ORG Sun Nov 21 14:58:54 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C2491065672 for ; Sun, 21 Nov 2010 14:58:54 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id A678F8FC08 for ; Sun, 21 Nov 2010 14:58:53 +0000 (UTC) Received: by bwz2 with SMTP id 2so5530819bwz.13 for ; Sun, 21 Nov 2010 06:58:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=iCd4peMGuc4AspdEd2qlI4HGNdVvvLs55nU1bgXw6Lc=; b=fZL4+FVaRWRnBgibJLxRv2RgPPR7mhDV2JkpSkQndnkjwc3hIno9lCFAasLTQG+4FB lilwTCjXCrfhtIbuRSbMQU19l9AVzPwudNeQhq1RmDO7EYQFfvdLtI11CipERqbN0tOj PXtx233j5BEYWyzedugkvTf89m4cXkIfwfwHw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=bs7k2+YnI+TguG4GNVIe/ZNvOf2TUA/vwJfm//jAgrbTPz5XqhlJqVeniMWw+yhFkb aOMMosk0hVLkrLVrHN8lYv0PJS3ZEYaSTP80qSbQqXyV9syO6wurdawgqs2+eMcy4wCb ruuztIc1QaRIswOmPHdfcgs73k/BGINvAwf6E= Received: by 10.204.60.199 with SMTP id q7mr4149207bkh.39.1290351531051; Sun, 21 Nov 2010 06:58:51 -0800 (PST) Received: from ernst.jennejohn.org (p578E1807.dip.t-dialin.net [87.142.24.7]) by mx.google.com with ESMTPS id 4sm1885672bki.13.2010.11.21.06.58.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 21 Nov 2010 06:58:50 -0800 (PST) Date: Sun, 21 Nov 2010 15:58:47 +0100 From: Gary Jennejohn To: David Southwell Message-ID: <20101121155847.2ad7a7f5@ernst.jennejohn.org> In-Reply-To: <201011211212.11650.david@vizion2000.net> References: <201011211212.11650.david@vizion2000.net> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ntarmos@cs.uoi.gr, freebsd-ports@freebsd.org Subject: Re: multimedia/vlc Compile failure on upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2010 14:58:54 -0000 On Sun, 21 Nov 2010 12:12:11 +0000 David Southwell wrote: > I posted about this failure some time ago but have had no useful response. I > jhave also not heard from the maintainer so I thought another posting might be > helpful. I understand others have a similar problem. > > Thanks in advance for any assistance > Which version of FreeBSD are you using? The posix_spawn_file_actions stuff didn't appear until 8.0. There's a patch under files for older versions of FreeBSD, but it looks like the patch doesn't match this version of vlc. -- Gary Jennejohn