[csw-devel] SF.net SVN: gar:[15843] csw/mgar/pkg/libmpfr/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Oct 3 19:16:28 CEST 2011


Revision: 15843
          http://gar.svn.sourceforge.net/gar/?rev=15843&view=rev
Author:   wahwah
Date:     2011-10-03 17:16:28 +0000 (Mon, 03 Oct 2011)
Log Message:
-----------
pkg/libmpfr/trunk: upgrade to 3.1.0

Modified Paths:
--------------
    csw/mgar/pkg/libmpfr/trunk/Makefile
    csw/mgar/pkg/libmpfr/trunk/checksums

Modified: csw/mgar/pkg/libmpfr/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libmpfr/trunk/Makefile	2011-10-03 16:34:17 UTC (rev 15842)
+++ csw/mgar/pkg/libmpfr/trunk/Makefile	2011-10-03 17:16:28 UTC (rev 15843)
@@ -1,7 +1,7 @@
 # $Id$
 
 NAME = mpfr
-VERSION = 3.0.1
+VERSION = 3.1.0
 CATEGORIES = lib
 GARTYPE = v2
 
@@ -11,14 +11,13 @@
 	computations with correct rounding.
 endef
 
-MASTER_SITES = http://www.mpfr.org/mpfr-$(VERSION)/
+DL_VER = $(shell echo $(VERSION) | gsed -e 's/\([^-]\+\)\(-.*\)/\1/')
+
+MASTER_SITES = http://www.mpfr.org/mpfr-$(DL_VER)/
 DISTFILES  = $(NAME)-$(VERSION).tar.bz2
 
 BUILD_DEP_PKGS = CSWlibgmp-dev
 
-RUNTIME_DEP_PKGS_CSWlibmpfr  = 
-#PATCHFILES = patches
-
 BUILD64 = 1
 STRIP_LIBTOOL = 1
 
@@ -42,4 +41,12 @@
 CHECKPKG_OVERRIDES_CSWlibmpfr-dev += file-with-bad-content|/usr/local|root/opt/csw/share/info/mpfr.info
 CHECKPKG_OVERRIDES_CSWlibmpfr-dev += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mpfr/FAQ.html
 
+# The LD_OPTIONS setting breaks the test suite, because it makes
+# /opt/csw/lib/$ISALIST be always in front, while the tests require a local
+# directory be in front instead.
+# http://websympa.loria.fr/wwsympa/arc/mpfr/2011-09/msg00009.html
+# http://wiki.opencsw.org/porting-faq#toc9
+LD_OPTIONS =
+EXTRA_LINKER_FLAGS = $(RUNPATH_LINKER_FLAGS)
+
 include gar/category.mk

Modified: csw/mgar/pkg/libmpfr/trunk/checksums
===================================================================
--- csw/mgar/pkg/libmpfr/trunk/checksums	2011-10-03 16:34:17 UTC (rev 15842)
+++ csw/mgar/pkg/libmpfr/trunk/checksums	2011-10-03 17:16:28 UTC (rev 15843)
@@ -1 +1 @@
-bfbecb2eacb6d48432ead5cfc3f7390a  mpfr-3.0.1.tar.bz2
+238ae4a15cc3a5049b723daef5d17938  mpfr-3.1.0.tar.bz2

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list