| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
22 Oct 2011 23:50:23
0.6.9_2
|
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
18 Mar 2011 17:59:51
0.6.9_2
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
31 May 2010 02:01:56
0.6.9_2
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
20 Mar 2010 13:26:55
0.6.9_1
|
miwi  |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat |
21 Aug 2008 06:18:49
0.6.9_1
|
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 ) |
06 Jun 2008 12:59:54
0.6.9_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
17 Mar 2008 13:54:58
0.6.9
|
jadawin  |
- Update to 0.6.9
PR: ports/121744
Submitted by: "David K. Gerry" <gerrydk@comcast.net>
Approved by: tabthorpe (mentor) |
16 Feb 2008 17:23:44
0.6.7
|
alepulver  |
YASR ("Yet Another Screen Reader") is an attempt at a lightweight,
portable screen reader. It works by opening a shell in a pty and
intercepting all user input/output, maintaining a window of what
should be on the screen by looking at the codes and text sent to the
screen. It thus uses no Linuxisms such as /dev/vcsa0 and does not
necessarily need to be setuid root (the only requirement being that
the user be able to access the tts device).
WWW: http://yasr.sourceforge.net/
Ported by David K. Gerry <David.K.Gerry@GMail.com>
PR: ports/119789
Submitted by: David K. Gerry |