[Lunar-commits] <moonbase> cvs: Adding a patch for a glibc-2.10.1 geline problem. I stumbled across this on x86_64. The make failed on getline but for some reason did not rear its ugly head on x86. This patch has been tested on both platforms.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Fri Jan 22 13:59:51 CET 2010
commit fa17087238042f21ba42f94fcec75ab3bc12b20a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri Jan 22 07:59:51 2010 -0500
cvs: Adding a patch for a glibc-2.10.1 geline problem. I stumbled across this on
x86_64. The make failed on getline but for some reason did not rear its ugly
head on x86. This patch has been tested on both platforms.
The patch originated from;
http://old.nabble.com/package-develop-cvs---qad-patch-for-getline-td25209994.html
---
devel/cvs/BUILD | 3 +++
devel/cvs/DETAILS | 5 ++++-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/devel/cvs/BUILD b/devel/cvs/BUILD
index 3452d52..97def2a 100644
--- a/devel/cvs/BUILD
+++ b/devel/cvs/BUILD
@@ -1,4 +1,7 @@
(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
./configure --build=$BUILD \
--prefix=/usr \
--sysconfdir=/etc \
diff --git a/devel/cvs/DETAILS b/devel/cvs/DETAILS
index 53e7cb0..8e8d924 100644
--- a/devel/cvs/DETAILS
+++ b/devel/cvs/DETAILS
@@ -1,11 +1,14 @@
MODULE=cvs
VERSION=1.11.23
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=cvs-glibc-2.10.1.getline.patch
SOURCE_URL=http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:a51c531eebaff2dfdcc0fb6d94c8c6e509e06d7d
+ SOURCE2_VFY=sha1:d06db07c92a43b71dfea5d0be377cc9db20cbf50
WEB_SITE=http://ximbiot.com/cvs/wiki
ENTERED=20010922
- UPDATED=20080508
+ UPDATED=20100122
SHORT="A version control system"
cat << EOF
More information about the Lunar-commits
mailing list