* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2006-12-02 18:14 aldot at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: aldot at uclibc.org @ 2006-12-02 18:14 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2006-12-02 10:14:38 -0800 (Sat, 02 Dec 2006)
New Revision: 16757
Log:
- bump version. No patches (yet). Yay! :)
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2006-12-02 18:13:31 UTC (rev 16756)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2006-12-02 18:14:38 UTC (rev 16757)
@@ -3,8 +3,8 @@
# mpfr
#
#############################################################
-MPFR_VERSION:=2.2.0
-MPFR_PATCH:=patches
+MPFR_VERSION:=2.2.1
+#MPFR_PATCH:=patches
MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
MPFR_CAT:=$(BZCAT)
MPFR_SITE:=http://www.mpfr.org/mpfr-current/
@@ -37,6 +37,7 @@
$(MPFR_DIR)/.configured: $(MPFR_DIR)/.unpacked
(cd $(MPFR_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
+ CFLAGS="$(TARGET_CFLAGS)" \
ac_cv_c_bigendian=$(MPFR_BE) \
./configure \
--host=$(REAL_GNU_TARGET_NAME) \
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2006-12-13 20:09 aldot at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: aldot at uclibc.org @ 2006-12-13 20:09 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2006-12-13 12:09:07 -0800 (Wed, 13 Dec 2006)
New Revision: 16905
Log:
- fix typo.
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2006-12-13 19:59:07 UTC (rev 16904)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2006-12-13 20:09:07 UTC (rev 16905)
@@ -59,7 +59,7 @@
--with-gmp=$(STAGING_DIR) \
$(DISABLE_NLS) \
);
- touch $(MPFR_DIR)/.configured
+ touch $@
$(MPFR_DIR)/.libs/$(MPFR_BINARY): $(MPFR_DIR)/.configured
$(MAKE) CC=$(TARGET_CC) -C $(MPFR_DIR)
@@ -125,7 +125,7 @@
--with-gmp-build=$(GMP_HOST_DIR) \
$(DISABLE_NLS) \
) && \
- touch $(MPFR_DIR)/.configured
+ touch $@
$(MPFR_HOST_DIR)/.libs/$(MPFR_BINARY): $(MPFR_HOST_DIR)/.configured
$(MAKE) -C $(MPFR_HOST_DIR)
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2006-12-14 15:37 aldot at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: aldot at uclibc.org @ 2006-12-14 15:37 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2006-12-14 07:37:12 -0800 (Thu, 14 Dec 2006)
New Revision: 16926
Log:
- eventually let configure check our cross-compiler. nil the checks otherwise.
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2006-12-14 15:36:12 UTC (rev 16925)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2006-12-14 15:37:12 UTC (rev 16926)
@@ -34,12 +34,15 @@
endif
touch $(MPFR_DIR)/.unpacked
+ifeq ($(BR2_INSTALL_LIBSTDCPP),)
+MPFR_CXX:=CXX=""
+endif
$(MPFR_DIR)/.configured: $(MPFR_DIR)/.unpacked $(STAGING_DIR)/lib/$(GMP_BINARY)
(cd $(MPFR_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
ac_cv_c_bigendian=$(MPFR_BE) \
- CXX="" \
+ $(MPFR_CXX) \
./configure \
--host=$(REAL_GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2006-12-21 17:20 aldot at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: aldot at uclibc.org @ 2006-12-21 17:20 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2006-12-21 09:20:42 -0800 (Thu, 21 Dec 2006)
New Revision: 17035
Log:
- forgot to bump the libversion
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2006-12-21 17:03:20 UTC (rev 17034)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2006-12-21 17:20:42 UTC (rev 17035)
@@ -10,7 +10,7 @@
MPFR_SITE:=http://www.mpfr.org/mpfr-current/
MPFR_DIR:=$(BUILD_DIR)/mpfr-$(MPFR_VERSION)
MPFR_BINARY:=libmpfr.a
-MPFR_LIBVERSION:=1.0.0
+MPFR_LIBVERSION:=1.0.1
ifeq ($(BR2_ENDIAN),"BIG")
MPFR_BE:=yes
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2006-12-22 10:20 aldot at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: aldot at uclibc.org @ 2006-12-22 10:20 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2006-12-22 02:20:56 -0800 (Fri, 22 Dec 2006)
New Revision: 17040
Log:
- Add target for .so without the LIBVERSION.
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2006-12-22 00:45:27 UTC (rev 17039)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2006-12-22 10:20:56 UTC (rev 17040)
@@ -80,7 +80,7 @@
mandir=$(STAGING_DIR)/man \
-C $(MPFR_DIR) install;
-$(TARGET_DIR)/lib/libmpfr.so.$(MPFR_LIBVERSION): $(STAGING_DIR)/lib/$(MPFR_BINARY)
+$(TARGET_DIR)/lib/libmpfr.so $(TARGET_DIR)/lib/libmpfr.so.$(MPFR_LIBVERSION): $(STAGING_DIR)/lib/$(MPFR_BINARY)
cp -a $(STAGING_DIR)/lib/libmpfr.so* $(STAGING_DIR)/lib/libmpfr.a \
$(TARGET_DIR)/lib/
ifeq ($(BR2_PACKAGE_LIBMPFR_HEADERS),y)
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2007-01-16 21:00 aldot at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: aldot at uclibc.org @ 2007-01-16 21:00 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-01-16 13:00:54 -0800 (Tue, 16 Jan 2007)
New Revision: 17330
Log:
- forgot to mkdir
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2007-01-16 19:51:03 UTC (rev 17329)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2007-01-16 21:00:54 UTC (rev 17330)
@@ -36,6 +36,7 @@
touch $(MPFR_DIR)/.unpacked
$(MPFR_TARGET_DIR)/.configured: $(MPFR_DIR)/.unpacked $(STAGING_DIR)/lib/$(GMP_BINARY)
+ mkdir -p $(MPFR_TARGET_DIR)
(cd $(MPFR_TARGET_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2007-03-19 14:16 aldot at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: aldot at uclibc.org @ 2007-03-19 14:16 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-03-19 07:16:10 -0700 (Mon, 19 Mar 2007)
New Revision: 18159
Log:
- apply bugfixes ontop of 2.2.1
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2007-03-19 13:44:18 UTC (rev 18158)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2007-03-19 14:16:10 UTC (rev 18159)
@@ -4,7 +4,7 @@
#
#############################################################
MPFR_VERSION:=2.2.1
-#MPFR_PATCH:=patches
+MPFR_PATCH:=patches
MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
MPFR_CAT:=$(BZCAT)
MPFR_SITE:=http://www.mpfr.org/mpfr-current/
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2007-03-22 13:21 aldot at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: aldot at uclibc.org @ 2007-03-22 13:21 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-03-22 06:21:05 -0700 (Thu, 22 Mar 2007)
New Revision: 18201
Log:
- download eventual mpfr patchfile to dl_dir. Closes #1283
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2007-03-21 22:31:24 UTC (rev 18200)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2007-03-22 13:21:05 UTC (rev 18201)
@@ -5,6 +5,7 @@
#############################################################
MPFR_VERSION:=2.2.1
MPFR_PATCH:=patches
+MPFR_PATCH_FILE:=mpfr-$(MPFR_VERSION).patch
MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
MPFR_CAT:=$(BZCAT)
MPFR_SITE:=http://www.mpfr.org/mpfr-current/
@@ -19,19 +20,30 @@
MPFR_BE:=no
endif
+# No patch
+ifeq ($(MPFR_PATCH),)
$(DL_DIR)/$(MPFR_SOURCE):
$(WGET) -P $(DL_DIR) $(MPFR_SITE)/$(MPFR_SOURCE)
-
libmpfr-source: $(DL_DIR)/$(MPFR_SOURCE)
+endif
+# need patch
+ifneq ($(MPFR_PATCH),)
+$(DL_DIR)/$(MPFR_SOURCE):
+ $(WGET) -P $(DL_DIR) $(MPFR_SITE)/$(MPFR_SOURCE)
+$(DL_DIR)/$(MPFR_PATCH_FILE):
+ $(WGET) -O $@ $(MPFR_SITE)/$(MPFR_PATCH)
+
+libmpfr-source: $(DL_DIR)/$(MPFR_SOURCE) $(DL_DIR)/$(MPFR_PATCH_FILE)
+endif
+
$(MPFR_DIR)/.unpacked: $(DL_DIR)/$(MPFR_SOURCE)
$(MPFR_CAT) $(DL_DIR)/$(MPFR_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(MPFR_DIR) package/mpfr/ \*.patch
$(CONFIG_UPDATE) $(MPFR_DIR)
ifneq ($(MPFR_PATCH),)
- $(WGET) -P $(MPFR_DIR) $(MPFR_SITE)/$(MPFR_PATCH)
- ( cd $(MPFR_DIR) ; patch -p1 < $(MPFR_PATCH) ; )
+ ( cd $(MPFR_DIR) ; patch -p1 < $(MPFR_PATCH_FILE) ; )
endif
touch $@
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2007-03-22 16:14 aldot at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: aldot at uclibc.org @ 2007-03-22 16:14 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-03-22 09:14:42 -0700 (Thu, 22 Mar 2007)
New Revision: 18202
Log:
- fix previous incomplete commit of mine
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2007-03-22 13:21:05 UTC (rev 18201)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2007-03-22 16:14:42 UTC (rev 18202)
@@ -38,12 +38,16 @@
libmpfr-source: $(DL_DIR)/$(MPFR_SOURCE) $(DL_DIR)/$(MPFR_PATCH_FILE)
endif
+ifeq ($(MPFR_PATCH),)
$(MPFR_DIR)/.unpacked: $(DL_DIR)/$(MPFR_SOURCE)
+else
+$(MPFR_DIR)/.unpacked: $(DL_DIR)/$(MPFR_SOURCE) $(DL_DIR)/$(MPFR_PATCH_FILE)
+endif
$(MPFR_CAT) $(DL_DIR)/$(MPFR_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(MPFR_DIR) package/mpfr/ \*.patch
$(CONFIG_UPDATE) $(MPFR_DIR)
ifneq ($(MPFR_PATCH),)
- ( cd $(MPFR_DIR) ; patch -p1 < $(MPFR_PATCH_FILE) ; )
+ ( cd $(MPFR_DIR) ; patch -p1 < $(DL_DIR)/$(MPFR_PATCH_FILE) ; )
endif
touch $@
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2007-08-31 14:30 aldot at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: aldot at uclibc.org @ 2007-08-31 14:30 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-08-31 07:30:22 -0700 (Fri, 31 Aug 2007)
New Revision: 19741
Log:
- bump version
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2007-08-31 14:27:07 UTC (rev 19740)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2007-08-31 14:30:22 UTC (rev 19741)
@@ -3,8 +3,8 @@
# mpfr
#
#############################################################
-MPFR_VERSION:=2.2.1
-MPFR_PATCH:=patches
+MPFR_VERSION:=2.3.0
+#MPFR_PATCH:=patches
MPFR_PATCH_FILE:=mpfr-$(MPFR_VERSION).patch
MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
MPFR_CAT:=$(BZCAT)
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2007-09-17 11:20 aldot at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: aldot at uclibc.org @ 2007-09-17 11:20 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-09-17 04:20:14 -0700 (Mon, 17 Sep 2007)
New Revision: 19865
Log:
- apply fixes for 2.3.0
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2007-09-17 11:19:04 UTC (rev 19864)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2007-09-17 11:20:14 UTC (rev 19865)
@@ -4,7 +4,7 @@
#
#############################################################
MPFR_VERSION:=2.3.0
-#MPFR_PATCH:=patches
+MPFR_PATCH:=patches
MPFR_PATCH_FILE:=mpfr-$(MPFR_VERSION).patch
MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
MPFR_CAT:=$(BZCAT)
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2007-09-17 13:44 aldot at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: aldot at uclibc.org @ 2007-09-17 13:44 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-09-17 06:44:03 -0700 (Mon, 17 Sep 2007)
New Revision: 19874
Log:
- wants --with-gmp-build nowadays
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2007-09-17 13:17:13 UTC (rev 19873)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2007-09-17 13:44:03 UTC (rev 19874)
@@ -57,7 +57,7 @@
--build=$(GNU_HOST_NAME) \
--prefix=/usr \
$(PREFERRED_LIB_FLAGS) \
- --with-gmp=$(GMP_TARGET_DIR) \
+ --with-gmp-build=$(GMP_TARGET_DIR) \
$(DISABLE_NLS) \
)
touch $@
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2007-10-31 6:52 ulf at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: ulf at uclibc.org @ 2007-10-31 6:52 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2007-10-30 23:52:26 -0700 (Tue, 30 Oct 2007)
New Revision: 20348
Log:
Cleanup logic of mpfr build, and patch using recommended switches
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2007-10-31 06:40:36 UTC (rev 20347)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2007-10-31 06:52:26 UTC (rev 20348)
@@ -14,35 +14,25 @@
MPFR_BINARY:=libmpfr$(LIBTGTEXT)
MPFR_HOST_BINARY:=libmpfr$(HOST_SHREXT)
MPFR_LIBVERSION:=1.0.1
+#MPFR_SVN_CMD:=svn co svn://scm.gforge.inria.fr/svn/mpfr/branches/2.3 mpfr-2.3
-# No patch
-ifeq ($(MPFR_PATCH),)
-$(DL_DIR)/$(MPFR_SOURCE):
- $(WGET) -P $(DL_DIR) $(MPFR_SITE)/$(MPFR_SOURCE)
-
-libmpfr-source: $(DL_DIR)/$(MPFR_SOURCE)
-endif
# need patch
ifneq ($(MPFR_PATCH),)
-$(DL_DIR)/$(MPFR_SOURCE):
- $(WGET) -P $(DL_DIR) $(MPFR_SITE)/$(MPFR_SOURCE)
+MPFR_PATCH_SOURCE:=$(DL_DIR)/$(MPFR_PATCH_FILE)
-$(DL_DIR)/$(MPFR_PATCH_FILE):
+$(MPFR_PATCH_SOURCE):
$(WGET) -O $@ $(MPFR_SITE)/$(MPFR_PATCH)
-
-libmpfr-source: $(DL_DIR)/$(MPFR_SOURCE) $(DL_DIR)/$(MPFR_PATCH_FILE)
endif
-ifeq ($(MPFR_PATCH),)
-$(MPFR_DIR)/.unpacked: $(DL_DIR)/$(MPFR_SOURCE)
-else
-$(MPFR_DIR)/.unpacked: $(DL_DIR)/$(MPFR_SOURCE) $(DL_DIR)/$(MPFR_PATCH_FILE)
-endif
+$(DL_DIR)/$(MPFR_SOURCE):
+ $(WGET) -P $(DL_DIR) $(MPFR_SITE)/$(MPFR_SOURCE)
+
+$(MPFR_DIR)/.unpacked: $(DL_DIR)/$(MPFR_SOURCE) $(MPFR_PATCH_SOURCE)
$(MPFR_CAT) $(DL_DIR)/$(MPFR_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(MPFR_DIR) package/mpfr/ \*.patch
$(CONFIG_UPDATE) $(MPFR_DIR)
ifneq ($(MPFR_PATCH),)
- ( cd $(MPFR_DIR); patch -p1 < $(DL_DIR)/$(MPFR_PATCH_FILE); )
+ ( cd $(MPFR_DIR); patch -p1 -N -Z < $(MPFR_PATCH_SOURCE); )
endif
touch $@
@@ -77,6 +67,10 @@
$(TARGET_DIR)/usr/include/
endif
+.PHONY: libmpfr-source
+
+libmpfr-source: $(DL_DIR)/$(MPFR_SOURCE) $(MPFR_PATCH_SOURCE)
+
libmpfr: uclibc $(TARGET_DIR)/usr/lib/libmpfr$(LIBTGTEXT)
stage-libmpfr: uclibc $(STAGING_DIR)/usr/lib/$(MPFR_BINARY)
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2008-01-04 20:07 prpplague at uclibc.org
2008-01-04 20:14 ` Bernhard Fischer
0 siblings, 1 reply; 21+ messages in thread
From: prpplague at uclibc.org @ 2008-01-04 20:07 UTC (permalink / raw)
To: buildroot
Author: prpplague
Date: 2008-01-04 12:07:31 -0800 (Fri, 04 Jan 2008)
New Revision: 20708
Log:
change download url to be dynamic basic on version number
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2008-01-04 15:28:28 UTC (rev 20707)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2008-01-04 20:07:31 UTC (rev 20708)
@@ -8,7 +8,7 @@
MPFR_PATCH_FILE:=mpfr-$(MPFR_VERSION).patch
MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
MPFR_CAT:=$(BZCAT)
-MPFR_SITE:=http://www.mpfr.org/mpfr-current/
+MPFR_SITE:=http://www.mpfr.org/mpfr-$(MPFR_VERSION)/
MPFR_DIR:=$(TOOL_BUILD_DIR)/mpfr-$(MPFR_VERSION)
MPFR_TARGET_DIR:=$(BUILD_DIR)/mpfr-$(MPFR_VERSION)
MPFR_BINARY:=libmpfr$(LIBTGTEXT)
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
2008-01-04 20:07 [Buildroot] svn commit: trunk/buildroot/package/mpfr prpplague at uclibc.org
@ 2008-01-04 20:14 ` Bernhard Fischer
0 siblings, 0 replies; 21+ messages in thread
From: Bernhard Fischer @ 2008-01-04 20:14 UTC (permalink / raw)
To: buildroot
On Fri, Jan 04, 2008 at 12:07:32PM -0800, prpplague at uclibc.org wrote:
>Author: prpplague
>Date: 2008-01-04 12:07:31 -0800 (Fri, 04 Jan 2008)
>New Revision: 20708
>
>Log:
>change download url to be dynamic basic on version number
>
>Modified:
> trunk/buildroot/package/mpfr/mpfr.mk
>
>
>Changeset:
>Modified: trunk/buildroot/package/mpfr/mpfr.mk
>===================================================================
>--- trunk/buildroot/package/mpfr/mpfr.mk 2008-01-04 15:28:28 UTC (rev 20707)
>+++ trunk/buildroot/package/mpfr/mpfr.mk 2008-01-04 20:07:31 UTC (rev 20708)
>@@ -8,7 +8,7 @@
> MPFR_PATCH_FILE:=mpfr-$(MPFR_VERSION).patch
> MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
> MPFR_CAT:=$(BZCAT)
>-MPFR_SITE:=http://www.mpfr.org/mpfr-current/
>+MPFR_SITE:=http://www.mpfr.org/mpfr-$(MPFR_VERSION)/
The reasoning behind using -current is that we (or at least i) want to
use the current, stable version and not a stale one. You now lost
automagic notification (via check-source (sp?)) for updates..
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2008-03-11 15:58 ninevoltz at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: ninevoltz at uclibc.org @ 2008-03-11 15:58 UTC (permalink / raw)
To: buildroot
Author: ninevoltz
Date: 2008-03-11 08:58:05 -0700 (Tue, 11 Mar 2008)
New Revision: 21294
Log:
fixed path to mpfr patch
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2008-03-11 15:49:09 UTC (rev 21293)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2008-03-11 15:58:05 UTC (rev 21294)
@@ -32,7 +32,7 @@
toolchain/patch-kernel.sh $(MPFR_DIR) package/mpfr/ \*.patch
$(CONFIG_UPDATE) $(MPFR_DIR)
ifneq ($(MPFR_PATCH),)
- ( cd $(MPFR_DIR); patch -p1 -N -Z < $(MPFR_PATCH_SOURCE); )
+ ( cd $(MPFR_DIR); patch -p1 -N -Z < ../../$(MPFR_PATCH_SOURCE); )
endif
touch $@
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2008-03-11 17:52 ninevoltz at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: ninevoltz at uclibc.org @ 2008-03-11 17:52 UTC (permalink / raw)
To: buildroot
Author: ninevoltz
Date: 2008-03-11 10:52:40 -0700 (Tue, 11 Mar 2008)
New Revision: 21297
Log:
reverted last change
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2008-03-11 16:21:05 UTC (rev 21296)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2008-03-11 17:52:40 UTC (rev 21297)
@@ -32,7 +32,7 @@
toolchain/patch-kernel.sh $(MPFR_DIR) package/mpfr/ \*.patch
$(CONFIG_UPDATE) $(MPFR_DIR)
ifneq ($(MPFR_PATCH),)
- ( cd $(MPFR_DIR); patch -p1 -N -Z < ../../$(MPFR_PATCH_SOURCE); )
+ ( cd $(MPFR_DIR); patch -p1 -N -Z < $(MPFR_PATCH_SOURCE); )
endif
touch $@
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2008-05-22 21:40 ulf at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: ulf at uclibc.org @ 2008-05-22 21:40 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2008-05-22 14:40:50 -0700 (Thu, 22 May 2008)
New Revision: 22058
Log:
Remove superfluos slash character from MPFR_SITE
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2008-05-22 21:39:22 UTC (rev 22057)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2008-05-22 21:40:50 UTC (rev 22058)
@@ -8,7 +8,7 @@
MPFR_PATCH_FILE:=mpfr-$(MPFR_VERSION).patch
MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
MPFR_CAT:=$(BZCAT)
-MPFR_SITE:=http://www.mpfr.org/mpfr-$(MPFR_VERSION)/
+MPFR_SITE:=http://www.mpfr.org/mpfr-$(MPFR_VERSION)
MPFR_DIR:=$(TOOL_BUILD_DIR)/mpfr-$(MPFR_VERSION)
MPFR_TARGET_DIR:=$(BUILD_DIR)/mpfr-$(MPFR_VERSION)
MPFR_BINARY:=libmpfr$(LIBTGTEXT)
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2009-01-16 12:34 jacmet at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: jacmet at uclibc.org @ 2009-01-16 12:34 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2009-01-16 12:34:44 +0000 (Fri, 16 Jan 2009)
New Revision: 24875
Log:
package/mpfr: fix make source-check/external-deps issue
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2009-01-16 12:34:40 UTC (rev 24874)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2009-01-16 12:34:44 UTC (rev 24875)
@@ -22,8 +22,10 @@
$(MPFR_PATCH_SOURCE):
$(call DOWNLOAD,$(MPFR_SITE),$(MPFR_PATCH))
+ifeq ($(SPIDER),) # this breaks source-check/external-deps
mv $(DL_DIR)/$(MPFR_PATCH) $@
endif
+endif
$(DL_DIR)/$(MPFR_SOURCE):
$(call DOWNLOAD,$(MPFR_SITE),$(MPFR_SOURCE))
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2009-02-01 19:37 jacmet at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: jacmet at uclibc.org @ 2009-02-01 19:37 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2009-02-01 19:37:09 +0000 (Sun, 01 Feb 2009)
New Revision: 25208
Log:
mpfr: bump version
I know that changing something as fundamental as mpfr this close to the
release isn't really ideal, but it's listed as the minimum version
for gcc 4.3.x:
http://gcc.gnu.org/install/prerequisites.html
Bernhard's tree has been using 2.3.2 since October, so the risk is probably
not that big though.
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2009-02-01 19:37:06 UTC (rev 25207)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2009-02-01 19:37:09 UTC (rev 25208)
@@ -3,8 +3,8 @@
# mpfr
#
#############################################################
-MPFR_VERSION:=2.3.0
-MPFR_PATCH:=patches
+MPFR_VERSION:=2.3.2
+#MPFR_PATCH:=patches
MPFR_PATCH_FILE:=mpfr-$(MPFR_VERSION).patch
MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
MPFR_CAT:=$(BZCAT)
@@ -13,8 +13,7 @@
MPFR_TARGET_DIR:=$(BUILD_DIR)/mpfr-$(MPFR_VERSION)
MPFR_BINARY:=libmpfr$(LIBTGTEXT)
MPFR_HOST_BINARY:=libmpfr$(HOST_SHREXT)
-MPFR_LIBVERSION:=1.0.1
-#MPFR_SVN_CMD:=svn co svn://scm.gforge.inria.fr/svn/mpfr/branches/2.3 mpfr-2.3
+MPFR_LIBVERSION:=1.1.2
# need patch
ifneq ($(MPFR_PATCH),)
^ permalink raw reply [flat|nested] 21+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/mpfr
@ 2009-02-13 8:34 jacmet at uclibc.org
0 siblings, 0 replies; 21+ messages in thread
From: jacmet at uclibc.org @ 2009-02-13 8:34 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2009-02-13 08:34:01 +0000 (Fri, 13 Feb 2009)
New Revision: 25314
Log:
mpfr: bump version
Modified:
trunk/buildroot/package/mpfr/mpfr.mk
Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk 2009-02-13 08:33:57 UTC (rev 25313)
+++ trunk/buildroot/package/mpfr/mpfr.mk 2009-02-13 08:34:01 UTC (rev 25314)
@@ -3,7 +3,7 @@
# mpfr
#
#############################################################
-MPFR_VERSION:=2.3.2
+MPFR_VERSION:=2.4.0
#MPFR_PATCH:=patches
MPFR_PATCH_FILE:=mpfr-$(MPFR_VERSION).patch
MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
@@ -13,7 +13,7 @@
MPFR_TARGET_DIR:=$(BUILD_DIR)/mpfr-$(MPFR_VERSION)
MPFR_BINARY:=libmpfr$(LIBTGTEXT)
MPFR_HOST_BINARY:=libmpfr$(HOST_LIBEXT)
-MPFR_LIBVERSION:=1.1.2
+MPFR_LIBVERSION:=1.2.0
# need patch
ifneq ($(MPFR_PATCH),)
^ permalink raw reply [flat|nested] 21+ messages in thread
end of thread, other threads:[~2009-02-13 8:34 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-04 20:07 [Buildroot] svn commit: trunk/buildroot/package/mpfr prpplague at uclibc.org
2008-01-04 20:14 ` Bernhard Fischer
-- strict thread matches above, loose matches on Subject: below --
2009-02-13 8:34 jacmet at uclibc.org
2009-02-01 19:37 jacmet at uclibc.org
2009-01-16 12:34 jacmet at uclibc.org
2008-05-22 21:40 ulf at uclibc.org
2008-03-11 17:52 ninevoltz at uclibc.org
2008-03-11 15:58 ninevoltz at uclibc.org
2007-10-31 6:52 ulf at uclibc.org
2007-09-17 13:44 aldot at uclibc.org
2007-09-17 11:20 aldot at uclibc.org
2007-08-31 14:30 aldot at uclibc.org
2007-03-22 16:14 aldot at uclibc.org
2007-03-22 13:21 aldot at uclibc.org
2007-03-19 14:16 aldot at uclibc.org
2007-01-16 21:00 aldot at uclibc.org
2006-12-22 10:20 aldot at uclibc.org
2006-12-21 17:20 aldot at uclibc.org
2006-12-14 15:37 aldot at uclibc.org
2006-12-13 20:09 aldot at uclibc.org
2006-12-02 18:14 aldot at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox