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

CVS log for ports/devel/ncurses/Makefile

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat May 14 15:32:37 2011 UTC (8 months, 4 weeks ago) by rafan
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -3 lines
- Update to 5.9

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Mar 6 09:19:31 2011 UTC (11 months ago) by rafan
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -1 lines
- Update to 5.8

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Nov 20 22:52:57 2009 UTC (2 years, 2 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -0 lines
- Mark MAKE_JOBS_UNSAFE

Reported by:	pointyhat

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

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Nov 17 12:59:31 2008 UTC (3 years, 2 months ago) by rafan
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +11 -1 lines
- Correct plist when EXTCOLORS is defined

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Nov 17 09:00:27 2008 UTC (3 years, 2 months ago) by rafan
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +5 -5 lines
- Pet portlint(1)

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Nov 12 09:12:35 2008 UTC (3 years, 2 months ago) by rafan
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +8 -1 lines
- Add an option to enable 256 color support

Requested by:	Kevin Kobb <kkobb at skylinecorp.com>

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Nov 6 04:20:49 2008 UTC (3 years, 3 months ago) by rafan
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -2 lines
- Update to 5.7

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Jun 11 13:15:07 2008 UTC (3 years, 8 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
- Switch to modern TTY. This is backported from newer ncurses 5.6 snapshot.

PR:		ports/124483
Submitted by:	ed@

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Mar 31 07:26:11 2008 UTC (3 years, 10 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +19 -13 lines
- Really fix build when WRKDIRPREFIX [1]
  I don't know why the current approach works in my previous test. Now
  really fix the build by changing to .CURDIR (where the port lives).
  Note that I use .CURDIR instead of PORTSDIR/PKGORIGIN as the port may
  live outside somewhere else.
- Respect PORTEXAMPLES
- Add trailing slash for destination directory

PR:             ports/117643 [1]
Submitted by:   Stefan Sperling <stsp at stsp.name> [1]

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Oct 30 06:27:08 2007 UTC (4 years, 3 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -3 lines
- Fix build/install when WRKDIRPREFIX is set

PR:		ports/117643
Reported by:	Stefan Sperling <stsp at stsp.name>

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Aug 4 11:40:47 2007 UTC (4 years, 6 months ago) by gabor
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +4 -4 lines
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Apr 16 04:29:23 2007 UTC (4 years, 9 months ago) by rafan
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +0 -0 lines
- Force commit to note distfiles are changed into ncurses/ subdir

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Apr 16 04:17:13 2007 UTC (4 years, 9 months ago) by rafan
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -11 lines
- Make manual pages macros more like what we have in src/lib/ncurses. This
  makes easier update in the base system.
- Remove 4.x support in devel/ncurses

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Jan 31 18:41:07 2007 UTC (5 years ago) by rafan
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +6 -2 lines
- Register conflicts with devel/ncurses-devel
- Reduce diff against devel/ncurses-devel

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Jan 30 04:23:53 2007 UTC (5 years ago) by kris
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +0 -1 lines
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Jan 5 04:16:38 2007 UTC (5 years, 1 month ago) by rafan
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +44 -15 lines
- Enable terminfo again, can be turned off via WITHOUT_TERMINFO [1]
  - Partially address bin/71801
  - terminfo and termcap are both enabled by default
  - Additional terminfo should be installed as share/misc/*.terminfo
    When installing/upgrading ncurses port, these *.terminfo will
    be taken care automatically. [2]
- Remove safe-sprintf, we have vsprintf(3) and vsnprintf(3)
  - Fix problem on amd64 with ncursesw
- Remove our own rpath stuffs, use --enable-rpath instead.
  - I think we can safely package it now. So, remove MANUAL_PACKAGE_BUILD.
    Let me know if this causes problem.
- Profiling and debug libraries can be built conditionally
  - By default, profiling libraries is built

Thanks to:	thierry and Thomas Dickey [1]
Submitted by:	thierry [2]

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Dec 30 04:37:31 2006 UTC (5 years, 1 month ago) by rafan
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
- Update to 5.6

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Dec 30 03:49:29 2006 UTC (5 years, 1 month ago) by rafan
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +11 -151 lines
- Move MAN3 into a separate files for easier maintenance
- Other style changes

This makes 5.6 update easier.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Aug 14 04:16:20 2006 UTC (5 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +9 -8 lines
- Respect DESTDIR
- s/INSTALLS_SHLIB/USE_LDCONFIG/

PR:		ports/101879
Submitted by:	Gea-Suan Lin <gslin at gslin.org>

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Jun 27 03:58:54 2006 UTC (5 years, 7 months ago) by rafan
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Change to my FreeBSD.org email.

Approved by:	delphij (mentor)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Jun 22 23:24:37 2006 UTC (5 years, 7 months ago) by garga
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -2 lines
Use termcap instead terminfo, like ncurses from base system does

PR:		ports/99212
Submitted by:	maintainer

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon May 22 11:38:36 2006 UTC (5 years, 8 months ago) by garga
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +63 -10 lines
- Install widec (wide character) support, and install bith libraries for
  FreeBSD > 5.3
- Bump PORTREVISION
- Pass maintainership to submitter since he did all this job

PR:		ports/97462
Submitted by:	Rong-En Fan <rafan at infor.org>

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon May 15 20:04:24 2006 UTC (5 years, 8 months ago) by garga
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +28 -34 lines
- Update to 5.5
- Take maintainership

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Feb 11 21:03:03 2006 UTC (5 years, 11 months ago) by netchild
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Reset maintainership to ports@ after ~4 months without any response to any
PR.

Thanks for contributing.

Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.

While I'm here:
 - fix a little nit in the csound port (I think the intention was to
   create no backup file instead of creating one with a "-e" extension)
 - set ARCH to i386 in the amd64 case for the acroread7 port. This
   is a work-around to be able to install everything when a dependency
   is not already installed (ARCH is read-only in sub-makes, so the
   dependencies can't change it). This should be removed when the
   dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]

Not objected to by:	portmgr (explicit: krion; silence: rest)
Maintainer timeout:	~4 months
Submitted by:		Sangwoo Shim <sangwoos@gmail.com> [1]
PR:			87985 [1]

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Aug 6 18:28:08 2005 UTC (6 years, 6 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +7 -4 lines
- Fix plist (libraries)
- Fix MLINKS
- Force manpages to gzip format

PR:		ports/83642 [1, 2]
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	maintainer timeout (19 days)
Approved by:	portmgr (krion)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Apr 9 07:30:44 2004 UTC (7 years, 10 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +89 -71 lines
Update to 5.4.

PR:		63338
Submitted by:	linimon

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Mar 1 14:34:25 2003 UTC (8 years, 11 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -0 lines
Retire comment file.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Nov 1 06:41:36 2002 UTC (9 years, 3 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +144 -130 lines
53 41 54 4F 52
41 52 45 50 4F
54 45 4E 45 54
4F 50 45 52 41
52 4F 54 41 53	I summon ncurses 5.3.

Revision 1.29
Sun Oct 13 03:41:16 2002 UTC (9 years, 4 months ago) by kris
Branches: MAIN
FILE REMOVED
Changes since revision 1.28: +1 -1 lines
This has been in the base system and marked FORBIDDEN since 4.0-RELEASE.
Remove it.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Feb 5 14:34:40 2001 UTC (11 years ago) by olgeni
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Style police over the devel category.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jan 1 10:15:01 2001 UTC (11 years, 1 month ago) by will
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -3 lines
Goodbye, YEAR2000.  Hello, 2001.

Approved by:	asami

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Dec 8 21:07:43 2000 UTC (11 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +8 -2 lines
Mark FORBIDDEN for 4.x and above which already has this in the
base system - lots of wonderful breakages with this port installed
too on such systems.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Nov 13 11:59:46 2000 UTC (11 years, 3 months ago) by tg
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -2 lines
Don't try to installed non-existent files/Makefile.

PR:		22780

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Nov 10 12:52:47 2000 UTC (11 years, 3 months ago) by tg
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +161 -48 lines
Upgrade to 5.2. I hope this will work for the Python users on
FreeBSD-3.x out there.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Nov 7 09:36:00 2000 UTC (11 years, 3 months ago) by trevor
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -1 lines
Mark forbidden because of reported buffer overflows.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jun 22 05:51:54 2000 UTC (11 years, 7 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Unleash all of these ports upon the people.  I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.

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

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Mar 31 17:01:54 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -11 lines
remove a.out support

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Mar 29 09:01:46 2000 UTC (11 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Take over some ports.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Mar 29 07:16:28 2000 UTC (11 years, 10 months ago) by kris
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Dec 24 18:39:28 1999 UTC (12 years, 1 month ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -3 lines
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups

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

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

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun May 9 01:07:24 1999 UTC (12 years, 9 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +9 -2 lines
Add support for TERM=xterm-color and make sure we build everything
on -current.

PR:		7314, 11492
Submitted by:	maintainer, steve

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Apr 4 17:12:43 1999 UTC (12 years, 10 months ago) by sada
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -6 lines
Coped at configure script instead of port Makefile.
Two portlint check.
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Apr 4 00:30:20 1999 UTC (12 years, 10 months ago) by sada
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -2 lines
Stop the port trying to gzip the man pages.
Submitter's `patch-ac' couldn't be applied, so, I have move it to FILEDIR
and make invoke the patch command at the post-configure stage.
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>

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

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Feb 13 00:41:51 1999 UTC (13 years ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Manpages are compressed.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jan 27 07:41:09 1999 UTC (13 years ago) by fenner
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
${MASTER_SITE_GNU} got rearranged in December; let's catch up.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jan 26 02:49:33 1999 UTC (13 years ago) by steve
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +12 -6 lines
Unbreak for ELF systems.

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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Oct 6 07:35:03 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1 lines
Finally found the culprit of my ld.so.cache getting thrashed during
large package builds.  Mark this port BROKEN until someone changes the
"ldconfig without args" lines.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Aug 29 20:24:34 1998 UTC (13 years, 5 months ago) by hoek
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +30 -1 lines
Use the MANx variables.  I think the PLIST was missing three manpages,
anyways.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jul 29 01:08:54 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Mark this MANUAL_PACKAGE_BUILD so we won't accidentally build another
port with this shlib.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jul 3 23:14:14 1998 UTC (13 years, 7 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -15 lines
Update to version 4.2

PR:		6979
Submitted by:	maintainer

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jun 25 18:03:48 1998 UTC (13 years, 7 months ago) by asami
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3 lines
Tell it not to use gnat, apparently our version confuses it.
Unmark it broken.

Submitted by:	kuriyama

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jun 8 00:19:55 1998 UTC (13 years, 8 months ago) by asami
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1 lines
Doesn't compile....
---
adagcc -c -I. -I../ada_include -I./../ada_include -I. sample.adb
terminal_interface-curses-aux.ads:47:37: operator for type "Interfaces.C.int" is not directly visible
terminal_interface-curses-aux.ads:47:37: use clause would make operation legal
terminal_interface-curses-aux.ads:52:37: operator for type "Interfaces.C.int" is not directly visible
terminal_interface-curses-aux.ads:52:37: use clause would make operation legal
<etc.>

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 8 00:15:43 1998 UTC (13 years, 8 months ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
No need to use "+=" to define a variable that appears only once....

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Jun 7 12:01:14 1998 UTC (13 years, 8 months ago) by kuriyama
Branches: ANDY
CVS tags: v1_9_9g
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
SVr4 and XSI-Curses compatible curses library.

Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
PR:		ports/4631

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jun 7 12:01:14 1998 UTC (13 years, 8 months ago) by kuriyama
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