Commit graph

15 commits

Author SHA1 Message Date
Jörg Sonnenberger
50f485b714 Convert buildlink3.mk files to new world order. 2009-03-20 19:43:38 +00:00
Aleksey Cheusov
70d0bdd589 enable user-destdir support 2009-03-18 12:34:24 +00:00
PHO / phonohawk
feff91838d Fixed the order of Makefile inclusion. 2009-01-13 03:16:35 +00:00
PHO / phonohawk
45040ebb12 Test in configuration time that we can actually use #pragma weak. 2009-01-11 10:57:19 +00:00
PHO / phonohawk
b91a0c7274 Don't use __weak_reference macro as it isn't portable.
Use #pragma weak instead.
2009-01-11 10:00:22 +00:00
PHO / phonohawk
3656cccb86 Don't use __weak_reference macro as it isn't portable.
Use #pragma weak instead.
2009-01-11 10:00:21 +00:00
PHO / phonohawk
b2a8b8c675 Updated to editline-2.11 by PHO <pho@cielonegro.org> 2009-01-06 16:35:18 +00:00
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