non port: devel/rlwrap/Makefile |
SVNWeb
|
Number of commits found: 41 |
Wed, 16 Jun 2021
|
[ 22:05 Juraj Lutter (otis) ] 3ff8b50
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
|
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, 11 Feb 2021
|
[ 16:36 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
|
Tue, 9 Apr 2019
|
[ 14:04 sunpoet ] (Only the first 10 of 289 ports in this commit are shown above. )
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
|
Tue, 27 Jun 2017
|
[ 13:46 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
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
|
Tue, 29 Dec 2015
|
[ 14:30 mat ] (Only the first 10 of 84 ports in this commit are shown above. )
Cleanup GH_* and variables order.
Sponsored by: Absolight
|
Tue, 12 May 2015
|
[ 13:08 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)
|
Tue, 1 Jul 2014
|
[ 12:54 bapt ]
Fix build with readline from ports
|
Wed, 19 Feb 2014
|
[ 10:10 ehaupt ]
Support staging
|
Fri, 20 Sep 2013
|
[ 17:17 bapt ] (Only the first 10 of 623 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
Wed, 6 Oct 2010
|
[ 03:40 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)
|
Wed, 27 Jan 2010
|
[ 13:01 miwi ]
- Update to 0.36
PR: 143202
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Approved by: maintainer
|
Tue, 24 Feb 2009
|
[ 03:57 tabthorpe ]
- Pass maintainership to submitter
Submitted by: martinko via freebsd-ports@
|
Thu, 18 Dec 2008
|
[ 02:24 linimon ] (Only the first 10 of 31 ports in this commit are shown above. )
Reassign ports maintained by dryice@ for now due to other commitments.
Hat: portmgr
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
Thu, 20 Mar 2008
|
[ 09:37 pav ] (Only the first 10 of 35 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 200
|
Mon, 14 Jan 2008
|
[ 02:27 dryice ]
update to 0.30
|
Fri, 21 Dec 2007
|
[ 11:30 dryice ]
- update to 0.29
- take maintainership. Thanks the previous maintainers!
Approved by: laszlof (maintainer, implicit)
|
Sun, 7 Oct 2007
|
[ 21:51 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>
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- 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
|
Tue, 12 Dec 2006
|
[ 12:06 laszlof ]
Fix manpage install location.
Reported by: kris via pointyhat
|
Mon, 11 Dec 2006
|
[ 17:54 laszlof ]
Update to 0.28
|
Tue, 7 Nov 2006
|
[ 15:37 laszlof ] (Only the first 10 of 56 ports in this commit are shown above. )
Update my email address in all ports that I maintain.
Approved by: flz (mentor)
|
Wed, 2 Nov 2005
|
[ 20:27 arved ]
Fix detection of openpty(3)
Bump PORTREVISION
PR: 88400
Reported by: Henk Csaba
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
|
Tue, 1 Nov 2005
|
[ 10:03 krion ]
Update to 0.24
PR: ports/88300
Submitted by: maintainer
|
Wed, 19 Oct 2005
|
[ 08:49 vs ]
Update to 0.23
PR: ports/87591
Submitted by: maintainer
|
Fri, 7 Oct 2005
|
[ 01:08 mnag ]
Update to 0.22
PR: 87020
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Wed, 9 Mar 2005
|
[ 17:01 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)
|
Tue, 26 Oct 2004
|
[ 15:23 pav ]
- Chase recent devel/readline update
PR: ports/73118
Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com>
|
Mon, 25 Oct 2004
|
[ 19:34 kris ]
Assign maintainer to Frank Laszlo <laszlof@vonostingroup.com> who has
kindly agreed to maintain this port.
|
Sat, 10 Jul 2004
|
[ 03:00 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>
|
Fri, 9 Jul 2004
|
[ 10:03 sem ]
Correct pty type detection
PR: ports/68808
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Approved by: krion (mentor)
|
Fri, 20 Feb 2004
|
[ 15:57 krion ]
- Update to version 0.18
PR: ports/63133
Submitted by: Ports Fury
|
Fri, 27 Jun 2003
|
[ 15:57 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>
|
[ 06:21 daichi ]
update devel/rlwrap: 0.12 --> 0.15
PR: 51427
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
Thu, 20 Feb 2003
|
[ 17:07 knu ] (Only the first 10 of 432 ports in this commit are shown above. )
De-pkg-comment.
|
Thu, 4 Jul 2002
|
[ 07:11 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>
|
Wed, 19 Sep 2001
|
[ 17:22 ijliao ]
upgrade to 0.10
|
Sun, 12 Aug 2001
|
[ 12:07 ijliao ]
add rlwrap readline wrapper
|
Number of commits found: 41 |