Emanuel Haupt
1cba9ad81f
Update to 270 and add an option to link against pcre.
2011-05-05 13:03:44 +00:00
Emanuel Haupt
bde0c9fd08
Install a desktop entry.
...
PR: 155423
Submitted by: bsam
2011-03-10 09:49:24 +00:00
Emanuel Haupt
c8031f6b90
- 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
2011-02-24 15:39:09 +00:00
Emanuel Haupt
134c590947
Fix OPTIONS by properly including bsd.port.options.mk
2011-02-21 21:03:44 +00:00
Emanuel Haupt
271ccd8f1f
- Update to 269
...
- Use OPTIONS
2011-02-21 18:26:06 +00:00
Emanuel Haupt
41bc46f9e1
Update to 268
...
Feature safe: yes
2011-02-14 09:05:28 +00:00
Emanuel Haupt
615506b3ce
- Update to 267
...
- Add additional mirrors
- Take maintainership
2011-01-08 16:03:19 +00:00
Mark Linimon
1e7fac30a4
Reset krion@FreeBSD.org due to 6 months of inactivity and maintainer-
...
timeouts.
Hat: portmgr
2010-12-28 08:11:16 +00:00
Philip M. Gollucci
8f305534fa
OPTIONS+= DEC_LOCATOR
...
PR: ports/149768
Submitted by: IWAMOTO Kouichi <sue-sendpr-20100818@iwmt.org>
Approved by: maintainer timeout (krion ; 49 days)
2010-10-11 20:50:21 +00:00
Kirill Ponomarev
1b697552f3
Update to version 261
...
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_261
2010-07-08 12:05:08 +00:00
Kirill Ponomarev
5dfd0c8fd1
Update to version 258.
...
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_258
2010-05-04 17:54:21 +00:00
Kirill Ponomarev
0adbe372ca
Update to version 253
...
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_253
PR: ports/142253
Submitted by: delphij
2010-01-03 11:17:12 +00:00
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