Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2011 21:58:46 -0400
From:      "b. f." <bf1783@googlemail.com>
To:        Alex Dupre <ale@freebsd.org>
Cc:        cvs-ports@freebsd.org, gerald@FreeBSD.org, cvs-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: cvs commit: ports/math/mpfr Makefile distinfo
Message-ID:  <CAGFTUwMQpTXi1%2B%2BLFLhDK6V57m0LSvaB4C0Xxa2KwPAbjm5SiQ@mail.gmail.com>
In-Reply-To: <201110061228.p96CSkxu017078@repoman.freebsd.org>
References:  <201110061228.p96CSkxu017078@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/6/11, Alex Dupre <ale@freebsd.org> wrote:
> ale         2011-10-06 12:28:46 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
>     math/mpfr            Makefile distinfo
>   Log:
>   Update to 3.1.0 release.
>   Do not enable thread-safe support, since
>   "it seems that the initialisation of Thread Local Storage
>    variables to some values which are function address doesn't work
>    inside a shared library on FreeBSD"
>
>   Revision  Changes    Path
>   1.21      +8 -4      ports/math/mpfr/Makefile
>   1.16      +2 -10     ports/math/mpfr/distinfo
>

>From ${WRKSRC}/src/Makefile:

libmpfr_la_LDFLAGS = $(MPFR_LDFLAGS) $(LIBMPFR_LDFLAGS) -version-info 5:0:1

So this should have included a libmpfr major version bump in the pkg-plist:


Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/math/mpfr/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist    11 Jun 2010 15:08:51 -0000      1.6
+++ pkg-plist    7 Oct 2011 01:36:11 -0000
@@ -3,4 +3,4 @@
 lib/libmpfr.a
 lib/libmpfr.la
 lib/libmpfr.so
-lib/libmpfr.so.4
+lib/libmpfr.so.5


and associated changes to all dependent ports.  Unfortunately, all
dependent ports, including lang/gcc4*, are now broken.  Also, I wonder
if some of the dependent ports have come to depend, explicitly or
implicitly, upon a thread-safe mpfr?

Regards,
              b.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGFTUwMQpTXi1%2B%2BLFLhDK6V57m0LSvaB4C0Xxa2KwPAbjm5SiQ>