Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2006 20:32:16 -0500
From:      Josh Tolbert <hemi@puresimplicity.net>
To:        Thierry Thomas <thierry@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/99072: [maintainer update] Update biology/xdrawchem to 1.9.9
Message-ID:  <20060618013216.GA12560@just.puresimplicity.net>
In-Reply-To: <200606172209.k5HM9Zm4017879@freefall.freebsd.org>
References:  <200606172209.k5HM9Zm4017879@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 17, 2006 at 10:09:35PM +0000, Thierry Thomas wrote:
> Synopsis: [maintainer update] Update biology/xdrawchem to 1.9.9
> 
> State-Changed-From-To: open->closed
> State-Changed-By: thierry
> State-Changed-When: Sat Jun 17 22:08:00 UTC 2006
> State-Changed-Why: 
> 
> Committed, thanks!
> 
> But I have noticed two minor problems:
> 
> - Why did you remove the line
> CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
> Now configure reports:
> ===>  Configuring for xdrawchem-1.9.9
> configure: WARNING: you should use --build, --host, --target
> 
> - libm is not found by configure:
> checking for floor... no
> checking for pow... no
> checking for sqrt... no
> 
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=99072

It seemed like the build and host system types were being determined correctly
without specifying the CONFIGURE_TARGET, plus the Porter's Handbook indicates
that in the interest of simplicity it's generally wise to keep things simple.
I figured since the configure stage was apparently smart enough to get it
right there wasn't any reason to specify the CONFIGURE_TARGET manually. If
this is the incorrect way to do things I'll be happy to submit a patch that
utilizes CONFIGURE_TARGET again.

checking build system type... i386-portbld-freebsd6.1
checking host system type... i386-portbld-freebsd6.1

For what it's worth, I see that same warning from configure in a lot of other
ports, so I guessed that the warning was acceptable.

libm...Sounds like it might be useful. :) What would be the best way to fix
this?

Thanks,
Josh 
-- 
Josh Tolbert
hemi@puresimplicity.net  ||  http://www.puresimplicity.net/~hemi/

Security is mostly a superstition. It does not exist in nature, nor
do the children of men as a whole experience it. Avoiding danger
is no safer in the long run than outright exposure. Life is either
a daring adventure, or nothing.
    -- Helen Keller



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060618013216.GA12560>