Adam Weinberger
a8a7263608
Rename x11/ patch-xy patches to reflect the files they modify.
2014-07-29 16:09:41 +00:00
Tijl Coosemans
e23052d85f
Convert to USES=libtool
2014-07-01 18:55:15 +00:00
Dennis Herrmann
196489b326
- Fix crash to paste from non-ICCCM clients
...
- Bump PORTREVISION
PR: ports/156544
Submitted by: Marcin Cieslak <saper@saper.info>
Approved by: maintainer
2011-06-20 14:50:22 +00:00
Martin Wilke
c40a93cf47
- Fix build on head
...
PR: 143954
Submitted by: bf <bf1783@gmail.com>
Approved by: maintainer
2010-05-09 10:06:04 +00:00
Ed Schouten
107ecb90a6
Silence error generated by rxvt-devel, caused by pts(4) naming scheme.
...
In FreeBSD -CURRENT, pseudo-terminals are named /dev/pts/%u. This
confuses rxvt-devel. Change the source to allow this naming scheme as
well. I still have to write a similar patch for rxvt, because this
version does not apply.
Approved by: port maintainer
2009-03-06 20:13:40 +00:00
Pav Lucistnik
c46481119a
- Fix a runtime crash on amd64
...
PR: ports/98590
Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
2008-01-04 15:53:27 +00:00
Mario Sergio Fujikawa Ferreira
6068525124
Add ERASE2 support
...
PR: 84647
Submitted by: Marcin Cieslak <saper@system.pl>
2005-10-10 03:36:09 +00:00
Jacques Vidrine
348cb221c1
Fix building on FreeBSD 5.x (link with libutil) after maintainer
...
timeout (43 days).
While I'm at it, update 2.7.8 -> 2.7.10. This fixes XIM OverTheSpot for me.
2003-08-09 21:01:37 +00:00
Mario Sergio Fujikawa Ferreira
905999f032
o Update to 2.7.8
...
o USE_GMAKE is no longer necessary
o Add knobs WITHOUT_BACKSPACE_KEY, WITHOUT_DELETE_KEY, WITH_GRAPHICS,
WITH_SMART_RESIZE
o Change message target from pre-fetch to pre-everything
o Re-indent the echo messages to visually align them
Prompted by: statue <statue@cnpa.adsldns.org>
2001-12-05 18:05:04 +00:00
Mario Sergio Fujikawa Ferreira
b5d41c297c
Remove the (char *) from the sizeof the vsnprintf line since this
...
restricts the buffer size to 4 bytes rather than the 256 bytes
intended
PR: 32100
Submitted by: Christopher Hall <hsw@acm.org>
2001-11-19 15:48:31 +00:00
Mario Sergio Fujikawa Ferreira
6fadcecae4
Update to 2.7.7
2001-11-07 20:38:01 +00:00
Maxim Sobolev
9909a6bc17
Don't link in libc - FreeBSD doesn't need this.
...
PRs: 31601, 31602, 31603, ...
Submitted by: Ports Fury
2001-10-31 08:32:30 +00:00
Mario Sergio Fujikawa Ferreira
2d56df646f
o style fix, use PKGNAMESUFFIX instead of PORTNAME for -devel
...
o don't install .*\.la files (based on an idea from sobomax)
2001-10-06 16:43:09 +00:00
Mario Sergio Fujikawa Ferreira
9b9abd8ec3
o Add a buffer overflow patch in sync with rxvt port Makefile rev
...
1.49
o Bump PORTREVISION
Obtained from: OpenBSD
2001-08-23 21:24:06 +00:00
Mario Sergio Fujikawa Ferreira
08e6306b25
- Update port to version 2.7.6
...
- Remove extra spaces at end of lines
- Use MASTER_SITE_SUBDIR so that when the version of this is
outdated, it will have a good chance of fetching the distfiles
2001-05-26 13:32:07 +00:00
Mario Sergio Fujikawa Ferreira
453a10ea35
Update to version 2.7.5
...
Added language support as of chinese/rxvt
2000-10-22 02:54:50 +00:00
Will Andrews
263b30f8cd
Update to rxvt 2.7.3 per the rxvt-devel mailing list announcement.
...
I'll take care of other ports depending on this pending maint approval.
Changes:
1) Update rxvt website URL (badly needed).
2) Remove pkg/PLIST - Makefile inconsistency regarding chmod.
2000-03-27 07:00:09 +00:00
Chris Piazza
6e415aafac
Update to version 2.7.2
1999-12-25 04:11:36 +00:00
Chris Piazza
d8567e3606
Add support for utmp in rxvt. All the user has to do
...
is chmod 4711 rxvt.
Noticed by: [paradox] on #FreeBSD@EFNet
1999-08-23 04:35:17 +00:00
Steve Price
8c18536aac
Update to version 2.6.0.
...
PR: 12087
Submitted by: Chris Piazza <cpiazza@home.net>
1999-06-08 22:10:41 +00:00
Steve Price
54c01fc2a9
Update to version 2.4.11.
1999-01-11 04:55:48 +00:00
David E. O'Brien
867381d541
upgrade to 2.4.7.
1998-10-05 05:30:12 +00:00
David E. O'Brien
75e9ad01cb
Upgrade to 2.4.7.
1998-10-05 05:29:11 +00:00
Steve Price
e2922bf707
Update to version 2.4.5.
...
PR: 5940
Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
1998-03-15 19:48:30 +00:00
David E. O'Brien
f7bf261eed
Upgrade to 2.20.
1997-03-07 12:30:12 +00:00
David E. O'Brien
5428d50ccc
Update to version 2.16
...
Submitted by: Matthew N. Dodd <winter@jurai.net> (with some mods by me)
1996-12-08 02:31:59 +00:00
Peter Wemm
8de3884106
Fix the utmp handling that was broken by the security patch.
...
It was:
- setting the euid from the real groupid (yow!)
- not recovering it's setuid permissions when cleaning the utmp file.
I've left in some diagnostic code for "shouldn't happen" cases.
1996-02-24 14:55:37 +00:00
Paul Traina
4157893907
Patch around a security vulnerability in rxvt. Give up root privileges when
...
they're not necessary. RXVT's handling of /etc/utmp is blatantly idiotic
under FreeBSD but at least it's not a security hole anymore.
Obtained from: Marc Ewing (marc@redhat.com ) from BUGTRAQ mailing list.
1996-01-11 09:00:12 +00:00
Gary Palmer
45ea0ecd8f
rxvt - miniature xterm clone.
1994-12-05 01:49:10 +00:00