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

CVS log for ports/x11/xterm/Makefile

[BACK] Up to [FreeBSD] / ports / x11 / xterm

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.94: download - view: text, markup, annotated - select for diffs
Thu Jan 19 15:53:11 2012 UTC (3 weeks, 1 day ago) by ehaupt
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +1 -1 lines
Update to 278. This solves a problem with the initialization for eightBitMeta
resource. Special thanks to the author [1] who fixed this upstream so promptly.

PR:             164101 [2] (notification)
Submitted by:   Thomas Dickey <dickey@his.com> [1]
Notified by:    Garrett Wollman [2] <wollman@khavrinen.csail.mit.edu>,
                naddy (via mail)

Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon Jan 9 08:34:17 2012 UTC (4 weeks, 4 days ago) by ehaupt
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +1 -2 lines
Update to 277

Revision 1.92: download - view: text, markup, annotated - select for diffs
Fri Nov 18 08:40:23 2011 UTC (2 months, 3 weeks ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -0 lines
Provide a patch for better support for running xterm within a jail. This patch
has been submitted upstream.

Submitted by:	dhw
Feature safe:	yes

Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed Oct 12 20:58:56 2011 UTC (3 months, 4 weeks ago) by ehaupt
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +1 -2 lines
Update to 276

Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Sep 22 19:20:20 2011 UTC (4 months, 2 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +6 -6 lines
Install xterm.desktop file unconditionally, it's useful for non-gnome
cases such as xfce (at least).

Make update-desktop-database stuff conditional on WITH_GNOME

Approved by:	maintainer

Revision 1.89: download - view: text, markup, annotated - select for diffs
Wed Sep 21 09:57:30 2011 UTC (4 months, 2 weeks ago) by ehaupt
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +13 -2 lines
Make installation of gnome desktop entries optional. Installation of desktop
entries was unconditionally introduced with PR 155423.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Sep 14 21:05:22 2011 UTC (4 months, 3 weeks ago) by ehaupt
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -1 lines
Update to 275

Revision 1.87: download - view: text, markup, annotated - select for diffs
Fri Sep 9 17:13:46 2011 UTC (5 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -1 lines
Update to 274

Revision 1.86: download - view: text, markup, annotated - select for diffs
Sat Sep 3 18:22:24 2011 UTC (5 months, 1 week ago) by ehaupt
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +10 -5 lines
- Make luit wide character conversion support optionsl [1]
- Don't pass CPPFLAGS to CONFIGURE_ENV it is already passed in CONFIGURE_ENV
  via bsd.port.mk

Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua> [1] (via mail)

Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon Aug 29 11:59:29 2011 UTC (5 months, 1 week ago) by ehaupt
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -1 lines
Update to 273

Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri Aug 12 13:23:13 2011 UTC (5 months, 4 weeks ago) by ehaupt
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -1 lines
Update to 271

Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu May 5 13:03:44 2011 UTC (9 months, 1 week ago) by ehaupt
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +8 -3 lines
Update to 270 and add an option to link against pcre.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Thu Mar 10 09:49:24 2011 UTC (11 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +5 -1 lines
Install a desktop entry.

PR:		155423
Submitted by:	bsam

Revision 1.81: download - view: text, markup, annotated - select for diffs
Thu Feb 24 15:39:09 2011 UTC (11 months, 2 weeks ago) by ehaupt
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +8 -20 lines
- Don't set suid bit. In our implementation, grantpt() and unlockpt() don't
  actually have any use, because PTY's are created on the fly and already have
  proper permissions upon creation (see src/lib/libc/stdlib/ptsname.c) [1]
- Cleanup Makefile
- Use pkg-message
- Remove dead mirror

Notified by:	ashish

Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Feb 21 21:03:44 2011 UTC (11 months, 2 weeks ago) by ehaupt
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +3 -0 lines
Fix OPTIONS by properly including bsd.port.options.mk

Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Feb 21 18:26:06 2011 UTC (11 months, 2 weeks ago) by ehaupt
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +5 -1 lines
- Update to 269
- Use OPTIONS

Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Feb 14 09:05:28 2011 UTC (11 months, 3 weeks ago) by ehaupt
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -1 lines
Update to 268

Feature safe: yes

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sat Jan 8 16:03:19 2011 UTC (13 months ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +4 -3 lines
- Update to 267
- Add additional mirrors
- Take maintainership

Revision 1.76: download - view: text, markup, annotated - select for diffs
Tue Dec 28 08:11:16 2010 UTC (13 months, 1 week ago) by linimon
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -1 lines
Reset krion@FreeBSD.org due to 6 months of inactivity and maintainer-
timeouts.

Hat:		portmgr

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Oct 11 20:50:21 2010 UTC (16 months ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +4 -0 lines
OPTIONS+=   DEC_LOCATOR

PR:             ports/149768
Submitted by:   IWAMOTO Kouichi <sue-sendpr-20100818@iwmt.org>
Approved by:    maintainer timeout (krion ; 49 days)

Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu Jul 8 12:05:08 2010 UTC (19 months ago) by krion
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
Update to version 261
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_261

Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue May 4 17:54:21 2010 UTC (21 months, 1 week ago) by krion
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
Update to version 258.
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_258

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sun Jan 3 11:17:12 2010 UTC (2 years, 1 month ago) by krion
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -2 lines
Update to version 253

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_253

PR:		ports/142253
Submitted by:	delphij

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Dec 6 21:57:08 2009 UTC (2 years, 2 months ago) by ed
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +8 -2 lines
Don't depend on libutempter.

xterm can just use our own version of it that's part of the base system.

Approved by:	krion

Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Nov 16 12:18:12 2009 UTC (2 years, 2 months ago) by krion
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -1 lines
Update to version 251

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_251

Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Oct 16 23:08:15 2009 UTC (2 years, 3 months ago) by krion
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
Update to version 250
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_250

PR:		ports/139616
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Sep 5 19:11:24 2009 UTC (2 years, 5 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -2 lines
Update to version 247

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_247

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sat Jun 20 20:28:34 2009 UTC (2 years, 7 months ago) by stas
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +19 -1 lines
- Enable wide characters by default. Give a note, that 8-bit copy/paste
  may not work in widechar xterm, and how to revert is to the old
  behaviour.

Approved by:	krion (maintainer)

Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue May 26 08:48:31 2009 UTC (2 years, 8 months ago) by krion
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
Update to version 243
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_243

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Mar 8 16:57:06 2009 UTC (2 years, 11 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
Update to version 242
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_242

Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Feb 6 06:51:52 2009 UTC (3 years ago) by krion
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -2 lines
Update to version 241.

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_241

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Jan 23 16:28:25 2009 UTC (3 years ago) by flz
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -0 lines
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Jan 8 16:01:51 2009 UTC (3 years, 1 month ago) by stas
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -3 lines
- bsd.port.mk separation is not required, as OPTIONS are not used.

Spotted by:	bsam
Pointyhat to:	me

Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Jan 8 14:00:00 2009 UTC (3 years, 1 month ago) by stas
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +8 -3 lines
- Disable wide char support by default, as it breaks 8-bit charset
  support.
- Introduce a new knob WITH_WIDE_CHARS to enable wide chars.

Approved by:	krion (maintainer)

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Jan 5 15:59:47 2009 UTC (3 years, 1 month ago) by krion
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -2 lines
Update to version 238
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_238

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Dec 27 23:44:43 2008 UTC (3 years, 1 month ago) by krion
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -0 lines
Fix utmp support.

PR:		ports/129924
Submitted by:	yuri.pankov@gmail.com

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Oct 4 11:59:37 2008 UTC (3 years, 4 months ago) by krion
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
Update to version 237.

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_237

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:42 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +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.56: download - view: text, markup, annotated - select for diffs
Sun Aug 17 10:00:44 2008 UTC (3 years, 5 months ago) by krion
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Update to version 236.

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_236

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed May 14 06:01:23 2008 UTC (3 years, 8 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
Update to version 235.

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_235

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:54:46 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 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.53: download - view: text, markup, annotated - select for diffs
Tue Mar 4 21:22:12 2008 UTC (3 years, 11 months ago) by krion
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
Update to version 234.

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_234

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Feb 7 16:29:19 2008 UTC (4 years ago) by naddy
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -3 lines
Update to #232.  Most visible changes:
* mouse pointer hiding
* new koi8rxterm
* uxterm man page

Approved by:	krion

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Dec 17 19:35:36 2007 UTC (4 years, 1 month ago) by krion
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -0 lines
Add missing x11/luit dependency.

PR:		ports/118211
Submitted by:	Yoshihiro Ota <ota@j.email.ne.jp>

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Sep 5 12:11:37 2007 UTC (4 years, 5 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Update to version 229

Changelog: http://invisible-island.net/xterm/xterm.log.html#xterm_229

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Aug 23 13:13:58 2007 UTC (4 years, 5 months ago) by krion
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -3 lines
Utilize USE_XORG

PR:		ports/115537
Submitted by:	mm

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Jul 25 21:50:26 2007 UTC (4 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Update to version 228.

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_228

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Jul 18 21:14:19 2007 UTC (4 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -2 lines
Update to version 227
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_227

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat May 19 20:28:17 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Mar 25 08:22:29 2007 UTC (4 years, 10 months ago) by krion
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Update to version 225.

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_225

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Feb 26 21:51:56 2007 UTC (4 years, 11 months ago) by krion
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +4 -0 lines
Add option to compile with 256 color support.

PR:		ports/107112
Submitted by:	Tony Morlan<tony.morlan@gmail.com>

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Feb 26 21:44:41 2007 UTC (4 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 version 224

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_224

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Dec 8 13:20:54 2006 UTC (5 years, 2 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Update to version 223

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_223

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Oct 31 15:36:26 2006 UTC (5 years, 3 months ago) by krion
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Update to version 222

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_222

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Sep 17 19:31:30 2006 UTC (5 years, 4 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Update to version 220

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_220

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Sep 6 08:18:50 2006 UTC (5 years, 5 months ago) by krion
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Update to version 219.

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_219

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Aug 28 08:22:54 2006 UTC (5 years, 5 months ago) by krion
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Update to version 218.

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_218

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Aug 24 09:55:51 2006 UTC (5 years, 5 months ago) by krion
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Update to version 217.

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_217

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Aug 6 19:46:45 2006 UTC (5 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Update to version 216.

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_216

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Jun 24 17:42:09 2006 UTC (5 years, 7 months ago) by krion
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Update to version 215.

ChangeLog: http://dickey.his.com/xterm/xterm.log.html#xterm_215

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon May 1 06:32:09 2006 UTC (5 years, 9 months ago) by krion
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Update to version 213

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_213

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Apr 10 08:03:24 2006 UTC (5 years, 10 months ago) by krion
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
Update to version 212

ChangeLog: http://dickey.his.com/xterm/xterm.log.html#xterm_212

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Mar 30 21:52:36 2006 UTC (5 years, 10 months ago) by krion
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
Enable --enable-narrowproto configure option to accommodate Xorg
"modular" build.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Mar 20 21:48:32 2006 UTC (5 years, 10 months ago) by krion
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Update to version 211

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_211

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Mar 15 22:45:59 2006 UTC (5 years, 10 months ago) by krion
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -26 lines
Update to version 210

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_210

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Nov 13 21:05:05 2005 UTC (6 years, 2 months ago) by lesi
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +26 -1 lines
Abandon installing xterm as xterm-static. There are checks in
XFree-4-clients and xorg-clients that conditionally create symlinks to
xterm-static if there is no xterm present so chances of loosing ability
to run xterm after upgrade should be minimized. These checks shall go away
in due time.

Discussed with:	krion

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Nov 5 20:21:56 2005 UTC (6 years, 3 months ago) by krion
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -2 lines
Update to version 206

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_206

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Oct 11 12:53:44 2005 UTC (6 years, 4 months ago) by krion
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Fix MASTER_SITES.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Sep 28 14:18:36 2005 UTC (6 years, 4 months ago) by krion
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
Fix broken utmp(5) support.

Reported by:	Jukka A. Ukkonen <jau at iki dot fi>

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Sep 19 13:41:44 2005 UTC (6 years, 4 months ago) by krion
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Update to version 205

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_205

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Aug 28 10:37:10 2005 UTC (6 years, 5 months ago) by krion
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Update to version 204.

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_204

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Jul 17 22:14:04 2005 UTC (6 years, 6 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Update to version 203

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_203

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue May 3 08:41:40 2005 UTC (6 years, 9 months ago) by krion
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Update to version 202

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_202

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Apr 23 15:36:25 2005 UTC (6 years, 9 months ago) by krion
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -3 lines
Update to version 201

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_201

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

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:04:32 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +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.18: download - view: text, markup, annotated - select for diffs
Wed Mar 2 23:29:15 2005 UTC (6 years, 11 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -2 lines
Backout previous commit, since Imake didn't honour Makefile.in,
hence make package was broken.

Add -DNARROWPROTO to CFLAGS what actually also fixes problems with
flashing scrollbars, if xterm installed without imake dependency.

Reported by:	lesi
Discussed with:	lesi

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Mar 2 19:15:28 2005 UTC (6 years, 11 months ago) by krion
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
Use USE_IMAKE.  It fixes problems with flashing scrollbar if xterm
is installed as package.

PR:		ports/77408
Submitted by:	Gil Kloepfer <gil at arlut dot utexas.edu>

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Feb 7 12:49:45 2005 UTC (7 years ago) by krion
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Update to version 200

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_200

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jan 21 15:17:37 2005 UTC (7 years ago) by krion
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Update to version 199

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_199

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jan 14 08:26:35 2005 UTC (7 years ago) by krion
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Update to version 198

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_198

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Dec 4 08:11:24 2004 UTC (7 years, 2 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
Update to 197.

ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_197

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Sep 3 18:43:56 2004 UTC (7 years, 5 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Enable utmp support

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Sep 2 07:19:20 2004 UTC (7 years, 5 months ago) by krion
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -1 lines
Switch on suid bit.

Requested by:	many

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Aug 27 22:21:57 2004 UTC (7 years, 5 months ago) by krion
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
Enable luit support.

Reported by:	Igor Pokrovsky <ip@doom.homeunix.org>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Aug 23 11:49:25 2004 UTC (7 years, 5 months ago) by krion
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +0 -2 lines
Remove XFree-86-clients-* conflict.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Aug 16 07:17:21 2004 UTC (7 years, 5 months ago) by krion
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
Update to version 196

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Aug 10 12:16:25 2004 UTC (7 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -0 lines
Add uxterm support.

Submitted by:	Marcoen Hirschberg <marcoen@bigfoot.com>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Aug 9 20:59:17 2004 UTC (7 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Update to version 195

o Correct length used for blinking text, make the last column blink.
o Start changes to make doublesize characters work with TrueType fonts.
o Trim leading/trailing blanks from color resources.
o Fixes for showBlinkAsBold resource.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Aug 4 08:14:24 2004 UTC (7 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Add more MASTER_SITES for redundancy.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jul 28 09:08:09 2004 UTC (7 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -10 lines
Update to version 194

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jul 27 00:05:13 2004 UTC (7 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +9 -1 lines
Add superugly hack allowing users to update xorg-clients to
last revision.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jul 26 20:14:18 2004 UTC (7 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -5 lines
Remove CONFLICTS with x11/xorg-clients
Remove superfluous dependencies.
Bump PORTREVISION.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jul 24 00:01:19 2004 UTC (7 years, 6 months ago) by krion
Branches: MAIN
Add xterm-193,

The xterm program is the standard terminal emulator for the X
Window System. It provides DEC VT102/VT220 and Tektronix 4014
compatible terminals for programs that can't use the window
system directly. If the underlying operating system supports
terminal resizing capabilities (for example, the SIGWINCH
signal in systems derived from 4.3bsd), xterm will use the
facilities to notify programs running in the window whenever it
is resized.

NOTE: you can't use this port until the work with XFree-clients
and xorg-clients will be done.

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