Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
|
|
|
|
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
|
|
|
|
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.
|
|
|
|
These will differ in const handling depending on whether you use native curses
or ncurses, and currently break ncurses.
|
|
|
|
|
|
Please see src/lib/libedit in the NetBSD repository for the changes.
|
|
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
|
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
|
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
|
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
This will unbreak the build of a few packages on FreeBSD, notably mysql*.
Defuzz patches.
|
|
Changelog:
2015-03-25 Jess Thrysoee
* version-info: 0:53:0
* all: sync with upstream source
2014-10-30 Jess Thrysoee
* version-info: 0:52:0
* all: sync with upstream source
* configura.ac: Fix posix shell portability issue. Patch by Ryo Onodera.
|
|
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.
|
|
|
|
|
|
|
|
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").
|
|
|
|
|
|
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.
|
|
Those are required for the case in readline compatible mode, not for using
builtin editline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
* 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.
|
|
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.
|