Skip site navigation (1)Skip section navigation (2)

CVS log for ports/mail/cone/Makefile

[BACK] Up to [FreeBSD] / ports / mail / cone

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Jan 21 17:37:06 2012 UTC (2 weeks, 5 days ago) by eadler
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
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

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jun 29 20:24:10 2011 UTC (7 months, 1 week ago) by beech
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
- 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>

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:34:15 2011 UTC (10 months ago) by bapt
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -17 lines
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@)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon May 31 01:59:38 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -0 lines
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:27:43 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with M

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jan 5 21:05:45 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +0 -4 lines
- Remove conditional checks for FreeBSD 5.x and older

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Sep 6 16:31:18 2008 UTC (3 years, 5 months ago) by chinsan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -2 lines
- Update to 0.77

PR:		ports/127142
Submitted by:	chinsan
Approved by:	Larry Rosenman (maintainer)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:32 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +0 -1 lines
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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:42:47 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
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)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Sep 10 11:47:54 2007 UTC (4 years, 5 months ago) by tabthorpe
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
- 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)

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Sep 7 04:06:30 2007 UTC (4 years, 5 months ago) by tabthorpe
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +5 -1 lines
- Update to 0.71

PR:		ports/116153
Submitted by:	Larry Rosenman <ler_AT_lerctr.org> (maintainer)
Approved by:	clsung (mentor)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Jun 3 00:07:18 2007 UTC (4 years, 8 months ago) by araujo
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -7 lines
- Update version to 0.70.

PR:		ports/113070
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
Approved by:	stas (mentor)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Apr 6 17:58:44 2007 UTC (4 years, 10 months ago) by rafan
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
- Fix breakage after 602107 which includes ncursesw in the base

Approved by:	maintainer (implicit)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Mar 9 12:18:05 2007 UTC (4 years, 11 months ago) by rafan
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -1 lines
We have ncursesw support in base system after OSVERSION >= 700033.

Approved by:	maintainer via private mail

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Feb 11 19:19:20 2007 UTC (4 years, 11 months ago) by nork
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +28 -8 lines
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)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Dec 22 02:51:11 2006 UTC (5 years, 1 month ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
- 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

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Dec 21 13:31:52 2006 UTC (5 years, 1 month ago) by kuriyama
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
- Upgrade gnupg to 2.0.1.  Old stable version (1.4.6) was repocopied
  to security/gnupg1.

Thanks to:	dougb, lofi

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Nov 20 21:21:05 2006 UTC (5 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
- Update to 0.69

PR:		ports/105657
Submitted by:	Larry Rosenman (maintainer)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed May 31 16:05:54 2006 UTC (5 years, 8 months ago) by mich
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -5 lines
- Update to 0.68

PR:		ports/97997
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Feb 18 21:44:08 2006 UTC (5 years, 11 months ago) by mnag
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
- Update to 0.66.20060215

PR:		93509
Submitted by:	maintainer

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Feb 14 08:27:06 2006 UTC (5 years, 11 months ago) by lawrance
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -4 lines
Update to 0.66.20060203.

PR:		ports/93233
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Feb 12 10:23:42 2006 UTC (5 years, 11 months ago) by lawrance
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
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>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Feb 12 04:24:12 2006 UTC (5 years, 11 months ago) by lawrance
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -3 lines
Update to 0.66.
Submitter takes maintainership.

PR:		ports/93212
Submitted by:	Larry Rosenman <ler@lerctr.org>

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:21:41 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared library update.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jul 14 20:50:14 2005 UTC (6 years, 6 months ago) by novel
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
Update to 0.65.

PR:		83479
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jun 27 01:10:57 2005 UTC (6 years, 7 months ago) by ahze
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
- Update to 0.64 [1]
- Use USE_FAM

PR:		ports/82662 [1]
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru> [1]

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:25:54 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:03:08 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jan 26 06:26:28 2005 UTC (7 years ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Update to 0.63

PR: ports/76344
Submitted by: Matthias Andree <matthias.andree@gmx.de>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Nov 11 17:25:23 2004 UTC (7 years, 3 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2 lines
- Update to 0.62;

- pet portlint.

PR:		ports/71351
Submitted by:	Matthias Andree.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Aug 28 22:50:42 2004 UTC (7 years, 5 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
Chase libaspell to aspell.16.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jun 14 15:17:54 2004 UTC (7 years, 7 months ago) by vs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -4 lines
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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Apr 18 16:55:34 2004 UTC (7 years, 9 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +11 -10 lines
- Update to 0.58

PR:		ports/65684
Submitted by:	Matthias Andree <matthias.andree@gmx.de>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Feb 26 17:30:10 2004 UTC (7 years, 11 months ago) by clement
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- Reset MAINTAINER to ports@FreeBSD.org

PR:		63399
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:21:45 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Dec 4 12:03:10 2003 UTC (8 years, 2 months ago) by sergei
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -2 lines
- Update to 0.56
- Respect NOPORTDOCS

PR:		59783
Submitted by:	maintainer

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 3 21:33:26 2003 UTC (8 years, 3 months ago) by sergei
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +10 -10 lines
- 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]

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 6 08:16:28 2003 UTC (8 years, 4 months ago) by krion
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3 lines
- Update to version 0.54.20030928

PR:		57634
Submitted by:	maintainer

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Sep 25 09:47:10 2003 UTC (8 years, 4 months ago) by krion
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -4 lines
- Update to version 0.54.20030915

PR:		56949
Submitted by:	maintainer

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Aug 15 02:49:44 2003 UTC (8 years, 5 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_9_0
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

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options