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

CVS log for ports/net-im/climm/Makefile

[BACK] Up to [FreeBSD] / ports / net-im / climm

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.83: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:24:41 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +0 -1 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav

Revision 1.82: download - view: text, markup, annotated - select for diffs
Sun Jul 3 11:40:44 2011 UTC (7 months, 1 week ago) by swills
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -1 lines
- Chase the libgcrypt shared lib version

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sun Jun 5 18:43:10 2011 UTC (8 months ago) by novel
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -1 lines
Chase security/gnutls update and add an UPDATING entry.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Jan 10 22:11:56 2011 UTC (13 months ago) by johans
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -0 lines
Fix compilation with XMPP option

PR:		ports/153850
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com>

Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Jul 27 01:25:19 2010 UTC (18 months, 2 weeks ago) by wxs
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -0 lines
Chase security/libgcrypt shlib bump.

PR:		ports/148755
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>

Revision 1.78: download - view: text, markup, annotated - select for diffs
Sat Mar 20 22:40:50 2010 UTC (22 months, 3 weeks ago) by johans
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -2 lines
Update to 0.7.1

Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Feb 23 18:06:01 2010 UTC (23 months, 2 weeks ago) by johans
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
Update my mail address to @FreeBSD.org

Feature safe:   yes

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Sep 9 08:59:47 2009 UTC (2 years, 5 months ago) by johans
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +5 -2 lines
- Make configure detect newer gnutls libraries as well (non-default option)

Reported by:	Raphael Becker

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sun Aug 16 18:04:29 2009 UTC (2 years, 5 months ago) by novel
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -1 lines
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu Jun 25 16:29:45 2009 UTC (2 years, 7 months ago) by johans
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +19 -20 lines
- Fix dependency checks and the logic of selected (conflicting) options
- Rename SSL option to clarify its purpose (SSL is used even if it's off)

Reported by:	Simeon Simeonov

Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon May 18 21:02:05 2009 UTC (2 years, 8 months ago) by johans
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2 lines
Update to 0.7

Revision 1.72: download - view: text, markup, annotated - select for diffs
Mon Feb 23 19:18:37 2009 UTC (2 years, 11 months ago) by johans
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -2 lines
Update to 0.6.4

Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue Jan 6 13:01:08 2009 UTC (3 years, 1 month ago) by rafan
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -0 lines
- Bump PORTREVISION due to share library version bump in security/libgcrypt

PR:		 ports/127478

Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Sep 1 09:24:38 2008 UTC (3 years, 5 months ago) by johans
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -2 lines
Update to 0.6.3

Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:59 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +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.68: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:51:42 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +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.67: download - view: text, markup, annotated - select for diffs
Mon Mar 3 11:57:00 2008 UTC (3 years, 11 months ago) by novel
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -0 lines
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING

Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Feb 26 07:31:41 2008 UTC (3 years, 11 months ago) by johans
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +6 -8 lines
- Update to 0.6.2
- Fix jabber support (turned off by default)

Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Dec 27 16:40:05 2007 UTC (4 years, 1 month ago) by johans
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +4 -3 lines
bsd.port.options.mk doesn't work yet: do not use this.

Reported by:	dvl, shaun
Pointyhat to:	johans

Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Dec 27 16:01:34 2007 UTC (4 years, 1 month ago) by johans
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +42 -14 lines
- Use OPTIONS
- Make hidden dependencies explicit

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun Oct 14 16:53:13 2007 UTC (4 years, 3 months ago) by johans
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
Update to 0.6.1 (bugfix release)

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Sep 18 17:23:57 2007 UTC (4 years, 4 months ago) by johans
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +11 -12 lines
- Move net-im/micq to net-im/climm (project was renamed)
- Update to climm 0.6 (this has all the renamed files)

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Sep 18 16:26:39 2007 UTC (4 years, 4 months ago) by johans
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +0 -0 lines
Force commit to note this is a repocopy from net-im/micq

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Jul 9 07:07:15 2007 UTC (4 years, 7 months ago) by johans
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Update to 0.5.4.2

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Jun 11 12:17:30 2007 UTC (4 years, 8 months ago) by johans
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
- Update to 0.5.4.1 (bugfix release)
- Become port maintainer

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun May 27 11:13:06 2007 UTC (4 years, 8 months ago) by miwi
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
- Drop maintainership

PR:		113054
Submitted by:	buetow@buetow.org (old maintainer)

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun May 27 10:00:32 2007 UTC (4 years, 8 months ago) by miwi
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
- Update to 0.5.3

PR:		111907
Submitted by:	miwi
Approved by:	maintainer timeout

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Nov 9 09:44:02 2006 UTC (5 years, 3 months ago) by rafan
Branches: MAIN
CVS tags: old_RELEASE_4_EOL, old_PRE_XORG_7
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -2 lines
- Update to 0.5.2

PR:		ports/105313
Submitted by:	Paul Buetow (maintainer)

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Nov 7 17:07:27 2006 UTC (5 years, 3 months ago) by arved
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -0 lines
Catch up with recent changes in the oscar protocol
Bump PORTREVISION.

PR:		105222
Submitted by:	Paul Buetow (maintainer)

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri May 5 13:18:27 2006 UTC (5 years, 9 months ago) by erwin
Branches: MAIN
CVS tags: old_RELEASE_6_2_0
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
Hand maintainership to submitter

PR:		96732
Submitted by:	"Paul C. Buetow" <buetow@buetow.org>

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Jan 26 17:38:29 2006 UTC (6 years ago) by vd
Branches: MAIN
CVS tags: old_RELEASE_6_1_0, old_RELEASE_5_5_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -1 lines
Update net-im/micq to 0.5.1 (mostly) bugfix release
Replace a trivial patch with REINPLACE_CMD
Update pkg-descr

PR:		ports/92372
Submitted by:	Johan van Selst <johans@stack.nl>
Approved by:	garga (mentor)

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Nov 9 07:48:15 2005 UTC (6 years, 3 months ago) by pav
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
Move instant messaging related ports to newly created net-im category:

  net/aim -> net-im/aim
  net/amsn -> net-im/amsn
  net/ari-yahoo -> net-im/ari-yahoo
  net/ayttm -> net-im/ayttm
  net/bsflite -> net-im/bsflite
  net/ccmsn -> net-im/ccmsn
  net/centericq -> net-im/centericq
  net/cicquin -> net-im/cicquin
  net/coccinella -> net-im/coccinella
  net/convey -> net-im/convey
  net/echat -> net-im/echat
  net/ejabberd -> net-im/ejabberd
  net/firetalk -> net-im/firetalk
  net/fugu -> net-im/fugu
  net/gajim -> net-im/gajim
  net/gale -> net-im/gale
  net/ginsu -> net-im/ginsu
  net/gnome-jabber -> net-im/gnome-jabber
  net/gtkyahoo -> net-im/gtkyahoo
  net/gyach -> net-im/gyach
  net/icb -> net-im/icb
  net/icmpchat -> net-im/icmpchat
  net/icqlib -> net-im/icqlib
  net/imcom -> net-im/imcom
  net/jabberd -> net-im/jabberd
  net/jabber-pymsn -> net-im/jabber-pymsn
  net/jit -> net-im/jit
  net/kmerlin -> net-im/kmerlin
  net/kmess -> net-im/kmess
  net/konverse -> net-im/konverse
  net/kpopup -> net-im/kpopup
  net/libmsn -> net-im/libmsn
  net/libyahoo2 -> net-im/libyahoo2
  net/linpopup -> net-im/linpopup
  net/linux-ymessenger -> net-im/linux-ymessenger
  net/mcabber -> net-im/mcabber
  net/mercury -> net-im/mercury
  net/micq -> net-im/micq
  net/mu-conference -> net-im/mu-conference
  net/naim -> net-im/naim
  net/pebrot -> net-im/pebrot
  net/pork -> net-im/pork
  net/py-msnp -> net-im/py-msnp
  net/py-pyxmpp -> net-im/py-pyxmpp
  net/p5-Jabber-Connection -> net-im/p5-Jabber-Connection
  net/p5-Net-AIM -> net-im/p5-Net-AIM
  net/p5-Net-AOLIM -> net-im/p5-Net-AOLIM
  net/p5-Net-ICQ2000 -> net-im/p5-Net-ICQ2000
  net/p5-Net-MSN -> net-im/p5-Net-MSN
  net/p5-Net-NetSend -> net-im/p5-Net-NetSend
  net/p5-Net-OSCAR -> net-im/p5-Net-OSCAR
  net/simicq -> net-im/simicq
  net/sulci -> net-im/sulci
  net/tik -> net-im/tik
  net/tkabber -> net-im/tkabber
  net/tkabber-devel -> net-im/tkabber-devel
  net/tmsnc -> net-im/tmsnc
  net/vicq -> net-im/vicq
  net/vqcc-gtk -> net-im/vqcc-gtk
  net/xicq -> net-im/xicq
  net/ymessenger -> net-im/ymessenger
  net/ysm -> net-im/ysm

Repocopied by:	marcus

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Sep 14 08:26:08 2005 UTC (6 years, 4 months ago) by krion
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Drop maintainership, since I'm buried in the $REALLIFE stuff.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Jun 11 12:41:01 2005 UTC (6 years, 8 months ago) by krion
Branches: MAIN
CVS tags: old_old_RELEASE_6_0_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +16 -0 lines
Introduce some new knobs.

PR:		ports/82031
Submitted by:	Hajovsky Juraj <xhajov00 at stud.fit.vutbr.cz>

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Jun 7 21:56:50 2005 UTC (6 years, 8 months ago) by krion
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
Update to 0.5.0.4

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon May 2 20:46:16 2005 UTC (6 years, 9 months ago) by krion
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Update to 0.5.0.3

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Apr 25 09:56:03 2005 UTC (6 years, 9 months ago) by krion
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
Update to 0.5.0.2

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

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:03:28 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +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.44: download - view: text, markup, annotated - select for diffs
Tue Mar 8 12:31:24 2005 UTC (6 years, 11 months ago) by krion
Branches: MAIN
CVS tags: old_old_RELEASE_5_4_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Update to version 0.5.0.1

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Feb 15 22:20:05 2005 UTC (6 years, 11 months ago) by krion
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Update to 0.5

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Dec 15 10:45:11 2004 UTC (7 years, 1 month ago) by krion
Branches: MAIN
CVS tags: old_old_RELEASE_4_11_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
Update to 0.4.12

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Apr 1 09:39:46 2004 UTC (7 years, 10 months ago) by krion
Branches: MAIN
CVS tags: old_old_RELEASE_5_3_0, old_old_RELEASE_4_10_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +0 -1 lines
- Remove USE_SIZE knob

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Mar 30 19:56:39 2004 UTC (7 years, 10 months ago) by krion
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
- Use USE_ICONV knob

Approved by:	portmgr

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

(Part 1)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Jan 30 14:05:11 2004 UTC (8 years ago) by krion
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -0 lines
- SIZEify

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Jan 20 16:43:11 2004 UTC (8 years ago) by krion
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
- Update to version 0.4.11

PR:		61634
Submitted by:	Seva Gluschenko <gvs@rinet.ru>

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Oct 6 22:29:48 2003 UTC (8 years, 4 months ago) by krion
Branches: MAIN
CVS tags: old_old_RELEASE_5_2_1, old_old_RELEASE_5_2_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
- Update to 0.4.10.5

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Sep 26 09:30:58 2003 UTC (8 years, 4 months ago) by krion
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
- Use DOCSDIR and make portlint happy

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Sep 26 09:26:21 2003 UTC (8 years, 4 months ago) by krion
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
- Update to version 0.4.10.4 and take maintainership

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon May 19 01:20:11 2003 UTC (8 years, 8 months ago) by petef
Branches: MAIN
CVS tags: old_old_RELEASE_5_1_0, old_old_RELEASE_4_9_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -1 lines
- update to 0.4.10.3
- add WITHOUT_UTF8 knob

PR:		52278
Submitted by:	Ports Fury

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu May 1 21:11:22 2003 UTC (8 years, 9 months ago) by arved
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +6 -5 lines
Update to 0.4.10.2

PR:		51516
Submitted by:	KATO Tsuguru <tkato@prontomail.com>

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Feb 20 18:50:59 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: old_old_RELEASE_4_8_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -0 lines
De-pkg-comment.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Feb 2 15:15:19 2003 UTC (9 years ago) by nork
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Update to 0.4.10.1.

PR:		ports/47765
Submitted by:	Ports Fury

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Jan 13 14:17:05 2003 UTC (9 years ago) by arved
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +14 -4 lines
Update to 0.4.10

PR:		46943
Submitted by:	KATO Tsuguru <tkato@prontomail.com>

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:47:26 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: old_old_RELEASE_5_0_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:46:23 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Oct 16 01:57:23 2002 UTC (9 years, 3 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -4 lines
Upgrade to 0.4.9.4.

PR:		ports/44118
Submitted by:	Ports Fury.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue May 14 07:57:22 2002 UTC (9 years, 9 months ago) by sobomax
Branches: MAIN
CVS tags: old_old_RELEASE_4_7_0, old_old_RELEASE_4_6_2, old_old_RELEASE_4_6_1, old_old_RELEASE_4_6_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -3 lines
Update to 0.4.8pl9.

PR:		37950
Submitted by:	Hiroo ONO <hiroo@oikumene.gcd.org>

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Apr 22 17:56:04 2002 UTC (9 years, 9 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -3 lines
- Backport some of the patched missed during previous update;
- HAS_CONFIGURE --> GNU_CONFIGURE;
- sort pkg-plist;
- make PORTVERSION more sane.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Apr 21 13:27:09 2002 UTC (9 years, 9 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +8 -7 lines
remove needless patches

PR:		37308
Submitted by:	Hiroo ONO <hiroo@oikumene.gcd.org>

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Apr 20 15:42:42 2002 UTC (9 years, 9 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +13 -34 lines
upgrade to 0.4.8.pl3

PR:		37289
Submitted by:	Hiroo ONO <hiroo@oikumene.gcd.org>

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jan 29 11:45:28 2002 UTC (10 years ago) by knu
Branches: MAIN
CVS tags: old_old_RELEASE_5_0_DP1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Mar 28 12:30:38 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
CVS tags: old_old_RELEASE_4_5_0, old_old_RELEASE_4_4_0, old_old_RELEASE_4_3_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
o Correct Ukrainian translation;
o add translations of user's nick from cp1251 into koi8 if needed in message.

Submitted by:	Olexander Kunytsa <kunia@wolf.istc.kiev.ua>

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Mar 25 21:05:02 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Fix slightly broken l10n support.

Submitted by:	Olexander Kunytsa <kunia@wolf.istc.kiev.ua>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Mar 23 19:39:30 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +29 -5 lines
Add ability to build a localised version of the port.

Submitted by:		"Alexandr A. Listopad" <laa@lucky.net>
Extended & improved by:	sobomax

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Mar 21 18:55:23 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -1 lines
Fix Russian messages. They are not compiled in by default, so PORTREVISION
was not bumbed.

Submitted by:	"Alexandr A. Listopad" <laa@lucky.net>

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jan 25 03:19:53 2001 UTC (11 years ago) by jedgar
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +7 -6 lines
- Update port to 0.4.6p1 (fixes remote buffer overflow)
- Add some additional buffer checks

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jan 18 23:45:14 2001 UTC (11 years ago) by kris
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 lines
Remotely exploitable buffer overflow; FORBIDDEN.

Submitted by:	recidjvo <recidjvo@pkcrew.org> via Bugtraq

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jan 6 20:24:32 2001 UTC (11 years, 1 month ago) by demon
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Release to ports@.  Maintainer e-mail bounces (no such user).

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jul 3 12:47:23 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
CVS tags: old_old_RELEASE_4_2_0, old_old_RELEASE_4_1_1, old_old_RELEASE_4_1_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -6 lines
Update to 0.4.6.

PR:		19658
Submitted by:	maintainer

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon May 22 08:25:02 2000 UTC (11 years, 8 months ago) by will
Branches: MAIN
CVS tags: old_old_RELEASE_3_5_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +8 -4 lines
Update to 0.4.5 and give this port a MAINTAINER.

PR:		18629
Submitted by:	Andrew L. Neporada <andrew@chg.ru>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Apr 9 18:12:14 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variables

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Mar 19 20:44:10 2000 UTC (11 years, 10 months ago) by mph
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -5 lines
Upgrade to 0.4.4.
Remove myself as MAINTAINER.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Nov 3 00:43:10 1999 UTC (12 years, 3 months ago) by mph
Branches: MAIN
CVS tags: old_old_micq_0_4_3, old_old_RELEASE_4_0_0, old_old_RELEASE_3_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
Upgrade to 0.4.3.

Suggested by:	Anthony Chavez <magus@magus.users.xmission.com>

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Nov 2 01:24:42 1999 UTC (12 years, 3 months ago) by mph
Branches: MAIN
CVS tags: old_old_micq_0_4_2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -7 lines
Upgrade to 0.4.2.  I don't do ICQ, and can't test it.  Yell if it
breaks.

Suggested by:	"R. Beasley" <rbeasley@uberhacker.org>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 30 14:23:15 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: old_old_RELEASE_3_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jun 3 08:31:06 1999 UTC (12 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
upgrade to 0.4.1

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Apr 6 20:46:56 1999 UTC (12 years, 10 months ago) by mph
Branches: MAIN
CVS tags: old_old_micq_0_4_0, old_old_RELEASE_3_2_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -7 lines
Upgrade to 0.4.0.

Suggested by:	R. Beasley <rbeasley@uberhacker.org>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jan 7 18:38:53 1999 UTC (13 years, 1 month ago) by mph
Branches: MAIN
CVS tags: old_old_micq_1998_12_18, old_old_RELEASE_3_1_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5 lines
Correct distfile fennerage, and upgrade to 0.3.3 while we're at it.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Dec 14 22:36:07 1998 UTC (13 years, 2 months ago) by mph
Branches: MAIN
CVS tags: old_old_micq_1998_12_13
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -5 lines
Upgrade to 0.3.2 or 981213, depending on which of their two versioning
systems you like to use.

Submitted by:	Seiichirou Hiraoka <flathill@flathill.gr.jp>

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 26 17:58:29 1998 UTC (13 years, 3 months ago) by mph
Branches: MAIN
CVS tags: old_old_micq_1998_10_11, old_old_RELEASE_2_2_8
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -6 lines
Upgrade to 981011.

PR:		8398
Submitted by:	Seiichirou Hiraoka <flathill@flathill.gr.jp>

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Jun 28 03:22:36 1998 UTC (13 years, 7 months ago) by mph
Branches: old_old_MPH
CVS tags: old_old_micq_1998_06_26, old_old_RELEASE_3_0_0, old_old_RELEASE_2_2_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of micq (26 June 1998), a free implementation of the ICQ
protocol.  It is currently a partial implementation, and has a text
interface only.

As far as I can tell, Mirabilis' software is necessary to register
with the ICQ network, so I could not test its functionality.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jun 28 03:22:36 1998 UTC (13 years, 7 months ago) by mph
Branches: MAIN
Initial revision

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