Commit graph

8 commits

Author SHA1 Message Date
tron
2f5da4537f Revert last change. The latest version of Xcode installs the editline
related files to "/usr" again. And the previous work-around now breaks
the build for some unknown reason.

Problem pointed out by Adam Ciarciński in private e-mail.
2015-04-09 09:55:58 +00:00
tron
7b09816f9b I've we detected an Mac OS X SDK location use it as the prefix of the
builtin "editline" package.

This fixes the build of the "mysql56-client" package (and possibly others)
under Mac OS X Yosemite with a clean install of Xcode (in particular
with no files in "/Developer").
2015-03-18 19:17:39 +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
obache
c28b1c803f Use find-headers instead of find-files to detect builtin header files. 2013-11-23 10:51:09 +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
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