fossil: update to 2.7.
This commit is contained in:
parent
11117a1423
commit
15ed1c86a0
@ -1,11 +1,13 @@
|
|||||||
--- src/main.mk.orig 2017-01-17 09:23:50.673581733 +0100
|
diff --git a/src/main.mk b/src/main.mk
|
||||||
+++ src/main.mk 2017-01-17 09:23:59.818548261 +0100
|
index 9818cbd..1c248b8 100644
|
||||||
|
--- src/main.mk
|
||||||
|
+++ src/main.mk
|
||||||
@@ -10,7 +10,7 @@
|
@@ -10,7 +10,7 @@
|
||||||
# This file is included by primary Makefile.
|
# This file is included by primary Makefile.
|
||||||
#
|
#
|
||||||
|
|
||||||
-XBCC = $(BCC) $(BCCFLAGS) $(CFLAGS)
|
-XBCC = $(BCC) $(BCCFLAGS)
|
||||||
+XBCC = $(BCC) -Os
|
+XBCC = $(BCC) -Os
|
||||||
XTCC = $(TCC) -I. -I$(SRCDIR) -I$(OBJDIR) $(TCCFLAGS) $(CFLAGS)
|
XTCC = $(TCC) -I. -I$(SRCDIR) -I$(OBJDIR) $(TCCFLAGS)
|
||||||
|
|
||||||
|
|
||||||
|
TESTFLAGS := -quiet
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'fossil'
|
# Template file for 'fossil'
|
||||||
pkgname=fossil
|
pkgname=fossil
|
||||||
version=2.6
|
version=2.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--disable-internal-sqlite --prefix=/usr"
|
configure_args="--disable-internal-sqlite --prefix=/usr"
|
||||||
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://www.fossil-scm.org"
|
homepage="https://www.fossil-scm.org"
|
||||||
distfiles="https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz"
|
distfiles="https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz"
|
||||||
checksum=76a794555918be179850739a90f157de0edb8568ad552b4c40ce186c79ff6ed9
|
checksum=2c24359131d7495e47dc95021eb35f1ba408ded9087e36370d94742a4011033c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman fossil.1
|
vman fossil.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user