SF.net SVN: gar:[26020] csw/mgar/pkg/fossil/trunk
sfbsdsx at users.sourceforge.net
sfbsdsx at users.sourceforge.net
Sun Nov 6 09:57:31 CET 2016
Revision: 26020
http://sourceforge.net/p/gar/code/26020
Author: sfbsdsx
Date: 2016-11-06 08:57:31 +0000 (Sun, 06 Nov 2016)
Log Message:
-----------
Bump to 1.36
Modified Paths:
--------------
csw/mgar/pkg/fossil/trunk/Makefile
csw/mgar/pkg/fossil/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/fossil/trunk/files/0001-remove-useless-define.patch
Modified: csw/mgar/pkg/fossil/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fossil/trunk/Makefile 2016-11-04 20:14:04 UTC (rev 26019)
+++ csw/mgar/pkg/fossil/trunk/Makefile 2016-11-06 08:57:31 UTC (rev 26020)
@@ -3,7 +3,7 @@
# Recipe sent in by Freddy DISSAUX freddy.dsx free.fr
NAME = fossil
-VERSION = 1.35
+VERSION = 1.36
GARTYPE = v2
DESCRIPTION = DSCM with built-in wiki, http interface and server, tickets database
@@ -13,7 +13,7 @@
server, has a built-in wiki, file browser, ticket system, and more.
endef
-MASTER_SITES = http://www.fossil-scm.org/download/
+MASTER_SITES = http://www.fossil-scm.org/index.html/uv/download/
DISTFILES = $(NAME)-src-$(VERSION).tar.gz
VENDOR_URL = http://www.fossil-scm.org/
@@ -27,11 +27,15 @@
NODIRPATHS += --exec_prefix
+GARCOMPILER = GCC5
+
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-openssl=auto
CONFIGURE_ARGS += --with-zlib=$(includedir)
CONFIGURE_ARGS += --disable-fusefs
+PATCHFILES += 0001-remove-useless-define.patch
+
# No test/check target provided by fossil
TEST_SCRIPTS =
Modified: csw/mgar/pkg/fossil/trunk/checksums
===================================================================
--- csw/mgar/pkg/fossil/trunk/checksums 2016-11-04 20:14:04 UTC (rev 26019)
+++ csw/mgar/pkg/fossil/trunk/checksums 2016-11-06 08:57:31 UTC (rev 26020)
@@ -1 +1 @@
-b915e9d9a00ef2310d3043a471b8f050 fossil-src-1.35.tar.gz
+48021bb79dd44145f5275b531e96bd55 fossil-src-1.36.tar.gz
Added: csw/mgar/pkg/fossil/trunk/files/0001-remove-useless-define.patch
===================================================================
--- csw/mgar/pkg/fossil/trunk/files/0001-remove-useless-define.patch (rev 0)
+++ csw/mgar/pkg/fossil/trunk/files/0001-remove-useless-define.patch 2016-11-06 08:57:31 UTC (rev 26020)
@@ -0,0 +1,27 @@
+From 4f92c5683f254bc14ebcc43ad0d0e26ae0269bfb Mon Sep 17 00:00:00 2001
+From: Freddy DISSAUX <dsx at bsdsx.fr>
+Date: Thu, 3 Nov 2016 11:44:57 +0100
+Subject: [PATCH] remove useless define
+
+---
+ auto.def | 4 ----
+ 1 file changed, 4 deletions(-)
+
+diff --git a/auto.def b/auto.def
+index 473bd81..af1bb36 100644
+--- a/auto.def
++++ b/auto.def
+@@ -128,10 +128,6 @@ if {[is_mingw]} {
+ define USE_LINENOISE 1
+ }
+
+-if {[string match *-solaris* [get-define host]]} {
+- define-append EXTRA_CFLAGS {-D_XOPEN_SOURCE=500 -D__EXTENSIONS__}
+-}
+-
+ if {[opt-bool fossil-debug]} {
+ define-append EXTRA_CFLAGS -DFOSSIL_DEBUG
+ msg-result "Debugging support enabled"
+--
+2.4.0
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list