Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 Nov 2019 21:56:38
0.1.3

|
zeising  |
Switch all ports to use USES=xorg-cat
Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports |
21 Apr 2019 09:31:19
0.1.3

|
amdmi3  |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
05 Nov 2016 19:06:20
0.1.3

|
bapt  |
Update to 0.1.3 |
01 Apr 2016 14:33:58
0.1.2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
08 Oct 2015 15:12:22
0.1.2

|
olgeni  |
Remove trailing whitespace from Makefiles, M-X. |
18 Apr 2015 15:34:37
0.1.2

|
kwm  |
Misc X.org port updates:
Update gccmakedep to 1.0.3.
Update imake to 1.0.7.
Update libpciaccess to 0.13.3.
Update libdrm to 2.4.60.
Update bitmap to 1.0.8.
Update fstobdf to 1.0.6.
Update iceauth to 1.0.7.
Update libXdmcp to 1.1.2.
Update libXp to 1.0.3.
Update libXvMC to 1.0.9.
Update libXxf86vm to 1.1.4.
Update libxshmfence to 1.2.
Update randrproto to 1.4.1. (Only the first 15 lines of the commit message are shown above ) |
08 Dec 2014 20:18:24
0.1.1_2

|
bapt  |
Cleanup plist |
23 Apr 2014 13:25:17
0.1.1_2

|
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
16 Apr 2014 18:28:50
0.1.1_1

|
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
13 Nov 2013 11:24:04
0.1.1

|
zeising  |
Update to 0.1.1 |
15 Oct 2013 19:32:50
0.1.0

|
eadler  |
Cleanup of the x11@ ports in the x11 directory
- Fix pkg-plist
- Convert to staging |
20 Sep 2013 23:43:20
0.1.0

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
02 Sep 2013 19:55:48
0.1.0

|
bapt  |
Add an explicit dependency on pkgconf |
28 Aug 2013 12:19:56
0.1.0

|
zeising  |
Update to 0.1.0
Add dependency on gperf.
Fix build with out ancient gcc. |
07 Aug 2013 23:43:22
0.0.99

|
zeising  |
Switch to USES= gmake instad. |
07 Aug 2013 23:39:29
0.0.99

|
zeising  |
Add a new port xcb-util-cursor, XCB replacement for libXcursor. |