Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.20240808,1 20 Aug 2024 18:08:32 |
Yuri Victorovich (yuri) |
devel/libedit: update 3.1-20240517 → 3.1-20240808
PR: 280930
Approved by: bapt@FreeBSD.org (maintainer) |
3.1.20240517,1 21 May 2024 19:56:01 |
Daniel Engberg (diizzy) |
devel/libedit: Update to 3.1-20240517
* Remove EDITVERSION and EDITDATE, just set DISTVERSION
* Add LICENSE_FILE
* Remove GNU_CONFIGURE_MANPREFIX
* Rearrange for better readability
PR: 279176
Reviewed by: bapt (maintainer) |
3.1.20230828_1,1 23 Jan 2024 13:47:39 |
Muhammad Moinur Rahman (bofh) |
devel/libedit: Impelled to share/man
Approved by: portmgr (blanket) |
3.1.20230828,1 03 Oct 2023 14:21:00 |
Sergey A. Osokin (osa) |
devel/libedit: update to 3.1.20230828
PR: 274082
Approved by: bapt (maintainer) |
3.1.20221030,1 09 Nov 2022 20:17:29 |
Sergey A. Osokin (osa) |
devel/libedit: update 20210910 -> 20221030
Approved by: bapt (maintainer) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.1.20210910,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.1.20210910,1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.1.20210910,1 09 Mar 2022 18:17:46 |
Sergey A. Osokin (osa) |
devel/libedit: update to the recent version 3.1-20210910
Approved by: maintainer (bapt) |
3.1.20210216,1 03 Jan 2022 14:42:09 |
Bernhard Froehlich (decke) |
devel/libedit: Add CPE information
Approved by: portmgr (blanket) |
3.1.20210216,1 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
3.1.20210216,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.20210216,1 25 Mar 2021 15:08:33 |
bapt |
Update to 3.1.20210216 |
3.1.20191231,1 03 Apr 2020 04:35:02 |
bapt |
Update to 20191231 snapshot |
3.1.20191211,1 27 Dec 2019 13:28:22 |
bapt |
Update to 20191211-3.1 |
3.1.20190324,1 05 Jun 2019 10:59:31 |
bapt |
Update to 3.1.20190324 |
3.1.20181209_2,1 21 Jan 2019 11:58:40 |
bapt |
Update to 3.1.20181209 |
3.1.20170329_2,1 27 Feb 2018 13:03:48 |
mat |
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight |
3.1.20170329_2,1 11 Apr 2017 15:21:23 |
mat |
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.
There are two cases:
- The upstream versionning is compatible with our versionning, or using
DISTVERSION's magic leads to a compatible PORTVERSION, use
DISTVERSION. If it is possible to use DISTVERSIONPREFIX and
DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
DISTVERSION's magic does not lead to a correct PORTVERSION, then set
PORTVERSION to the equivalent of our versionning, and set DISTNAME.
It is possible to use a third variable where you store upstream's
version and use it to compute PORTVERSION and/or DISTNAME, like the
dns/bind9* ports do.
Sponsored by: Absolight |
3.1.20170329_2,1 01 Apr 2017 15:11:15 |
bapt |
Update libedit to 20170329 |
3.1.20150325_2,1 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
3.1.20150325_2,1 19 Jun 2016 19:55:49 |
bapt |
backout libedit update it breaks all mysql clients
Reported by: antoine |
3.1.20160618 19 Jun 2016 19:10:13 |
bapt |
Remove portrevision forgotten in previous commit |
3.1.20160618_2 19 Jun 2016 19:05:41 |
bapt |
Update to 20160618 |
3.1.20150325_2 27 Mar 2016 10:10:05 |
bapt |
Apply upstream patch to avoid tty corruption in case of output to a pipe.
http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=50863
PR: 208320
Submitted by: John Hein <z7dr6ut7gs@snkmail.com> |
3.1.20150325_1 10 Feb 2016 16:14:35 |
ak |
- Fix various typos in CONFLICTS_INSTALL knob
Approved by: portmgr blanket |
3.1.20150325_1 29 Jan 2016 14:08:34 |
marino |
devel/libedit: Add missing USES=ncurses
Libedit links with ncurses, so it needs to be documented in USES. For
platforms that use the ports ncurses, also set LDFLAGS explicitly so
the libraries can be found.
Approved by: bapt |
3.1.20150325_1 26 Apr 2015 09:28:09 |
bapt |
Remove wrong patch that modifies locales instead of just querying |
3.1.20150325 28 Mar 2015 10:51:14 |
bapt |
Update to 3.1-20150325 |
3.1.20141030_2 25 Jan 2015 00:32:16 |
bapt |
Register conflicts |
3.1.20141030_2 24 Jan 2015 22:00:46 |
bapt |
Add a website |
3.1.20141030_2 19 Jan 2015 07:49:34 |
bapt |
Fix build with some locales
tr(1) has different behaviour depending on the locales. resulting in makelist
failing to properly generate some files. Encorfing LC_ALL=C during build fixes
it.
PR: 196848 [1]
Reported by: Trond.Endrestol@ximalas.info [1],
Christian Jachmann <Jachmann@unitix.org> (via private mail)
Tested by: Christian Jachmann <Jachmann@unitix.org> (via private mail) |
3.1.20141030_2 09 Jan 2015 07:52:00 |
bapt |
Bump portrevision |
3.1.20141030_1 09 Jan 2015 07:51:31 |
bapt |
Fix the number of element returned with el_getc in unicode env |
3.1.20141030_1 07 Jan 2015 22:44:04 |
bapt |
Fix Unicode environemnt detection
Fix reading unicode lines
More work is needed for part of the readline compatibility, this is good enough
for the sqlite shell to accept unicode but not for ruby's irb yet |
3.1.20141030 31 Oct 2014 12:58:57 |
bapt |
Update to 20141030 |
3.1.20140620 22 Sep 2014 07:14:14 |
bapt |
Cleanup plist |
3.1.20140620 22 Jun 2014 23:00:56 |
bapt |
Update to 20140620 |
3.1.20140618 20 Jun 2014 22:09:02 |
bapt |
Update to 20140618 |
3.1.20140213 30 Apr 2014 16:09:05 |
bapt |
Update libedit to the latest version
Activate unconditionnaly unicode
take maintainership [1]
Approved by: rodrigo [1] (former maintainer) |
2.6.10_2 29 Jan 2014 09:17:42 |
rodrigo |
Update maintainer email address
Approved by: bapt@ (co-mentor) |
2.6.10_2 02 Dec 2013 18:53:10 |
sunpoet |
- Add LICENSE
- Strip shared library
- Support STAGEDIR
- While I'm here, use REINPLACE_CMD instead of patch file
PR: ports/184436
Submitted by: Rodrigo Osorio <rodrigo@bebik.net> |
2.6.10_2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.6.10_2 12 Jan 2013 12:07:59 |
wen |
- Trim Makefile headers
- Pass maintainership to submitter
PR: 175184
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> |
2.6.10_2 11 Apr 2012 03:08:27 |
miwi |
- Sync with NetBSD upstream
PR: 166435
Submitted by: Pedro Giffuni <giffunip@tutopia.com> |
2.6.10_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.6.10_1 29 Sep 2007 20:59:12 |
alepulver |
- Enable non-GPL readline implementation.
- Bump PORTREVISION.
PR: ports/116687
Submitted by: Martin Kammerhofer <dada@pluto.tugraz.at> |
2.6.10 06 Feb 2007 03:06:30 |
clsung |
- Update of devel/libedit from 2.6.9 to 2.6.10
PR: ports/108752
Submitted by: Martin Matuska <martin_AT_matuska dot org> |
2.6.9_2 14 Aug 2006 22:55:18 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
2.6.9_2 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
2.6.9_2 12 Jan 2006 09:22:30 |
jasone |
Bump the library revision number for libedit, since it needs to be
kept greater than the revision number for the base system's libedit.
Approved by: markm (mentor) |
2.6.9_1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
2.6.9_1 13 Sep 2005 13:03:39 |
garga |
- Bump PORTREVISION to reflect last change |
2.6.9 13 Sep 2005 13:00:06 |
garga |
Remove OPTIONS scheme to prevent conflicts with devel/readline
Pointed by: Marcus Alves Grando <marcus@corp.grupos.com.br> |
2.6.9 13 Sep 2005 12:40:03 |
garga |
- Update to 2.6.9
- OPTIONS'ify
PR: ports/86053
Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br> |
2.6.7_1 23 Nov 2004 11:29:27 |
sem |
Forgoten PORTREVISION bump. |
2.6.7 22 Nov 2004 21:53:23 |
sem |
- Fix possible buffer overflow
PR: ports/70699
Submitted by: Sergey S. Kostyliov <rathamahata(at)ehouse.ru> |
2.6.7 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
2.6.7 08 Sep 2003 06:06:04 |
edwin |
Update port: devel/libedit to 2.6.7
- Update to version 2.6.7
PR: ports/56525
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
2.6.4_1 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
2.6.4_1 16 Jan 2003 22:58:52 |
arved |
Support CFLAGS properly
PR: 47067
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
2.6.4 11 May 2002 22:19:34 |
jasone |
Drop maintainership. |
11 Feb 2002 01:34:30 |
jasone |
Add libedit 2.6.4. |