Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 0.45.2 |
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 ) |
17 Jun 2021 08:04:59 0.45.2 |
Juraj Lutter (otis)  |
devel/rlwrap: Remove empty trailing line in pkg-plist
Remove an empty trailing line in pkg-plist. No functional change.
Reported by: osa |
16 Jun 2021 22:05:43 0.45.2 |
Juraj Lutter (otis)  |
devel/rlwrap: Update to 0.45.2
Bug fixes:
- rlwrap enables bracketed-paste when instructed to do so by .inputrc,
but would then never disable it at exit.
- rlwrap -z (i.e. rlwrap when using a filter) would still open
/tmp/rlwrap.debug after forking the filter command, preventing other
users from running it afterwards
PR: 256569 |
06 Apr 2021 14:31:07 0.44 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
11 Feb 2021 16:36:24
0.44 |
otis  |
devel/rlwrap: Update to 0.44
And while here, also:
- Switch to versioned release download
- Reformat Makefile according to portclippy/portfmt
- Fix pkg-plist
Reviewed by: osa (mentor), swills (mentor)
Approved by: osa (mentor)
MFH: 2021Q1
Differential Revision: https://reviews.freebsd.org/D28429 |
01 Sep 2020 08:12:09
0.42_2 |
se  |
Fix build with clang11
Reported by: pkg-fallout
Approved by: antoine (implicit) |
09 Apr 2019 14:04:50
0.42_2 |
sunpoet  |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
27 Jun 2017 13:46:53
0.42_1 |
sunpoet  |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
29 Dec 2015 14:30:47
0.42 |
mat  |
Cleanup GH_* and variables order.
Sponsored by: Absolight |
12 May 2015 13:08:05
0.42 |
robak  |
devel/rlwrap: update 0.37 -> 0.42
- Convert to use GH
PR: 199155
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
Approved by: Martinko <gamato@users.sf.net> (maintainer) |
27 Oct 2014 11:07:20
0.37 |
bapt  |
Cleanup plist |
29 Jul 2014 17:12:50
0.37 |
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
01 Jul 2014 12:54:19
0.37 |
bapt  |
Fix build with readline from ports |
19 Feb 2014 10:10:07
0.37 |
ehaupt  |
Support staging |
20 Sep 2013 17:17:45
0.37 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
03 Jul 2011 14:59:23
0.37 |
ohauer  |
-remove MD5 |
06 Oct 2010 03:40:46
0.37 |
pgollucci  |
- update to 0.37
- remove -lutil cruft from before AC_CHECK_LIB() was added
- either use openpty() or search manually (not sure)[1]
[1] PTYS_ARE_PTMX ifdef patch was incorrect, anyway. According to
configure.ac there can be only one of PTYS_ARE_XXX be defined at a
time because the check uses `else if'.
PR: ports/150694
Submitted by: swell.k@gmail.com
Approved by: maintainer timeout (gamato@users.sf.net ; 14 days) |
27 Jan 2010 13:01:11
0.36 |
miwi  |
- Update to 0.36
PR: 143202
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Approved by: maintainer |
24 Feb 2009 03:57:28
0.30 |
tabthorpe  |
- Pass maintainership to submitter
Submitted by: martinko via freebsd-ports@ |
18 Dec 2008 02:24:04
0.30 |
linimon  |
Reassign ports maintained by dryice@ for now due to other commitments.
Hat: portmgr |
21 Aug 2008 06:18:49
0.30 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
20 Mar 2008 09:37:21
0.30 |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 200 |
14 Jan 2008 02:27:35
0.30 |
dryice  |
update to 0.30 |
21 Dec 2007 11:30:42
0.29 |
dryice  |
- update to 0.29
- take maintainership. Thanks the previous maintainers!
Approved by: laszlof (maintainer, implicit) |
07 Oct 2007 21:51:57
0.28_1 |
laszlof  |
FIx bug reported by submitter
remove checks for readline 4.2+, we do not support 4.x anymore
bump PORTREVISION
PR: ports/116690
Submitted by: Martin Kammerhofer <dada@pluto.tugraz.at> |
23 Jul 2007 09:36:52
0.28 |
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
12 Dec 2006 12:06:37
0.28 |
laszlof  |
Fix manpage install location.
Reported by: kris via pointyhat |
11 Dec 2006 17:54:14
0.28 |
laszlof  |
Update to 0.28 |
07 Nov 2006 15:37:06
0.24_1 |
laszlof  |
Update my email address in all ports that I maintain.
Approved by: flz (mentor) |
10 Nov 2005 18:41:27
0.24_1 |
garga  |
- Add SHA256 to all ports submitter maintain
PR: ports/88791
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> |
02 Nov 2005 20:27:22
0.24_1 |
arved  |
Fix detection of openpty(3)
Bump PORTREVISION
PR: 88400
Reported by: Henk Csaba
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> |
01 Nov 2005 10:03:23
0.24 |
krion  |
Update to 0.24
PR: ports/88300
Submitted by: maintainer |
19 Oct 2005 08:49:17
0.23 |
vs  |
Update to 0.23
PR: ports/87591
Submitted by: maintainer |
07 Oct 2005 01:08:31
0.22 |
mnag  |
Update to 0.22
PR: 87020
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer) |
12 Apr 2005 03:26:57
0.21 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
0.21 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
09 Mar 2005 17:01:20
0.21 |
flz  |
- Update to 0.21.
PR: ports/78620
Submitted by: darkn3ss@perl-dev.net <darkn3ss@perl-dev.net>
Approved by: pav (mentor), Frank Laszlo <laszlof@tvog.net> (maintainer) |
26 Oct 2004 15:23:33
0.18_1 |
pav  |
- Chase recent devel/readline update
PR: ports/73118
Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com> |
25 Oct 2004 19:34:38
0.18 |
kris  |
Assign maintainer to Frank Laszlo <laszlof@vonostingroup.com> who has
kindly agreed to maintain this port. |
10 Jul 2004 03:00:15
0.18 |
linimon  |
Include dependency on devel/readline to try to unbreak on 4.x.
PR: ports/68852
Submitted by: Martin Kammerhofer <dada at sbox dot tugraz dot at> |
09 Jul 2004 10:03:38
0.18 |
sem  |
Correct pty type detection
PR: ports/68808
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Approved by: krion (mentor) |
20 Feb 2004 15:57:38
0.18 |
krion  |
- Update to version 0.18
PR: ports/63133
Submitted by: Ports Fury |
29 Jan 2004 07:24:56
0.15 |
trevor  |
SIZEify. |
27 Jun 2003 15:57:07
0.15 |
naddy  |
Replacing BROKEN by IGNORE will save bento trying to build this
port on 4.x, where it is known not to work.
PR: 53440
Submitted by: Mark Linimon <linimon@lonesome.com> |
27 Jun 2003 06:21:54
0.15 |
daichi  |
update devel/rlwrap: 0.12 --> 0.15
PR: 51427
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
05 Apr 2003 08:28:21
0.12 |
kris  |
Fix pkg-plist |
20 Feb 2003 17:07:10
0.12 |
knu  |
De-pkg-comment. |
04 Jul 2002 07:11:43
0.12 |
perky  |
o Update to 0.12
o Check __FreeBSD_version < 500018 which doesn't have libreadline 4.2
PR: 38454, 39640
Submitted by: Tilman Linneweh <tilman@arved.de>,
KATO Tsuguru <tkato@prontomail.com> |
25 Dec 2001 16:59:04  |
dirk  |
portlint: - begin with a capital - don't end with '.' - remove port name
- don't exceed 70 characters |
19 Sep 2001 17:22:16  |
ijliao  |
upgrade to 0.10 |
12 Aug 2001 12:07:24  |
ijliao  |
add rlwrap readline wrapper |