jer 14/07/11 17:49:04
Added: cssc-1.4.0-m4.patch cssc-1.4.0-config.patch
cssc-1.4.0-test-large.patch
Log:
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
A792A613)
Revision Changes Path
1.1 dev-vcs/cssc/files/cssc-1.4.0-m4.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cssc/files/cssc-1.4.0-m4.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cssc/files/cssc-1.4.0-m4.patch?rev=1.1&content-type=text/plain
Index: cssc-1.4.0-m4.patch
===================================================================
libtoolize chokes on this line
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,6 @@
# Changes to AC_CONFIG_MACRO_DIR shoulld be reflected in ACLOCAL_AMFLAGS in
Makefile.am.
AC_CONFIG_MACRO_DIR([m4])
-AC_CONFIG_MACRO_DIR([unit-tests/googletest/m4])
AM_INIT_AUTOMAKE([gnits readme-alpha check-news tar-ustar 1.11.6])
AC_CONFIG_HEADERS(config.h)
1.1 dev-vcs/cssc/files/cssc-1.4.0-config.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cssc/files/cssc-1.4.0-config.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cssc/files/cssc-1.4.0-config.patch?rev=1.1&content-type=text/plain
Index: cssc-1.4.0-config.patch
===================================================================
In file included from file.h:36:0,
from delta.cc:36:
../gl/lib/unistd.h:135:3: error: #error "Please include config.h first."
--- a/src/delta.h
+++ b/src/delta.h
@@ -25,6 +25,7 @@
#ifndef CSSC_DELTA_H
#define CSSC_DELTA_H 1
+#include "config.h"
#include "sid.h"
#include "sccsdate.h"
#include "mystring.h"
1.1 dev-vcs/cssc/files/cssc-1.4.0-test-large.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cssc/files/cssc-1.4.0-test-large.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cssc/files/cssc-1.4.0-test-large.patch?rev=1.1&content-type=text/plain
Index: cssc-1.4.0-test-large.patch
===================================================================
Takes a very long time.
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -136,7 +136,7 @@
test-rmdel \
test-admin test-delta test-get test-prs test-prt test-unget \
test-cdc test-sact test-val \
- test-large test-sccsdiff test-binary test-bsd-sccs test-what \
+ test-sccsdiff test-binary test-bsd-sccs test-what \
test-year-2000
echo Tests passed.