From owner-freebsd-ports@FreeBSD.ORG Sun Oct 29 20:09:23 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E670816A412; Sun, 29 Oct 2006 20:09:23 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0585F43D55; Sun, 29 Oct 2006 20:09:22 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1]) by gwyn.kn-bremen.de (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id k9TK9LHV001741 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 29 Oct 2006 21:09:21 +0100 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id k9TK9LhR001739; Sun, 29 Oct 2006 21:09:21 +0100 Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.6/8.13.6) with ESMTP id k9TK82FV010635; Sun, 29 Oct 2006 21:08:02 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.6/8.13.6/Submit) id k9TK82Sh010634; Sun, 29 Oct 2006 21:08:02 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Sun, 29 Oct 2006 21:08:02 +0100 To: Jean-Yves Lefort Message-ID: <20061029200802.GA10609@saturn.kn-bremen.de> Mail-Followup-To: Jean-Yves Lefort , freebsd-ports@freebsd.org References: <20061029183825.GA85830@saturn.kn-bremen.de> <20061029202736.26b8fbe5.jylefort@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061029202736.26b8fbe5.jylefort@FreeBSD.org> User-Agent: Mutt/1.5.11 Cc: freebsd-ports@FreeBSD.org Subject: Re: automake question (astro/celestia-gtk not installing .3ds files) 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: Sun, 29 Oct 2006 20:09:24 -0000 On Sun, Oct 29, 2006 at 08:27:36PM +0100, Jean-Yves Lefort wrote: > On Sun, 29 Oct 2006 19:38:25 +0100 > Juergen Lock wrote: > > > I was wondering why I don't see things like the ISS in celestia > > even when it knows them (tho with outdated ISS orbit elements, > > I updated them as explained here, > > http://www.shatters.net/forum/viewtopic.php?p=41069#41069 > > ) when I found out the port just doesn't install the .3ds files > > that do come with the distribution. Looking at > > work/celestia-1.4.1/models/Makefile.am > > I see $(wildcard *.3ds) mentioned in EXTRA_DIST, which makes me > > suspect somehow the automake magic doesn't work as expected on > > FreeBSD. Is this assumption right? And does anyone have an idea > > how to fix this? > > Apparently the vendor forgot to install a few 3D models (EXTRA_DIST > means include in dist tarball, not install). I'll fix this. Thanx! (didn't see your reply until after I patched it myself :) Do you know anything about the moved .la files?