| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
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 |