2023-11-07 11:23:12 by Nia Alarie | Files touched by this commit (2) |
Log message:
editline: Include missing headers.
|
2023-06-29 19:55:29 by Hauke Fath | Files touched by this commit (3) | |
Log message:
vis(3): Avoid nonportable MIN in portable code.
Adopt upstream's resolution, to be dropped with the next
update. (Thanks, riastradh@)
|
2023-06-29 18:18:56 by Hauke Fath | Files touched by this commit (3) |
Log message:
Unbreak build on OmniOS, which #defines MIN() in an uncommon
place.
This should really be picked up by autoconf.
|
2023-06-26 13:37:08 by Thomas Klausner | Files touched by this commit (6) | |
Log message:
editline: update to 3.1.20221030.
2022-10-30 Jess Thrysoee
* src/sys.h, src/reallocarr.c: Remove unused sys/cdefs.h include, to compile \
against musl libc
Reported by Matt Boehlke
* version-info: 0:70:0
2022-10-09 Jess Thrysoee
* version-info: 0:69:0
* src/sys.h: Add __sun guard around sys/types.h in sys.h
* all: sync with upstream source
2021-09-10 Jess Thrysoee
* all: sync with upstream source
2021-07-14 Jess Thrysoee
* all: sync with upstream source
* src/histedit.h: Add wcsdup declaration when ifndef HAVE_WCSDUP. Patch by \
Rainer Jung.
* examples/wtc1.c: Fix warnings and add missing brace. Patch by Rainer Jung.
2021-05-22 Jess Thrysoee
* version-info: 0:66:0
* all: sync with upstream source
* src/el.c: editrc not read on systems without issetugid
Patch by Trevor Cordes
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-07 09:13:28 by Nia Alarie | Files touched by this commit (3) |
Log message:
editline: fix conflict with devel/readline
|
2021-05-07 09:08:39 by Nia Alarie | Files touched by this commit (3) |
Log message:
editline: Update to 20210419-3.1. PR pkg/56151
While here, clean up options handling.
* See also NetBSD changelog:
http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit
2021-04-19 Jess Thrysoee
* version-info: 0:65:0
* all: sync with upstream source
* src/getline.c,src/sys.h: Provide getline.c implementation if not available
Patch by Claes Nästén
* src/makelist: Use Posix locale; mainly to get ASCII character classes in \
e.g. `tr`
Patch by Claes Nästén
* examples/test_filecompletion.c, examples/wtc1.c: err.h not supported by
Solaris
2021-02-16 Jess Thrysoee
* version-info: 0:64:0
* all: sync with upstream source
|
2020-05-11 23:06:02 by Tobias Nygren | Files touched by this commit (1) |
Log message:
editline/bl3.mk: define BUILDLINK_INCDIRS.editline
|
2020-05-11 22:52:45 by Tobias Nygren | Files touched by this commit (3) |
Log message:
editline: adjust libedit.pc file due to BUILDLINK_FNAME_TRANSFORM
We have questionable BUILDLINK_FNAME_TRANSFORMs in the bl3.mk that
transform include/editline/readline.h into include/readline/readline.h.
So if libedit.pc file says to use -I${PREFIX}/include/editline that
works fine when building stuff outside of pkgsrc but not inside of pkgsrc.
Workaround is to put both -I${PREFIX}/include/editline and
-I${PREFIX}/include/readline in the pc file, in that order of preference.
|