1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

73 Commits

Author SHA1 Message Date
Ed Schouten
4ef403f3f5 Don't depend on libutempter.
xterm can just use our own version of it that's part of the base system.

Approved by:	krion
2009-12-06 21:57:08 +00:00
Kirill Ponomarev
e57a4a2200 Update to version 251
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_251
2009-11-16 12:18:12 +00:00
Kirill Ponomarev
75ea3e94df 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>
2009-10-16 23:08:15 +00:00
Kirill Ponomarev
9235e8254e Update to version 247
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_247
2009-09-05 19:11:24 +00:00
Stanislav Sedov
f5391a19e9 - 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)
2009-06-20 20:28:34 +00:00
Kirill Ponomarev
69ea9b18e6 Update to version 243
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_243
2009-05-26 08:48:31 +00:00
Kirill Ponomarev
4ab4f8ef52 Update to version 242
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_242
2009-03-08 16:57:06 +00:00
Kirill Ponomarev
2def559026 Update to version 241.
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_241
2009-02-06 06:51:52 +00:00
Florent Thoumie
340b57f8be - 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).
2009-01-23 16:28:36 +00:00
Stanislav Sedov
133f03678f - bsd.port.mk separation is not required, as OPTIONS are not used.
Spotted by:	bsam
Pointyhat to:	me
2009-01-08 16:01:51 +00:00
Stanislav Sedov
640601eabc - 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)
2009-01-08 14:00:00 +00:00
Kirill Ponomarev
90322c090c Update to version 238
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_238
2009-01-05 15:59:47 +00:00
Kirill Ponomarev
9e9669cd2e Fix utmp support.
PR:		ports/129924
Submitted by:	yuri.pankov@gmail.com
2008-12-27 23:44:43 +00:00
Kirill Ponomarev
960d2e98c9 Update to version 237.
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_237
2008-10-04 11:59:37 +00:00
Rong-En Fan
741aa71483 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)
2008-08-21 06:18:49 +00:00
Kirill Ponomarev
5b784ed75d Update to version 236.
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_236
2008-08-17 10:00:44 +00:00
Kirill Ponomarev
7f23ac0736 Update to version 235.
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_235
2008-05-14 06:01:23 +00:00
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Kirill Ponomarev
25778fd442 Update to version 234.
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_234
2008-03-04 21:22:12 +00:00
Christian Weisgerber
77cc9387fb Update to #232. Most visible changes:
* mouse pointer hiding
* new koi8rxterm
* uxterm man page

Approved by:	krion
2008-02-07 16:29:19 +00:00
Kirill Ponomarev
5c3719104a Add missing x11/luit dependency.
PR:		ports/118211
Submitted by:	Yoshihiro Ota <ota@j.email.ne.jp>
2007-12-17 19:35:36 +00:00
Kirill Ponomarev
86944b3b3d Update to version 229
Changelog: http://invisible-island.net/xterm/xterm.log.html#xterm_229
2007-09-05 12:11:37 +00:00
Kirill Ponomarev
5800924134 Utilize USE_XORG
PR:		ports/115537
Submitted by:	mm
2007-08-23 13:13:58 +00:00
Kirill Ponomarev
3584fd63cb Update to version 228.
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_228
2007-07-25 21:50:26 +00:00
Kirill Ponomarev
43b9dd7d02 Fix plist.
Submitted by:	pav
2007-07-20 22:27:27 +00:00
Kirill Ponomarev
e65ee90708 Update to version 227
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_227
2007-07-18 21:14:19 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Kirill Ponomarev
90a86b7232 Update to version 225.
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_225
2007-03-25 08:22:29 +00:00
Kirill Ponomarev
68bf6e7fbe Add option to compile with 256 color support.
PR:		ports/107112
Submitted by:	Tony Morlan<tony.morlan@gmail.com>
2007-02-26 21:51:56 +00:00
Kirill Ponomarev
7fd9e25da2 Update to version 224
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_224
2007-02-26 21:44:41 +00:00
Kirill Ponomarev
435f17fb19 Update to version 223
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_223
2006-12-08 13:20:54 +00:00
Kirill Ponomarev
005b913917 Update to version 222
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_222
2006-10-31 15:36:26 +00:00
Kirill Ponomarev
0b90aba27f Update to version 220
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_220
2006-09-17 19:31:30 +00:00
Kirill Ponomarev
92fa09a422 Update to version 219.
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_219
2006-09-06 08:18:50 +00:00
Kirill Ponomarev
1435df9a67 Update to version 218.
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_218
2006-08-28 08:22:54 +00:00
Kirill Ponomarev
dddfa5ec9f Update to version 217.
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_217
2006-08-24 09:55:51 +00:00
Kirill Ponomarev
662b9f1f31 Update to version 216.
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_216
2006-08-06 19:46:45 +00:00
Kirill Ponomarev
75122eb1eb Update to version 215.
ChangeLog: http://dickey.his.com/xterm/xterm.log.html#xterm_215
2006-06-24 17:42:10 +00:00
Kirill Ponomarev
60b8122f87 Update to version 213
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_213
2006-05-01 06:32:09 +00:00
Kirill Ponomarev
abff1adbe2 Update to version 212
ChangeLog: http://dickey.his.com/xterm/xterm.log.html#xterm_212
2006-04-10 08:03:24 +00:00
Kirill Ponomarev
d835ee4eaf Enable --enable-narrowproto configure option to accommodate Xorg
"modular" build.
2006-03-30 21:52:36 +00:00
Kirill Ponomarev
84b15b3f29 Update to version 211
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_211
2006-03-20 21:48:32 +00:00
Kirill Ponomarev
3bd2126919 Update to version 210
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_210
2006-03-15 22:45:59 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Dejan Lesjak
e3a47c74f2 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
2005-11-13 21:05:05 +00:00
Kirill Ponomarev
e3f27d8900 Update to version 206
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_206
2005-11-05 20:21:56 +00:00
Kirill Ponomarev
e153524dcb Fix MASTER_SITES. 2005-10-11 12:53:44 +00:00
Kirill Ponomarev
b1857a4f5a Fix broken utmp(5) support.
Reported by:	Jukka A. Ukkonen <jau at iki dot fi>
2005-09-28 14:18:36 +00:00
Kirill Ponomarev
499c47dc1e Update to version 205
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_205
2005-09-19 13:41:44 +00:00
Kirill Ponomarev
43d90e01b0 Update to version 204.
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_204
2005-08-28 10:37:10 +00:00