From owner-freebsd-ports@FreeBSD.ORG Wed Jun 23 16:17:29 2004 Return-Path: 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 EA7D816A4CE for ; Wed, 23 Jun 2004 16:17:29 +0000 (GMT) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 99AC443D2F for ; Wed, 23 Jun 2004 16:17:26 +0000 (GMT) (envelope-from neuhauser@chello.cz) Received: (qmail 41364 invoked by uid 0); 23 Jun 2004 16:17:24 -0000 Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16) by smtp.dkm.cz with SMTP; 23 Jun 2004 16:17:24 -0000 Received: by isis.wad.cz (Postfix, from userid 1001) id 32D4F2FDA01; Wed, 23 Jun 2004 18:17:24 +0200 (CEST) Date: Wed, 23 Jun 2004 18:17:24 +0200 From: Roman Neuhauser To: Paul Seniura Message-ID: <20040623161724.GA1370@isis.wad.cz> Mail-Followup-To: Paul Seniura , freebsd-ports@freebsd.org References: <20040623155459.5873F5C9B@techpc04.okladot.state.ok.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040623155459.5873F5C9B@techpc04.okladot.state.ok.us> User-Agent: Mutt/1.5.6i cc: freebsd-ports@freebsd.org Subject: Re: astro/celestia is using an incomplete src tarball X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2004 16:17:30 -0000 # pdseniura@techie.com / 2004-06-23 10:54:59 -0500: > if c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../.. -I.. -I/usr/local/include -DQT_THREAD_SUPPORT -march=pentium2 -pipe -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -Wnon-virtual-dtor -Wno-long-long -Wundef -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -DNDEBUG -DNO_DEBUG -fno-exceptions -fno-check-new -fomit-frame-pointer -DCELX -MT kdeapp.o -MD -MP -MF ".deps/kdeapp.Tpo" \ > -c -o kdeapp.o `test -f 'kdeapp.cpp' || echo './'`kdeapp.cpp; \ > then mv -f ".deps/kdeapp.Tpo" ".deps/kdeapp.Po"; \ > else rm -f ".deps/kdeapp.Tpo"; exit 1; \ > fi > In file included from ../../celengine/vertexprog.h:15, > from ../../celengine/glcontext.h:15, > from ../../celengine/render.h:18, > from ../../celengine/execenv.h:14, > from ../../celengine/command.h:15, > from ../celestiacore.h:19, > from kdeglwidget.h:25, > from kdeapp.cpp:67: > ../../celengine/gl.h:33:1: warning: "GL_ARB_multitexture" redefined > In file included from /usr/X11R6/include/GL/gl.h:2472, > from /usr/X11R6/include/qgl.h:79, > from kdeglwidget.h:21, > from kdeapp.cpp:67: > /usr/X11R6/include/GL/glext.h:2706:1: warning: this is the location of the previous definition > kdeapp.cpp: In member function `void KdeApp::initActions()': > kdeapp.cpp:305: warning: `key' is deprecated (declared at > /usr/local/include/kstdaccel.h:420) > kdeapp.cpp:308: warning: `key' is deprecated (declared at > /usr/local/include/kstdaccel.h:420) > kdeapp.cpp: In member function `void KdeApp::slotDisplayLocalTime()': > kdeapp.cpp:1024: error: wrong type argument to unary minus > kdeapp.cpp:1024: error: `daylight' undeclared (first use this function) > kdeapp.cpp:1024: error: (Each undeclared identifier is reported only once for > each function it appears in.) My guess is kdeapp.cpp containes a misplaced definition of daylight variable, either #ifdefed so it's not there when you compile it on OSX, or the other compiler is more fogiving. > But could we get the proper full tarball specs > put into the FreeBSD skeleton, please? I'll > whip up a PR+patch asap if needed. Go ahead. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html