[csw-devel] SF.net SVN: gar:[14961] csw/mgar/pkg/readline/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat Jul 2 10:52:41 CEST 2011


Revision: 14961
          http://gar.svn.sourceforge.net/gar/?rev=14961&view=rev
Author:   dmichelsen
Date:     2011-07-02 08:52:40 +0000 (Sat, 02 Jul 2011)

Log Message:
-----------
readline: Fix typo and update to new defaults

Modified Paths:
--------------
    csw/mgar/pkg/readline/trunk/Makefile
    csw/mgar/pkg/readline/trunk/files/patch-history.3.diff

Modified: csw/mgar/pkg/readline/trunk/Makefile
===================================================================
--- csw/mgar/pkg/readline/trunk/Makefile	2011-07-02 08:52:01 UTC (rev 14960)
+++ csw/mgar/pkg/readline/trunk/Makefile	2011-07-02 08:52:40 UTC (rev 14961)
@@ -36,14 +36,14 @@
 PKGFILES_CSWlibhistory6 = $(call pkgfiles_lib,libhistory.so.6)
 # This dependency is not really necessary, just because we unconditionally add
 # "-lncurses" to LDFLAGS as this does not happen automatically.
-RUNTIME_DEP_PKGS_CSWlibhistory6 += CSWncurses
+RUNTIME_DEP_PKGS_CSWlibhistory6 += CSWlibncurses5
 OBSOLETED_BY_CSWlibhistory6 = CSWreadline
 
 PACKAGES += CSWlibreadline6
 CATALOGNAME_CSWlibreadline6 = libreadline6
 SPKG_DESC_CSWlibreadline6 = GNU readline library, libreadline.so.6
 PKGFILES_CSWlibreadline6 = $(call pkgfiles_lib,libreadline.so.6)
-RUNTIME_DEP_PKGS_CSWlibreadline6 += CSWncurses
+RUNTIME_DEP_PKGS_CSWlibreadline6 += CSWlibncurses5
 OBSOLETED_BY_CSWlibreadline6 = CSWreadline
 
 PACKAGES += CSWlibreadline-dev
@@ -59,8 +59,6 @@
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --with-curses
 
-TEST_TARGET = check
-
 include gar/category.mk
 
 post-install-modulated:

Modified: csw/mgar/pkg/readline/trunk/files/patch-history.3.diff
===================================================================
--- csw/mgar/pkg/readline/trunk/files/patch-history.3.diff	2011-07-02 08:52:01 UTC (rev 14960)
+++ csw/mgar/pkg/readline/trunk/files/patch-history.3.diff	2011-07-02 08:52:40 UTC (rev 14961)
@@ -1,15 +1,6 @@
 diff -Naur readline-6.0.orig/doc/history.3 readline-6.0.patched/doc/history.3
 --- readline-6.0.orig/doc/history.3	2008-08-12 22:40:59.000000000 +0200
 +++ readline-6.0.patched/doc/history.3	2009-03-30 18:28:59.014167720 +0200
-@@ -8,7 +8,7 @@
- .\"
- .\"	Last Change: Thu Jul 31 08:46:08 EDT 2003
- .\"
--.TH HISTORY 3 "2003 July 31" "GNU History 6.0"
-+.TH HISTORY 3 "2003 July 31" "GNU History 5.0"
- .\"
- .\" File Name macro.  This used to be `.PN', for Path Name,
- .\" but Sun doesn't seem to like that very much.
 @@ -18,17 +18,17 @@
  ..
  .ds lp \fR\|(\fP


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