[csw-devel] SF.net SVN: gar:[20740] csw/mgar/pkg

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Tue Apr 16 13:39:59 CEST 2013


Revision: 20740
          http://gar.svn.sourceforge.net/gar/?rev=20740&view=rev
Author:   wilbury
Date:     2013-04-16 11:39:59 +0000 (Tue, 16 Apr 2013)
Log Message:
-----------
dircproxy/trunk: Initial commit.

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

Added: csw/mgar/pkg/dircproxy/Makefile
===================================================================
--- csw/mgar/pkg/dircproxy/Makefile	                        (rev 0)
+++ csw/mgar/pkg/dircproxy/Makefile	2013-04-16 11:39:59 UTC (rev 20740)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/dircproxy/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/dircproxy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dircproxy/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/dircproxy/trunk/Makefile	2013-04-16 11:39:59 UTC (rev 20740)
@@ -0,0 +1,27 @@
+# $Id$
+#
+NAME = dircproxy
+VERSION = 1.2.0-RC1
+GARTYPE = v2
+
+DESCRIPTION = IRC proxy
+define BLURB
+  Software for IRC proxy
+endef
+
+MASTER_SITES = http://dircproxy.googlecode.com/files/
+DISTFILES  = $(DISTNAME).tar.gz
+
+PATCHFILES += 0001-Include-string.h-to-mitigate-warnings.patch
+
+GARCOMPILER = GNU
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-ssl
+
+RUNTIME_DEP_PKGS += CSWperl
+
+REINPLACE_USRLOCAL += conf/dircproxyrc.sample
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/dircproxy/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/dircproxy/trunk/checksums
===================================================================
--- csw/mgar/pkg/dircproxy/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/dircproxy/trunk/checksums	2013-04-16 11:39:59 UTC (rev 20740)
@@ -0,0 +1 @@
+4fe2e82619c7b575599bfb236adbd872  dircproxy-1.2.0-RC1.tar.gz

Added: csw/mgar/pkg/dircproxy/trunk/files/0001-Include-string.h-to-mitigate-warnings.patch
===================================================================
--- csw/mgar/pkg/dircproxy/trunk/files/0001-Include-string.h-to-mitigate-warnings.patch	                        (rev 0)
+++ csw/mgar/pkg/dircproxy/trunk/files/0001-Include-string.h-to-mitigate-warnings.patch	2013-04-16 11:39:59 UTC (rev 20740)
@@ -0,0 +1,24 @@
+From 02470ca3a2a629b94ef864bc0b44b5f138849aad Mon Sep 17 00:00:00 2001
+From: Juraj Lutter <wilbury at opencsw.org>
+Date: Tue, 16 Apr 2013 13:19:06 +0200
+Subject: [PATCH] Include string.h to mitigate warnings
+
+---
+ getopt/getopt.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/getopt/getopt.c b/getopt/getopt.c
+index a59a013..98a6f33 100644
+--- a/getopt/getopt.c
++++ b/getopt/getopt.c
+@@ -52,6 +52,7 @@ char *alloca ();
+ #endif
+ 
+ #include <stdio.h>
++#include <string.h>
+ 
+ /* Comment out all this code if we are using the GNU C Library, and are not
+    actually compiling the library itself.  This code is part of the GNU C
+-- 
+1.8.1.4
+

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