From owner-freebsd-ports@FreeBSD.ORG Sun Oct 29 18:45:22 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 E319A16A40F; Sun, 29 Oct 2006 18:45:22 +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 BF99943D53; Sun, 29 Oct 2006 18:45:21 +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 k9TIjJil025434 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 29 Oct 2006 19:45:19 +0100 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id k9TIjJth025432; Sun, 29 Oct 2006 19:45:19 +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 k9TIcQ3C086140; Sun, 29 Oct 2006 19:38:26 +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 k9TIcPoG086139; Sun, 29 Oct 2006 19:38:25 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Sun, 29 Oct 2006 19:38:25 +0100 To: freebsd-ports@freebsd.org Message-ID: <20061029183825.GA85830@saturn.kn-bremen.de> Mail-Followup-To: freebsd-ports@freebsd.org, jylefort@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Cc: jylefort@freebsd.org Subject: 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 18:45:23 -0000 Hi! 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? Thanx, Juergen