Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=interim.git;a=commitdiff;h=83ff43873f511763e90e2cf86f14871171deb2ed
commit 83ff43873f511763e90e2cf86f14871171deb2ed Author: crazy <[EMAIL PROTECTED]> Date: Tue May 13 22:21:37 2008 +0200 cvs-1.11.23-1-x86_64 * Version bump * added patch to fix the build diff --git a/source/devel/cvs/FrugalBuild b/source/devel/cvs/FrugalBuild index fa8ff9b..32d813c 100644 --- a/source/devel/cvs/FrugalBuild +++ b/source/devel/cvs/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Adam Zlehovszky <[EMAIL PROTECTED]> pkgname=cvs -pkgver=1.11.22 +pkgver=1.11.23 pkgrel=1 pkgdesc="Concurrent Version System - a version control system" url="http://ximbiot.com/cvs/" @@ -12,15 +12,16 @@ groups=('devel') archs=('i686' 'x86_64') up2date="lynx -dump 'http://ftp.gnu.org/non-gnu/cvs/source/stable/?C=D;O=A'|grep 'stable/[0-9]'|sort -n -r|head -n1|sed 's/.*le\///;s/\///'" source=(http://ftp.gnu.org/non-gnu/$pkgname/source/stable/$pkgver/$pkgname-$pkgver.tar.bz2 \ - cvs-1.11.20-extzlib.patch) -sha1sums=('5dfa11da84a890d7d61516fd450c001dc24bcc0d' \ - '0ffa20abf9de5fd8185a79c54247417dd8a78ddd') + cvs-1.11.20-extzlib.patch getline.patch) +sha1sums=('a51c531eebaff2dfdcc0fb6d94c8c6e509e06d7d' \ + '0ffa20abf9de5fd8185a79c54247417dd8a78ddd' \ + '4a7977ea055a59ab66358e3b7cdf7d3c99cae741') build() { Fpatchall - Fautoconfize - Fmake --without-gssapi --without-krb5 + Fautoreconf + Fmake --without-gssapi Fmakeinstall } diff --git a/source/devel/cvs/getline.patch b/source/devel/cvs/getline.patch new file mode 100644 index 0000000..654a13d --- /dev/null +++ b/source/devel/cvs/getline.patch @@ -0,0 +1,24 @@ +diff -Naur cvs-1.11.23/lib/getline.c cvs-1.11.23-p/lib/getline.c +--- cvs-1.11.23/lib/getline.c 2005-04-04 22:46:05.000000000 +0200 ++++ cvs-1.11.23-p/lib/getline.c 2008-05-13 22:17:57.000000000 +0200 +@@ -155,7 +155,7 @@ + } + + int +-getline (lineptr, n, stream) ++my_getline (lineptr, n, stream) + char **lineptr; + size_t *n; + FILE *stream; +diff -Naur cvs-1.11.23/lib/getline.h cvs-1.11.23-p/lib/getline.h +--- cvs-1.11.23/lib/getline.h 2005-04-04 22:46:05.000000000 +0200 ++++ cvs-1.11.23-p/lib/getline.h 2008-05-13 22:18:06.000000000 +0200 +@@ -12,7 +12,7 @@ + #define GETLINE_NO_LIMIT -1 + + int +- getline __PROTO ((char **_lineptr, size_t *_n, FILE *_stream)); ++ my_getline __PROTO ((char **_lineptr, size_t *_n, FILE *_stream)); + int + getline_safe __PROTO ((char **_lineptr, size_t *_n, FILE *_stream, + int limit)); _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
