cvs commit: ports/math/mpfr Makefile distinfo

b. f. bf1783 at googlemail.com
Fri Oct 7 01:58:48 UTC 2011


On 10/6/11, Alex Dupre <ale at 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.


More information about the cvs-ports mailing list