Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 Feb 2021 09:24:04
9.22_3

|
tobik  |
Clean up some things
- Fix typos
- Sort categories
Reported by: portscan |
27 Feb 2021 16:40:52
9.22_2

|
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 |
07 Nov 2019 18:36:56
9.22_1

|
zeising  |
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. |
27 Dec 2018 08:51:37
9.22_1

|
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) |
10 Sep 2018 13:11:24
9.22

|
mat  |
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 |
30 Nov 2017 07:02:50
9.22

|
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 |
09 Nov 2017 20:09:18
9.22

|
antoine  |
Fix the context of some patches so that they apply with stricter patch(1)
PR: 223545
With hat: portmgr |
16 Jan 2017 16:47:00
9.22

|
mat  |
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 |
29 Nov 2016 22:03:07
9.22

|
thierry  |
Don't mark BROKEN on armv6, but disable the culprit option.
Reported by: linimon |
29 Nov 2016 15:13:33
9.22

|
linimon  |
Mark as broken on armv6: fails to patch.
Approved by: portmgr (tier-2 blanket) |
24 Jul 2016 03:42:26
9.22

|
rea  |
x11/xrvt-unicode: chase removal of ttyslot() in base
This function (that returns ID of the tty slot) was removed shortly
after utmpx was brought to the base system. Avoid using it in newer
FreeBSD versions.
ACKed by: thierry@ |
01 Apr 2016 14:33:58
9.22

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
24 Jan 2016 14:36:03
9.22

|
thierry  |
Upgrade to 9.22.
Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>. |
08 Oct 2015 14:12:53
9.21_1

|
amdmi3  |
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 |
26 Sep 2015 08:55:26
9.21

|
bapt  |
Ensure terminfo registration is done during post installation |
20 Apr 2015 16:43:19
9.21

|
amdmi3  |
- Add CPE info
Approved by: portmgr blanket |
01 Jan 2015 20:11:36
9.21

|
thierry  |
Upgrade to 9.21.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
08 Aug 2014 08:42:45
9.20

|
olgeni  |
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) |
29 Jul 2014 17:12:50
9.20

|
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
15 Jul 2014 17:14:33
9.20

|
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
11 Jun 2014 14:50:00
9.20

|
tijl  |
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 ) |
27 Apr 2014 13:18:10
9.20

|
thierry  |
Upgrade to 9.20.
Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>. |
12 Mar 2014 21:57:05
9.19_2

|
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> |
10 Mar 2014 20:55:22
9.19_1

|
gerald  |
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) |
08 Feb 2014 13:06:37
9.19

|
thierry  |
Don't force Gcc when MOUSEWHEEL is disabled.
PR: ports/186107
Submitted by: Zsolt Udvari <udvzsolt (at) gmail.com> |
15 Dec 2013 21:26:48
9.19

|
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> |
05 Nov 2013 20:50:08
9.19

|
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> |
30 Oct 2013 22:57:11
9.19

|
thierry  |
Upgrading to 9.19.
Changelog at http://cvs.schmorp.de/rxvt-unicode/Changes. |
20 Sep 2013 23:43:20
9.18

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
17 Sep 2013 06:28:07
9.18

|
bapt  |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
30 Aug 2013 23:38:44
9.18

|
bapt  |
Eradicate USE_GNOME=pkgconfig from x11
While here:
- trim headers
- convert USE_GMAKE to USES=gmake |
05 May 2013 18:11:09
9.18

|
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> |
24 Mar 2013 15:52:24
9.16

|
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> |
30 Dec 2012 19:04:10
9.16

|
thierry  |
Restore a truncated comment. |
30 Dec 2012 18:43:40
9.16

|
thierry  |
Upgrade to 9.16.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
10 Dec 2012 18:20:17
9.15_2

|
thierry  |
Fix "Created by" header.
Spotted by: danfe |
08 Dec 2012 10:17:41
9.15_2

|
thierry  |
Switch to OptionsNG.
Feature safe: yes |
26 Aug 2012 12:03:30
9.15_2
|
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) |
30 Jun 2012 14:53:22
9.15_1
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
01 Jun 2012 05:26:28
9.15_1
|
dinoex  |
- update png to 1.5.10 |
23 Jan 2012 18:43:30
9.15
|
thierry  |
Upgrade to 9.15.
Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>. |
02 Jan 2012 20:04:23
9.14
|
thierry  |
Remove an unnecessaty patch.
Submitted by: Guido Falsi <mad (at) madpilot.net> |
23 Dec 2011 16:44:11
9.12_1
|
thierry  |
Fix build on 9.x.
PR: ports/163561
Submitted by: Guido Falsi <mad (at) madpilot.net>
Patch from: flo |
22 Dec 2011 21:35:55
9.14
|
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. |
09 Oct 2011 15:34:00
9.12_1
|
thierry  |
Fix the shebang of "gentables" for machines without symlink for Perl.
Same thing for gencompose & genlinedraw, though this isn't required for
a successful installation.
Submitted by: Tommy Scheunemann <net (at) arrishq.net> |
05 Oct 2011 19:37:11
9.12_1
|
thierry  |
- Fix the bug reported with the latest version;
- bump PORTREVISION.
PR: ports/161298
Submitted by: Guido Falsi <mad (at) madpilot.net> |
03 Oct 2011 17:38:42
9.12
|
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> |
23 Sep 2011 22:26:39
9.11
|
amdmi3  |
- 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 |
04 May 2011 18:43:43
9.11
|
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> |
08 Jan 2011 13:43:01
9.10_1
|
thierry  |
Properly fix the latest problem with byteorder.h by removing obsolete
patches. |
31 Dec 2010 10:27:21
9.10
|
thierry  |
Fix a problem dur to a missing byteorder.h, revealed when AfterImage
support is deactivated.
PR: ports/153508
Submitted by: Raphael Kubo da Costa <kubito (at) gmail (dot) com> |
28 Dec 2010 11:28:50
9.10
|
thierry  |
- Upgrade to 9.10;
- Remove some obsolete options.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
27 Sep 2010 20:04:08
9.07_3
|
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> |
02 Jun 2010 19:06:25
9.07_2
|
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> |
28 Mar 2010 06:47:48
9.07_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
9.07_1
|
dinoex  |
- update to jpeg-8 |
28 Jan 2010 04:52:16
9.07
|
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 |
15 Jan 2010 06:42:58
9.07
|
thierry  |
Fix on -CURRENT, after the switch to utmpx.h.
Submitted by: ed
Reported by: Wilkinson, Alex <alex.wilkinson (at) dsto.defence.gov.au> |
30 Dec 2009 21:32:20
9.07
|
thierry  |
Upgrade to 9.07.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
22 Nov 2009 10:14:10
9.06_1
|
thierry  |
Convert to OPTIONS.
Submitted by: Christoph Mallon via miwi |
31 Jul 2009 13:57:52
9.06_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
30 May 2009 21:37:01
9.06
|
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> |
05 Jan 2009 19:42:29
9.06
|
wxs  |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav |
09 Nov 2008 19:39:59
9.06
|
thierry  |
Upgrade to 9.06.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
21 Aug 2008 06:18:49
9.05
|
rafan  |
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 ) |
16 Jun 2008 18:59:26
9.05
|
thierry  |
Upgrade to 9.05.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
06 Jun 2008 14:09:15
9.02_2
|
edwin  |
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) |
19 Apr 2008 17:56:05
9.02_1 
|
miwi  |
- 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) |
23 Mar 2008 11:11:33
9.02_1
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
01 Feb 2008 22:35:59
9.02
|
thierry  |
Upgrade to 9.02.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
26 Dec 2007 11:23:58
8.9
|
thierry  |
Upgrade to 8.9.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
15 Dec 2007 22:12:08
8.8
|
thierry  |
Upgrade to 8.8.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
11 Dec 2007 21:12:47
8.7
|
thierry  |
Upgrade to 8.7.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
27 Oct 2007 19:45:22
8.4
|
thierry  |
Upgrade to 8.4.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
02 Aug 2007 22:08:32
8.3_1
|
thierry  |
Enable AfterImage's support by default. |
01 Aug 2007 22:21:29
8.3
|
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. |
25 Jun 2007 19:30:55
8.2_1
|
thierry  |
Fix the dependency on terminfo.db.
Submitted by: rafan |
19 May 2007 20:32:57
8.2_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
17 Feb 2007 21:48:15
8.2
|
thierry  |
Upgrade to 8.2.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
05 Jan 2007 13:35:15
8.1_1
|
thierry  |
Register rxvt-unicode in the terminfo database.
Note: $TERM still defined as rxvt ATM. |
07 Dec 2006 22:57:15
8.1
|
thierry  |
Upgrade to 8.1.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
02 Nov 2006 21:05:16
8.0
|
thierry  |
Upgrade to 8.0.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
07 Aug 2006 22:28:30
7.9
|
thierry  |
Upgrade to 7.9.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
17 Jul 2006 21:12:38
7.8
|
thierry  |
Upgrade to 7.8.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
04 Jun 2006 19:29:23
7.7_1
|
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> |
28 May 2006 05:25:51
7.7
|
mezz  |
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 |
21 Feb 2006 20:15:34
7.7
|
thierry  |
Upgrade to 7.7.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
10 Feb 2006 20:21:31
7.6
|
thierry  |
Upgrade to 7.6.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
31 Jan 2006 20:07:38
7.5
|
thierry  |
Upgrade to 7.5.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
28 Jan 2006 20:14:56
7.4
|
thierry  |
Upgrade to 7.4.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
25 Jan 2006 22:28:59
7.3
|
thierry  |
Upgrade to 7.3.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
24 Jan 2006 06:33:03
7.2
|
thierry  |
Don't mark BROKEN on amd64, since libsupc++ is no more used.
Tested by: Pedro F. Giffuni <giffunip (at) yahoo.com> |
23 Jan 2006 22:25:27
7.2
|
thierry  |
Actually patch-configure can be removed. |
23 Jan 2006 21:56:19
7.2
|
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) |
22 Jan 2006 22:23:46
7.2
|
thierry  |
Upgrade to 7.2.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
19 Jan 2006 21:35:08
7.1
|
thierry  |
Upgrade to 7.1.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
13 Jan 2006 20:46:22
7.0
|
thierry  |
Upgrade to 7.0.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |
07 Jan 2006 22:57:27
6.3_1
|
thierry  |
Install urxvtd setuid root (like urxvt) in order to secure tty device
permissions.
Reported by: Ryan Beasley <ryanb (at) rainbowdevilsland.co.uk> |
04 Jan 2006 23:04:12
6.3
|
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 |
02 Jan 2006 22:55:27
6.2 
|
thierry  |
Upgrade to 6.2.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. |