aboutsummaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 9.18.Thierry Thomas2013-05-052-3/+3
| | | | | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. PR: ports/178342 Submitted by: Yamagi Burmeister <yamagi (at) yamagi.org> Notes: svn path=/head/; revision=317423
* Force the usage of tic from the ports even if /usr/bin/tic exists.Thierry Thomas2013-03-241-1/+1
| | | | | | | | PR: ports/176498 Submitted by: John Marino <draco (at) marino.st> Notes: svn path=/head/; revision=315132
* Restore a truncated comment.Thierry Thomas2012-12-301-1/+1
| | | | Notes: svn path=/head/; revision=309686
* Upgrade to 9.16.Thierry Thomas2012-12-304-21/+23
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=309685
* Fix "Created by" header.Thierry Thomas2012-12-101-1/+1
| | | | | | | Spotted by: danfe Notes: svn path=/head/; revision=308625
* Switch to OptionsNG.Thierry Thomas2012-12-081-45/+49
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=308470
* 1) Fix build on recent current and 9-STABLE.Thierry Thomas2012-08-261-3/+12
| | | | | | | | | | | 2) Add an option to depend (or not) on freedesktop startup notification. PR: ports/170645 (1) and ports/170667 (2) Submitted by: Mykola Dzham <i (at) levsha.me> (1) and Konstantinos Koukopoulos <koukopoulos (at) gmail.com> (2) Notes: svn path=/head/; revision=303187
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300277
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Upgrade to 9.15.Thierry Thomas2012-01-233-8/+8
| | | | | | | Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=289672
* Remove an unnecessaty patch.Thierry Thomas2012-01-021-12/+0
| | | | | | | Submitted by: Guido Falsi <mad (at) madpilot.net> Notes: svn path=/head/; revision=288434
* Fix build on 9.x.Thierry Thomas2011-12-231-1/+1
| | | | | | | | | PR: ports/163561 Submitted by: Guido Falsi <mad (at) madpilot.net> Patch from: flo Notes: svn path=/head/; revision=287936
* Upgrade to 9.14.Thierry Thomas2011-12-224-51/+12
| | | | | | | | | | Changelog at: <http://dist.schmorp.de/rxvt-unicode/Changes>. Note: support for libafterimage is deprecated and will be removed in the next release. Notes: svn path=/head/; revision=287887
* Fix the shebang of "gentables" for machines without symlink for Perl.Thierry Thomas2011-10-093-1/+17
| | | | | | | | | | Same thing for gencompose & genlinedraw, though this isn't required for a successful installation. Submitted by: Tommy Scheunemann <net (at) arrishq.net> Notes: svn path=/head/; revision=283251
* - Fix the bug reported with the latest version;Thierry Thomas2011-10-052-4/+15
| | | | | | | | | | - bump PORTREVISION. PR: ports/161298 Submitted by: Guido Falsi <mad (at) madpilot.net> Notes: svn path=/head/; revision=283002
* - Upgrade to 9.12Thierry Thomas2011-10-037-42/+66
| | | | | | | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes> - Since I'm there, define the license. PR: ports/161082 Submitted by: Maxim Samsonov <xors (at) mne.ru> Notes: svn path=/head/; revision=282882
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Upgrade to 9.11.Thierry Thomas2011-05-042-10/+17
| | | | | | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Remark: gdk-pixbuf is preferred over libafterimage. Notified by: Marcin Cieslak <saper (a) saper.info> Notes: svn path=/head/; revision=273632
* Properly fix the latest problem with byteorder.h by removing obsoleteThierry Thomas2011-01-084-65/+1
| | | | | | | patches. Notes: svn path=/head/; revision=267513
* Fix a problem dur to a missing byteorder.h, revealed when AfterImageThierry Thomas2010-12-312-0/+47
| | | | | | | | | | support is deactivated. PR: ports/153508 Submitted by: Raphael Kubo da Costa <kubito (at) gmail (dot) com> Notes: svn path=/head/; revision=267212
* - Upgrade to 9.10;Thierry Thomas2010-12-285-85/+37
| | | | | | | | | - Remove some obsolete options. Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=267057
* Add a script to start urxvtc and urxvtd if it isn't running already.Thierry Thomas2010-09-276-2/+67
| | | | | | | | | | | This script is described in urxvtc(1). Debian also uses this and the Manpage is from Debian. PR: ports/150976 Submitted by: Simon Olofsson <simon (at) olofsson.de> Notes: svn path=/head/; revision=261971
* Adding an option ISO14755 (on by default) to de-activate the ISO 14755Thierry Thomas2010-06-021-0/+6
| | | | | | | | | | Unicode screen-selection entry method (aka "the yellow box activated by Ctrl-Shift"). Submitted by: Sergio Perticone <g4ll0ws (at) gmail.com> Notes: svn path=/head/; revision=255577
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* At some point in the future, the inclusion of bsd.perl.mk will beMark Linimon2010-01-281-0/+1
| | | | | | | | | | | conditional, rather than unconditional as it is right now. Therefore, if a port is going to use it, it must declare that somehow before the inclusion of bsd.port.pre.mk. Hat: portmgr Notes: svn path=/head/; revision=248743
* Fix on -CURRENT, after the switch to utmpx.h.Thierry Thomas2010-01-151-0/+11
| | | | | | | | Submitted by: ed Reported by: Wilkinson, Alex <alex.wilkinson (at) dsto.defence.gov.au> Notes: svn path=/head/; revision=247920
* Upgrade to 9.07.Thierry Thomas2009-12-302-5/+4
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=246896
* Convert to OPTIONS.Thierry Thomas2009-11-221-28/+28
| | | | | | | Submitted by: Christoph Mallon via miwi Notes: svn path=/head/; revision=244641
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Add a WITH_XTERM_COLOR knob to x11/rxvt-unicode port, which enable xtermThierry Thomas2009-05-301-1/+12
| | | | | | | | | | | | | | colors (256 colors) instead of rxvt's 88 colors. This can be useful for some vim colorschemes, elinks, or any apps able to use 256 colors. :) It's disabled by default, so it doesn't affect already installed rxvt-unicode packages, so I think it doesn't need a version bump. PR: ports/134910 Submitted by: Pierre Guinoiseau <geekounet (at) poildetroll.net> Notes: svn path=/head/; revision=234875
* - Remove conditional checks for FreeBSD 5.x and olderWesley Shields2009-01-051-4/+0
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=225292
* Upgrade to 9.06.Thierry Thomas2008-11-093-4/+5
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=222630
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Upgrade to 9.05.Thierry Thomas2008-06-162-5/+4
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=214966
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-6/+4
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209620
* Upgrade to 9.02.Thierry Thomas2008-02-013-5/+5
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=206615
* Upgrade to 8.9.Thierry Thomas2007-12-262-4/+4
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=204558
* Upgrade to 8.8.Thierry Thomas2007-12-152-4/+4
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=203810
* Upgrade to 8.7.Thierry Thomas2007-12-113-5/+4
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=203035
* Upgrade to 8.4.Thierry Thomas2007-10-272-5/+4
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=202164
* Enable AfterImage's support by default.Thierry Thomas2007-08-021-6/+8
| | | | Notes: svn path=/head/; revision=196992
* Upgrade to 8.3.Thierry Thomas2007-08-012-11/+16
| | | | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. TODO: ugrade libAfterImage to 1.15 when it will be released. Notes: svn path=/head/; revision=196920
* Fix the dependency on terminfo.db.Thierry Thomas2007-06-251-1/+1
| | | | | | | Submitted by: rafan Notes: svn path=/head/; revision=194257
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Upgrade to 8.2.Thierry Thomas2007-02-172-5/+4
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=185398
* Register rxvt-unicode in the terminfo database.Thierry Thomas2007-01-052-0/+20
| | | | | | | Note: $TERM still defined as rxvt ATM. Notes: svn path=/head/; revision=181511
* Upgrade to 8.1.Thierry Thomas2006-12-073-4/+5
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=179143