aboutsummaryrefslogtreecommitdiffstats
path: root/x11/rxvt
Commit message (Collapse)AuthorAgeFilesLines
* - Fix ownership on all installed files.lippe2008-06-191-2/+2
| | | | | | | | - Bump PORTREVISION. PR: ports/120181 Submitted by: Math <b1ff@fr33.b33r.net> Approved by: gabor (mentor, implicit)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
| | | | | | | | | | | | | | | - 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)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-3/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* Get distfile from authoritative master site (i.e. Sourceforge), and dropdes2007-12-302-18/+4
| | | | dependency on wget.
* Drop maintainershiplioux2007-12-261-1/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Respect X11BASE for Xpmrafan2006-12-091-1/+3
| | | | Approved by: portmgr (linimon)
* - Add a new know WITH_XGETDEFAULTclsung2006-05-291-0/+6
| | | | | | | | | | | | | | - from submitter WITH_XGETDEFAULT which enables resource checking via X's function instead of rxvt's own version. I'm using this option for a long time, it would be better if I can turn it on via a knob.Add a new know WITH_XGETDEFAULT which enables resource checking via X's function instead of rxvt's own version. I'm using this option for a long time, it would be better if I can turn it on via a knob. PR: 96152 Submitted by: Rong-En Fan <rafan_AT_infor dot org>
* Use ftp/wget since fetch(1) is misbehaving with these MASTER_SITESlioux2006-04-281-0/+9
| | | | Submitted by: pointyhat (kris)
* o Sanitize MASTER_SITESlioux2006-03-222-8/+8
| | | | | | | | | o Add fresh MASTER_SITES o Remove WWW tag from DESCR since developer's domain has expired [1] o Pass DESCR file through fmt(1) Submitted by: Ted Cabeen <ted@cabeen.org> [1]
* Add SHA256 checksumlioux2005-11-111-0/+1
|
* Add ERASE2 supportlioux2005-10-102-4/+24
| | | | | PR: 84647 Submitted by: Marcin Cieslak <saper@system.pl>
* Remove deprecated USE_SIZElioux2004-12-251-1/+0
|
* USE_SIZEifylioux2004-02-082-0/+2
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* De-pkg-commentlioux2003-02-242-1/+1
|
* Sanitize MASTER_SITESlioux2002-09-201-1/+0
| | | | Submitted by: fenner's distfile survey
* o Teach rxvt about FreeBSD's pty: it goes all the way to letter vlioux2002-05-152-2/+12
| | | | | | o Bump PORTREVISION Submitted by: Ingo Rohlfs <ingo.rohlfs@gmx.de>
* o update to 2.6.4lioux2001-11-082-3/+8
| | | | o add WITH_HALF_SHADOW
* Add a buffer overflow fixlioux2001-08-242-0/+12
| | | | | Submitted by: kris Obtained from: OpenBSD
* - Remove extra spaces at end of lineslioux2001-05-261-5/+12
| | | | | | - Add WITH_NEXT_SCROLLBAR - Use MASTER_SITE_SUBDIR so that when the version of this is outdated, it will have a good change of fetching the distfiles
* Don't overwrite CATEGORIES in master ports. Use += instead, so slavessobomax2001-05-231-1/+1
| | | | | would be able to insert their own entries (usually language category) upfront.
* - Advertise WITH_* optionslioux2001-04-111-1/+14
| | | | - Enable XIM support per default unless required to disable
* typo clean up police: \s -> \tlioux2001-02-141-1/+1
|
* Style fixes for ports/x11.olgeni2001-02-061-1/+1
|
* Add several WITH_* configure time options to the ports.lioux2000-12-011-0/+36
| | | | | | | Also, enable rxvt-devel shared lib build. PR: ports/23201 Submitted by: Jay Sachs <jay@avacet.com>
* Maintainer is now a committer, update email accordinglylioux2000-10-031-1/+1
| | | | Approved by: will
* Split rxvt port into two ports - rxvt and rxvt-devel. Quoting maintainer:sobomax2000-09-201-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 ;).
* *** empty log message ***sobomax2000-09-194-25/+28
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Re-assign MAINTAINER to Mario Sergio Fujikawa Ferriera <lioux@linf.unb.br>.will2000-06-221-1/+1
|
* Unleash all of these ports upon the people. I no longer have any interestwill2000-06-221-1/+1
| | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
* Add a patch that adds some extra chinese support as well as fixes somewill2000-05-222-0/+5
| | | | | | | terminfo problems. PR: 18406 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-2/+2
|
* Update to rxvt 2.7.3 per the rxvt-devel mailing list announcement.will2000-03-276-27/+14
| | | | | | | 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.
* Finish moving MAINTAINER for my ports.will2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Update to version 2.7.2cpiazza1999-12-253-8/+9
|
* Revive the comment at the top that reminded people to upgradecpiazza1999-10-261-0/+3
| | | | | | rclock and chinese/rxvt too. Noticed by: obrien
* Update to 2.7.1cpiazza1999-10-252-3/+3
| | | | | PR: 14410 Submitted by: maintainer
* chmod these programs 4711 (like xterm) to make utmp/wtmp supportcpiazza1999-09-022-0/+4
| | | | | | | actually work. Requested by: Joseph Scott <joseph.scott@owp.csus.edu> and two other people whose mail I lost.
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Add xpm background and transparency support by defaultcpiazza1999-08-241-2/+5
| | | | Requested by: Joseph Scott <joseph.scott@owp.csus.edu>
* Add support for utmp in rxvt. All the user has to docpiazza1999-08-231-2/+2
| | | | | | is chmod 4711 rxvt. Noticed by: [paradox] on #FreeBSD@EFNet
* Update to version 2.6.1cpiazza1999-08-192-10/+7
| | | | | PR: 13204 Submitted by: maintainer
* Add request to commiter to update the `rlock' port when this port isobrien1999-07-041-1/+5
| | | | updated. `rclock' uses the same distfile and is a very easy port to update.
* Assign MAINTAINERship to submitter.mph1999-06-231-2/+2
| | | | | PR: 12353, 12354 Submitted by: Will Andrews <andrews@technologist.com>
* Update to version 2.6.0.steve1999-06-095-25/+25
| | | | | PR: 12087 Submitted by: Chris Piazza <cpiazza@home.net>
* Add WWW:mharo1999-05-031-1/+1
|
* Add additional master sitesmharo1999-04-131-2/+5
| | | | | PR: 11103 Submitted by: Chris Piazza cpiazza@home.net
* New location on MASTER_SITE.steve1999-03-151-3/+2
| | | | | PR: 9769 Submitted by: Chris Piazza <cpiazza@home.net>
* w MASTERSITE and use .bz2 distfiles.steve1999-02-221-1/+1
|
* New MASTERSITE and use .bz2 distfiles.steve1999-02-221-2/+4
|
* Update to version 2.4.11.steve1999-01-113-17/+16
|
* upgrade to 2.4.7.obrien1998-10-051-0/+11
|
* Upgrade to 2.4.7.obrien1998-10-054-27/+18
|
* Remove x11 manpages. This would be the end of it, but some foolshoek1998-08-201-1/+0
| | | | thought it necessary to five new categories from one. ;-)
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Remove old maintainer.steve1998-03-161-2/+2
|
* Update to version 2.4.5.steve1998-03-165-30/+31
| | | | | PR: 5940 Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
* Remove "rxvt - " from front, this is redundant.asami1997-12-041-1/+1
|
* Move the existing (unconditional) <sys/types.h> include above theasami1997-04-251-8/+15
| | | | conditional include of <utmp.h>.
* #include <sys/types.h> before <utmp.h> if __FreeBSD__ >= 3. Note thereasami1997-04-251-0/+12
| | | | | is another #include of <utmp.h> below, but it's outside of the #ifdef scope from <utmp.h>. :(
* Upgrade to 2.20.obrien1997-03-074-47/+8
|
* Upgrade to 2.20.obrien1997-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.
* Upgrade to 2.20.obrien1997-03-071-7/+5
|
* rxvt needs to be installed suid root so it can change the ownershipobrien1997-02-211-1/+5
| | | | of the /dev/ttypX used.
* Update to version 2.16obrien1996-12-086-281/+64
| | | | Submitted by: Matthew N. Dodd <winter@jurai.net> (with some mods by me)
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-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.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Remove PREFIX=/usr/X11R6, it is already the default if USE_IMAKE (orasami1996-10-161-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.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"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!
* Fix the utmp handling that was broken by the security patch.peter1996-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.
* Patch around a security vulnerability in rxvt. Give up root privileges whenpst1996-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.
* And now the rest of the x11 ports Makefiles.asami1995-04-131-5/+7
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Try to get most ports checksummedgpalmer1995-04-011-0/+1
|
* Add a maintainer linegpalmer1995-02-021-1/+2
|
* The master site has moved the distfile. Correct path here.gpalmer1995-01-151-2/+2
|
* With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none ofgpalmer1994-12-121-2/+1
| | | | these need to have INSTALL_MANPAGES= yes anymore.
* Oops. Correct wee typo on prefix linegpalmer1994-12-051-2/+2
|
* Package files for rxvtgpalmer1994-12-053-0/+10
|
* rxvt - miniature xterm clone.gpalmer1994-12-053-0/+96