From owner-freebsd-ports@FreeBSD.ORG Fri Sep 17 15:35:53 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 62E2A1065675 for ; Fri, 17 Sep 2010 15:35:53 +0000 (UTC) (envelope-from swell.k@gmail.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 DAD648FC14 for ; Fri, 17 Sep 2010 15:35:52 +0000 (UTC) Received: by bwz15 with SMTP id 15so3479615bwz.13 for ; Fri, 17 Sep 2010 08:35:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type :content-transfer-encoding; bh=Q+lGd+R2cCjrMeyNK2ILpwvMzRBia+IL5N1KGH4dw1Q=; b=m9UWy68E3HonQqnWM3VJto+8AlwOWZIha9l04PETXZXxhTC2oZweIvq9UMkVCWq1Zp vn+Lzj0sSPOHke5mNTTM314TNQh9jaj3ciipz533hz0K24VRlgwn/eXVsIokV1GDLRP3 Fea6I35uvXKtGgYAN2k9yGeYMBZCzvKg8UlvM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; b=SJ6fVGuie5D6hRqzHGH5AA6mzB1TuIrOQACfrbNOrjpNXtbNFsO1g6vDQTVhIzCJw9 4UUs4JeycUwmARpNkrOXsE5ABayXC9YB84ZRAq4xTr9aCbsWsSYPvvAAOQcSSQl2I+Gx OPcUktV4TK89O0Lt5Onyr71L3nXYMRthPDWmU= Received: by 10.204.118.134 with SMTP id v6mr3893758bkq.99.1284737751669; Fri, 17 Sep 2010 08:35:51 -0700 (PDT) Received: from localhost (tor-exit-proxy8-readme.formlessnetworking.net [208.53.142.44]) by mx.google.com with ESMTPS id d27sm3736955bku.10.2010.09.17.08.35.49 (version=SSLv3 cipher=RC4-MD5); Fri, 17 Sep 2010 08:35:50 -0700 (PDT) From: Anonymous To: Olivier =?utf-8?Q?Cochard-Labb=C3=A9?= References: Date: Fri, 17 Sep 2010 19:29:30 +0400 In-Reply-To: ("Olivier =?utf-8?Q?Cochard-Labb=C3=A9=22's?= message of "Fri, 17 Sep 2010 16:57:11 +0200") Message-ID: <864odoie1x.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports-mailinglist Subject: Re: [x11/nvidia-driver] didn't install vdpau header files with NOPORTDOCS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2010 15:35:53 -0000 Olivier Cochard-Labb=C3=A9 writes: > Hi, > > I've just meet a problem with x11/nvidia-driver by installing it with: > make install -DNOPORTDOCS > > The vdpau include files were not installed (vdpau.h and vdpau_x11.h): > ls /usr/local/include/vdpau/ > vdpau*.h > > I believe their is a problem in the Makefile on this line: > "@${LN} -sf ${DOCSDIR}/vdpau*.h ${PREFIX}/include/vdpau" > > The vdpau files are links to docs file. > > How can I fix it ? Try to replace the line with @${INSTALL_DATA} ${WRKSRC}/doc/vdpau*.h ${PREFIX}/include/vdpau Alternatively you can install libvdpau port. http://www.freebsd.org/cgi/query-pr-summary.cgi?text=3Dvdpau