From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 29 07:52:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0128637B401; Tue, 29 Jul 2003 07:52:28 -0700 (PDT) Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D2CE43FE1; Tue, 29 Jul 2003 07:52:25 -0700 (PDT) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73]) 8.11.1-0.5) with ESMTP id h6TEqOK00587; Tue, 29 Jul 2003 16:52:24 +0200 Received: (from stolz@localhost)h6TEqOED021665; Tue, 29 Jul 2003 16:52:24 +0200 (CEST) (envelope-from stolz) Date: Tue, 29 Jul 2003 16:52:24 +0200 From: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20030729145224.GD21249@i2.informatik.rwth-aachen.de> References: <200307162114.h6GLESm0086222@menelaos.informatik.rwth-aachen.de> <200307162120.h6GLK7ud088481@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307162120.h6GLK7ud088481@freefall.freebsd.org> X-PGP-Key: finger vs@foldr.org X-PGP-Id: 0x3FD1B6B5 User-Agent: Mutt/1.5.4i cc: oliver@FreeBSD.org Subject: Re: ports/54555: [new port] devel/gccxml: An XML output extension to GCC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 14:52:28 -0000 > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [new port] devel/gccxml: An XML output extension to GCC > >Arrival-Date: Wed Jul 16 14:20:06 PDT 2003 Please apply the following patch to the initial submission. This will only build the relevant part, even on -CURRENT. (And fix a speling error). --- Makefile.orig Tue Jul 29 16:48:08 2003 +++ Makefile Tue Jul 29 16:48:27 2003 @@ -14,7 +14,7 @@ MAINTAINER= stolz@i2.informatik.rwth-aachen.de COMMENT= XML output extension to GCC -BUILD_DEPEND= cmake:${PORTSDIR}/devel/cmake +BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake # This one's neat: We have to build things in two subdirectories, # but only need to invoke configure in one of them. This means we @@ -26,7 +26,7 @@ INSTALL_WRKSRC= ${WRKDIR}/${DISTNAME}-build GNU_CONFIGURE= YES -CONFIGURE_ARGS= --enable-languages=c++ --without-libstdcxx +CONFIGURE_ARGS= --enable-languages=c++ --without-libstdcxx --disable-nls --without-libstdc MAN1= gccxml.1 @@ -39,7 +39,8 @@ ${LOCALBASE}/bin/cmake ../${DISTNAME} -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} do-build: - cd ${CONFIGURE_WRKSRC} && ${MAKE} + cd ${CONFIGURE_WRKSRC}/libiberty && ${MAKE} libiberty.a + cd ${CONFIGURE_WRKSRC}/gcc && ${MAKE} tm.h tm_p.h cc1plus cd ${WRKDIR}/${DISTNAME}-build && ${MAKE} post-install: -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME rage against the finite state machine