From owner-freebsd-ports@FreeBSD.ORG Sat May 15 05:56:44 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 CBCA916A4CE for ; Sat, 15 May 2004 05:56:44 -0700 (PDT) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 2E5A743D1F for ; Sat, 15 May 2004 05:56:43 -0700 (PDT) (envelope-from neuhauser@chello.cz) Received: (qmail 28815 invoked by uid 0); 15 May 2004 12:56:42 -0000 Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16) by smtp.dkm.cz with SMTP; 15 May 2004 12:56:42 -0000 Received: by isis.wad.cz (Postfix, from userid 1001) id C378D2FDA01; Sat, 15 May 2004 14:56:41 +0200 (CEST) Date: Sat, 15 May 2004 14:56:41 +0200 From: Roman Neuhauser To: freebsd-ports Message-ID: <20040515125641.GB1862@isis.wad.cz> Mail-Followup-To: freebsd-ports , ijliao@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i cc: ijliao@freebsd.org Subject: astro/nova: USE_GCC=3.3 -> BROKEN on STABLE 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: Sat, 15 May 2004 12:56:44 -0000 The astro/nova port has had this change, and I wonder, doesn't USE_GCC work? RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000 USE_REINPLACE= yes -USE_GCC= 3.3 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile with gcc 2.x" +.endif + -- 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