SF.net SVN: gar:[24116] csw/mgar/pkg

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Sep 22 10:11:18 CEST 2014


Revision: 24116
          http://sourceforge.net/p/gar/code/24116
Author:   wahwah
Date:     2014-09-22 08:11:17 +0000 (Mon, 22 Sep 2014)
Log Message:
-----------
fossil/trunk: Initial commit, submitted by Freddy

Added Paths:
-----------
    csw/mgar/pkg/fossil/
    csw/mgar/pkg/fossil/Makefile
    csw/mgar/pkg/fossil/branches/
    csw/mgar/pkg/fossil/tags/
    csw/mgar/pkg/fossil/trunk/
    csw/mgar/pkg/fossil/trunk/Makefile
    csw/mgar/pkg/fossil/trunk/checksums
    csw/mgar/pkg/fossil/trunk/files/
    csw/mgar/pkg/fossil/trunk/files/0001-Include-string.h-to-mitigate-warnings.patch

Added: csw/mgar/pkg/fossil/Makefile
===================================================================
--- csw/mgar/pkg/fossil/Makefile	                        (rev 0)
+++ csw/mgar/pkg/fossil/Makefile	2014-09-22 08:11:17 UTC (rev 24116)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/fossil/trunk
===================================================================
--- csw/mgar/pkg/fossil/trunk	2014-09-19 07:10:53 UTC (rev 24115)
+++ csw/mgar/pkg/fossil/trunk	2014-09-22 08:11:17 UTC (rev 24116)

Property changes on: csw/mgar/pkg/fossil/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/fossil/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fossil/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/fossil/trunk/Makefile	2014-09-22 08:11:17 UTC (rev 24116)
@@ -0,0 +1,36 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+# Recipe sent in by Freddy DISSAUX freddy.dsx free.fr
+NAME = fossil
+VERSION = 1.29
+GARTYPE = v2
+GARCOMPILER = GNU
+DISTVERSION = 20140612172556
+DESCRIPTION = DSCM with built-in wiki, http interface and server, tickets database
+define BLURB
+Fossil is an easy-to-use Distributed Source Control Management system (DSCM)
+which supports access and administration over HTTP CGI or via a built-in HTTP
+server, has a built-in wiki, file browser, ticket system, and more.
+endef
+VENDOR_URL = http://www.fossil-scm.org/
+
+MASTER_SITES = http://www.fossil-scm.org/download/
+DISTFILES = $(NAME)-src-$(DISTVERSION).tar.gz
+WORKSRC = $(WORKDIR)/$(NAME)-src-$(DISTVERSION)
+PATCHDIR = $(WORKSRC)
+PATCHFILES += 0001-Include-string.h-to-mitigate-warnings.patch
+
+BUILD_DEP_PKGS = CSWlibssl-dev
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-openssl=$(includedir)
+
+# Remove exec_prefix from DIRPATHS:
+NODIRPATHS += --exec_prefix=/opt/csw
+# No test/check target provided by fossil
+TEST_SCRIPTS =
+
+RUNTIME_DEP_PKGS_CSWfossil = CSWlibssl1-0-0
+RUNTIME_DEP_PKGS_CSWfossil += CSWlibz1
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/fossil/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/fossil/trunk/checksums
===================================================================
--- csw/mgar/pkg/fossil/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/fossil/trunk/checksums	2014-09-22 08:11:17 UTC (rev 24116)
@@ -0,0 +1 @@
+dd8e7392e1a0ea69eb391f8b13ee34bf  fossil-src-20140612172556.tar.gz

Added: csw/mgar/pkg/fossil/trunk/files/0001-Include-string.h-to-mitigate-warnings.patch
===================================================================
--- csw/mgar/pkg/fossil/trunk/files/0001-Include-string.h-to-mitigate-warnings.patch	                        (rev 0)
+++ csw/mgar/pkg/fossil/trunk/files/0001-Include-string.h-to-mitigate-warnings.patch	2014-09-22 08:11:17 UTC (rev 24116)
@@ -0,0 +1,25 @@
+From 3e7862a7efa384b5957a864c1b809afe480d3e51 Mon Sep 17 00:00:00 2001
+From: Freddy DISSAUX <fdissaux+opencsw at lncsa.fr>
+Date: Sat, 20 Sep 2014 17:31:33 +0200
+Subject: [PATCH] Include string.h to mitigate warnings
+
+---
+ src/makeheaders.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/makeheaders.c b/src/makeheaders.c
+index 858426f..087af9b 100644
+--- a/src/makeheaders.c
++++ b/src/makeheaders.c
+@@ -44,6 +44,8 @@
+ #    define WIN32
+ #  endif
+ # include <string.h>
++#elif defined(__sun) && defined(__SVR4)
++# include <string.h>
+ #else
+ # include <unistd.h>
+ #endif
+-- 
+2.0.3
+

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