Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 Mar 2021 20:29:39
4.16.6

|
madpilot  |
Update thunar to 4.16.6 |
08 Mar 2021 11:00:16
4.16.5

|
madpilot  |
Update thunar to 4.16.5 |
07 Mar 2021 13:30:07
4.16.4

|
madpilot  |
Update thunat to 4.16.4 |
09 Feb 2021 20:48:39
4.16.3

|
madpilot  |
Update thunar to 4.16.3 |
13 Jan 2021 14:57:38
4.16.2

|
madpilot  |
Update thunar to 4.16.2 |
02 Jan 2021 16:36:33
4.16.1

|
madpilot  |
Welcome XFCE 4.16 to the FreeBSD ports tree!
Upstream announce: https://xfce.org/about/news/?post=1608595200
This XFCE release dropped support for GTK2 plugins and also dropped
GTK2 from all components.
WARNING: please check UPDATING before upgrading your packages. In
case of problems also read the libexo pkg-message.
Due to this some panel plugins and libraries will be removed since
they cannot compile anymore:
- print/xfce4-print
- x11/xfce4-quicklauncher-plugin (Only the first 15 lines of the commit message are shown above ) |
01 Nov 2020 20:57:49
1.8.16

|
madpilot  |
Update thunar to 1.8.16 |
16 Jul 2020 13:25:15
1.8.15_1

|
madpilot  |
Import patch merged upstream to fix sporadic crashes caused by an
incorrect assertion in the cose.
PR: 247961
Submitted by: rozhuk.im@gmail.com
MFH: 2020Q3 |
25 May 2020 07:23:12
1.8.15

|
madpilot  |
Update thunar to 1.8.15 |
25 Mar 2020 21:05:31
1.8.14

|
madpilot  |
Update thunar to 1.8.14 |
25 Mar 2020 10:05:27
1.8.13

|
madpilot  |
Update thunar to 1.8.13 |
01 Feb 2020 17:27:30
1.8.12

|
madpilot  |
Update thunar to 1.8.12 |
16 Nov 2019 16:42:12
1.8.11

|
madpilot  |
- Update thunar to 1.8.11
- Remove patch included upstream |
11 Nov 2019 17:56:29
1.8.10

|
madpilot  |
- Update thunar to 1.8.10
- Changed PORTNAME to thunar (all lower case), follwing upstream
change
- Add patch to avoid crash on startup regression in trhis version.
Submitted upstream:
https://bugzilla.xfce.org/show_bug.cgi?id=16138 |
01 Oct 2019 04:46:24
1.8.9

|
pkubaj  |
x11-fm/thunar: fix build on GCC architectures
Use C11 compiler:
In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33,
from /usr/local/include/exo-2/exo/exo-enum-types.h:6,
from /usr/local/include/exo-2/exo/exo.h:39,
from ../thunar/thunar-enum-types.h:24,
from ../thunar/thunar-file.h:28,
from ../thunar/thunar-chooser-button.h:23,
from thunar-chooser-button.c:27:
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of
typedef 'XfceKiosk'
Approved by: mentors (implicit approval) |
19 Sep 2019 23:46:34
1.8.9

|
madpilot  |
Welcome XFCE 4.14 to the FreeBSD ports tree
- This XFCE release uses almost exclusively gtk3, so the USES=xfce
now defaults to gtk3
- Make x11-themes/gtk-xfce-engine an optional dependency(disabled
by default), it only supports gtk2, so would leave miost of this
XFCE version unthemed.
- Add Greybird as an optional and enabled dependency as a modern
theme supporting both GTK versions and all other XFCE parts
- The xfce4-vala port is deprecated and removed. The VALA bindings
are available in the library ports using the GIR and VAPI options
(on by default)
- Fixed various missing library and portlint warnings (portmgr fixit
blanket)
- Default Display Manager changed to lightdm (Thanks to woodsb02 (Only the first 15 lines of the commit message are shown above ) |
19 Jun 2019 16:14:27
1.6.17

|
madpilot  |
- Simplify XFCE MASTER_SITES usage
- Update XFCE Master sites list
Submitted by: olivierd
Reviewed by: mat
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D8416 |
18 May 2019 11:24:49
1.6.17

|
madpilot  |
Update Thunar to 1.6.17 |
10 May 2019 17:45:55
1.6.16

|
madpilot  |
Enable extra debugging code when building binaries with debugging symbols.
PR: 236438
Submitted by: rozhuk.im@gmail.com |
25 Jan 2019 17:09:23
1.6.16

|
madpilot  |
- Update Thunar to 1.6.16
- Remove two part patch, partly upstreamed, partly unneeded |
22 Jan 2019 14:44:38
1.6.15

|
madpilot  |
Clenup xfce ports:
- Add missing dependencies
- Remove unneeded patches
- Regenerate and rename legacy patches
- Add NLS option to ports providing such a knob, and missing the
option
- Add INSTALL_TARGET=install-strip where missing
- Sort things
- Remove unneeded +=
- Cosmetic changes to OPTION related variables to improve readability
- Update WWW
- Silence portlint warnings about variables order
- Bump PORTREVISION where changing dependencies and/or adding
install-strip |
07 Apr 2018 12:14:33
1.6.15

|
madpilot  |
- Update Thunar to 1.6.15
- Sort OPTIONS_DEFAULT
- Update WWW: link |
22 Feb 2018 11:56:45
1.6.14_1

|
madpilot  |
Add patches to thunar from upstream bug report to mitigate crash
when renaming files.
The patch replaces some calls to strcmp() which are sometimes getting
NULL pointers, causing a crash, with safe calls to g_strcmp0()
calls, which handle NULL pointers gracefully.
I'm also adding a patch in another code path checking for a pointer
to actually point to the correct structure and not being NULL.
These patches seem to actually prevent the reported crash from
happening.
PR: 217946
Submitted by: Marko Cupac <marko.cupac@mimar.rs>
Obtained from: https://bugzilla.xfce.org/show_bug.cgi?id=12264 |
16 Feb 2018 20:45:18
1.6.14

|
madpilot  |
Update Thunar to 1.6.14 |
27 Nov 2017 14:45:03
1.6.13

|
joneum  |
x11-fm/thunar: Update from 1.6.12 to 1.6.13
Changelog:
- Handle cases when file watch is not supported
- Missing Trash Translation String
- Delete Thunar symlink on uninstall
- Handle g_mem_is_system_malloc deprecation
- Prefer local (file://) URIs than native ones (e.g. smb://)
- Translation updates: Amharic, Arabic, Asturian, Bangla, Basque, Belarusian,
Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
Croatian, Czech, Danish, Dutch, English (Australia), English (United
Kingdom),
Esperanto, Estonian, Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian,
Lithuanian, Malay, Norwegian Bokmal, Norwegian Nynorsk, Occitan, Persian,
Polish, Portuguese, Portuguese (Brazil), Punjabi, Romanian, Russian, Serbian,
Slovak, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Urdu,
Urdu (Pakistan), Uyghur, Vietnamese
PR: 223873
Submitted by: duchateau.olivier@gmail.com
Approved by: madpilot (for @xfce), rene (mentor)
Differential Revision: https://reviews.freebsd.org/D13257 |
07 Oct 2017 22:48:08
1.6.12

|
madpilot  |
Fix LICENCE usage with multiple licence.
This bug was exposed by r451432 change to bsd.licence.mk.
PR: 222855
Submitted by: Robert Cina <transitive@gmail.com> |
18 Sep 2017 15:11:43
1.6.12

|
madpilot  |
- Update deskutils/xfce4-tumbler to 0.2.0 [1]
- Update x11-fm/thunar 1.6.12 [2]
- Silence USES portlint warning [2]
- Regenerate patches [2]
- Add warning about COVER tunar plugin requiring manual
configuration [1]
PR: 220805 [1], 220407 [2]
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
15 Feb 2017 15:56:07
1.6.11

|
olivierd  |
- Update to 1.6.11
- Adjust dependencies (reported by QA script)
- Remove unneeded patches |
30 Aug 2016 16:09:46
1.6.10_2

|
olivierd  |
- Add 2 patches, which avoid crashes:
* When renaming files / folders [1] (we use the official patch)
* When reloading target file after move
- Bump PORTREVISION
PR: 208341
Submitted by: Matthias Petermann [1] (obtained from Slackware repository)
Tested by: Vladimir Omelchuk
Obtained from: Upstream git repository
MFH: 2016Q3 |
01 Apr 2016 14:33:58
1.6.10_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
02 Aug 2015 15:03:20
1.6.10_1

|
tijl  |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
23 May 2015 04:42:03
1.6.10

|
olivierd  |
- Update to 1.6.10 (bugfix)
- Remove unneeded patches |
22 May 2015 04:29:42
1.6.9

|
olivierd  |
- Update to 1.6.9
- Add patches, which fixes trash at startup [1]
Obtained from: https://bugzilla.xfce.org/show_bug.cgi?id=11913 [1] |
13 May 2015 17:18:07
1.6.8_1

|
olivierd  |
- Fix Trash panel plugin (PLUG_TPA), now receives good signal during monitoring
trash folder
- Bump PORTREVISION
Obtained from: Upstream git repo |
05 May 2015 19:44:45
1.6.8

|
olivierd  |
- Update to 1.6.8 (bugfix)
- Remove unneeded patches
- Remove STARTUP option
Changelog: http://git.xfce.org/xfce/thunar/tree/NEWS?id=thunar-1.6.8 |
01 May 2015 14:57:59
1.6.7_1

|
olivierd  |
- Fix an infinite loop (and sometimes crash), when manual reload is performed
- Bump PORTREVISION
PR: 199827
Reported by: <rozhuk.im@gmail.com>
Obtained from: Upstream Git repository |
20 Apr 2015 17:29:59
1.6.7

|
olivierd  |
Update to 1.6.7 (bugfix) |
27 Mar 2015 15:32:48
1.6.6_2

|
olivierd  |
- Add workaround for missing 'inode/directory' content-type icon (removed in
Adwaita icons theme)
- Bump PORTREVISION
Mime-type is fixed in master branch of shared-mime-info (> 1.4)
Obtained from: Xfce dev repo |
08 Mar 2015 17:44:52
1.6.6_1

|
olivierd  |
- Remove GVFS option
- devel/gvfs is necessary for Trash panel plugin (PLUG_TPA option)
- Bump PORTREVISION |
05 Mar 2015 22:52:31


|
olivierd  |
The FreeBSD Xfce team proudly presents Xfce 4.12.
Announce: http://www.xfce.org/about/news/?post=1425081600
Global changes:
- Switch to USES= xfce (D677)
- Reorganize options helper
- Fix USES= gettext-* when NLS option is not set [1], [2]
- Add LICENSE (when missing)
Update:
- to 4.12 (core components)
- audio/xfce4-mpc-plugin to 0.4.5
- deskutils/xfce4-tumbler to 0.1.31
- deskutils/xfce4-xkb-plugin to 0.7.1 (Only the first 15 lines of the commit message are shown above ) |
09 Jan 2015 22:13:35
1.6.4_1

|
olivierd  |
- Add patches, which fix various menu icons
- Bump PORTREVISION
Obtained from: Upstream repository |
04 Jan 2015 22:02:18
1.6.4

|
olivierd  |
- Update to 1.6.4
- Remove unneeded patches
- Drop DOCS option (it was only for developers, not end-users)
- Update WWW
Wallpaper plugin is now unset by default, because it contains new settings only
available with xfdesktop >= 4.11
ChangeLog: http://git.xfce.org/xfce/thunar/tree/NEWS?id=thunar-1.6.4 |
03 Jan 2015 17:57:56
1.6.3_4

|
olivierd  |
- Gnome is default icons theme [1]
Not switched to Adwaita, because Thunar and some Xfce's widgets still use
stock item (deprecated since GTK 3.10, and not available in
x11-themes/adwaita-icon-theme)
- Add support of GTK3 bookmarks files [2]
- Bump PORTREVISION
PR: 183690 [1]
Requested by: Rostislav Krasny
Obtained from: Xfce upstream repository [2] |
08 Dec 2014 16:48:41
1.6.3_3

|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
26 Jun 2014 16:29:24
1.6.3_2

|
olivierd  |
- Switch to USES= libtool
- Add LICENSE*
- Remove DBUS option, now dbus-glib is in LIB_DEPENDS
- Bump PORTREVISION |
02 Jun 2014 07:51:45
1.6.3_1

|
miwi  |
- Convert BZIP2 to USES |
05 May 2014 09:45:37
1.6.3_1

|
bapt  |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
23 Feb 2014 12:45:05
1.6.3_1

|
olivierd  |
- Bump PORTREVISION after update of deskutils/xfce4-tumbler |
14 Oct 2013 20:07:52
1.6.3

|
olivierd  |
- Support STAGEDIR
- Convert to new LIB_DEPENDS format |
20 Sep 2013 23:49:40
1.6.3

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fm) |
16 Sep 2013 17:07:26
1.6.3

|
bapt  |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
08 May 2013 15:14:25
1.6.3

|
olivierd  |
- Update to 1.6.3
- Finish to convert USES
- Remove unneeded patch |
26 Apr 2013 10:44:29
1.6.2_3

|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
23 Apr 2013 14:20:28
1.6.2_3

|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
14 Mar 2013 08:17:40
1.6.2_3

|
pclin  |
- graphics/libexif:
* Update to 0.6.21
* Add LICENSE
* Switch to OptionsNG and PORTDOCS
- Document libexif 2012-07-12 vulnerabilty
- Bump PORTREVISION for libexif related ports
- Trim headers while here
PR: ports/175910
Approved by: swills (mentor)
Security: d881d254-70c6-11e2-862d-080027a5ec9a |
09 Mar 2013 11:12:54
1.6.2_3

|
olivierd  |
- Drop support for GLib 2.28
Approved by: rene, miwi (mentors, implicit) |
14 Jan 2013 21:28:24
1.6.2_2

|
olivierd  |
Bump PORTREVISION for tumbler-related port
Approved by: rene, miwi (mentors, implicit) |
06 Jan 2013 16:33:19
1.6.2_1

|
olivierd  |
Fix terminal icon with x11/xfce4-terminal
Approved by: rene, miwi (mentors, implicit) |
30 Dec 2012 16:47:19
1.6.2

|
olivierd  |
- Update to 1.6.2
Approved by: rene, miwi (mentors, implicit) |
30 Dec 2012 16:19:08
1.6.1_1

|
olivierd  |
Bump PORTREVISION for libexo-related ports
Approved by: rene, miwi (mentors, implicit) |
14 Dec 2012 20:31:19
1.6.1

|
olivierd  |
Replace OPTIONS_MULTI by OPTIONS_GROUP (mentioned in commit log #r308921)
Approved by: rene, miwi (mentors, implicit) |
14 Dec 2012 18:53:31
1.6.1

|
olivierd  |
- Update to 1.6.1
- Sort options
- Use OPTIONS_GROUP for plugins, PLUG_*
- Remove ABI version numbers from LIB_DEPENDS
- Add patches for GLib 2.28
Approved by: rene, miwi (mentors, implicit) |
14 Dec 2012 18:20:47
1.4.0_4

|
olivierd  |
Bump PORTREVISION for tumbler-related port
While here,
- Trim header
- Use USE_PKGCONFIG
Approved by: rene, miwi (mentors, implicit) |
10 Dec 2012 19:11:12
1.4.0_3

|
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
11 Sep 2012 06:44:54
1.4.0_2

|
rene  |
- Make sure the NOTIFY option shows up in the options dialog. [1]
- Bump PORTREVISION
Submitted by: Norbert Augenstein [lists augenstein.net] |
10 Jun 2012 00:03:09
1.4.0_1
|
dougb  |
Fix minor typo that prevented 2 options descriptions from appearing |
01 Jun 2012 05:26:28
1.4.0_1
|
dinoex  |
- update png to 1.5.10 |
30 May 2012 16:55:36
1.4.0
|
miwi  |
- Remove duplicate bsd.port.options.mk entry |
30 May 2012 16:49:12
1.4.0 
|
miwi  |
- Convert complete XFCE to new options framework
While here some extra work:
- Remove 6.X gruft
- Correct NOPORTDOCS
- Pet portlint
- Whitespaces fixes
Reviewed by: beat, bapt (thx!) |
25 May 2012 16:51:41
1.4.0
|
miwi  |
- Welcome XFCE 4.10 to the portstree!
Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com>
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Tested by: phw |
07 Jan 2012 18:08:22
1.3.0
|
ehaupt  |
Update to 1.3.0 |
09 Nov 2011 15:26:04
1.2.3
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
29 Oct 2011 12:03:07
1.2.3
|
miwi  |
- Fix build on FreeBSD 10 |
28 Oct 2011 15:10:26
1.2.3
|
miwi  |
- x11-wm/xfce4-wm update to 4.8.2
- x11-wm/xfce4-panel update to 160920
- x11-fm/thunar update to 1.2.3
PR: 160946
160920
160875
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
26 Oct 2011 20:27:27
1.2.2_2
|
rene  |
Consistify spelling of "Xfce", and some other projects while there.
Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin
PR: ports/160730
Submitted by: ryusuke |
23 Oct 2011 11:56:51
1.2.2_2
|
rene  |
Re-assign to the Xfce team.
Approved by: oliver (previous maintainer) |
23 Aug 2011 18:39:19
1.2.2_2
|
kwm  |
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed. |
27 Jul 2011 05:48:55
1.2.2_1
|
oliver  |
update x11/libexo to 0.6.2
update sysutils/garcon to 0.1.8
update sysutils/xfce4-utils to 4.8.2
update x11-wm/xfce4-panel to 4.8.5
update x11/Terminal to 0.4.8
bump PORTREVISION of affected ports
PR: ports/157768, ports/158144, ports/158145, ports/158148,
ports/158170
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
07 Jun 2011 12:23:03
1.2.2
|
oliver  |
update thunar to 1.2.2
bump PORTREVISION of affected ports
PR: 157380
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
07 Jun 2011 06:14:30
1.2.1_2
|
oliver  |
update libexo to 0.6.1
bump PORTREVISION on depending ports
PR: ports/156913
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
04 Mar 2011 02:15:10
1.2.1_1
|
wen  |
- Bump PORTREVISION to chase the update of libexif |
03 Mar 2011 10:12:30
1.2.1
|
oliver  |
Welcome XFCE 4.8 to the portstree!
Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com> |
31 May 2010 15:27:35
1.0.2
|
oliver  |
update xfce to 4.6.2
bump PORTREVISION on all depending ports |
31 May 2010 02:01:56
1.0.1_5
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
29 Mar 2010 06:32:45
1.0.1_4
|
dinoex  |
- fix build for png-1.4.1
Whitespace fixes |
29 Mar 2010 06:20:18
1.0.1_4
|
dinoex  |
- fix build for png-1.4.1
PR: 145119 |
28 Mar 2010 06:47:48
1.0.1_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
1.0.1_3
|
dinoex  |
- update to jpeg-8 |
10 Jan 2010 09:56:26
1.0.1_2
|
oliver  |
bump PORTREVISION for the recent update of
x11/libexo
x11-toolkits/libxfce4gui
sysutils/xfce4-settings
x11-wm/xfce4-panel
x11/Terminal |
18 Jul 2009 11:11:29
1.0.1_1
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
06 May 2009 14:56:27
1.0.1
|
oliver  |
update xfce to 4.6.1
bump PORTREVISION where necessary |
02 Mar 2009 16:51:57
1.0.0
|
oliver  |
update Xfce to 4.6
for more information please read
http://www.xfce.org/about/news?id=21 |
30 Oct 2008 17:14:39
0.9.3
|
oliver  |
update xfce to 4.4.3 |
06 Jun 2008 14:12:23
0.9.0_1
|
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) |
24 Mar 2008 13:03:55
0.9.0
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
12 Feb 2008 18:11:07
0.9.0
|
oliver  |
update xfce4 to 4.4.2
Approved by: portmgr (linimon)
Security: CVE-2007-6531, CVE-2007-6532 |
25 Oct 2007 22:53:29
0.8.0_5
|
sat  |
- Fix a typo in bsd.sites.mk along with all the places it affected
Approved by: oliver (maintainer of the respective ports) |
27 May 2007 15:25:39
0.8.0_5
|
pav  |
- Chase libexif update |
25 May 2007 12:07:17
0.8.0_4
|
pav  |
- Chase libexif update |
19 May 2007 20:32:57
0.8.0_4
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |