Summary: | [PATCH]math/gsl: update to 1.11 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | bf <bf2006a> | ||||
Component: | Individual Port(s) | Assignee: | Philippe Audeoud <jadawin> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
bf
2008-04-01 04:20:02 UTC
There is a requested update to math/gsl that is under evaluation. (See: http://www.freebsd.org/cgi/query-pr.cgi?pr=122325 ) If it is approved, it will require at least minimal changes in a port for which you are listed as maintainer. bf. ____________________________________________________________________________________ Special deal for Yahoo! users & friends - No Cost. Get a month of Blockbuster Total Access now http://tc.deals.yahoo.com/tc/blockbuster/text3.com Responsible Changed From-To: freebsd-ports-bugs->jadawin I'll take it. bf schrieb:
> There is a requested update to math/gsl that is under
> evaluation. (See:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=122325
I herewith authorize that ports/mail/bogofilter/Makefile be changed
(LIB_DEPENDS gsl version bumped) from
.if !defined(WITHOUT_GSL)
LIB_DEPENDS+= gsl.10:${PORTSDIR}/math/gsl
.else
CONFIGURE_ARGS+= --with-included-gsl
.endif
to
.if !defined(WITHOUT_GSL)
LIB_DEPENDS+= gsl.12:${PORTSDIR}/math/gsl
.else
CONFIGURE_ARGS+= --with-included-gsl
.endif
without further maintainer feedback.
I wonder if we should remove the version from bogofilter's LIB_DEPENDS
altogether, the configure script will figure the GSL version anyways and
fall back to using an included copy of 1.4 if the installed GSL predates
release 1.0, so the worst that will ever happen is a bogofilter port or
package depending on an outdated GSL version that is never used.
--
Matthias Andree
jadawin 2008-04-08 13:30:47 UTC FreeBSD ports repository Modified files: math/gsl Makefile distinfo pkg-descr pkg-plist math/gsl/files patch-configure Log: - Update to 1.11 - Update pkg-descr - Update pkg-plist PR: ports/122325 Submitted by: bf <bf2006a@yahoo.com> (maintainer) Approved by: thierry (mentor) Revision Changes Path 1.40 +1 -1 ports/math/gsl/Makefile 1.25 +3 -3 ports/math/gsl/distinfo 1.3 +6 -14 ports/math/gsl/files/patch-configure 1.8 +0 -2 ports/math/gsl/pkg-descr 1.25 +1 -1 ports/math/gsl/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |