| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
06 May 2013 15:34:18
0.90_1
|
bapt  |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
27 Apr 2013 11:59:29
0.90_1
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
24 Apr 2013 18:10:32
0.90_1
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
26 Dec 2012 17:38:14
0.90_1
|
beech  |
- Update to 0.90
- Changelog:
2011-10-04
* cone/gettext.C: gettext can't deal with literal ^Ds, so provide a
workaround: "\\D" literal.
2011-09-23
* cone/cursesindexdisplay.C (drawLine): Misformatting of the date
column in some locales.
PR: ports/174708
Submitted by: Uffe Jakobsen <uffe@uffe.org> (maintainer) |
21 Jan 2012 17:40:15
0.89_1
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
29 Jun 2011 20:24:11
0.89_1
|
beech  |
- Update to 0.89
- Pass maintainership to submitter
- Consult changelog for specific changes
PR: ports/158355
Submitted by: Uffe Jakobsen <uffe@uffe.org>
Approved by: Larry Rosenman <ler@lerctr.org> |
11 Apr 2011 08:34:17
0.77_1
|
bapt  |
Add a new macro to deal with conflict between ncurses from base and ncurses from
ports.
If a ports is linked against ncurses from base or from the ports, it should then
add:
USE_NCURSES=yes
it is also possible to specify the hard dependency on the ports ncurses or one
the base one adding the following macros:
WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes
PR: ports/155269
Submitted by: me
Reviwed by: pav@
Approved by: portmgr (pav@)
Exp-run by: portmgr (pav@) |
31 May 2010 02:01:56
0.77_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
22 Aug 2009 00:28:34
0.77  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
05 Jan 2009 21:05:49
0.77
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
06 Sep 2008 16:31:19
0.77
|
chinsan  |
- Update to 0.77
PR: ports/127142
Submitted by: chinsan
Approved by: Larry Rosenman (maintainer) |
21 Aug 2008 06:18:49
0.71_2
|
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 13:43:09
0.71_2
|
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) |
10 Sep 2007 11:47:55
0.71_1
|
tabthorpe  |
- Fix breakage with the rootcerts install step.
PR: ports/116208
Submitted by: Larry Rosenman <ler_AT_lerctr.org>
Noticed by: pavmail
Pointyat to: tabthorpe, ler_AT_lerctr.org
Approved by: clsung (mentor) |
07 Sep 2007 04:06:30
0.71
|
tabthorpe  |
- Update to 0.71
PR: ports/116153
Submitted by: Larry Rosenman <ler_AT_lerctr.org> (maintainer)
Approved by: clsung (mentor) |
03 Jun 2007 00:07:18
0.70
|
araujo  |
- Update version to 0.70.
PR: ports/113070
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
Approved by: stas (mentor) |
06 Apr 2007 17:58:45
0.69_3
|
rafan  |
- Fix breakage after 602107 which includes ncursesw in the base
Approved by: maintainer (implicit) |
09 Mar 2007 12:18:05
0.69_3
|
rafan  |
We have ncursesw support in base system after OSVERSION >= 700033.
Approved by: maintainer via private mail |
11 Feb 2007 19:19:20
0.69_3
|
nork  |
o Add support UTF-8 with ncursesw.
o No more required LANG=UTF8 without ncursesw.
o Bump PORTREVISION, accordingly.
PR: ports/108897
Submitted by: Tsuneo Nakagawa <yaemon@kikansha.jp>
Approved by: Larry Rosenman <ler@lerctr.org> (maintainer) |
22 Dec 2006 02:51:16
0.69_2
|
kuriyama  |
- Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not
correct. To work around this, change dependency line from bin/gpg
to bin/gpgv which exists in security/gnupg1 port only.
Spotted by: ume |
21 Dec 2006 13:31:56
0.69_1
|
kuriyama  |
- Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
to security/gnupg1.
Thanks to: dougb, lofi |
20 Nov 2006 21:21:05
0.69
|
miwi  |
- Update to 0.69
PR: ports/105657
Submitted by: Larry Rosenman (maintainer) |
31 May 2006 16:05:55
0.68
|
mich  |
- Update to 0.68
PR: ports/97997
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) |
18 Feb 2006 21:44:09
0.66.20060215
|
mnag  |
- Update to 0.66.20060215
PR: 93509
Submitted by: maintainer |
14 Feb 2006 08:27:06
0.66.20060203
|
lawrance  |
Update to 0.66.20060203.
PR: ports/93233
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) |
12 Feb 2006 10:23:42
0.66
|
lawrance  |
Fix plist and enable installation of the default set of trusted SSL
certificates.
Missed from:
Update to 0.66.
Submitter takes maintainership.
PR: ports/93212
Submitted by: Larry Rosenman <ler@lerctr.org> |
12 Feb 2006 04:24:12
0.66
|
lawrance  |
Update to 0.66.
Submitter takes maintainership.
PR: ports/93212
Submitted by: Larry Rosenman <ler@lerctr.org> |
25 Nov 2005 15:31:02
0.65_1
|
pav  |
- Add SHA256 |
05 Nov 2005 05:22:06
0.65_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
14 Jul 2005 20:50:14
0.65
|
novel  |
Update to 0.65.
PR: 83479
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> |
27 Jun 2005 01:10:57
0.64
|
ahze  |
- Update to 0.64 [1]
- Use USE_FAM
PR: ports/82662 [1]
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> [1] |
09 Jun 2005 17:30:45
0.63
|
erwin  |
Add WWW
PR: 82073
Submitted by: Francisco <francisco@natserv.net> |
12 Apr 2005 03:26:57
0.63
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
0.63
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
26 Jan 2005 06:26:28
0.63
|
kevlo  |
Update to 0.63
PR: ports/76344
Submitted by: Matthias Andree <matthias.andree@gmx.de> |
11 Nov 2004 17:25:23
0.62
|
thierry  |
- Update to 0.62;
- pet portlint.
PR: ports/71351
Submitted by: Matthias Andree. |
28 Aug 2004 22:50:44
0.60_1
|
thierry  |
Chase libaspell to aspell.16. |
14 Jun 2004 15:17:55
0.60
|
vs  |
Update to 0.60:
- drop ncurses requirement
- bump minimum FreeBSD version to 5.2.1-RELEASE
- fix compilation with GCC 3.4
PR: ports/67686
Submitted by: Matthias Andree |
18 Apr 2004 16:55:34
0.58
|
pav  |
- Update to 0.58
PR: ports/65684
Submitted by: Matthias Andree <matthias.andree@gmx.de> |
17 Mar 2004 18:29:46
0.56_1
|
trevor  |
SIZEify. |
26 Feb 2004 17:30:10
0.56_1
|
clement  |
- Reset MAINTAINER to ports@FreeBSD.org
PR: 63399
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) |
04 Feb 2004 05:21:48
0.56_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
04 Dec 2003 12:03:10
0.56
|
sergei  |
- Update to 0.56
- Respect NOPORTDOCS
PR: 59783
Submitted by: maintainer |
03 Nov 2003 21:33:26
0.55
|
sergei  |
- Update to 0.55 [1]
While I'm here [2]:
- Clean up {LIB,BUILD,RUN}_DEPENDS
PR: 58886 [1]
Submitted by: maintainer [1], sergei [2] |
06 Oct 2003 08:16:28
0.54.20030928
|
krion  |
- Update to version 0.54.20030928
PR: 57634
Submitted by: maintainer |
25 Sep 2003 09:47:10
0.54.20030915
|
krion  |
- Update to version 0.54.20030915
PR: 56949
Submitted by: maintainer |
15 Aug 2003 02:49:45
0.52
|
dinoex  |
Cone is a text-based mail client. Cone seamlessly handles multiple POP3,
IMAP accounts, and local mail folders. Cone is also a simple newsreader.
Cone is designed to be foolproof enough to be used by inexperienced users,
but also offers advanced features for power users.
PR: 54218
Submitted by: matthias.andree@gmx.de |