Commit graph

12 commits

Author SHA1 Message Date
fhajny
6587c397c3 Use ln with '-f' in patch file to help with repeated installs. 2014-10-23 17:15:17 +00:00
ryoon
672bdc15bf Update to 3.1.20140620
Changelog:
2014-06-20 Jess Thrysoee

   * version-info: 0:51:0

   * all: sync with upstream source

2014-06-18 Jess Thrysoee

   * version-info: 0:50:0

   * all: sync with upstream source - add weak alias patches

2014-06-18 Jess Thrysoee

   * version-info: 0:49:0

   * all: sync with upstream source.

2014-02-13 Jess Thrysoee

   * version-info: 0:48:0

   * all: sync with upstream source.

   * examples/fileman.c: Fix typo. Patch by Kamil Dudka.

   * Makefile.am, configure.ac: Add --enable-examples configure parameter.
        Make it possible to enable/disable building of the examples programs.
        Patch by James Le Cuirot.
2014-07-02 13:57:18 +00:00
obache
e57748eaa5 Fixes support of "history" and "readline" alternative libraries.
Those are required for the case in readline compatible mode, not for using
builtin editline.
2014-06-09 00:26:19 +00:00
obache
2a698809bd Prepend to assume that builtin headers are in /usr/include. 2014-06-09 00:19:05 +00:00
jperkin
a7f08f95b2 Re-generate patch. 2014-05-19 10:40:40 +00:00
obache
c28b1c803f Use find-headers instead of find-files to detect builtin header files. 2013-11-23 10:51:09 +00:00
wiz
68e1eac29c Be more defensive in autoreconf call. 2013-10-11 14:24:29 +00:00
obache
7c765a309a only force builtin termcap library for the case using builtin editline. 2013-08-11 07:42:51 +00:00
obache
68ee0ecb5e introduce CHECK_BUILTIN guard, and replace some unwanted readline with editline. 2013-08-11 07:41:04 +00:00
ryoon
acd20b1327 Fix builtin detection conditionals.
* Correct detection of following cases.
  non-editline/readline, editline/non-readline, and editline/readline.
* If builtin editline has header files in include/editline, create
  include/readline/* symlinks.
* Fix PR pkg/48062 with above fixes. Confirmed on Ubuntu Linux/amd64 13.04.
2013-07-19 14:35:37 +00:00
ryoon
3800f631f5 Bump PKGREVISION.
* Create include/editline/history.h that is symlink to readline.h like
  NetBSD base libedit.
  This change fixes insufficient buildlinking of editline.
  So fix build of devel/elf or other editline consumer on my private
  Debian GNU/kFreeBSD pkgsrc environemnt. It should fix editline consumer
  build on other platforms.
2013-07-15 15:14:29 +00:00
ryoon
f1f46ece2c Import editline-3.1.20130712 as devel/editline.
Based on wip/editline by reed@.

This is an autotool- and libtoolized port of the NetBSD Editline library
(libedit). This Berkeley-style licensed command line editor library
provides generic line editing, history, and tokenization functions,
similar to those found in GNU Readline.
2013-07-15 01:42:47 +00:00