SF.net SVN: gar:[23248] csw/mgar/pkg/libmpfr/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Mar 17 23:52:15 CET 2014
Revision: 23248
http://sourceforge.net/p/gar/code/23248
Author: wahwah
Date: 2014-03-17 22:52:14 +0000 (Mon, 17 Mar 2014)
Log Message:
-----------
libmpfr/trunk: Version bump
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 2014-03-17 22:21:11 UTC (rev 23247)
+++ csw/mgar/pkg/libmpfr/trunk/Makefile 2014-03-17 22:52:14 UTC (rev 23248)
@@ -1,7 +1,7 @@
# $Id$
NAME = mpfr
-VERSION = 3.1.0
+VERSION = 3.1.2
GARTYPE = v2
DESCRIPTION = GNU Multiple Precision floating-point arithmetic library
@@ -11,10 +11,16 @@
endef
DL_VER = $(shell echo $(VERSION) | gsed -e 's/\([^-]\+\)\(-.*\)/\1/')
+PACKAGING_PLATFORMS = solaris9-i386
+PACKAGING_PLATFORMS += solaris9-sparc
+PACKAGING_PLATFORMS += solaris10-i386
+PACKAGING_PLATFORMS += solaris10-sparc
MASTER_SITES = http://www.mpfr.org/mpfr-$(DL_VER)/
DISTFILES = $(NAME)-$(VERSION).tar.bz2
+UPSTREAM_MASTER_SITES = http://www.mpfr.org/mpfr-current/
+
BUILD_DEP_PKGS = CSWlibgmp-dev
BUILD64_LIBS_ONLY = 1
@@ -25,12 +31,22 @@
# With the default -xO3, there are failing unit tests.
OPT_FLAGS_SOS = -xO2
+# GCC4_CC_HOME = /opt/csw/gcc4
+# GCC4_CC = $(GCC4_CC_HOME)/bin/gcc
+# GCC4_CXX = $(GCC4_CC_HOME)/bin/g++
+# prefix = $(HOME)/usr-$(GARCH)-$(GAROSREL)
+# EXTRA_INC = $(prefix)/include
+# EXTRA_INC += $(BUILD_PREFIX)/include
+# # For linking against the old gcc
+# EXTRA_LIB = $(prefix)/gcc4/lib
+
PACKAGES =
PACKAGES += CSWlibmpfr4
CATALOGNAME_CSWlibmpfr4 = libmpfr4
PKGFILES_CSWlibmpfr4 += $(call baseisadirs,$(libdir),libmpfr\.so\.4(\.\d+)*)
SPKG_DESC_CSWlibmpfr4 += $(DESCRIPTION), libmpfr.so.4
RUNTIME_DEP_PKGS_CSWlibmpfr4 += CSWlibgmp10
+CHECKPKG_OVERRIDES_CSWlibmpfr4 += no-direct-binding
PACKAGES += CSWlibmpfr-dev
SPKG_DESC_CSWlibmpfr-dev = MPFR development files
Modified: csw/mgar/pkg/libmpfr/trunk/checksums
===================================================================
--- csw/mgar/pkg/libmpfr/trunk/checksums 2014-03-17 22:21:11 UTC (rev 23247)
+++ csw/mgar/pkg/libmpfr/trunk/checksums 2014-03-17 22:52:14 UTC (rev 23248)
@@ -1 +1 @@
-238ae4a15cc3a5049b723daef5d17938 mpfr-3.1.0.tar.bz2
+ee2c3ac63bf0c2359bf08fc3ee094c19 mpfr-3.1.2.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