Thierry Thomas
f6d05dfcea
Upgrade to 4.1.
2004-11-21 22:01:46 +00:00
Thierry Thomas
e3409ffd15
- rxvt-unicode 4.0 change language name "cn" to "zh";
...
- provide mbrtowc() workaround for old FreeBSD systems without mbstate fix;
- extra patch for box drawing characters, which respected locale width data;
- bump PORTREVISION.
PR: ports/72628
Submitted by: Kuang-che Wu
2004-10-13 21:27:43 +00:00
Thierry Thomas
5533355345
Upgrade to 4.0.
2004-10-11 23:02:49 +00:00
Thierry Thomas
a9bc8f746c
Actually use MASTER_SITE_SUBDIR and make fetchable again.
...
Noticed by: Joshua Tinnin
Approved by: portmgr (marcus).
2004-09-24 05:21:27 +00:00
Thierry Thomas
e3b3383b1b
Fix a C++ linkage problem in some cases.
2004-08-28 16:33:31 +00:00
Thierry Thomas
883d95f066
Upgrade to 3.9.
2004-08-25 20:23:55 +00:00
Thierry Thomas
45112e5db6
Portlint (bad cut / paste).
2004-08-17 22:22:01 +00:00
Thierry Thomas
6c3685400f
Add rxvt-unicode, a clone of the well known terminal emulator rxvt,
...
modified to store text in Unicode.
PR: ports/70463
Submitted by: myself
Repocopied by: marcus
2004-08-17 22:17:56 +00:00
Mario Sergio Fujikawa Ferreira
43485240fb
USE_SIZEify
2004-02-08 01:14:05 +00:00
Trevor Johnson
a049dd78cc
Use PLIST_FILES (bento-tested, marcus-reviewed).
2004-02-06 13:12:53 +00:00
Mario Sergio Fujikawa Ferreira
74740483d0
De-pkg-comment
2003-02-23 19:58:35 +00:00
Mario Sergio Fujikawa Ferreira
3201ef7799
Sanitize MASTER_SITES
...
Submitted by: fenner's distfile survey
2002-09-20 14:38:47 +00:00
Mario Sergio Fujikawa Ferreira
b5a69ca042
o Teach rxvt about FreeBSD's pty: it goes all the way to letter v
...
o Bump PORTREVISION
Submitted by: Ingo Rohlfs <ingo.rohlfs@gmx.de>
2002-05-15 14:21:46 +00:00
Mario Sergio Fujikawa Ferreira
0bb1a7f54d
o update to 2.6.4
...
o add WITH_HALF_SHADOW
2001-11-07 20:41:28 +00:00
Mario Sergio Fujikawa Ferreira
512dfab14f
Add a buffer overflow fix
...
Submitted by: kris
Obtained from: OpenBSD
2001-08-23 21:09:26 +00:00
Mario Sergio Fujikawa Ferreira
f42d7482c7
- Remove extra spaces at end of lines
...
- 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
2001-05-26 13:29:04 +00:00
Maxim Sobolev
bb53f3ecee
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
...
would be able to insert their own entries (usually language category)
upfront.
2001-05-22 18:16:59 +00:00
Mario Sergio Fujikawa Ferreira
96b191f0d0
- Advertise WITH_* options
...
- Enable XIM support per default unless required to disable
2001-04-11 00:17:27 +00:00
Mario Sergio Fujikawa Ferreira
c4e85efd6f
typo clean up police: \s -> \t
2001-02-14 04:12:50 +00:00
Jimmy Olgeni
2cac1647f9
Style fixes for ports/x11.
2001-02-05 16:18:54 +00:00
Mario Sergio Fujikawa Ferreira
fa83952930
Add several WITH_* configure time options to the ports.
...
Also, enable rxvt-devel shared lib build.
PR: ports/23201
Submitted by: Jay Sachs <jay@avacet.com>
2000-12-01 14:46:28 +00:00
Mario Sergio Fujikawa Ferreira
b327e9c777
Maintainer is now a committer, update email accordingly
...
Approved by: will
2000-10-03 05:12:49 +00:00
Maxim Sobolev
13ed950b08
Split rxvt port into two ports - rxvt and rxvt-devel. Quoting maintainer:
...
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 ;).
2000-09-19 16:07:04 +00:00
Maxim Sobolev
d6eac32219
*** empty log message ***
2000-09-19 15:50:15 +00:00
Satoshi Asami
c6bcad2436
(1) Add new variable, XFREE86_VERSION, to specify which version of
...
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
2000-08-03 09:28:57 +00:00
Will Andrews
52978ffbfa
Re-assign MAINTAINER to Mario Sergio Fujikawa Ferriera <lioux@linf.unb.br>.
2000-06-22 10:07:15 +00:00
Will Andrews
f67050feec
Unleash all of these ports upon the people. I no longer have any interest
...
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Will Andrews
b9be3eb6f2
Add a patch that adds some extra chinese support as well as fixes some
...
terminfo problems.
PR: 18406
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-05-22 05:09:19 +00:00
Chris Piazza
fe5426321a
Update to use PORTNAME/PORTVERSION
2000-04-13 19:19:05 +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
Will Andrews
af4a01863e
Finish moving MAINTAINER for my ports.
...
andrews@technologist.com -> will@FreeBSD.org . :-)
Reminded by: asami
2000-03-22 01:59:41 +00:00
Chris Piazza
6e415aafac
Update to version 2.7.2
1999-12-25 04:11:36 +00:00
Chris Piazza
956d4b96fe
Revive the comment at the top that reminded people to upgrade
...
rclock and chinese/rxvt too.
Noticed by: obrien
1999-10-25 18:03:20 +00:00
Chris Piazza
ef38eb11ff
Update to 2.7.1
...
PR: 14410
Submitted by: maintainer
1999-10-25 02:36:35 +00:00
Chris Piazza
26b944d786
chmod these programs 4711 (like xterm) to make utmp/wtmp support
...
actually work.
Requested by: Joseph Scott <joseph.scott@owp.csus.edu>
and two other people whose mail I lost.
1999-09-02 03:23:54 +00:00
Peter Wemm
e17439d50d
$Id$ -> $FreeBSD$
1999-08-31 02:51:23 +00:00
Chris Piazza
9c5820a5ea
Add xpm background and transparency support by default
...
Requested by: Joseph Scott <joseph.scott@owp.csus.edu>
1999-08-24 03:45:17 +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
Chris Piazza
9413faf016
Update to version 2.6.1
...
PR: 13204
Submitted by: maintainer
1999-08-18 19:30:48 +00:00
David E. O'Brien
9e7037d6f0
Add request to commiter to update the `rlock' port when this port is
...
updated. `rclock' uses the same distfile and is a very easy port to update.
1999-07-03 18:02:01 +00:00
Matthew Hunt
b270c5cb68
Assign MAINTAINERship to submitter.
...
PR: 12353, 12354
Submitted by: Will Andrews <andrews@technologist.com>
1999-06-22 23:51:41 +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
Michael Haro
947d483dea
Add WWW:
1999-05-03 04:16:13 +00:00
Michael Haro
46040af7a9
Add additional master sites
...
PR: 11103
Submitted by: Chris Piazza cpiazza@home.net
1999-04-13 06:33:08 +00:00
Steve Price
58667728d5
New location on MASTER_SITE.
...
PR: 9769
Submitted by: Chris Piazza <cpiazza@home.net>
1999-03-15 04:23:51 +00:00
Steve Price
23119ec4d6
w MASTERSITE and use .bz2 distfiles.
1999-02-22 03:09:47 +00:00
Steve Price
365be4a9ab
New MASTERSITE and use .bz2 distfiles.
1999-02-22 03:09:37 +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
Tim Vanderhoek
2a0ec6022e
Remove x11 manpages. This would be the end of it, but some fools
...
thought it necessary to five new categories from one. ;-)
1998-08-20 03:20:19 +00:00
Satoshi Asami
ceba211283
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
...
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Steve Price
9f999384ce
Remove old maintainer.
1998-03-16 07:13:53 +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
Satoshi Asami
1c1ed248e8
Remove "rxvt - " from front, this is redundant.
1997-12-04 03:14:14 +00:00
Satoshi Asami
0f91c7bcb4
Move the existing (unconditional) <sys/types.h> include above the
...
conditional include of <utmp.h>.
1997-04-25 11:10:52 +00:00
Satoshi Asami
27b9e535a7
#include <sys/types.h> before <utmp.h> if __FreeBSD__ >= 3. Note there
...
is another #include of <utmp.h> below, but it's outside of the #ifdef
scope from <utmp.h>. :(
1997-04-24 22:23:18 +00:00
David E. O'Brien
f7bf261eed
Upgrade to 2.20.
1997-03-07 12:30:12 +00:00
David E. O'Brien
5c226d4573
Upgrade to 2.20.
...
You can now add snazzy looking menus to any plain (non-X) text
application. At the moment, the menuing system is simple but
functional.
1997-03-07 12:29:49 +00:00
David E. O'Brien
4749887c17
Upgrade to 2.20.
1997-03-07 12:24:55 +00:00
David E. O'Brien
dc81cccbe5
rxvt needs to be installed suid root so it can change the ownership
...
of the /dev/ttypX used.
1997-02-21 13:55:24 +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
Satoshi Asami
c98cfd116d
Compress a bunch of manpages. Remove unnecessary @ directives from
...
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.
1996-11-18 14:17:24 +00:00
Satoshi Asami
300c45cf2e
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 11:44:27 +00:00
Satoshi Asami
b14e9a7cb3
Remove PREFIX=/usr/X11R6, it is already the default if USE_IMAKE (or
...
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.
1996-10-15 19:24:55 +00:00
Satoshi Asami
95137d2010
Oh my goodness! Satoshi is finally fed up and decided to "clean up"
...
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!
1996-10-10 05:05:35 +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
Satoshi Asami
eabfc48a36
And now the rest of the x11 ports Makefiles.
1995-04-12 20:32:12 +00:00
Jordan K. Hubbard
ac3066bf75
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
...
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Gary Palmer
3753222345
Try to get most ports checksummed
1995-03-31 22:18:54 +00:00
Gary Palmer
afaeb3abdb
Add a maintainer line
1995-02-01 22:40:38 +00:00
Gary Palmer
4ae98b22be
The master site has moved the distfile. Correct path here.
1995-01-15 06:43:05 +00:00
Gary Palmer
ba2097f169
With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none of
...
these need to have INSTALL_MANPAGES= yes anymore.
1994-12-12 04:32:04 +00:00
Gary Palmer
5c802fb4ba
Oops. Correct wee typo on prefix line
1994-12-05 02:41:18 +00:00
Gary Palmer
5abd876905
Package files for rxvt
1994-12-05 02:20:55 +00:00
Gary Palmer
45ea0ecd8f
rxvt - miniature xterm clone.
1994-12-05 01:49:10 +00:00