CVS log for ports/x11/rxvt-devel/Makefile
Up to [FreeBSD] / ports / x11 / rxvt-devel
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.97: download - view: text, markup, annotated - select for diffs
Tue Nov 8 15:22:47 2011 UTC (3 months ago) by tabthorpe
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -1 lines
- Reassign to the heap Submitted by: Former maintainer
Revision 1.96: download - view: text, markup, annotated - select for diffs
Mon Jun 20 14:50:22 2011 UTC (7 months, 3 weeks ago) by dhn
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -1 lines
- Fix crash to paste from non-ICCCM clients - Bump PORTREVISION PR: ports/156544 Submitted by: Marcin Cieslak <saper@saper.info> Approved by: maintainer
Revision 1.95: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:34:07 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.94: download - view: text, markup, annotated - select for diffs
Sun May 9 10:06:04 2010 UTC (21 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +7 -3 lines
- Fix build on head PR: 143954 Submitted by: bf <bf1783@gmail.com> Approved by: maintainer
Revision 1.93: download - view: text, markup, annotated - select for diffs
Sat Mar 20 15:51:00 2010 UTC (22 months, 3 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +4 -0 lines
- Mark BROKEN on HEAD: fails to build with new utmpx Reported by: pointyhat
Revision 1.92: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:39:13 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -1 lines
- Switch SourceForge ports to the new File Release System: categories starting with X
Revision 1.91: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:36:10 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22. -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
Revision 1.90: download - view: text, markup, annotated - select for diffs
Mon Jul 13 07:40:10 2009 UTC (2 years, 6 months ago) by miwi
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +3 -0 lines
- Allow the port to be built with different compilers PR: 136595 Submitted by: bf <bf1783@gmail.com> Approved by: maintainer
Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Mar 6 20:13:40 2009 UTC (2 years, 11 months ago) by ed
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -1 lines
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
Revision 1.88: download - view: text, markup, annotated - select for diffs
Sun Aug 3 10:21:15 2008 UTC (3 years, 6 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +85 -88 lines
- Convert to OPTIONS - Pass maintainership to submitter PR: 125877 / 125882 Submitted by: Andy Kosela <akosela@andykosela.com>
Revision 1.87: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:54:33 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -1 lines
- Remove unneeded dependency from gtk12/gtk20 [1] - 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)
Revision 1.86: download - view: text, markup, annotated - select for diffs
Sun Apr 6 06:17:26 2008 UTC (3 years, 10 months ago) by rafan
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +6 -2 lines
- Add knob for enabling 256 color support [1] - Correct comment: we don't have chinese/rxvt these days PR: ports/122281 [1] Submitted by: Yoshiaki Kasahara <kasahara at nc.kyushu-u.ac.jp> [1]
Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Mar 25 22:44:22 2008 UTC (3 years, 10 months ago) by miwi
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -3 lines
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri Jan 4 15:53:26 2008 UTC (4 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -1 lines
- Fix a runtime crash on amd64 PR: ports/98590 Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
Revision 1.83: download - view: text, markup, annotated - select for diffs
Sat Dec 29 23:14:09 2007 UTC (4 years, 1 month ago) by des
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +1 -15 lines
Get distfile from authoritative master site (i.e. Sourceforge), and drop dependency on wget.
Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Dec 25 20:00:12 2007 UTC (4 years, 1 month ago) by lioux
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -1 lines
Drop maintainership
Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat May 19 20:27:17 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:42:01 2007 UTC (5 years ago) by kris
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -0 lines
Use libtool port instead of included version to avoid objformat a.out botch
Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon May 29 13:29:10 2006 UTC (5 years, 8 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +7 -1 lines
- Add a new know WITH_XGETDEFAULT - 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>
Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri Apr 28 02:56:25 2006 UTC (5 years, 9 months ago) by lioux
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +9 -0 lines
Use ftp/wget since fetch(1) is misbehaving with these MASTER_SITES Submitted by: pointyhat (kris)
Revision 1.77: download - view: text, markup, annotated - select for diffs
Wed Mar 22 00:33:37 2006 UTC (5 years, 10 months ago) by lioux
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
o Sanitize MASTER_SITES 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]
Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:39:58 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +0 -2 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.75: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:51:45 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Oct 10 03:36:09 2005 UTC (6 years, 4 months ago) by lioux
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -0 lines
Add ERASE2 support PR: 84647 Submitted by: Marcin Cieslak <saper@system.pl>
Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Jul 10 18:37:19 2005 UTC (6 years, 7 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
Portlint
Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat Dec 25 11:43:58 2004 UTC (7 years, 1 month ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +0 -1 lines
Remove deprecated USE_SIZE
Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:42:58 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Mar 15 01:28:26 2004 UTC (7 years, 10 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +6 -0 lines
Add WITH_LINESPACE knob: add support for line-spacing PR: 62734 Submitted by: Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp>
Revision 1.69: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:17:39 2004 UTC (7 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Sun Feb 8 01:14:05 2004 UTC (8 years ago) by lioux
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -0 lines
USE_SIZEify
Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Nov 20 15:06:11 2003 UTC (8 years, 2 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
Define USE_PERL5_BUILD, not erroneous USE_PERL. Submitted by: Oliver Eikemeier
Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Nov 20 13:51:45 2003 UTC (8 years, 2 months ago) by trevor
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -0 lines
Define USE_PERL to make Perl available for (mostly deprecated) "perl -pi -e" construction.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sat Aug 9 21:01:36 2003 UTC (8 years, 6 months ago) by nectar
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -8 lines
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.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Jun 26 22:58:32 2003 UTC (8 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
libtool uber-patch * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Jun 4 22:43:37 2003 UTC (8 years, 8 months ago) by kris
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +6 -6 lines
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun May 18 11:43:03 2003 UTC (8 years, 8 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +7 -1 lines
BROKEN on 5.1: does not compile
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sun Feb 23 19:58:34 2003 UTC (8 years, 11 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -0 lines
De-pkg-comment
Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Dec 8 22:16:34 2002 UTC (9 years, 2 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Assign CATEGORIES with += so that the slave port (chinese/rxvt) can define its CATEGORIES properly.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Sep 20 14:38:45 2002 UTC (9 years, 4 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +0 -1 lines
Sanitize MASTER_SITES Submitted by: fenner's distfile survey
Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed May 15 14:21:46 2002 UTC (9 years, 8 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +5 -0 lines
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>
Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Dec 5 18:05:02 2001 UTC (10 years, 2 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_5_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +28 -6 lines
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>
Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Nov 20 05:57:36 2001 UTC (10 years, 2 months ago) by lioux
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -0 lines
bump PORTREVISION due to patch file patch-src::command.c rev 1.3
Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Nov 7 20:38:01 2001 UTC (10 years, 3 months ago) by lioux
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -3 lines
Update to 2.7.7
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Oct 6 16:47:36 2001 UTC (10 years, 4 months ago) by lioux
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
typo fix: libtoo -> libtool
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Oct 6 16:43:09 2001 UTC (10 years, 4 months ago) by lioux
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +6 -3 lines
o style fix, use PKGNAMESUFFIX instead of PORTNAME for -devel o don't install .*\.la files (based on an idea from sobomax)
Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Aug 31 14:20:29 2001 UTC (10 years, 5 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -2 lines
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Aug 23 21:24:06 2001 UTC (10 years, 5 months ago) by lioux
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -1 lines
o Add a buffer overflow patch in sync with rxvt port Makefile rev 1.49 o Bump PORTREVISION Obtained from: OpenBSD
Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Jun 1 13:13:37 2001 UTC (10 years, 8 months ago) by lioux
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -1 lines
Add USE_GMAKE to avoid rebuild at install time PR: 27795 Submitted by: Michael Harnois <mdharnois@home.com>
Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed May 30 11:37:05 2001 UTC (10 years, 8 months ago) by lioux
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Fix typo PR: 27763 Submitted by: Kevin Way <kevin.way@overtone.org>
Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat May 26 13:32:07 2001 UTC (10 years, 8 months ago) by lioux
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +9 -8 lines
- 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
Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Apr 11 00:37:48 2001 UTC (10 years, 10 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +30 -3 lines
- Advertise WITH_* options - Enable XIM support per default unless required to disable - Add WITH_* options to set the default encoding for multi-char glyph languages including setting to noenc (no encoding) PR: 26490 Submitted by: The Anarcat <anarcat@tao.ca>
Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Feb 14 04:12:47 2001 UTC (10 years, 11 months ago) by lioux
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3 lines
typo clean up police: \s -> \t
Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Feb 5 16:18:14 2001 UTC (11 years ago) by olgeni
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
Style fixes for ports/x11.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Dec 1 14:46:28 2000 UTC (11 years, 2 months ago) by lioux
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +38 -2 lines
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>
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Oct 22 02:54:41 2000 UTC (11 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +6 -7 lines
Update to version 2.7.5 Added language support as of chinese/rxvt
Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Oct 3 05:12:43 2000 UTC (11 years, 4 months ago) by lioux
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
Maintainer is now a committer, update email accordingly Approved by: will
Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Sep 19 16:10:05 2000 UTC (11 years, 4 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Forced commit - I forgot to add: 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 ;).
Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Sep 19 15:50:15 2000 UTC (11 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +6 -5 lines
*** empty log message ***
Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Aug 3 09:28:41 2000 UTC (11 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -3 lines
(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
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Jun 22 10:07:15 2000 UTC (11 years, 7 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Re-assign MAINTAINER to Mario Sergio Fujikawa Ferriera <lioux@linf.unb.br>.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Jun 22 05:52:10 2000 UTC (11 years, 7 months ago) by will
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
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.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon May 22 05:09:19 2000 UTC (11 years, 8 months ago) by will
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +5 -1 lines
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>
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Apr 13 19:10:00 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -3 lines
Update to use PORTNAME/PORTVERSION
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Mar 27 07:00:02 2000 UTC (11 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
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.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Mar 22 01:59:37 2000 UTC (11 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Finish moving MAINTAINER for my ports. andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Dec 25 04:11:34 1999 UTC (12 years, 1 month ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3 lines
Update to version 2.7.2
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Oct 25 18:03:20 1999 UTC (12 years, 3 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -1 lines
Revive the comment at the top that reminded people to upgrade rclock and chinese/rxvt too. Noticed by: obrien
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Oct 25 02:36:34 1999 UTC (12 years, 3 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
Update to 2.7.1 PR: 14410 Submitted by: maintainer
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Sep 2 03:23:48 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -1 lines
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.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Aug 31 02:50:38 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Aug 24 03:45:17 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +5 -2 lines
Add xpm background and transparency support by default Requested by: Joseph Scott <joseph.scott@owp.csus.edu>
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Aug 23 04:35:16 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Add support for utmp in rxvt. All the user has to do is chmod 4711 rxvt. Noticed by: [paradox] on #FreeBSD@EFNet
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Aug 18 19:30:47 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +6 -9 lines
Update to version 2.6.1 PR: 13204 Submitted by: maintainer
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Jul 3 18:02:01 1999 UTC (12 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -1 lines
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.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Jun 22 23:51:38 1999 UTC (12 years, 7 months ago) by mph
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Assign MAINTAINERship to submitter. PR: 12353, 12354 Submitted by: Will Andrews <andrews@technologist.com>
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jun 8 22:10:19 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -5 lines
Update to version 2.6.0. PR: 12087 Submitted by: Chris Piazza <cpiazza@home.net>
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Apr 13 06:33:08 1999 UTC (12 years, 10 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +5 -2 lines
Add additional master sites PR: 11103 Submitted by: Chris Piazza cpiazza@home.net
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Mar 15 04:23:51 1999 UTC (12 years, 11 months ago) by steve
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -3 lines
New location on MASTER_SITE. PR: 9769 Submitted by: Chris Piazza <cpiazza@home.net>
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Feb 22 03:09:37 1999 UTC (12 years, 11 months ago) by steve
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -2 lines
New MASTERSITE and use .bz2 distfiles.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jan 11 04:55:45 1999 UTC (13 years, 1 month ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -7 lines
Update to version 2.4.11.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Oct 5 05:29:10 1998 UTC (13 years, 4 months ago) by obrien
Branches: MAIN
CVS tags: rxvt_2_4_7, RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -3 lines
Upgrade to 2.4.7.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Aug 5 09:31:47 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
CVS tags: rxvt_2_4_5
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
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.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Mar 16 07:13:53 1998 UTC (13 years, 10 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_2_2_7, RELEASE_2_2_6
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Remove old maintainer.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Mar 15 19:47:49 1998 UTC (13 years, 11 months ago) by steve
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -8 lines
Update to version 2.4.5. PR: 5940 Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Mar 7 12:29:49 1997 UTC (14 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: rxvt_2_20, RELEASE_2_2_5, RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
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.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Mar 7 12:24:55 1997 UTC (14 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -7 lines
Upgrade to 2.20.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Feb 21 13:55:24 1997 UTC (14 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: rxvt_2_16
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -1 lines
rxvt needs to be installed suid root so it can change the ownership of the /dev/ttypX used.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Dec 8 02:30:29 1996 UTC (15 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +12 -14 lines
Update to version 2.16 Submitted by: Matthew N. Dodd <winter@jurai.net> (with some mods by me)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Nov 18 11:43:34 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
CVS tags: rxvt_2_09
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Oct 15 19:24:55 1996 UTC (15 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
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.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Apr 12 20:31:23 1995 UTC (16 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -5 lines
And now the rest of the x11 ports Makefiles.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:51:04 1995 UTC (16 years, 10 months ago) by jkh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
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.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Feb 1 22:38:08 1995 UTC (17 years ago) by gpalmer
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Add a maintainer line
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jan 15 06:43:05 1995 UTC (17 years, 1 month ago) by gpalmer
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
The master site has moved the distfile. Correct path here.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Dec 12 04:31:10 1994 UTC (17 years, 2 months ago) by gpalmer
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2 lines
With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none of these need to have INSTALL_MANPAGES= yes anymore.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Dec 5 02:41:18 1994 UTC (17 years, 2 months ago) by gpalmer
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Oops. Correct wee typo on prefix line
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Dec 5 01:48:53 1994 UTC (17 years, 2 months ago) by gpalmer
Branches: MAIN
rxvt - miniature xterm clone.
