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

CVS log for ports/devel/mico/Makefile

[BACK] Up to [FreeBSD] / ports / devel / mico

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.105: download - view: text, markup, annotated - select for diffs
Sun Dec 25 19:25:13 2011 UTC (6 weeks, 4 days ago) by wxs
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +1 -11 lines
Switch to using bsd.port.options.mk and cleanup unnecessary assignments.

PR:		ports/162754
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>

Revision 1.104: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:22:09 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +1 -2 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.103: download - view: text, markup, annotated - select for diffs
Wed Mar 16 13:35:50 2011 UTC (10 months, 3 weeks ago) by bapt
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +1 -1 lines
change MASTER_SITES to SF
remove MD5

Revision 1.102: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:31:22 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.101: download - view: text, markup, annotated - select for diffs
Sat Oct 16 11:51:59 2010 UTC (15 months, 3 weeks ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +1 -1 lines
Punt autoconf267->autoconf268

Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Sep 15 18:34:13 2010 UTC (16 months, 3 weeks ago) by ade
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -2 lines
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs

Revision 1.99: download - view: text, markup, annotated - select for diffs
Mon Oct 26 16:51:47 2009 UTC (2 years, 3 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -1 lines
- Drop maintainership

Revision 1.98: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:45 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +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.97: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:56:38 2008 UTC (3 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -1 lines
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:	exp build run (erwin)

Revision 1.96: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:47:58 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +3 -3 lines
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)

Revision 1.95: download - view: text, markup, annotated - select for diffs
Sun Sep 30 04:46:45 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:		ports/116639
Submitted by:	aDe

Revision 1.94: download - view: text, markup, annotated - select for diffs
Tue Aug 14 15:11:44 2007 UTC (4 years, 5 months ago) by sem
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +1 -1 lines
- Remove obsolated USE_GCC=3.4+
- Add NOT_FOR_ARCHS=sparc64 (does not build)

Revision 1.93: download - view: text, markup, annotated - select for diffs
Wed Apr 11 13:57:28 2007 UTC (4 years, 10 months ago) by sem
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -10 lines
- Get rid of 4.x hacks.

Revision 1.92: download - view: text, markup, annotated - select for diffs
Sun Sep 17 07:17:57 2006 UTC (5 years, 4 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +5 -14 lines
- Fix build on current
- Fix an issue with configure
- While I'm here: minor style changes, get rid of alpha mentioning

Submitted by:	Alex Lyashkov (Umka@RusNet)
Reported by:	kris mail

Revision 1.91: download - view: text, markup, annotated - select for diffs
Sun Sep 10 23:39:40 2006 UTC (5 years, 5 months ago) by kris
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +4 -0 lines
BROKEN on 7.0: does not compile

Revision 1.90: download - view: text, markup, annotated - select for diffs
Sun Jul 23 04:00:02 2006 UTC (5 years, 6 months ago) by sem
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +12 -12 lines
- Update to 2.3.12

Revision 1.89: download - view: text, markup, annotated - select for diffs
Tue Mar 7 08:26:07 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -1 lines
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with:	kris
Approved by:	portmgr (implicit)

Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue Feb 28 06:53:37 2006 UTC (5 years, 11 months ago) by sem
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +0 -2 lines
- Fix install after an additional documentation removal

Reported by:	kris mail
Approved by:	portmgr (marcus)

Revision 1.87: download - view: text, markup, annotated - select for diffs
Tue Feb 21 13:56:35 2006 UTC (5 years, 11 months ago) by sem
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +0 -6 lines
- Remove old, obsoleted and unsupported documentation.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Tue Feb 7 17:56:14 2006 UTC (6 years ago) by sem
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +0 -1 lines
- Remove USE_REINPLACE from my ports

Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:48:56 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Tue Jul 19 16:58:16 2005 UTC (6 years, 6 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +0 -4 lines
Now builds on 6.x.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Sat May 7 02:57:00 2005 UTC (6 years, 9 months ago) by kris
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +4 -0 lines
BROKEN on 6.0: Does not compile

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

Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:01:40 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +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.80: download - view: text, markup, annotated - select for diffs
Sun Mar 27 19:32:22 2005 UTC (6 years, 10 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +0 -2 lines
Previous commit was in error, the port was fixed 5 days ago

Pointy hat to:	kris
Approved by:	portmgr (self)

Revision 1.79: download - view: text, markup, annotated - select for diffs
Sat Mar 26 21:22:13 2005 UTC (6 years, 10 months ago) by kris
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -0 lines
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)

Revision 1.78: download - view: text, markup, annotated - select for diffs
Sun Dec 26 11:50:10 2004 UTC (7 years, 1 month ago) by sem
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +4 -1 lines
- Fix plist on 4.x

Submitted by:	pointyhat via kris

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sat Dec 18 17:31:58 2004 UTC (7 years, 1 month ago) by sem
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +5 -0 lines
- Does not build on alpha 4.x

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Nov 24 03:27:17 2004 UTC (7 years, 2 months ago) by sem
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -0 lines
- Fix build on 4.10.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Nov 17 09:20:41 2004 UTC (7 years, 2 months ago) by sem
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -6 lines
- Unbreak on 5.3+

Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu Sep 30 05:31:51 2004 UTC (7 years, 4 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:	portmgr

Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue Aug 10 06:53:03 2004 UTC (7 years, 6 months ago) by sem
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +4 -0 lines
Mark broken while I have no work around for gcc 3.4 build

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Jul 7 19:20:00 2004 UTC (7 years, 7 months ago) by sem
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -1 lines
Change email address for my ports.

Approved by:	krion (mentor)

Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Mar 12 09:09:33 2004 UTC (7 years, 11 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
- Fix defaults with BATCH=yes

PR:		ports/64128
Submitted by:	maintainer

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Feb 25 05:38:13 2004 UTC (7 years, 11 months ago) by linimon
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +29 -16 lines
Add missing files for lifecycle; utilize OPTIONS; add SIZE.

PR:		ports/62886
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)

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

(Part 2)

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Nov 5 08:08:01 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.67: preferred, colored
Changes since revision 1.67: +6 -6 lines
- Update to 2.3.11
- USE_AUTOCONF
- gcc 3.2 -> 3.3 on -stable

PR:		58014
Submitted by:	maintainer

Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Sep 25 20:04:54 2003 UTC (8 years, 4 months ago) by krion
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +7 -7 lines
- Use ${PTHREAD_LIBS}

PR:		56761
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)

Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Sep 8 08:33:31 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +4 -3 lines
[MAINTAINER] devel/mico: fix docs fetch

	Documentation has gone from master site (I hope accidently),
	so I've put it on my home page to fix fetching.

Doesn't fix the checksum problem.

PR:		ports/56568
Submitted by:	Sergey Matveychuk <sem@ciam.ru>

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Aug 25 12:37:51 2003 UTC (8 years, 5 months ago) by krion
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +16 -18 lines
- Utilize DOCSDIR and EXAMPLESDIR
- make portlint happy: move DISTFILES
- change COMMENT a little
- ${ECHO} -> ${ECHO_MSG}

PR:		55946
Submitted by:	maintainer

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Jul 29 13:18:33 2003 UTC (8 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
Fix build on 4.x

PR:		55010
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Jul 14 06:41:27 2003 UTC (8 years, 7 months ago) by daichi
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +10 -12 lines
update devel/mico:
  - fix build and enable CSL2 on -STABLE with gcc32 port
  - add patch for externalize service from developers
  - change WITH_GCC32 to WITH_SYSTEM_GCC. Mico builds best with gcc32,
    so it's default now
  - bump PORTVERSION

PR:		54350
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Jul 11 12:23:23 2003 UTC (8 years, 7 months ago) by erwin
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -1 lines
Fix typo USE_XLIBS -> USE_XLIB

PR:		54357
Submitted by:	Mark Linimon <linimon@lonesome.com>
Approved by:	maintainer

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Jul 7 07:24:02 2003 UTC (8 years, 7 months ago) by daichi
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +22 -8 lines
fix devel/mico:
  - fix and enable lifecycle service
  - WITHOUT_SREVICES=yes to build only ORB
  - fixes to externalize service

PR:		54117
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Jul 2 13:02:29 2003 UTC (8 years, 7 months ago) by daichi
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +84 -36 lines
update devel/mico: 2.3.10 --> 2.3.10_1
  - install HTML documentation
  - add build options: WITH_X11, WITH_QT, TITH_GTK, WITH_TCL
  - fix PLIST and make it flexible and depended on build options
  - add WITH_GCC32 option to build with lang/gcc32 on -STABLE
  - add patches and rename old
  - many style fixes
  - change COMMENT to correspond to Mico current state
  - decrease pkg-descr to 24 lines

PR:		53988
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)

Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Jun 24 19:13:36 2003 UTC (8 years, 7 months ago) by erwin
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +8 -5 lines
* Add detailed description about Mico features.
* Remove broken URL
* I'v broke mico on -STABLE accidentally. This patch fix it.
* remove dependency on gcc 3.2. it's uselessly;
* add multithread, SSL and full CORBA support;
* pass maintainership to submitter

PR:		53623
Submitted by:	Sergey Matveychuk <sem@ciam.ru>

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Jun 22 18:23:30 2003 UTC (8 years, 7 months ago) by arved
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -5 lines
Update to 2.3.10
Unbreak on -CURRENT

PR:		53610
Submitted by:	Sergey Matveychuk <sem@ciam.ru>

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Jun 4 22:43:23 2003 UTC (8 years, 8 months ago) by kris
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +6 -6 lines
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sun May 18 09:55:25 2003 UTC (8 years, 8 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +7 -1 lines
BROKEN on 5.1: bad C++

Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri May 9 23:49:54 2003 UTC (8 years, 9 months ago) by arved
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -3 lines
Unbreake by using USE_GCC= 3.2

Submitted by:	flynn@energyhq.homeip.net (Miguel Mendez)

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue May 6 21:22:36 2003 UTC (8 years, 9 months ago) by kris
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -0 lines
BROKEN: Does not compile

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:00:46 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Feb 22 17:21:07 2003 UTC (8 years, 11 months ago) by arved
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +44 -56 lines
Unbreak by updating to 2.3.9
Removed most of the optional dependencies.
Reset Maintainer to ports

Note: I did not test, if the port works but at least it builds now.

PR:		37903,36838
Submitted by:	arved, Alex Zykov <az@ci.nnov.ru>
Approved by: 	Maintainer timeout (ca. 10 months)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Aug 31 02:40:52 2002 UTC (9 years, 5 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +0 -1 lines
Remove USE_NEWGCC, which is no longer supported or required.

Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Aug 30 13:31:51 2002 UTC (9 years, 5 months ago) by lioux
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -1 lines
Deploy USE_GNOMENG infrastructure

PR:		42195
Submitted by:	Edwin Groothuis <edwin@mavetju.org>

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Apr 19 23:18:19 2002 UTC (9 years, 9 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +6 -5 lines
Re-add this port marked BROKEN and commenting out USE_QT_VER and related
relating to Qt1.  When someone has time they can test with Qt2 and fix this.

Requested by:	sobomax

Revision 1.48
Fri Apr 19 02:29:35 2002 UTC (9 years, 9 months ago) by will
Branches: MAIN
FILE REMOVED
Changes since revision 1.47: +1 -1 lines
Say goodbye to Qt 1.x and all of its dependents.  The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION.  All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.

Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.

This commit made in impending view of Qt3/KDE3 entering ports tree.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Jan 29 10:16:27 2002 UTC (10 years ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 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.

Use command macros where appropriate.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Jun 17 18:05:38 2001 UTC (10 years, 7 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3 lines
Convert to use USE_QT_VER to avoid warnings.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Oct 5 06:36:07 2000 UTC (11 years, 4 months ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_3_0, RELEASE_4_2_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +9 -13 lines
Implement USE_GTK, part 1.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:50:08 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Jun 16 08:48:09 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Fourth round of INSTALLS_SHLIBS conversion.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Apr 11 21:29:04 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -3 lines
PORTNAME/PORTVERSION update

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jan 31 14:39:49 2000 UTC (12 years ago) by scrappy
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -1 lines
broke port getting rid of MICOVER variable .. re-added in a way that doesn't
break portlint

Submitted by:	 Maxim Sobolev <sobomax@altavista.net>

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Jan 30 02:11:32 2000 UTC (12 years ago) by scrappy
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -3 lines
quick cleanup to Makefile to pass portlint

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Jan 30 02:10:21 2000 UTC (12 years ago) by scrappy
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +20 -14 lines
This updates mico to 2.3.1 ...

PR: ports/16055
Submitted by: Maxim Sobolev <sobomax@altavista.net>

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Dec 3 21:02:49 1999 UTC (12 years, 2 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +37 -3 lines
Upgrade to version 2.3.0.

PR:		14001
Submitted by:	Maxim Sobolev <sobomax@altavista.net>

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:48:43 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Change Id->FreeBSD.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Aug 22 19:46:42 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -10 lines
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Aug 17 19:37:09 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -4 lines
egcc/eg++ have been renamed to gcc295/g++295.  Change
all the ports that use them accordingly.

PR:		13205
Submitted by:	Ade Lovett <ade@lovett.com>

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Aug 4 18:51:56 1999 UTC (12 years, 6 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -5 lines
Upgrade port from 2.2.3 to 2.2.7 ...

Tested: portlint, make package and make deinstall

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat May 29 03:55:55 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -4 lines
Update to use gtk version 1.2.3.

PR:		11842
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu May 13 00:15:48 1999 UTC (12 years, 9 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +7 -14 lines
Build fix, misc. cleanup.

Submitted by:	Jeremy Lea <reg@shale.csir.co.za>

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun May 2 21:21:57 1999 UTC (12 years, 9 months ago) by mharo
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -2 lines
mark as broken and remove extra whitespace

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Apr 22 00:16:53 1999 UTC (12 years, 9 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -3 lines
this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Mar 11 21:47:09 1999 UTC (12 years, 11 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -1 lines
Commit all Y2K/WWW_SITE changes from today...

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Jan 22 21:58:56 1999 UTC (13 years ago) by nectar
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Oops, forgot to update depends.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jan 22 21:08:15 1999 UTC (13 years ago) by nectar
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Dec 13 08:46:12 1998 UTC (13 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -7 lines
Use USE_AUTOCONF instead of defining it as a dependency and calling it
explicitly.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Nov 16 03:25:26 1998 UTC (13 years, 2 months ago) by scrappy
Branches: MAIN
CVS tags: RELEASE_2_2_8
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -3 lines
Okay, I've gone through every example and doc that I can think of that would
be relevant, and think I've covered everything...

This now build and a 'make package' now works...with my track record on
this particular port, its bound to be still broken for *someone*, no?

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Nov 15 07:50:11 1998 UTC (13 years, 2 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Fix 'ldconfig' as indicated in handbook
Get rid of --disable-shared flag for configure

Improve patch-ak such that the shared library compile options as listed in
handbook are included

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Nov 15 07:08:20 1998 UTC (13 years, 2 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +16 -4 lines
Okay...

Fix Makefile:
	to use bsd.port.{pre.post}.mk
	check for proper libstdc++.a, depending on elf or aout
	run autoconf before configure

Remove old patches and add:

patch-ak
	search and find tcl8.0 header file
	setup shared library extension properly according to elf vs aout
patch-al
	properly find gtk.h

Leaving it as marked BROKEN, while I continue to figure out thie elf vs
aout stuff ...

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Nov 14 17:50:16 1998 UTC (13 years, 2 months ago) by jseger
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1 lines
Mark BROKEN for ELF:
===>  Building package for mico-2.2.3
Creating package /usr/ports/packages/All/mico-2.2.3.tgz
Registering depends: Mesa-3.0 XFree86-3.3.2 gtk-1.0.6 qt-1.40 tcl-8.0.2.
Creating gzip'd tar ball in '/usr/ports/packages/All/mico-2.2.3.tgz'
tar: can't add file lib/libmicoaux2.2.3.so.1 : No such file or directory
tar: can't add file lib/libmicoqt2.2.3.so.1 : No such file or directory
tar: can't add file lib/libmicox2.2.3.so.1 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Nov 13 13:15:18 1998 UTC (13 years, 3 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -4 lines
Got it backwards....checked ORBacus port, and shuld be a BUILD_DEPEND,
not a LIB_DEPEND...

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Nov 13 13:14:07 1998 UTC (13 years, 3 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4 lines
It builds fine here...the only thing I can think of is that I failed to
add the dependency for glibstdc++28 (shouldn't the gcc28 port automatically
install this?) ...

Please try and let me know if this fixes the build problem...

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Nov 13 12:38:32 1998 UTC (13 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -1 lines
Well, it's still not working.  I reinstalled lang/gcc28 but the message
is still the same.
-------
===>  Building for mico-2.2.3
for i in admin include; do gmake -C $i adm || exit 1; done
gmake[1]: Entering directory `/usr/ports/devel/mico/work/mico/admin'
g++28  -I../include -fno-exceptions -I/usr/X11R6/include/X11/qt -I/usr/local/include  -c mkdepend.cc -o mkdepend.o
mkdepend.cc:27: iostream.h: No such file or directory
mkdepend.cc:28: fstream.h: No such file or directory
mkdepend.cc:29: string: No such file or directory
mkdepend.cc:30: vector: No such file or directory
mkdepend.cc:31: set: No such file or directory
gmake[1]: *** [mkdepend.o] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/mico/work/mico/admin'
gmake: *** [system] Error 1
*** Error code 2

Stop.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Nov 13 09:29:42 1998 UTC (13 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Do people actually test these things before committing?!?  This as a
blatant syntax error....

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Nov 13 05:32:08 1998 UTC (13 years, 3 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +7 -3 lines
Now that GCC-2.8.x works again, mico can compile with --disable-mini-stl,
which means that koffice should now work with it...

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Nov 11 19:59:34 1998 UTC (13 years, 3 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -8 lines
Update mico to 2.2.3 ... this builds with the mini-stl that comes with
mico and gcc 2.7.2.1 ... not usable with koffice at this time, as it requires
you to disabl-mini-stl, but that will require either gcc 2.8.1 or egcs to
make that happen, and still working out bugs with the more stable version of
egcs then is in ports...

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Nov 7 05:02:55 1998 UTC (13 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
egcs is in lang, not devel.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Nov 7 04:25:48 1998 UTC (13 years, 3 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -6 lines
This should allow mico to compile, using MICO's personal 'mini-stl' and
with the standard gcc that comes with FreeBSD 3.0 (gcc 2.7.2.1) ... this
is not usable for compiling either corba or koffice, which is still being
worked on...

Please report any bugs on this to me, as I'm trying to work with the
MICO guys as far as getting FreeBSD recognized as an "official port" instead
of their current web page, which reports "somehow it works under FreeBSD"...

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Nov 5 03:13:23 1998 UTC (13 years, 3 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -2 lines
Added a patch from the MICO developers that allow it to compile with a
current bug in the egcs port (its not a bug in the port, its a bug in egcs
itself)...

Change dependencies so that it will compile using --disable-mini-stl

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Oct 31 21:40:22 1998 UTC (13 years, 3 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -3 lines
Remove BROKEN status...it does build here, and if I'm going to fix it on
for other machines/installs, ppl have to try and build it...

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Oct 31 21:36:11 1998 UTC (13 years, 3 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -3 lines
Added dependencies for qt and tcl to be installed
Replaced the --with-tcl=/usr/include  with just --with-tcl

Left in BROKEN status...can someone test and let me know if there is
anything else I've overlooked?

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Oct 31 09:35:55 1998 UTC (13 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -1 lines
Well, this thing is not working here.  Besides, the "--with-tcl=/usr/include"
is definitely wrong.

===
cd ../libs; rm -f libmicox2.2.1.a; ln -f -s ../auxdir/libmicox2.2.1.a .
/usr/X11R6/bin/moc ../include/mico/qtmico.h -o qtmico.moc
c++  -I. -I../include -I/usr/ports/devel/mico/work/mico/./include/ministl    -I/usr/X11R6/include -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include/gtk10 -I/usr/X11R6/include -I/usr/local/include  -c qtmico.cc -o qtmico.o
In file included from qtmico.cc:25:
../include/mico/qtmico.h:32: qapp.h: No such file or directory
../include/mico/qtmico.h:35: qsocknot.h: No such file or directory
../include/mico/qtmico.h:36: qtimer.h: No such file or directory
In file included from qtmico.cc:266:
qtmico.moc:17: qmetaobject.h: No such file or directory
gmake[1]: *** [qtmico.o] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/mico/work/mico/auxdir'
gmake: *** [system] Error 1
*** Error code 2

Stop.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Oct 31 04:03:07 1998 UTC (13 years, 3 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -5 lines
mico 2.2.1 port ... compiles cleanly and installs.

Please let me know of any problems, as I won't know until I move into
getting koffice built..

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Oct 30 04:42:13 1998 UTC (13 years, 3 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -12 lines
Updating to Mico v2.2.1

The port is marked BROKEN anyway...updating it to what I have so far that
appears to work, so that if I update ports, I don't lose it all again.

Hope to have it unBROKEN over the weekend ... so far, builds out of the
box with the stock cc 2.7.2.1 ...

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Sep 22 22:55:52 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
gtk and gtk11 are now ELFized.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Aug 23 04:36:04 1998 UTC (13 years, 5 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -9 lines
Missed two files in the merge...

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Aug 23 04:31:57 1998 UTC (13 years, 5 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +26 -16 lines
Update mico port from 2.0.5 to 2.1.0

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Aug 22 11:13:29 1998 UTC (13 years, 5 months ago) by asami
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1 lines
It doesn't compile because of gtk path.  Vanilla? :)

Also, the tcl path ("--with-tcl=/usr/include") is entirely
wrong.  Ports are not supposed to use tcl in /usr.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 12 06:29:26 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Replace qt dependencies with USE_QT.

(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
 GNU_CONFIGURE)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Aug 7 23:56:16 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Fix up dependencies for ports that moved into the x11-toolkits category.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Jul 4 20:41:51 1998 UTC (13 years, 7 months ago) by steve
Branches: NAKAI
CVS tags: v2_0_6, RELEASE_2_2_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of mico version 2.0.6.
mico - a CORBA 2.0 implementation.

PR:		6221
Submitted by:	Yukihiro Nakai <nakai@technologist.com>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jul 4 20:41:51 1998 UTC (13 years, 7 months ago) by steve
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