# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
maintainers {ciserlohn @ci42}
description Simple, high-reliability, distributed software configuration management
long_description Fossil is a distributed software configuration management which supports \
distributed version control, distributed bug tracking, distributed wiki, \
and a distributed blog mechanism all in single integrated package. It provides \
an easy-to-use web interface to access and administrate projects over the \
built-in webserver or CGI.
homepage http://www.fossil-scm.org/
master_sites ${homepage}index.html/uv
distname ${name}-src-${version}
worksrcdir ${name}-${version}
checksums rmd160 5799c0f76a2365ec25240bf3d56476f55c4c951a \
sha256 76a794555918be179850739a90f157de0edb8568ad552b4c40ce186c79ff6ed9
path:lib/libssl.dylib:openssl \
configure.args-append --with-tcl=${prefix}/lib \
configure.env-append CC_FOR_BUILD="${configure.cc} [get_canonical_archflags]"
configure.ldflags-append -liconv
set docdir ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} \
It is recommended to rebuild repositories created with earlier versions of\
fossil. To rebuild a repository run:
fossil rebuild /<path>/<to>/<repository>
Rebuilding a repository is a safe operation\; executing it more then once will\
not harm the integrity of a repository.