[csw-devel] SF.net SVN: gar:[15652] csw/mgar/pkg/libmpfr/branches/rc

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Sep 19 13:40:50 CEST 2011


Revision: 15652
          http://gar.svn.sourceforge.net/gar/?rev=15652&view=rev
Author:   wahwah
Date:     2011-09-19 11:40:50 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
pkg/libmpfr/branches/rc: testing a release candidate, also not using LD_OPTIONS

Modified Paths:
--------------
    csw/mgar/pkg/libmpfr/branches/rc/Makefile
    csw/mgar/pkg/libmpfr/branches/rc/checksums

Modified: csw/mgar/pkg/libmpfr/branches/rc/Makefile
===================================================================
--- csw/mgar/pkg/libmpfr/branches/rc/Makefile	2011-09-19 11:18:27 UTC (rev 15651)
+++ csw/mgar/pkg/libmpfr/branches/rc/Makefile	2011-09-19 11:40:50 UTC (rev 15652)
@@ -1,7 +1,7 @@
 # $Id$
 
 NAME = mpfr
-VERSION = 3.0.1
+VERSION = 3.1.0-rc1
 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/branches/rc/checksums
===================================================================
--- csw/mgar/pkg/libmpfr/branches/rc/checksums	2011-09-19 11:18:27 UTC (rev 15651)
+++ csw/mgar/pkg/libmpfr/branches/rc/checksums	2011-09-19 11:40:50 UTC (rev 15652)
@@ -1 +1 @@
-bfbecb2eacb6d48432ead5cfc3f7390a  mpfr-3.0.1.tar.bz2
+b8db8526722c6b51066fc318c5acf420  mpfr-3.1.0-rc1.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