Commit graph

8 commits

Author SHA1 Message Date
Sergey Svishchev
7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00
Aleksey Cheusov
e9e6b9a305 fix for pkgsrc-HEAD (OpenBSD-3.9/spark64 if it does matter) 2006-08-18 19:23:51 +00:00
Aleksey Cheusov
682e219b0a updated to upstream version 20060816
(fixed: fetch stage failure)
2006-08-18 19:04:34 +00:00
Jeremy C. Reed
37f815a375 Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.
Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.

As discussed on tech-pkg.
2006-04-06 07:16:55 +00:00
Jeremy C. Reed
6ff16c67b3 Update to libedit-20050628-2.9 source.
Remove LIBTOOL_OVERRIDE as default already works.
Use INSTALLATION_DIRS to create include/editline.

I don't know what NetBSD changes were done -- I didn't look.
The change log for this distfile is:

2005-06-28  Jess Thrysoee
   * version-info: 0:9:0

       * src/readline.c: getpwent_r is not POSIX, always use getpwent.
        Reported by Gerrit P. Haase.

        * src/Makefile.am: Added libtool -no-undefined. This is needed on Cygwin
        to get a shared editline library. Should not affect other platforms.
        Suggested by Gerrit P. Haase
...
all: sync with upstream source.
...
   * src/readline.c, src/filecomplete.c: Solaris use POSIX draft versions
        of getpwent_r, getpwnam_r and getpwuid_r which return 'struct passwd *'.
        Define HAVE_GETPW_R_POSIX if these functions are (non draft) POSIX
        compatible. Patch by Julien Torrès.
2005-06-30 02:36:26 +00:00
Jeremy C. Reed
fd8d3c1db9 Fix path for BUILDLINK_PKGSRCDIR.editline -- it had my local
testing directory.
2005-06-30 01:26:13 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Jeremy C. Reed
329dbdd990 Add editline package.
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.
2005-01-12 19:29:00 +00:00