From ae765b8b6617814610aab2d1795d27dad7969035 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Tue, 8 Jun 2010 05:05:44 +0200 Subject: update release notes --- doc/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index 53902b3..9151da2 100644 --- a/doc/index.html +++ b/doc/index.html @@ -410,7 +410,7 @@ USE_OSGPLUGIN(<plugin2>)
-
2010-xx-xx – Release 2.14
+
2010-06-08 – Release 2.14

Download | -- cgit v0.12 -- cgit v0.12 From 9b00167ae45b858884ec1afd30232ed7266b1633 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Tue, 8 Jun 2010 05:07:49 +0200 Subject: increase version number to 2.15 --- doc/index.html | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/doc/index.html b/doc/index.html index 9151da2..03ec6ae 100644 --- a/doc/index.html +++ b/doc/index.html @@ -410,27 +410,20 @@ USE_OSGPLUGIN(<plugin2>)

-
2010-06-08 – Release 2.14
+
2010-xx-xx – Release 2.15

- Download | - Changelog + Download | + Changelog

- This release fixes download errors caused by the MinGW project - (a sudden change of their URL scheme without proper redirects). - That sort of thing should never happen! + This release ...

Almost all packages are updated to their latest version.

- -

- New packages are supported: - libarchive, libgee and xvidcore. -

Old Releases
@@ -882,6 +875,29 @@ cd ..
+
2010-06-08 – Release 2.14
+
+

+ Download | + Changelog +

+ +

+ This release fixes download errors caused by the MinGW project + (a sudden change of their URL scheme without proper redirects). + That sort of thing should never happen! +

+ +

+ Almost all packages are updated to their latest version. +

+ +

+ New packages are supported: + libarchive, libgee and xvidcore. +

+
+
2010-05-31 – Release 2.13

-- cgit v0.12 From 5a823d0b7bb1854b3b19d04f373ca176ea5c9d05 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Mon, 14 Jun 2010 21:22:54 +0200 Subject: upgrade package gcc-mpfr --- src/gcc-mpfr.mk | 4 ++-- src/gcc.mk | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/gcc-mpfr.mk b/src/gcc-mpfr.mk index 240accc..a960760 100644 --- a/src/gcc-mpfr.mk +++ b/src/gcc-mpfr.mk @@ -4,8 +4,8 @@ # MPFR for GCC PKG := gcc-mpfr $(PKG)_IGNORE := -$(PKG)_VERSION := 2.4.2 -$(PKG)_CHECKSUM := 7ca93006e38ae6e53a995af836173cf10ee7c18c +$(PKG)_VERSION := 3.0.0 +$(PKG)_CHECKSUM := 8ae8bc72ac26a0f17ad9f57c520264c056c64770 $(PKG)_SUBDIR := mpfr-$($(PKG)_VERSION) $(PKG)_FILE := mpfr-$($(PKG)_VERSION).tar.bz2 $(PKG)_WEBSITE := http://www.mpfr.org/ diff --git a/src/gcc.mk b/src/gcc.mk index 5f74df3..83db872 100644 --- a/src/gcc.mk +++ b/src/gcc.mk @@ -31,6 +31,10 @@ define $(PKG)_BUILD # build GCC and support libraries mkdir '$(1)/build' + # mpfr 3.0.0 configure expects these gmp headers here + mkdir '$(1)/build/gmp' + ln -s '$(1)/gmp/gmp-impl.h' '$(1)/build/gmp/' + ln -s '$(1)/gmp/longlong.h' '$(1)/build/gmp/' cd '$(1)/build' && '$(1)/configure' \ --target='$(TARGET)' \ --prefix='$(PREFIX)' \ -- cgit v0.12