summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-074-47/+8
| | | | Notes: svn path=/head/; revision=5908
* Upgrade to 2.20.David E. O'Brien1997-03-071-2/+2
| | | | | | | | | You can now add snazzy looking menus to any plain (non-X) text application. At the moment, the menuing system is simple but functional. Notes: svn path=/head/; revision=5907
* Upgrade to 2.20.David E. O'Brien1997-03-071-7/+5
| | | | Notes: svn path=/head/; revision=5906
* rxvt needs to be installed suid root so it can change the ownershipDavid E. O'Brien1997-02-211-1/+5
| | | | | | | of the /dev/ttypX used. Notes: svn path=/head/; revision=5710
* Update to version 2.16David E. O'Brien1996-12-086-281/+64
| | | | | | | Submitted by: Matthew N. Dodd <winter@jurai.net> (with some mods by me) Notes: svn path=/head/; revision=4885
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Remove PREFIX=/usr/X11R6, it is already the default if USE_IMAKE (orSatoshi Asami1996-10-151-2/+1
| | | | | | | | | USE_X11) is set. Besides, we are not supposed to be changing PREFIX in the Makefiles unless there's absolutely no way other than that to make it work. Notes: svn path=/head/; revision=3986
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* 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
* And now the rest of the x11 ports Makefiles.Satoshi Asami1995-04-121-5/+7
| | | | Notes: svn path=/head/; revision=1352
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Try to get most ports checksummedGary Palmer1995-03-311-0/+1
| | | | Notes: svn path=/head/; revision=1262
* Add a maintainer lineGary Palmer1995-02-011-1/+2
| | | | Notes: svn path=/head/; revision=866
* The master site has moved the distfile. Correct path here.Gary Palmer1995-01-151-2/+2
| | | | Notes: svn path=/head/; revision=778
* With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none ofGary Palmer1994-12-121-2/+1
| | | | | | | these need to have INSTALL_MANPAGES= yes anymore. Notes: svn path=/head/; revision=558
* Oops. Correct wee typo on prefix lineGary Palmer1994-12-051-2/+2
| | | | Notes: svn path=/head/; revision=530
* Package files for rxvtGary Palmer1994-12-053-0/+10
| | | | Notes: svn path=/head/; revision=529
* rxvt - miniature xterm clone.Gary Palmer1994-12-053-0/+96
Notes: svn path=/head/; revision=527