From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=DATE_IN_PAST_12_24,DMARC_NONE, INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from hermes.sistina.com ([208.210.145.141] helo=sistina.com) by cvs.gentoo.org with smtp (Exim 3.30 #1) id 15L3TY-0005lc-00 for gentoo-dev@cvs.gentoo.org; Fri, 13 Jul 2001 07:59:24 -0600 Received: (qmail 13476 invoked from network); 13 Jul 2001 13:58:12 -0000 Received: from leela.sistina.com (HELO minime.sistina.com) (208.210.145.140) by hermes.sistina.com with SMTP; 13 Jul 2001 13:58:12 -0000 Received: by minime.sistina.com (sSMTP sendmail emulation); Fri, 13 Jul 2001 08:58:56 -0500 From: Ben Lutgens To: gentoo-dev@cvs.gentoo.org Subject: Re: [gentoo-dev] ebuild for doxygen Message-ID: <20010713085856.D761@minime.sistina.com> References: <1DCB85BD45DED211B12D009027279E4F47676C@murcury> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="C1iGAkRnbeBonpVg" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1DCB85BD45DED211B12D009027279E4F47676C@murcury>; from SMitchell@phoenix-interactive.com on Fri, Jul 13, 2001 at 09:43:53AM -0400 X-Mailer: telnet yourmailserver 25 Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Fri Jul 13 08:00:02 2001 X-Original-Date: Fri, 13 Jul 2001 08:58:56 -0500 X-Archives-Salt: 9c93598f-8190-48e8-acb8-c400be04427b X-Archives-Hash: e0bc5744fa7d36ec3317f7224de24a7f --C1iGAkRnbeBonpVg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 13, 2001 at 09:43:53AM -0400, Sean Mitchell wrote: > >> -----Original Message----- >> From: Ben Lutgens [mailto:blutgens@sistina.com] > >> K, I'll look it over. I tinkered with it yesterday but gave=20 >> up. What an ugly build tree that package is.=20 > >Yeah.... I think he does that to keep MSVC and Borland and all the rest >separate. > >I'd appreciate any comments on how to improve it. I have changed=20 > > SRC_URI=3D"ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.2.8.1.src.tar.g= z" you could have saved yourself some work by doing src_compile() { local myconf if [ "`use qt`" ]; then myconf=3D"--with-doxywizard" fi try ./configure --install install --prefix ${D}/usr ${myconf} try make all # let cflags come from /etc/make.conf } Other than that it looks good provided you didn't want to compile the docs and install them, it gets a little trickier there since the Makefile blows goats. > >to > > SRC_URI=3D"ftp://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz" > >but I'm sure there are other things I could do. > > >I'm on the Doxygen mailing list, so I'll hover over this ebuild and post >updates as new versions come out. > > >Sean=20 > >_______________________________________________ >gentoo-dev mailing list >gentoo-dev@cvs.gentoo.org >http://cvs.gentoo.org/mailman/listinfo/gentoo-dev --=20 Ben Lutgens =09 Sistina Software Inc.=09 Kernel panic: I have no root and I want to scream --C1iGAkRnbeBonpVg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7Tv6gLxkxGgLdGQgRAo8OAKCzxqkX2TEl3iEZ7Snur7fzeWIXDACgwHY7 U9zBU47jZ8J4dsHXXtz5aw8= =Eniz -----END PGP SIGNATURE----- --C1iGAkRnbeBonpVg--