mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Correct / simplify Fossil recipe per Jérôme's suggestion
* Also removed previous recipes due to a regression introduced after v1.27
This commit is contained in:
@@ -1,50 +0,0 @@
|
||||
SUMMARY="Simple, high-reliability, distributed software configuration management"
|
||||
DESCRIPTION="
|
||||
Simple, high-reliability, distributed software configuration management
|
||||
"
|
||||
HOMEPAGE="http://www.fossil-scm.org/"
|
||||
SRC_URI="http://www.fossil-scm.org/download/fossil-src-20140127173344.tar.gz"
|
||||
CHECKSUM_SHA256="aca7c5a7c39ae2880712020e089c9c12543ba656c71d8cf8ac50e3c8871baa80"
|
||||
REVISION="1"
|
||||
LICENSE="BSD (2-clause)"
|
||||
COPYRIGHT="2007 D. Richard Hipp"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
fossil = $portVersion
|
||||
cmd:fossil = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libz
|
||||
openssl >= 1.0.0
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libz >= 1.2.3
|
||||
openssl_devel >= 1.0.0
|
||||
"
|
||||
# tests require cmd:tclsh
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
SOURCE_DIR="fossil-src-20140127173344"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./configure --prefix=$prefix
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make test
|
||||
}
|
||||
@@ -1,52 +0,0 @@
|
||||
SUMMARY="Simple, high-reliability, distributed software configuration management"
|
||||
DESCRIPTION="
|
||||
Simple, high-reliability, distributed software configuration management
|
||||
"
|
||||
HOMEPAGE="http://www.fossil-scm.org/"
|
||||
SRC_URI="http://www.fossil-scm.org/download/fossil-src-20140612172556.tar.gz"
|
||||
CHECKSUM_SHA256="c9882f9beb95695db7402dbd03d8fbf082e1109429175af4d57e089bcd2db387"
|
||||
REVISION="1"
|
||||
LICENSE="BSD (2-clause)"
|
||||
COPYRIGHT="2007 D. Richard Hipp"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PATCHES="fossil-$portVersion.patch"
|
||||
|
||||
PROVIDES="
|
||||
fossil = $portVersion
|
||||
cmd:fossil = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libz
|
||||
openssl >= 1.0.0
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libz >= 1.2.3
|
||||
openssl_devel >= 1.0.0
|
||||
"
|
||||
# tests require cmd:tclsh
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
SOURCE_DIR="fossil-src-20140612172556"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./configure --prefix=$prefix
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make test
|
||||
}
|
||||
@@ -1,55 +0,0 @@
|
||||
SUMMARY="Simple, high-reliability, distributed software configuration management"
|
||||
DESCRIPTION="Fossil is a distributed version control system like Git and \
|
||||
Mercurial, but Fossil also supports distributed bug tracking, \
|
||||
distributed wiki, and a distributed blog mechanism all in a single \
|
||||
integrated package.
|
||||
|
||||
Additionally, Fossil also has a built-in and easy-to-use web \
|
||||
interface that simplifies project tracking and promotes situational \
|
||||
awareness."
|
||||
HOMEPAGE="http://www.fossil-scm.org/"
|
||||
SRC_URI="http://www.fossil-scm.org/download/fossil-src-20150119112900.tar.gz"
|
||||
CHECKSUM_SHA256="37969e5a09c1611199921e3518a4ed736fd637a02f2d5810cd45897a4ceb92dc"
|
||||
REVISION="1"
|
||||
LICENSE="BSD (2-clause)"
|
||||
COPYRIGHT="2007 D. Richard Hipp"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
fossil = $portVersion
|
||||
cmd:fossil = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libz
|
||||
openssl >= 1.0.0
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libz >= 1.2.3
|
||||
openssl_devel >= 1.0.0
|
||||
"
|
||||
# tests require cmd:tclsh
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
SOURCE_DIR="fossil-src-20150119112900"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./configure --prefix=$prefix
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make test
|
||||
}
|
||||
@@ -1,55 +0,0 @@
|
||||
SUMMARY="Simple, high-reliability, distributed software configuration management"
|
||||
DESCRIPTION="Fossil is a distributed version control system like Git and \
|
||||
Mercurial, but Fossil also supports distributed bug tracking, \
|
||||
distributed wiki, and a distributed blog mechanism all in a single \
|
||||
integrated package.
|
||||
|
||||
Additionally, Fossil also has a built-in and easy-to-use web \
|
||||
interface that simplifies project tracking and promotes situational \
|
||||
awareness."
|
||||
HOMEPAGE="http://www.fossil-scm.org/"
|
||||
SRC_URI="https://www.fossil-scm.org/download/fossil-src-20150223162734.tar.gz"
|
||||
CHECKSUM_SHA256="c00f9e1487530adb921df730baf57e1aa23767a0afb60b865e5842bb50782942"
|
||||
REVISION="1"
|
||||
LICENSE="BSD (2-clause)"
|
||||
COPYRIGHT="2007 D. Richard Hipp"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
fossil = $portVersion
|
||||
cmd:fossil = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libz
|
||||
openssl >= 1.0.0
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libz >= 1.2.3
|
||||
openssl_devel >= 1.0.0
|
||||
"
|
||||
# tests require cmd:tclsh
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
SOURCE_DIR="fossil-src-201502231627"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./configure --prefix=$prefix
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make test
|
||||
}
|
||||
@@ -10,7 +10,7 @@ awareness."
|
||||
HOMEPAGE="http://www.fossil-scm.org/"
|
||||
SRC_URI="https://www.fossil-scm.org/download/fossil-src-1.32.tar.gz"
|
||||
CHECKSUM_SHA256="cd79c333eb9e86fbb8c17bf5cdf31c387e4ab768eede623aed21adfdbcad686e"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
LICENSE="BSD (2-clause)"
|
||||
COPYRIGHT="2007 D. Richard Hipp"
|
||||
|
||||
@@ -23,12 +23,12 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libz
|
||||
openssl >= 1.0.0
|
||||
lib:libssl
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libz >= 1.2.3
|
||||
openssl_devel >= 1.0.0
|
||||
devel:libz
|
||||
devel:libssl
|
||||
"
|
||||
# tests require cmd:tclsh
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
--- a/autosetup/config.guess
|
||||
+++ b/autosetup/config.guess
|
||||
@@ -1185,6 +1206,9 @@
|
||||
BePC:Haiku:*:*) # Haiku running on Intel PC compatible.
|
||||
echo i586-pc-haiku
|
||||
exit ;;
|
||||
+ x86_64:Haiku:*:*)
|
||||
+ echo x86_64-unknown-haiku
|
||||
+ exit ;;
|
||||
SX-4:SUPER-UX:*:*)
|
||||
echo sx4-nec-superux${UNAME_RELEASE}
|
||||
exit ;;
|
||||
--- a/src/main.c
|
||||
+++ b/src/main.c
|
||||
@@ -32,10 +32,10 @@
|
||||
#else
|
||||
# include <errno.h> /* errno global */
|
||||
#endif
|
||||
-#include "zlib.h"
|
||||
#ifdef FOSSIL_ENABLE_SSL
|
||||
# include "openssl/crypto.h"
|
||||
#endif
|
||||
+#include "zlib.h"
|
||||
#if INTERFACE
|
||||
#ifdef FOSSIL_ENABLE_TCL
|
||||
# include "tcl.h"
|
||||
Reference in New Issue
Block a user