[Lunar-commits] <moonbase-core> gcc: Added patch for texinfo 5
Peter de Ridder
peter at lunar-linux.org
Wed Apr 3 21:45:48 CEST 2013
commit 6337793a425ab2524e8d3731e01183edccf71733
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Wed, 03 Apr 2013 06:50:28 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/6337793a425ab2524e8d3731e01183edccf71733
gcc: Added patch for texinfo 5
---
compilers/gcc/BUILD | +1/-0
compilers/gcc/BUILD.x86_64 | +1/-0
compilers/gcc/DETAILS | +3/-0
3 files changed, 5 insertions(+)
--- a/compilers/gcc/BUILD
+++ b/compilers/gcc/BUILD
@@ -1,6 +1,7 @@
(
patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE3 1 &&
# This will fix an issue where installwatch fail to track installed headers
sedit 's;^\(build_install_headers_dir=\).*;\1install-headers-cp;' gcc/config.build &&
--- a/compilers/gcc/BUILD.x86_64
+++ b/compilers/gcc/BUILD.x86_64
@@ -1,6 +1,7 @@
(
patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE3 1 &&
# This will fix an issue where installwatch fail to track installed headers
sedit 's;^\(build_install_headers_dir=\).*;\1install-headers-cp;' gcc/config.build &&
--- a/compilers/gcc/DETAILS
+++ b/compilers/gcc/DETAILS
@@ -2,12 +2,15 @@
VERSION=4.7.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-4.5.0-python.patch.bz2
+ SOURCE3=$MODULE-4.7.2-texinfo.patch
SOURCE_URL[0]=$GNU_URL/gcc/$MODULE-$VERSION
SOURCE_URL[1]=ftp://gcc.gnu.org/pub/gcc/releases/gcc-$VERSION
SOURCE_URL[2]=http://www.online-mirror.org/gcc/$MODULE-$VERSION
SOURCE2_URL=$PATCH_URL
+ SOURCE3_URL=$PATCH_URL
SOURCE_VFY=sha1:a464ba0f26eef24c29bcd1e7489421117fb9ee35
SOURCE2_VFY=sha1:7c1fc0b526b74cce301b85acee04011ed6e5aa5a
+ SOURCE3_VFY=sha1:259413ea042192e2f43e8cc9902119c15c1e088f
WEB_SITE=http://gcc.gnu.org
ENTERED=20020628
UPDATED=20120920
More information about the Lunar-commits
mailing list