[csw-devel] SF.net SVN: gar:[17257] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Mar 1 17:05:30 CET 2012
Revision: 17257
http://gar.svn.sourceforge.net/gar/?rev=17257&view=rev
Author: dmichelsen
Date: 2012-03-01 16:05:30 +0000 (Thu, 01 Mar 2012)
Log Message:
-----------
libedit/trunk: Initial commit, not finished
Added Paths:
-----------
csw/mgar/pkg/libedit/
csw/mgar/pkg/libedit/Makefile
csw/mgar/pkg/libedit/branches/
csw/mgar/pkg/libedit/tags/
csw/mgar/pkg/libedit/trunk/
csw/mgar/pkg/libedit/trunk/Makefile
csw/mgar/pkg/libedit/trunk/checksums
csw/mgar/pkg/libedit/trunk/files/
csw/mgar/pkg/libedit/trunk/files/0001-Add-definition-for-sig_t.patch
Added: csw/mgar/pkg/libedit/Makefile
===================================================================
--- csw/mgar/pkg/libedit/Makefile (rev 0)
+++ csw/mgar/pkg/libedit/Makefile 2012-03-01 16:05:30 UTC (rev 17257)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/libedit/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/libedit/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libedit/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libedit/trunk/Makefile 2012-03-01 16:05:30 UTC (rev 17257)
@@ -0,0 +1,37 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+# ! Installation needs to be relocated to DESTDIR by using INSTALL_OVERRIDE_VARS
+# ! Linkage of libedit.so needs a SONAME, probably libedit.so.1
+# ! Package creation is missing
+
+NAME = libedit
+VERSION = 0.3
+GARTYPE = v2
+CATEGORIES = lib
+
+DESCRIPTION = Non-GPL replacement for readline library
+define BLURB
+endef
+
+MASTER_SITES = $(SF_MIRROR)
+DISTNAME = libedit
+DISTFILES = $(NAME)-$(VERSION).tar.gz
+
+PATCHFILES += 0001-Add-definition-for-sig_t.patch
+
+BUILD64_LIBS_ONLY = 1
+
+# The vis.h is completely different what libedit expects
+EXTRA_CONFIGURE_ENV += ac_cv_header_vis_h=no
+
+EXTRA_CFLAGS += $(CPPFLAGS)
+EXTRA_INC += $(includedir)/ncurses
+
+CONFIGURE_ARGS += $(DIRPATHS)
+
+TEST_TARGET = TEST
+TEST_OVERRIDE_VARS = LDADD
+TEST_OVERRIDE_VAR_LDADD = $(LDFLAGS)
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/libedit/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/libedit/trunk/checksums
===================================================================
--- csw/mgar/pkg/libedit/trunk/checksums (rev 0)
+++ csw/mgar/pkg/libedit/trunk/checksums 2012-03-01 16:05:30 UTC (rev 17257)
@@ -0,0 +1 @@
+252fbaa3812f0034715f7e78203897ec libedit-0.3.tar.gz
Added: csw/mgar/pkg/libedit/trunk/files/0001-Add-definition-for-sig_t.patch
===================================================================
--- csw/mgar/pkg/libedit/trunk/files/0001-Add-definition-for-sig_t.patch (rev 0)
+++ csw/mgar/pkg/libedit/trunk/files/0001-Add-definition-for-sig_t.patch 2012-03-01 16:05:30 UTC (rev 17257)
@@ -0,0 +1,24 @@
+From 0c52ba0a8b12b1eccbe87a7c03591b28d8c23a6f Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Thu, 1 Mar 2012 16:53:53 +0100
+Subject: [PATCH] Add definition for sig_t
+
+---
+ sig.h | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/sig.h b/sig.h
+index e7231b6..5a68e8a 100644
+--- a/sig.h
++++ b/sig.h
+@@ -62,6 +62,7 @@
+ _DO(SIGCONT) \
+ _DO(SIGWINCH)
+
++typedef int sig_t;
+ typedef sig_t *el_signal_t;
+
+ protected void sig_end(EditLine*);
+--
+1.7.9
+
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