The NetBSD Project

CVS log for pkgsrc/devel/editline/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / editline

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Thu Jun 29 17:55:29 2023 UTC (3 months ago) by hauke
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

vis(3): Avoid nonportable MIN in portable code.

Adopt upstream's resolution, to be dropped with the next
update. (Thanks, riastradh@)

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jun 29 16:18:56 2023 UTC (3 months ago) by hauke
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Unbreak build on OmniOS, which #defines MIN() in an uncommon
place.

This should really be picked up by autoconf.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Jun 26 11:37:07 2023 UTC (3 months ago) by wiz
Branch: MAIN
Changes since 1.16: +4 -5 lines
Diff to previous 1.16 (colored)

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

Revision 1.16 / (download) - annotate - [select for diffs], Tue Oct 26 10:14:34 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

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

Revision 1.15 / (download) - annotate - [select for diffs], Thu Oct 7 13:39:29 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored)

devel: Remove SHA1 hashes for distfiles

Revision 1.14 / (download) - annotate - [select for diffs], Fri May 7 07:08:39 2021 UTC (2 years, 4 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (colored)

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

Revision 1.13 / (download) - annotate - [select for diffs], Mon May 11 20:52:45 2020 UTC (3 years, 4 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

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.

Revision 1.12 / (download) - annotate - [select for diffs], Wed May 6 20:55:38 2020 UTC (3 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

editline: remove useless patch

Revision 1.11 / (download) - annotate - [select for diffs], Tue Apr 21 13:07:01 2020 UTC (3 years, 5 months ago) by jperkin
Branch: MAIN
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (colored)

editline: Remove bogus SunOS-specific extern prototypes.

These will differ in const handling depending on whether you use native curses
or ncurses, and currently break ncurses.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Mar 22 22:32:11 2020 UTC (3 years, 6 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.9: +7 -7 lines
Diff to previous 1.9 (colored)

editline: update to 20191231 snapshot

Please see src/lib/libedit in the NetBSD repository for the changes.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 3 03:27:24 2015 UTC (7 years, 11 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Add SHA512 digests for distfiles for devel category

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.

Revision 1.8 / (download) - annotate - [select for diffs], Sun May 17 21:19:12 2015 UTC (8 years, 4 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.7: +4 -3 lines
Diff to previous 1.7 (colored)

FreeBSD's wchar_t seems to be able to handle the ISO 10646 chacters too.
This will unbreak the build of a few packages on FreeBSD, notably mysql*.
Defuzz patches.

Revision 1.7 / (download) - annotate - [select for diffs], Thu May 7 14:07:49 2015 UTC (8 years, 4 months ago) by ryoon
Branch: MAIN
Changes since 1.6: +5 -6 lines
Diff to previous 1.6 (colored)

Update to 3.1.20150325

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.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Feb 15 02:03:38 2015 UTC (8 years, 7 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.5: +4 -3 lines
Diff to previous 1.5 (colored)

Fix build for OpenBSD. Defuzz patches.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 23 17:15:17 2014 UTC (8 years, 11 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Use ln with '-f' in patch file to help with repeated installs.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 2 13:57:18 2014 UTC (9 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

Update to 3.1.20140620

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.

Revision 1.3 / (download) - annotate - [select for diffs], Mon May 19 10:40:40 2014 UTC (9 years, 4 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Re-generate patch.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jul 15 15:14:29 2013 UTC (10 years, 2 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Bump PKGREVISION.

* 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.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jul 15 01:42:47 2013 UTC (10 years, 2 months ago) by ryoon
Branch: MAIN

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>