non port: devel/libedit/Makefile |
SVNWeb
|
Number of commits found: 51 |
Wed, 9 Nov 2022
|
[ 20:17 Sergey A. Osokin (osa) ] 9e309cc
devel/libedit: update 20210910 -> 20221030
Approved by: bapt (maintainer)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Wed, 9 Mar 2022
|
[ 18:17 Sergey A. Osokin (osa) ] dd4e54e
devel/libedit: update to the recent version 3.1-20210910
Approved by: maintainer (bapt)
|
Mon, 3 Jan 2022
|
[ 14:42 Bernhard Froehlich (decke) ] 9d8c358
devel/libedit: Add CPE information
Approved by: portmgr (blanket)
|
Thu, 25 Nov 2021
|
[ 21:40 Stefan Eßer (se) ] 04b9da4 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: 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)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 25 Mar 2021
|
[ 15:08 bapt ]
Update to 3.1.20210216
|
Fri, 3 Apr 2020
|
[ 04:35 bapt ]
Update to 20191231 snapshot
|
Fri, 27 Dec 2019
|
[ 13:28 bapt ]
Update to 20191211-3.1
|
Wed, 5 Jun 2019
|
[ 10:59 bapt ]
Update to 3.1.20190324
|
Mon, 21 Jan 2019
|
[ 11:58 bapt ]
Update to 3.1.20181209
|
Tue, 27 Feb 2018
|
[ 13:03 mat ] (Only the first 10 of 26 ports in this commit are shown above. )
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight
|
Tue, 11 Apr 2017
|
[ 15:21 mat ] (Only the first 10 of 31 ports in this commit are shown above. )
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
|
Sat, 1 Apr 2017
|
[ 15:11 bapt ] (Only the first 10 of 22 ports in this commit are shown above. )
Update libedit to 20170329
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
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)
|
Sun, 19 Jun 2016
|
[ 19:55 bapt ]
backout libedit update it breaks all mysql clients
Reported by: antoine
|
[ 19:10 bapt ]
Remove portrevision forgotten in previous commit
|
[ 19:05 bapt ]
Update to 20160618
|
Sun, 27 Mar 2016
|
[ 10:10 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>
|
Wed, 10 Feb 2016
|
[ 16:14 ak ]
- Fix various typos in CONFLICTS_INSTALL knob
Approved by: portmgr blanket
|
Fri, 29 Jan 2016
|
[ 14:08 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
|
Sun, 26 Apr 2015
|
[ 09:28 bapt ]
Remove wrong patch that modifies locales instead of just querying
|
Sat, 28 Mar 2015
|
[ 10:51 bapt ]
Update to 3.1-20150325
|
Sun, 25 Jan 2015
|
[ 00:32 bapt ]
Register conflicts
|
Mon, 19 Jan 2015
|
[ 07:49 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)
|
Fri, 9 Jan 2015
|
[ 07:52 bapt ]
Bump portrevision
|
Wed, 7 Jan 2015
|
[ 22:44 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
|
Fri, 31 Oct 2014
|
[ 12:58 bapt ]
Update to 20141030
|
Sun, 22 Jun 2014
|
[ 23:00 bapt ]
Update to 20140620
|
Fri, 20 Jun 2014
|
[ 22:09 bapt ]
Update to 20140618
|
Wed, 30 Apr 2014
|
[ 16:09 bapt ]
Update libedit to the latest version
Activate unconditionnaly unicode
take maintainership [1]
Approved by: rodrigo [1] (former maintainer)
|
Wed, 29 Jan 2014
|
[ 09:17 rodrigo ] (Only the first 10 of 43 ports in this commit are shown above. )
Update maintainer email address
Approved by: bapt@ (co-mentor)
|
Mon, 2 Dec 2013
|
[ 18:53 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>
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sat, 12 Jan 2013
|
[ 12:07 wen ] (Only the first 10 of 24 ports in this commit are shown above. )
- Trim Makefile headers
- Pass maintainership to submitter
PR: 175184
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net>
|
Wed, 11 Apr 2012
|
[ 03:08 miwi ]
- Sync with NetBSD upstream
PR: 166435
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
|
Sat, 29 Sep 2007
|
[ 20:59 alepulver ]
- Enable non-GPL readline implementation.
- Bump PORTREVISION.
PR: ports/116687
Submitted by: Martin Kammerhofer <dada@pluto.tugraz.at>
|
Tue, 6 Feb 2007
|
[ 03:06 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>
|
Mon, 14 Aug 2006
|
[ 22:55 clsung ] (Only the first 10 of 102 ports in this commit are shown above. )
- 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>
|
Thu, 4 May 2006
|
[ 21:41 edwin ] (Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
Thu, 12 Jan 2006
|
[ 09:22 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)
|
Tue, 13 Sep 2005
|
[ 13:03 garga ]
- Bump PORTREVISION to reflect last change
|
[ 13:00 garga ]
Remove OPTIONS scheme to prevent conflicts with devel/readline
Pointed by: Marcus Alves Grando <marcus@corp.grupos.com.br>
|
[ 12:40 garga ]
- Update to 2.6.9
- OPTIONS'ify
PR: ports/86053
Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br>
|
Tue, 23 Nov 2004
|
[ 11:29 sem ]
Forgoten PORTREVISION bump.
|
Mon, 8 Sep 2003
|
[ 06:06 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>
|
Thu, 20 Feb 2003
|
[ 17:07 knu ] (Only the first 10 of 432 ports in this commit are shown above. )
De-pkg-comment.
|
Thu, 16 Jan 2003
|
[ 22:58 arved ]
Support CFLAGS properly
PR: 47067
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Sat, 11 May 2002
|
[ 22:19 jasone ]
Drop maintainership.
|
Mon, 11 Feb 2002
|
[ 01:34 jasone ]
Add libedit 2.6.4.
|
Number of commits found: 51 |