non port: x11/rxvt-unicode/Makefile |
SVNWeb
|
Number of commits found: 130 (showing only 100 on this page) |
Tue, 3 Jan 2023
|
[ 11:12 Thierry Thomas (thierry) ] 7ff0e43
x11/rxvt-unicode: upgrade to 9.31
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Security: CVE-2022-4170
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] d357bca (Only the first 10 of 288 ports in this commit are shown above. )
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above )
|
Sun, 28 Nov 2021
|
[ 10:36 Thierry Thomas (thierry) ] 25a5849
x11/rxvt-unicode: upgrade to 9.30
This release features a new "on_attach" extension hook and fixes OSC
20 and 705, which stopped working due to bugs in the new feature to
autoload extensions on receipt of OSC sequences.
|
Tue, 23 Nov 2021
|
[ 21:02 Thierry Thomas (thierry) ] 404afe3
x11/rxvt-unicode: upgrade to 9.29
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Fri, 14 May 2021
|
[ 18:22 Thierry Thomas (thierry) ] 8059d56
x11/rxvt-unicode: upgrade to 9.26
Changelog at
<http://lists.schmorp.de/pipermail/rxvt-unicode/2021q2/002607.html>.
Also add a dependency on libxcb when notifications are selected.
|
[ 17:32 Thierry Thomas (thierry) ] 34e89e40 (Only the first 10 of 15 ports in this commit are shown above. )
x11/rxvt-unicode: upgrade to 9.25
Changelog at
<http://lists.schmorp.de/pipermail/rxvt-unicode/2021q2/002606.html>.
PR: 234276
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 15 Mar 2021
|
[ 16:55 bapt ]
rxvt-unicode: The terminfo definition is not needed anymore:
in all freebsd version supported: termcap do have a definition of rxvt-unicode
ncurses itself in it database also provides the terminfo definition for
rxvt-unicode
Reviewed by: thierry
Approved by: thierry
Differential Revision: https://reviews.freebsd.org/D28993
|
Sun, 28 Feb 2021
|
[ 09:24 tobik ]
Clean up some things
- Fix typos
- Sort categories
Reported by: portscan
|
Sat, 27 Feb 2021
|
[ 16:40 thierry ]
Proposed changes by bapt@:
- use option helpers where possible
- simplify the makefile: USES=perl5 is always necessary
- Stop installing the terminfo files on head, it is not necessary
And since I'm there, add some missing libraried notified by stage-qa.
Submitted by: bapt
Differential Revision: D28934
|
Thu, 7 Nov 2019
|
[ 18:36 zeising ] (Only the first 10 of 432 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Thu, 27 Dec 2018
|
[ 08:51 novel ]
x11/rxvt-unicode: fix perl_parse() usage
Perl 5.28 added asserts to perl_parse() to check passed arguments, so
rxvt with perl support fails to start with assertion error when
DEBUG is enabled. Fix by constructing arguments passed to
perl_parse() properly, and bump PORTREVISION.
PR: 234294
Approved by: thierry (maintainer)
|
Mon, 10 Sep 2018
|
[ 13:11 mat ] (Only the first 10 of 33 ports in this commit are shown above. )
After an include, PLIST_SUB must be appended to, not overwritten.
If it is overwritten, many values will be clobbered, and
pain will ensue.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Thu, 30 Nov 2017
|
[ 07:02 linimon ]
For ports that set particular flags/options for armv6, also set them
for armv7.
This is part three of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
Mon, 16 Jan 2017
|
[ 16:47 mat ] (Only the first 10 of 16 ports in this commit are shown above. )
Extract do-patch into a separate script.
PR: 215761
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D9029
|
Tue, 29 Nov 2016
|
[ 22:03 thierry ]
Don't mark BROKEN on armv6, but disable the culprit option.
Reported by: linimon
|
[ 15:13 linimon ]
Mark as broken on armv6: fails to patch.
Approved by: portmgr (tier-2 blanket)
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 24 Jan 2016
|
[ 14:36 thierry ]
Upgrade to 9.22.
Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>.
|
Thu, 8 Oct 2015
|
[ 14:12 amdmi3 ] (Only the first 10 of 11 ports in this commit are shown above. )
Add a way to cleanly handle terminfo.db file used by devel/ncurses
This database contains compiled terminfo entries and is merged from
a large part which comes with ncurses themselves and compiled
.terminfo files installed by other ports (currently only rxvt-unicode
and jfbterm)
- Now the database is always kept up to date, regardless of port
installation order (both ncurses installed before .terminfo files
and the other way around work as expected)
- All affected ports now support clean deinstallation and do not
produce stage-qa errors
- Affected ports are simplified, as they now only need to define
USES=terminfo
- rxvt-unicode no longer pulls in ncurses: the dependency is not
really needed for anything beside updating it's own database
- The patch contains Q/A test to check whether a port needs, or
needs not USES=terminfo
Approved by: portmgr (mat, bapt)
Differential Revision: D3747
|
Mon, 20 Apr 2015
|
[ 16:43 amdmi3 ]
- Add CPE info
Approved by: portmgr blanket
|
Thu, 1 Jan 2015
|
[ 20:11 thierry ]
Upgrade to 9.21.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Fri, 8 Aug 2014
|
[ 08:42 olgeni ] (Only the first 10 of 97 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.
CR: D511
Approved by: portmgr (bapt)
|
Tue, 15 Jul 2014
|
[ 17:14 adamw ]
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Sun, 27 Apr 2014
|
[ 13:18 thierry ]
Upgrade to 9.20.
Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>.
|
Wed, 12 Mar 2014
|
[ 21:57 thierry ]
Do not require GCC anymore: mousewheel is now supported with clang!
Since I'm there, do some cleaning and follow the new rules.
PR: ports/187462
Submitted by: Christophe Juniet <c.juniet (at) gmail.com>
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
|
Sat, 8 Feb 2014
|
[ 13:06 thierry ]
Don't force Gcc when MOUSEWHEEL is disabled.
PR: ports/186107
Submitted by: Zsolt Udvari <udvzsolt (at) gmail.com>
|
Sun, 15 Dec 2013
|
[ 21:26 thierry ]
Set support for 256 colors on by default.
Note: PORTREVISION intentionnally not bumped; this is just for package
building, and poudriere should notice it anyway.
Requested by: R. Tyler Croy <tyler (at) monkeypox (dot) org>
|
Tue, 5 Nov 2013
|
[ 20:50 thierry ]
If compiled with clang, rxvt-unicode segfaults when trying to scroll
with the mouse wheel. There are some intrusive patches floating around
(from #rxvt-unicode / Cl. Zumbo), but ATM I prefer forcing Gcc.
Submitted by: Claudio Zumbo <claudiozumbo (at) gmail <dot> com>
|
Wed, 30 Oct 2013
|
[ 22:57 thierry ]
Upgrading to 9.19.
Changelog at http://cvs.schmorp.de/rxvt-unicode/Changes.
|
Fri, 20 Sep 2013
|
[ 23:43 bapt ] (Only the first 10 of 483 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
|
Tue, 17 Sep 2013
|
[ 06:28 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
|
Fri, 30 Aug 2013
|
[ 23:38 bapt ]
Eradicate USE_GNOME=pkgconfig from x11
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
|
Sun, 5 May 2013
|
[ 18:11 thierry ]
Upgrade to 9.18.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
PR: ports/178342
Submitted by: Yamagi Burmeister <yamagi (at) yamagi.org>
|
Sun, 24 Mar 2013
|
[ 15:52 thierry ]
Force the usage of tic from the ports even if /usr/bin/tic exists.
PR: ports/176498
Submitted by: John Marino <draco (at) marino.st>
|
Sun, 30 Dec 2012
|
[ 19:04 thierry ]
Restore a truncated comment.
|
[ 18:43 thierry ]
Upgrade to 9.16.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Mon, 10 Dec 2012
|
[ 18:20 thierry ]
Fix "Created by" header.
Spotted by: danfe
|
Sat, 8 Dec 2012
|
[ 10:17 thierry ]
Switch to OptionsNG.
Feature safe: yes
|
Sun, 26 Aug 2012
|
[ 12:03 thierry ]
1) Fix build on recent current and 9-STABLE.
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)
|
Sat, 30 Jun 2012
|
[ 14:53 az ] (Only the first 10 of 26 ports in this commit are shown above. )
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Mon, 23 Jan 2012
|
[ 18:43 thierry ]
Upgrade to 9.15.
Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>.
|
Thu, 22 Dec 2011
|
[ 21:35 thierry ]
Upgrade to 9.14.
Changelog at: <http://dist.schmorp.de/rxvt-unicode/Changes>.
Note: support for libafterimage is deprecated and will be removed in the
next release.
|
Wed, 5 Oct 2011
|
[ 19:37 thierry ]
- Fix the bug reported with the latest version;
- bump PORTREVISION.
PR: ports/161298
Submitted by: Guido Falsi <mad (at) madpilot.net>
|
Mon, 3 Oct 2011
|
[ 17:38 thierry ]
- Upgrade to 9.12
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>
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Wed, 4 May 2011
|
[ 18:43 thierry ]
Upgrade to 9.11.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Remark: gdk-pixbuf is preferred over libafterimage.
Notified by: Marcin Cieslak <saper (a) saper.info>
|
Sat, 8 Jan 2011
|
[ 13:43 thierry ]
Properly fix the latest problem with byteorder.h by removing obsolete
patches.
|
Tue, 28 Dec 2010
|
[ 11:28 thierry ]
- Upgrade to 9.10;
- Remove some obsolete options.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Mon, 27 Sep 2010
|
[ 20:04 thierry ]
Add a script to start urxvtc and urxvtd if it isn't running already.
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>
|
Wed, 2 Jun 2010
|
[ 19:06 thierry ]
Adding an option ISO14755 (on by default) to de-activate the ISO 14755
Unicode screen-selection entry method (aka "the yellow box activated by
Ctrl-Shift").
Submitted by: Sergio Perticone <g4ll0ws (at) gmail.com>
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Thu, 28 Jan 2010
|
[ 04:52 linimon ]
At some point in the future, the inclusion of bsd.perl.mk will be
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
|
Wed, 30 Dec 2009
|
[ 21:32 thierry ]
Upgrade to 9.07.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Sun, 22 Nov 2009
|
[ 10:14 thierry ]
Convert to OPTIONS.
Submitted by: Christoph Mallon via miwi
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Sat, 30 May 2009
|
[ 21:37 thierry ]
Add a WITH_XTERM_COLOR knob to x11/rxvt-unicode port, which enable xterm
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>
|
Mon, 5 Jan 2009
|
[ 19:42 wxs ]
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
|
Sun, 9 Nov 2008
|
[ 19:39 thierry ]
Upgrade to 9.06.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above )
|
Mon, 16 Jun 2008
|
[ 18:59 thierry ]
Upgrade to 9.05.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Fri, 6 Jun 2008
|
[ 14:09 edwin ] (Only the first 10 of 151 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
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)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Sun, 23 Mar 2008
|
[ 11:11 miwi ] (Only the first 10 of 84 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Fri, 1 Feb 2008
|
[ 22:35 thierry ]
Upgrade to 9.02.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Wed, 26 Dec 2007
|
[ 11:23 thierry ]
Upgrade to 8.9.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Sat, 15 Dec 2007
|
[ 22:12 thierry ]
Upgrade to 8.8.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Tue, 11 Dec 2007
|
[ 21:12 thierry ]
Upgrade to 8.7.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Sat, 27 Oct 2007
|
[ 19:45 thierry ]
Upgrade to 8.4.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Thu, 2 Aug 2007
|
[ 22:08 thierry ]
Enable AfterImage's support by default.
|
Wed, 1 Aug 2007
|
[ 22:21 thierry ]
Upgrade to 8.3.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
TODO: ugrade libAfterImage to 1.15 when it will be released.
|
Mon, 25 Jun 2007
|
[ 19:30 thierry ]
Fix the dependency on terminfo.db.
Submitted by: rafan
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sat, 17 Feb 2007
|
[ 21:48 thierry ]
Upgrade to 8.2.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Fri, 5 Jan 2007
|
[ 13:35 thierry ]
Register rxvt-unicode in the terminfo database.
Note: $TERM still defined as rxvt ATM.
|
Thu, 7 Dec 2006
|
[ 22:57 thierry ]
Upgrade to 8.1.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Thu, 2 Nov 2006
|
[ 21:05 thierry ]
Upgrade to 8.0.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Mon, 7 Aug 2006
|
[ 22:28 thierry ]
Upgrade to 7.9.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Mon, 17 Jul 2006
|
[ 21:12 thierry ]
Upgrade to 7.8.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Sun, 4 Jun 2006
|
[ 19:29 thierry ]
rxvt-unicode assume wchar_t is Unicode, but it's not true for FreeBSD.
Add a patch which converts the IM input charater to Unicode.
It requires additional patch dependancy and enlarge executable size,
so a knob WITHOUT_IMLOCALE_FIX is provided to disable this feature.
PR: ports/98166
Submitted by: Kuang-che Wu <kcwu (at) csie.org>
|
Sun, 28 May 2006
|
[ 05:25 mezz ] (Only the first 10 of 28 ports in this commit are shown above. )
devel/pkgconfig -> devel/pkg-config
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
|
Tue, 21 Feb 2006
|
[ 20:15 thierry ]
Upgrade to 7.7.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Fri, 10 Feb 2006
|
[ 20:21 thierry ]
Upgrade to 7.6.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Tue, 31 Jan 2006
|
[ 20:07 thierry ]
Upgrade to 7.5.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Sat, 28 Jan 2006
|
[ 20:14 thierry ]
Upgrade to 7.4.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Wed, 25 Jan 2006
|
[ 22:28 thierry ]
Upgrade to 7.3.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Tue, 24 Jan 2006
|
[ 06:33 thierry ]
Don't mark BROKEN on amd64, since libsupc++ is no more used.
Tested by: Pedro F. Giffuni <giffunip (at) yahoo.com>
|
Mon, 23 Jan 2006
|
[ 21:56 thierry ]
Since v. 7.2, gmake is not necessary, and it's possible to remove the
-lsupc++ patch.
Suggested by: Marc Lehmann <schmorp (at) schmorp.de> (author)
|
Sun, 22 Jan 2006
|
[ 22:23 thierry ]
Upgrade to 7.2.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Thu, 19 Jan 2006
|
[ 21:35 thierry ]
Upgrade to 7.1.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Fri, 13 Jan 2006
|
[ 20:46 thierry ]
Upgrade to 7.0.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Sat, 7 Jan 2006
|
[ 22:57 thierry ]
Install urxvtd setuid root (like urxvt) in order to secure tty device
permissions.
Reported by: Ryan Beasley <ryanb (at) rainbowdevilsland.co.uk>
|
Wed, 4 Jan 2006
|
[ 23:04 thierry ]
Upgrade to 6.3. This is a security fix: restore permissions properly.
Full changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
A embedded Perl interpreter is installed by default, use WITHOUT_PERL
to disable it.
Security: VuXML c2fdb3bc-7d72-11da-b96e-000fb586ba73
|
Mon, 2 Jan 2006
|
[ 22:55 thierry ]
Upgrade to 6.2.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Tue, 27 Dec 2005
|
[ 21:11 thierry ]
Upgrade to 6.1.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
Number of commits found: 130 (showing only 100 on this page) |