Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Nov 2019 18:25:20
2.3.3

|
tcberner  |
x11-fonts/libXft: update to 2.3.3 |
16 Nov 2019 15:11:06
2.3.2_3

|
tcberner  |
Give some more ports to desktop@
Discussed with: kwm |
03 Nov 2019 21:56:38
2.3.2_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 |
11 Sep 2018 18:34:28
2.3.2_3

|
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
31 Jul 2018 18:41:30
2.3.2_2

|
zeising  |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
20 Dec 2017 09:00:38
2.3.2_1

|
amdmi3  |
- Add LICENSE
- Unsilence installation commands
- Update WWW
Approved by: portmgr blanket |
19 May 2016 10:53:06
2.3.2_1

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
01 Apr 2016 14:33:58
2.3.2_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 13:18:17
2.3.2_1

|
mat  |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
18 Apr 2015 15:34:37
2.3.2_1

|
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 ) |
29 Jan 2015 12:01:11
2.3.2

|
amdmi3  |
- Drop @dirrm* from pkg-plists
Approved by: portmgr blanket |
15 Jan 2015 17:04:33
2.3.2

|
kwm  |
Update libXft to 2.3.2. |
23 Apr 2014 13:25:17
2.3.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
2.3.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 ) |
05 Dec 2013 18:27:03
2.3.1

|
kwm  |
Add patch to fix build with freetype 2.5.1.
Use a LIB_DEPEND line to replace a RUN_/BUILD_ lines for fontconfig.
Stageify. |
20 Sep 2013 23:51:15
2.3.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fonts) |
20 Mar 2013 05:49:00
2.3.1

|
mezz  |
-Update to 2.3.1.
-Update the header.
In this version has removed the xft-config, but I have brought it back to
avoid require test in the pointyhat-exp/tinderbox to see if it will break
old ports that needs xft-config.
PR: ports/176801
Submitted by: Pierre Guinoiseau <pierre@guinoiseau.eu> |
09 Nov 2011 15:26:04
2.1.14
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
29 Oct 2011 07:04:53
2.1.14
|
miwi  |
- Fix build on FreeBSD 10.0
Notes: all x11@ ports fixed for FreeBSD 10 |
24 Oct 2011 09:11:38
2.1.14
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
19 Mar 2011 12:38:54
2.1.14
|
miwi  |
- Get Rid MD5 support |
12 Feb 2010 23:03:14
2.1.14
|
cracauer  |
Back out until I re-gather error log. |
12 Feb 2010 21:39:10
2.1.14
|
cracauer  |
Add missing dependency. This fixes a configure-time error. |
28 Nov 2009 20:06:37
2.1.14
|
marcus  |
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above ) |
04 Jul 2008 22:48:51
2.1.13
|
marcus  |
Update to 2.1.13. |
19 May 2007 20:32:57
2.1.12
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
26 Mar 2007 19:56:40
2.1.7_1
|
mezz  |
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG. |
02 Feb 2007 17:06:25
2.1.7_1
|
pav  |
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr |
01 Feb 2007 02:42:06
2.1.7_1
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
31 Oct 2006 22:02:06
2.1.7_1
|
marcus  |
Disable the CJK patchset as it is no longer needed after the recent
freetype2 update.
Reported by: jkim |
16 May 2006 05:35:53
2.1.7_1
|
mezz  |
portlint:
-Use lowercase letter in the begin of IGNORE.
-Replace some spaces by tabs.
-Remove a whitespace. |
23 Feb 2006 10:40:45
2.1.7_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
21 Jan 2006 18:55:31
2.1.7
|
lesi  |
Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case. |
17 Dec 2005 19:39:35
2.1.7
|
pav  |
- Add WITH_CJK patches
PR: ports/90523
Submitted by: lwj <lwj83@cs.ccu.edu.tw> |
15 Nov 2005 06:52:12
2.1.7
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
10 Nov 2005 09:52:51
2.1.7
|
pav  |
- Remove CJK patch; it does not compile anymore
- Add SHA256
PR: ports/88783
Submitted by: chinsan <chinsan.tw@gmail.com> |
15 Jul 2005 20:39:57
2.1.7
|
pav  |
- Update CJK patch to fix bug which caused Firefox to crash on startup
Submitted by: chinsan <chinsan.tw@gmail.com> |
15 Jul 2005 15:40:37
2.1.7
|
pav  |
- Readd WITH_CJK knob with an updated patch
Submitted by: nobutaka |
14 Jul 2005 13:13:52
2.1.7
|
pav  |
- Remove WITH_CJK knob and patch, it was merged into 2.1.7
Submitted by: chinsan <chinsan.tw@gmail.com> |
14 Jul 2005 12:26:08
2.1.7
|
pav  |
- Restore distinfo for WITH_CJK knob
PR: ports/83446
Submitted by: chinsan <chinsan.tw@gmail.com> |
14 Jul 2005 05:01:52
2.1.7
|
marcus  |
Update to 2.1.7. |
15 Jun 2005 02:42:14
2.1.6_1
|
lesi  |
Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27). |
27 Mar 2005 23:54:40
2.1.6_1
|
marcus  |
Fix a crash that can occur when using TrueType fonts. This should have
gone in with X.Org 6.8.2, but since we're using the external libXft
library, it was missed.
Reported by: adamw
Obtained from: Freedesktop.org CVS
Approved by: portmgr (implicit) |
16 Mar 2005 08:23:29
2.1.6
|
marcus  |
Update to the latest Firefly patchset. This patchset makes CJK TrueType fonts
prettier.
PR: 78886
Submitted by: hamigua <hamigua@cuc.cn> |
24 Feb 2005 17:36:01
2.1.6
|
marcus  |
Re-add the distinfo entries for the CJK patch.
PR: 78032
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> |
19 Feb 2005 07:36:26
2.1.6
|
marcus  |
Use an alternate (working) MASTER_SITE which only has bzip2 distfiles. |
21 Nov 2004 22:03:48
2.1.6
|
marcus  |
Add the Firefly font patchset. This patchset is mainly used to make
CJK TrueType fonts look prettier. Various enhancements like bold, italic,
readability, and embedded bitmap font help a CJK X desktop a great deal.
To enable this patchset, define WITH_CJK while building these ports (pango,
fontconfig, libXft, and freetype2).
PR: 73083
Submitted by: clive
Obtained from: Hamigua <hamigua at cuc.cn> (I think) |
23 Jul 2004 19:10:32
2.1.6
|
anholt  |
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl) |
22 Mar 2004 19:08:28
2.1.6
|
marcus  |
Update to 2.1.6 with the official freetype2-2.1.7 fix. |
19 Mar 2004 09:16:28
2.1.5_1
|
marcus  |
Revert a portion of the font rendering code that enforces strict bitmap font
sizes. This was causing a problem loading certain fonts. This code
is now equivalent to Xft-2.1.2. |
16 Mar 2004 20:33:24
2.1.5
|
marcus  |
Add libXft after a repo-copy from Xft and update to 2.1.5. libXft is simply
a renamed version of the Xft port after it was added to the Freedesktop X11
libs project. |