diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2026-03-04 19:44:44 -0300 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-04-12 21:17:18 +0200 |
| commit | 1b0879169dcceadfad706ac4f1afeb62fe129e72 (patch) | |
| tree | 23f55ad89ac23e831e8e17ab36081cdc16bd1f83 /gnu/packages/version-control.scm | |
| parent | e34642e7641df893897e104636afd780b7b140f6 (diff) | |
gnu: cvs-fast-export: Update to 1.68.
* gnu/packages/version-control.scm (cvs-fast-export): Update to 1.68.
[arguments]<#:make-flags>: Add -Wno-error=calloc-transposed-args to
CFLAGS.
<#:parallel-build?>: Delete.
[native-inputs]: Delete asciidoc; add ruby-asciidoctor/minimal.
Merges guix/guix!6971
Change-Id: Ie2d5a0e5faee9883f345512d5482bce5fa7df3ae
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 11befa4e732..5d49702a3db 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -3239,7 +3239,7 @@ RCS, PRCS, and Aegis packages.") | |||
| 3239 | (define-public cvs-fast-export | 3239 | (define-public cvs-fast-export |
| 3240 | (package | 3240 | (package |
| 3241 | (name "cvs-fast-export") | 3241 | (name "cvs-fast-export") |
| 3242 | (version "1.56") | 3242 | (version "1.68") |
| 3243 | (source | 3243 | (source |
| 3244 | (origin | 3244 | (origin |
| 3245 | (method git-fetch) | 3245 | (method git-fetch) |
| @@ -3248,23 +3248,23 @@ RCS, PRCS, and Aegis packages.") | |||
| 3248 | (commit version))) | 3248 | (commit version))) |
| 3249 | (sha256 | 3249 | (sha256 |
| 3250 | (base32 | 3250 | (base32 |
| 3251 | "0gsbddafyfp2k2kklrkjiiz4dhinqidf0pc77id4j7v3ll3xpszi")))) | 3251 | "17225lamdw8rf2yk76rhx8zxhzqjhv88ig3ng21qgvxbhl52wnzm")))) |
| 3252 | (build-system gnu-build-system) | 3252 | (build-system gnu-build-system) |
| 3253 | (arguments | 3253 | (arguments |
| 3254 | (list | 3254 | (list |
| 3255 | ;; Tests require cppcheck (among other things), however they fail. | 3255 | ;; Tests require a lot of dependencies and are glacially slow. |
| 3256 | #:tests? #f | 3256 | #:tests? #f |
| 3257 | #:phases | 3257 | #:phases |
| 3258 | #~(modify-phases %standard-phases | 3258 | #~(modify-phases %standard-phases |
| 3259 | (delete 'configure)) | 3259 | (delete 'configure)) |
| 3260 | #:parallel-build? #f ; parallel a2x commands fail spectacularly | ||
| 3261 | #:make-flags | 3260 | #:make-flags |
| 3262 | #~(list (string-append "CC=" #$(cc-for-target)) | 3261 | #~(list (string-append "CC=" #$(cc-for-target)) |
| 3262 | (string-append "CFLAGS+=-Wno-error=calloc-transposed-args") | ||
| 3263 | (string-append "prefix?=" #$output)))) | 3263 | (string-append "prefix?=" #$output)))) |
| 3264 | (inputs | 3264 | (inputs |
| 3265 | (list git python-wrapper)) | 3265 | (list git python-wrapper)) |
| 3266 | (native-inputs | 3266 | (native-inputs |
| 3267 | (list asciidoc | 3267 | (list ruby-asciidoctor/minimal |
| 3268 | bison | 3268 | bison |
| 3269 | flex)) | 3269 | flex)) |
| 3270 | (home-page "http://www.catb.org/esr/cvs-fast-export/") | 3270 | (home-page "http://www.catb.org/esr/cvs-fast-export/") |
