Commit graph

126 commits

Author SHA1 Message Date
Thierry Thomas
6388503972 Fix the dependency on terminfo.db.
Submitted by:	rafan
2007-06-25 19:30:54 +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
Thierry Thomas
495fdca39a Upgrade to 8.2.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2007-02-17 21:48:15 +00:00
Thierry Thomas
ebc7bde433 Register rxvt-unicode in the terminfo database.
Note: $TERM still defined as rxvt ATM.
2007-01-05 13:35:15 +00:00
Thierry Thomas
fec50a7f0e Upgrade to 8.1.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2006-12-07 22:57:15 +00:00
Thierry Thomas
40e2a6220c Upgrade to 8.0.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2006-11-02 21:05:16 +00:00
Thierry Thomas
3bc2ab276e Upgrade to 7.9.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2006-08-07 22:28:29 +00:00
Thierry Thomas
353e78af21 Upgrade to 7.8.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2006-07-17 21:12:38 +00:00
Thierry Thomas
7a9fe0970f rxvt-unicode assume wchar_t is Unicode, but it's not true for FreeBSD.
Add a patch which converts the IM input charater to Unicode.

It requires additional patch dependancy and enlarge executable size,
so a knob WITHOUT_IMLOCALE_FIX is provided to disable this feature.

PR:		ports/98166
Submitted by:	Kuang-che Wu <kcwu (at) csie.org>
2006-06-04 19:29:23 +00:00
Jeremy Messenger
7e42d7a7c4 devel/pkgconfig -> devel/pkg-config
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.

PR:		ports/97985
Repocopy by:	marcus
2006-05-28 05:25:50 +00:00
Thierry Thomas
1050ad4f8e Upgrade to 7.7.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2006-02-21 20:15:34 +00:00
Thierry Thomas
10397927f6 Upgrade to 7.6.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2006-02-10 20:21:31 +00:00
Thierry Thomas
41eaa4dc5b Upgrade to 7.5.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2006-01-31 20:07:38 +00:00
Thierry Thomas
fe5e9ccd50 Upgrade to 7.4.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2006-01-28 20:14:56 +00:00
Thierry Thomas
817df01f44 Upgrade to 7.3.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2006-01-25 22:28:59 +00:00
Thierry Thomas
0c9dfe0a85 Don't mark BROKEN on amd64, since libsupc++ is no more used.
Tested by:	Pedro F. Giffuni <giffunip (at) yahoo.com>
2006-01-24 06:33:03 +00:00
Thierry Thomas
d056c7e4f4 Actually patch-configure can be removed. 2006-01-23 22:25:27 +00:00
Thierry Thomas
4326f204ae Since v. 7.2, gmake is not necessary, and it's possible to remove the
-lsupc++ patch.

Suggested by:	Marc Lehmann <schmorp (at) schmorp.de> (author)
2006-01-23 21:56:19 +00:00
Thierry Thomas
8b72cfe73d Upgrade to 7.2.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2006-01-22 22:23:46 +00:00
Thierry Thomas
7a83890171 Upgrade to 7.1.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2006-01-19 21:35:08 +00:00
Thierry Thomas
68b1bedaa3 Upgrade to 7.0.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2006-01-13 20:46:21 +00:00
Thierry Thomas
438fb75aed Install urxvtd setuid root (like urxvt) in order to secure tty device
permissions.

Reported by:	Ryan Beasley <ryanb (at) rainbowdevilsland.co.uk>
2006-01-07 22:57:27 +00:00
Thierry Thomas
03f61cd443 Upgrade to 6.3. This is a security fix: restore permissions properly.
Full changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.

A embedded Perl interpreter is installed by default, use WITHOUT_PERL
to disable it.

PR:

Security:	VuXML c2fdb3bc-7d72-11da-b96e-000fb586ba73
2006-01-04 23:04:12 +00:00
Thierry Thomas
7fcf09287f Upgrade to 6.2.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2006-01-02 22:55:26 +00:00
Thierry Thomas
73dd53b5ac Upgrade to 6.1.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2005-12-27 21:11:55 +00:00
Thierry Thomas
0f6a5fe0ea Upgrade to 6.0.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2005-12-24 18:53:59 +00:00
Thierry Thomas
539071e5cd Upgrade to 5.9.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2005-12-19 20:41:37 +00:00
Thierry Thomas
09b591849a Upgrade to 5.8.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2005-10-25 22:06:21 +00:00
Thierry Thomas
744054b928 Fix handling of incomplete valid multibyte character sequences.
Bump PORTREVISION.

PR:		ports/84938
Submitted by:	Li-Lun Wang <llwang (at) infor.org>
Approved by:	portmgr (linimon)
2005-08-15 21:27:24 +00:00
Thierry Thomas
8cbc5bbc2d Upgrade to 5.7.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2005-07-13 19:26:49 +00:00
Thierry Thomas
438330974d Upgrade to 5.6.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2005-06-26 21:21:40 +00:00
Thierry Thomas
f84f270aa0 Upgrade to 5.5.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2005-04-27 21:28:03 +00:00
Thierry Thomas
d4ab10f805 Upgrade to 5.4.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2005-04-19 21:10:07 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Thierry Thomas
d7cff4e35b Upgrade to 5.3.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.

Security:	http://www.freebsd.org/ports/portaudit/d4bd4046-93a6-11d9-8378-000bdb1444a4.html
2005-03-13 10:32:45 +00:00
Thierry Thomas
b23e8d3a14 Remove an extraneous patch. 2005-02-20 14:20:14 +00:00
Thierry Thomas
55f30fe385 - Upgrade to 5.2;
- don't build the shared library and thus remove CONFLICTS.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2005-02-20 14:18:47 +00:00
Thierry Thomas
468c354835 Upgrade to 5.1. 2005-02-15 23:15:07 +00:00
Thierry Thomas
5dbcda2191 Upgrade to 5.0.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2005-02-11 20:58:51 +00:00
Thierry Thomas
cea0a93b0b Upgrade to 4.9.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2005-02-03 22:57:47 +00:00
Thierry Thomas
084219dec3 Upgrade to 4.8. 2005-01-18 18:22:19 +00:00
Thierry Thomas
b028b0334d Upgrade to 4.7. 2004-12-29 21:29:21 +00:00
Thierry Thomas
38de26770c Upgrade to 4.6. 2004-12-16 20:15:09 +00:00
Thierry Thomas
30ef2fb901 Upgrade to 4.5.
From the changelog:

- fix an extremely nasty bug in utf8-conversion. upgrade is advised.

- completely re-wrote selection pasting. This should fix garbled
  incomplete characters at 32k boundaries and too-short INCR
  selections, and more. Increases memory requirements considerably
  for large selections, but that seems unavoidable.
2004-12-13 18:29:09 +00:00
Thierry Thomas
b6f892f429 Upgrade to 4.4. 2004-12-13 09:57:51 +00:00
Thierry Thomas
e894315981 Mark BROKEN on amd64:
> /usr/bin/ld: /usr/lib/libsupc++.a(pure.o): relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC
 > /usr/lib/libsupc++.a: could not read symbols: Bad value

Reported by:	Kris via pointyhat.
2004-12-06 09:24:47 +00:00
Thierry Thomas
c100150b71 Upgrade to 4.3.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2004-12-04 13:06:56 +00:00
Thierry Thomas
352e99d816 Upgrade to 4.2. 2004-12-01 20:45:46 +00:00
Thierry Thomas
f6d05dfcea Upgrade to 4.1. 2004-11-21 22:01:46 +00:00