aboutsummaryrefslogtreecommitdiff
path: root/x11/rxvt/files
Commit message (Collapse)AuthorAgeFilesLines
* Rename x11/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-297-0/+0
| | | | Notes: svn path=/head/; revision=363352
* - Fix crash to paste from non-ICCCM clientsDennis Herrmann2011-06-201-0/+52
| | | | | | | | | | | - Bump PORTREVISION PR: ports/156542 Submitted by: Marcin Cieslak <saper@saper.info> Approved by: maintainer Notes: svn path=/head/; revision=275901
* Multiple fixes to rxvt:Ed Schouten2009-03-233-8/+46
| | | | | | | | | | | | - Fix compilation on -CURRENT by letting it use posix_openpt() to allocate PTYs. - Fix compilation when enabling WITH_GREEK. PR: ports/132928 Approved by: port maintainer Notes: svn path=/head/; revision=230800
* Add ERASE2 supportMario Sergio Fujikawa Ferreira2005-10-101-3/+23
| | | | | | | | PR: 84647 Submitted by: Marcin Cieslak <saper@system.pl> Notes: svn path=/head/; revision=144753
* o Teach rxvt about FreeBSD's pty: it goes all the way to letter vMario Sergio Fujikawa Ferreira2002-05-151-2/+11
| | | | | | | | | o Bump PORTREVISION Submitted by: Ingo Rohlfs <ingo.rohlfs@gmx.de> Notes: svn path=/head/; revision=59176
* Add a buffer overflow fixMario Sergio Fujikawa Ferreira2001-08-231-0/+11
| | | | | | | | Submitted by: kris Obtained from: OpenBSD Notes: svn path=/head/; revision=46751
* Split rxvt port into two ports - rxvt and rxvt-devel. Quoting maintainer:Maxim Sobolev2000-09-191-0/+12
| | | | | | | | | | | | | | | | | | I created a rxvt-devel port. This will contain the devel version 2.7.3 which used to be carried as rxvt. The rxvt port will now contain the stable version 2.6.3. Besides, I added some MASTER_SITES so as to fix the unavailable distfile message I got from the automated scripts. PR: 20768 Submitted by: maintainer Repo-copy by: asami (AFAIK this was a fastest served repo-copy I ever seen - it took about 5 minutes from the moment when I fired a request to PW and the moment when I received his reply ;). Notes: svn path=/head/; revision=32861
* *** empty log message ***Maxim Sobolev2000-09-192-16/+24
| | | | Notes: svn path=/head/; revision=32859
* Update to rxvt 2.7.3 per the rxvt-devel mailing list announcement.Will Andrews2000-03-272-22/+10
| | | | | | | | | | 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. Notes: svn path=/head/; revision=27077
* Update to version 2.7.2Chris Piazza1999-12-251-5/+6
| | | | Notes: svn path=/head/; revision=24042
* Update to version 2.6.0.Steve Price1999-06-083-19/+19
| | | | | | | | PR: 12087 Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=19321
* Update to version 2.4.11.Steve Price1999-01-111-9/+11
| | | | Notes: svn path=/head/; revision=15992
* upgrade to 2.4.7.David E. O'Brien1998-10-051-0/+11
| | | | Notes: svn path=/head/; revision=13673
* Upgrade to 2.4.7.David E. O'Brien1998-10-052-23/+11
| | | | Notes: svn path=/head/; revision=13672
* Update to version 2.4.5.Steve Price1998-03-152-21/+24
| | | | | | | | PR: 5940 Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw> Notes: svn path=/head/; revision=10151
* Move the existing (unconditional) <sys/types.h> include above theSatoshi Asami1997-04-251-8/+15
| | | | | | | conditional include of <utmp.h>. Notes: svn path=/head/; revision=6295
* #include <sys/types.h> before <utmp.h> if __FreeBSD__ >= 3. Note thereSatoshi Asami1997-04-241-0/+12
| | | | | | | | is another #include of <utmp.h> below, but it's outside of the #ifdef scope from <utmp.h>. :( Notes: svn path=/head/; revision=6292
* Upgrade to 2.20.David E. O'Brien1997-03-073-46/+7
| | | | Notes: svn path=/head/; revision=5908
* Update to version 2.16David E. O'Brien1996-12-083-265/+50
| | | | | | | Submitted by: Matthew N. Dodd <winter@jurai.net> (with some mods by me) Notes: svn path=/head/; revision=4885
* Fix the utmp handling that was broken by the security patch.Peter Wemm1996-02-241-22/+56
| | | | | | | | | | 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. Notes: svn path=/head/; revision=2746
* Patch around a security vulnerability in rxvt. Give up root privileges whenPaul Traina1996-01-111-0/+156
| | | | | | | | | | 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. Notes: svn path=/head/; revision=2613
* rxvt - miniature xterm clone.Gary Palmer1994-12-052-0/+75
Notes: svn path=/head/; revision=527