public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Ben Lutgens <blutgens@sistina.com>
To: gentoo-dev@cvs.gentoo.org
Subject: Re: [gentoo-dev] ebuild for doxygen
Date: Fri Jul 13 08:00:02 2001	[thread overview]
Message-ID: <20010713085856.D761@minime.sistina.com> (raw)
In-Reply-To: <1DCB85BD45DED211B12D009027279E4F47676C@murcury>; from SMitchell@phoenix-interactive.com on Fri, Jul 13, 2001 at 09:43:53AM -0400

[-- Attachment #1: Type: text/plain, Size: 1484 bytes --]

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 
>> up. What an ugly build tree that package is. 
>
>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 
>
> SRC_URI="ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.2.8.1.src.tar.gz"


you could have saved yourself some work by doing
src_compile() {

    local myconf
    if [ "`use qt`" ]; then
        myconf="--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="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 
>
>_______________________________________________
>gentoo-dev mailing list
>gentoo-dev@cvs.gentoo.org
>http://cvs.gentoo.org/mailman/listinfo/gentoo-dev

-- 
Ben Lutgens		
Sistina Software Inc.	
Kernel panic: I have no root and I want to scream

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

  reply	other threads:[~2001-07-13 13:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-13  7:48 [gentoo-dev] ebuild for doxygen Sean Mitchell
2001-07-13  8:00 ` Ben Lutgens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-07-13  7:01 Sean Mitchell
2001-07-13  7:27 ` Ben Lutgens
2001-07-12 13:44 Sean Mitchell
2001-07-12 14:32 ` Daniel Robbins
2001-07-12 14:37 ` Ben Lutgens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010713085856.D761@minime.sistina.com \
    --to=blutgens@sistina.com \
    --cc=gentoo-dev@cvs.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox