The FreeBSD Ports Archive
FreeBSD x11-servers : XFree86-4-FontServer4>
XFree86-4 font server
XFree86-4-FontServer history
v. 1.33
date: 2007/09/13 19:44:53; author: flz; state: Exp; lines: +5 -2
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.
Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
v. 1.32
date: 2007/05/19 20:29:45; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.31
date: 2006/01/05 17:08:07; author: lesi; state: Exp; lines: +1 -0
Make rc script require ldconfig so font server starts properly on systems
that already include local/X11R6 scripts in rcorder.
PR: ports/91279
Submitted by: Victor Snezhko (snezhko at indorsoft dot ru)
v. 1.30
date: 2005/11/11 22:16:13; author: lesi; state: Exp; lines: +3 -1
If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,
point to The X Window System and Virtual Consoles chapter of FAQ.
Add SHA256.
v. 1.29
date: 2005/06/15 02:40:01; author: lesi; state: Exp; lines: +4 -5
Upgrade to XFree86 4.5.0.
Ports changes:
- Drop dependency on x11/wrapper. X server already contains this code
(programs/Xserver/os/utils.c rev. 3.58).
- Install default SecurityPolicy with XFree86-4-libraries, thus avoiding
plists and who-owns-what complications between different fooServer ports.
Copy default file to real one if that doesn't exist and remove both upon
uninstall if they are the same.
- Revert change to Imake.rules rev. 3.132 in devel/imake-4 port, since
couple of ports break with this change
(devel/imake-4/files/patch-Imake.rules)
- Add grehans patches for PPC [1]
- Several of directories that were previously in /etc/mtree/BSD.x11-4.dist
were moved to respective ports pkg-plists
PR: [1] 78345, 78346, 78348, 78352, 78353, 78354, 78355, 78356
v. 1.28
date: 2005/01/18 22:09:14; author: lesi; state: Exp; lines: +8 -1
Enable font cacheing. [1]
Add rcNG startup script. [2]
Noticed by: Gary Dunn (knowtree at aloha.com) [1]
Inspired by: Jose M Rodriguez (josemi at freebsd.jazztel.es) [2]
Bits and pieces for [2] stolen from:
src/etc/rc.d/xfs, apache2 and squid ports
v. 1.27
date: 2004/12/23 05:31:03; author: lesi; state: Exp; lines: +1 -0
Bump PORTREVISION, since html manpages are no longer built/installed
and that changes packaging content.
v. 1.26
date: 2004/08/10 01:29:19; author: marcus; state: Exp; lines: +8 -5
Update XFree86 clients to 4.4 release. Release notes are available at
http://www.xfree86.org/4.4.0/RELNOTES.html
PR: ports/67733 imake
ports/67508 libraries
ports/67510 clients
ports/67513 server
ports/67776 100dpi fonts
ports/67777 75dpi fonts
ports/67778 cyrillic fonts
ports/67779 default bitmap fonts
ports/67781 font encodings
ports/67783 scalable fonts
ports/67784 font server
ports/67785 XFree86 meta-port
ports/67775 documents
ports/67786 manpages
ports/67787 nest server
ports/67788 print server
ports/67789 virtual framebuffer server
ports/56487 (Upgrading Xfree86-clients from ports overwrites xdm config files)
ports/44252 (XFree86-4-Server port removes/overwrites config files)
Submitted by: Dejan Lesjak (dejan DOT lesjak AT ijs DOT si)
Additional changes by: anholt
Jung-uk Kim (jkim AT niksun DOT com)
arved
Tested by: pointyhat
linimon
v. 1.25
date: 2004/07/23 19:10:25; author: anholt; state: Exp; lines: +5 -1
- 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)
v. 1.24
date: 2004/06/11 05:49:03; author: anholt; state: Exp; lines: +2 -0
Register new conflicts on xorg-fontserver.
v. 1.23
date: 2003/12/12 23:50:09; author: anholt; state: Exp; lines: +3 -3
Don't install conflicting Xserver.1 manpage from other XFree86-4-*Server. It
will only be provided by XFree86-4-Server(-snap).
PR: ports/59155
Submitted by: Guido Berhoerster
v. 1.22
date: 2003/11/12 01:04:37; author: anholt; state: Exp; lines: +1 -1
Switch MAINTAINER to x11@FreeBSD.org for group maintaining of these ports.
v. 1.21
date: 2003/09/03 22:12:51; author: anholt; state: Exp; lines: +1 -1
Fixes for potential integer overflows in font libraries.
Obtained from: XFree86 CVS
v. 1.20
date: 2003/05/14 07:02:05; author: anholt; state: Exp; lines: +1 -8
[1] Make the HTML manpages get put into the packages again.
[2] Check that XFREE86_VERSION=4 is set when building, rather than setting it.
[3] Move many common Makefile bits to XFree86-4-libraries/Makefile.inc
[4] Make the XFree86-4-Server port not install libXfont.so.
[5] Move the xcursor.pc file to its proper location in ${X11BASE}/libdata/pkgconfig
[6] Don't explicitly link libGL.so against libc, for the sake of 4.x's pthreads.
Submitted by: [5,6] Ports Fury
v. 1.19
date: 2003/03/11 23:38:09; author: anholt; state: Exp; lines: +6 -7
Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-devel
for being outdated. Thank you to all the testers and people who submitted
patches for this update.
Approved by: portmgr
v. 1.18
date: 2003/03/07 06:13:23; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.17
date: 2002/10/17 07:19:57; author: anholt; state: Exp; lines: +4 -0
[1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch.
[2] Make the ports respect CFLAGS better. Now CFLAGS (and CC/CXX) are set for
the build during the configure stage.
PR: [2] 40271, 43369
v. 1.16
date: 2002/09/21 19:20:53; author: anholt; state: Exp; lines: +1 -1
Fix distfile survey issues with X ports, update bsd.sites.mk to include
more working X mirrors and remove a local distfiles site that hasn't been
updating.
Approved by: portmgr
v. 1.15
date: 2002/09/18 04:22:50; author: anholt; state: Exp; lines: +7 -15
Update XFree86-4-* ports which share XFree86-4-libraries's patches:
- Reduce build times by not rebuilding some programs/libraries in each port.
- Move some files from -clients to -libraries and from -libraries to -server.
- Make package-building in XFree86-4 more intuitive
PR: 41606 (package building)
v. 1.14
date: 2002/08/02 02:57:20; author: anholt; state: Exp; lines: +7 -8
gzip Wraphelp.c and put it in local_distfiles, to help users having troubles
downloading it. Move freebsd-glide3headers there too. Update BUILD_DEPENDS
for font ports to catch new requirements as of 4.2.0.
PR: 40362, 40759
Approved by: des (mentor)
v. 1.13
date: 2002/07/18 20:29:59; author: anholt; state: Exp; lines: +10 -2
Make XFree86-4 miniports use imake-4's HasXdmAuth setting (default is YES).
Clean up Wraphelp.c inclusion in the ports that need it.
Add USE_PERL5 to imake-4.
Approved by: des
v. 1.12
date: 2002/07/14 20:26:22; author: anholt; state: Exp; lines: +2 -1
Take over maintainership of XFree86-4 ports. Add patches to fix libGLU on
-current, fix the DRI with Wine, update the config files for the X ports, and
fix many of them to allow continuing of the X build after interruption (it
used to clean and rebuild).
Approved by: will, des (mentor)
v. 1.11
date: 2002/03/16 23:40:14; author: will; state: Exp; lines: +4 -5
XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgrades
[1] Upgrade to 4.2.0.
[2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES
by default.
Submitted by: [1] sf, taguchi@tohoku.iij.ad.jp
Approved by: [2] core
v. 1.10
date: 2001/09/01 12:05:00; author: sf; state: Exp; lines: +2 -1
sync with x11/XFree86-4.
v. 1.9
date: 2001/06/12 15:00:59; author: sf; state: Exp; lines: +6 -10
update to 4.1.0.
get rid of version number from comments in Makefile, pkg-comment and pkg-descr.
note: DRI modules would not build. They are borken for FreeBSD.
Reviewed by: maintainer
v. 1.8
date: 2001/03/29 12:04:26; author: sf; state: Exp; lines: +2 -2
o fix MASTER_SITE_SUBDIR.
o unbreak -clients when USA_RESIDENT does not set.
Submitted by: Mori Kouji
v. 1.7
date: 2001/03/25 23:04:50; author: sf; state: Exp; lines: +10 -10
update to 4.0.3.
o use internal freetype2 for consistency with x11/XFree86-4.
o added xthreads obtained from x11/XFree86-4.
o install "ws" type config sample for xdm.
o build DRI only if kernel source installed in /sys.
o fix Riva128/SGRAM driver(patch-riva_hw.c).
PR: 24338(4.0.2)
Submitted by: maintainer, keith
v. 1.6
date: 2000/10/08 07:21:00; author: asami; state: Exp; lines: +2 -2
Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
v. 1.5
date: 2000/09/21 08:46:00; author: sobomax; state: Exp; lines: +3 -6
Use MASTER_SITE_XFREE.
v. 1.4
date: 2000/08/25 22:29:35; author: asami; state: Exp; lines: +2 -2
Add missing manpages and html documents. (Hmm, duplicates....)
v. 1.3
date: 2000/08/25 10:33:54; author: asami; state: Exp; lines: +24 -28
Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs. Other miscellaneous bug fixes.
Submitted by: maintainer
v. 1.2
date: 2000/06/09 19:54:14; author: asami; state: Exp; lines: +2 -2
Add x11-fonts as a secondary category -- this is a server, but it
deals with fonts.
v. 1.1
date: 2000/06/08 10:41:51; author: asami; state: Exp;
Split up XFree86-4 into several pieces. Pretty green, please test with care.
Submitted by: taguchi@tohoku.iij.ad.jp
Approved (in spirit) by: jmz (XFree86 port maintainer)
=============================================================================
v. 1.33
date: 2007/09/13 19:44:53; author: flz; state: Exp; lines: +5 -2
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.
Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
v. 1.32
date: 2007/05/19 20:29:45; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.31
date: 2006/01/05 17:08:07; author: lesi; state: Exp; lines: +1 -0
Make rc script require ldconfig so font server starts properly on systems
that already include local/X11R6 scripts in rcorder.
PR: ports/91279
Submitted by: Victor Snezhko (snezhko at indorsoft dot ru)
v. 1.30
date: 2005/11/11 22:16:13; author: lesi; state: Exp; lines: +3 -1
If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,
point to The X Window System and Virtual Consoles chapter of FAQ.
Add SHA256.
v. 1.29
date: 2005/06/15 02:40:01; author: lesi; state: Exp; lines: +4 -5
Upgrade to XFree86 4.5.0.
Ports changes:
- Drop dependency on x11/wrapper. X server already contains this code
(programs/Xserver/os/utils.c rev. 3.58).
- Install default SecurityPolicy with XFree86-4-libraries, thus avoiding
plists and who-owns-what complications between different fooServer ports.
Copy default file to real one if that doesn't exist and remove both upon
uninstall if they are the same.
- Revert change to Imake.rules rev. 3.132 in devel/imake-4 port, since
couple of ports break with this change
(devel/imake-4/files/patch-Imake.rules)
- Add grehans patches for PPC [1]
- Several of directories that were previously in /etc/mtree/BSD.x11-4.dist
were moved to respective ports pkg-plists
PR: [1] 78345, 78346, 78348, 78352, 78353, 78354, 78355, 78356
v. 1.28
date: 2005/01/18 22:09:14; author: lesi; state: Exp; lines: +8 -1
Enable font cacheing. [1]
Add rcNG startup script. [2]
Noticed by: Gary Dunn (knowtree at aloha.com) [1]
Inspired by: Jose M Rodriguez (josemi at freebsd.jazztel.es) [2]
Bits and pieces for [2] stolen from:
src/etc/rc.d/xfs, apache2 and squid ports
v. 1.27
date: 2004/12/23 05:31:03; author: lesi; state: Exp; lines: +1 -0
Bump PORTREVISION, since html manpages are no longer built/installed
and that changes packaging content.
v. 1.26
date: 2004/08/10 01:29:19; author: marcus; state: Exp; lines: +8 -5
Update XFree86 clients to 4.4 release. Release notes are available at
http://www.xfree86.org/4.4.0/RELNOTES.html
PR: ports/67733 imake
ports/67508 libraries
ports/67510 clients
ports/67513 server
ports/67776 100dpi fonts
ports/67777 75dpi fonts
ports/67778 cyrillic fonts
ports/67779 default bitmap fonts
ports/67781 font encodings
ports/67783 scalable fonts
ports/67784 font server
ports/67785 XFree86 meta-port
ports/67775 documents
ports/67786 manpages
ports/67787 nest server
ports/67788 print server
ports/67789 virtual framebuffer server
ports/56487 (Upgrading Xfree86-clients from ports overwrites xdm config files)
ports/44252 (XFree86-4-Server port removes/overwrites config files)
Submitted by: Dejan Lesjak (dejan DOT lesjak AT ijs DOT si)
Additional changes by: anholt
Jung-uk Kim (jkim AT niksun DOT com)
arved
Tested by: pointyhat
linimon
v. 1.25
date: 2004/07/23 19:10:25; author: anholt; state: Exp; lines: +5 -1
- 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)
v. 1.24
date: 2004/06/11 05:49:03; author: anholt; state: Exp; lines: +2 -0
Register new conflicts on xorg-fontserver.
v. 1.23
date: 2003/12/12 23:50:09; author: anholt; state: Exp; lines: +3 -3
Don't install conflicting Xserver.1 manpage from other XFree86-4-*Server. It
will only be provided by XFree86-4-Server(-snap).
PR: ports/59155
Submitted by: Guido Berhoerster
v. 1.22
date: 2003/11/12 01:04:37; author: anholt; state: Exp; lines: +1 -1
Switch MAINTAINER to x11@FreeBSD.org for group maintaining of these ports.
v. 1.21
date: 2003/09/03 22:12:51; author: anholt; state: Exp; lines: +1 -1
Fixes for potential integer overflows in font libraries.
Obtained from: XFree86 CVS
v. 1.20
date: 2003/05/14 07:02:05; author: anholt; state: Exp; lines: +1 -8
[1] Make the HTML manpages get put into the packages again.
[2] Check that XFREE86_VERSION=4 is set when building, rather than setting it.
[3] Move many common Makefile bits to XFree86-4-libraries/Makefile.inc
[4] Make the XFree86-4-Server port not install libXfont.so.
[5] Move the xcursor.pc file to its proper location in ${X11BASE}/libdata/pkgconfig
[6] Don't explicitly link libGL.so against libc, for the sake of 4.x's pthreads.
Submitted by: [5,6] Ports Fury
v. 1.19
date: 2003/03/11 23:38:09; author: anholt; state: Exp; lines: +6 -7
Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-devel
for being outdated. Thank you to all the testers and people who submitted
patches for this update.
Approved by: portmgr
v. 1.18
date: 2003/03/07 06:13:23; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.17
date: 2002/10/17 07:19:57; author: anholt; state: Exp; lines: +4 -0
[1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch.
[2] Make the ports respect CFLAGS better. Now CFLAGS (and CC/CXX) are set for
the build during the configure stage.
PR: [2] 40271, 43369
v. 1.16
date: 2002/09/21 19:20:53; author: anholt; state: Exp; lines: +1 -1
Fix distfile survey issues with X ports, update bsd.sites.mk to include
more working X mirrors and remove a local distfiles site that hasn't been
updating.
Approved by: portmgr
v. 1.15
date: 2002/09/18 04:22:50; author: anholt; state: Exp; lines: +7 -15
Update XFree86-4-* ports which share XFree86-4-libraries's patches:
- Reduce build times by not rebuilding some programs/libraries in each port.
- Move some files from -clients to -libraries and from -libraries to -server.
- Make package-building in XFree86-4 more intuitive
PR: 41606 (package building)
v. 1.14
date: 2002/08/02 02:57:20; author: anholt; state: Exp; lines: +7 -8
gzip Wraphelp.c and put it in local_distfiles, to help users having troubles
downloading it. Move freebsd-glide3headers there too. Update BUILD_DEPENDS
for font ports to catch new requirements as of 4.2.0.
PR: 40362, 40759
Approved by: des (mentor)
v. 1.13
date: 2002/07/18 20:29:59; author: anholt; state: Exp; lines: +10 -2
Make XFree86-4 miniports use imake-4's HasXdmAuth setting (default is YES).
Clean up Wraphelp.c inclusion in the ports that need it.
Add USE_PERL5 to imake-4.
Approved by: des
v. 1.12
date: 2002/07/14 20:26:22; author: anholt; state: Exp; lines: +2 -1
Take over maintainership of XFree86-4 ports. Add patches to fix libGLU on
-current, fix the DRI with Wine, update the config files for the X ports, and
fix many of them to allow continuing of the X build after interruption (it
used to clean and rebuild).
Approved by: will, des (mentor)
v. 1.11
date: 2002/03/16 23:40:14; author: will; state: Exp; lines: +4 -5
XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgrades
[1] Upgrade to 4.2.0.
[2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES
by default.
Submitted by: [1] sf, taguchi@tohoku.iij.ad.jp
Approved by: [2] core
v. 1.10
date: 2001/09/01 12:05:00; author: sf; state: Exp; lines: +2 -1
sync with x11/XFree86-4.
v. 1.9
date: 2001/06/12 15:00:59; author: sf; state: Exp; lines: +6 -10
update to 4.1.0.
get rid of version number from comments in Makefile, pkg-comment and pkg-descr.
note: DRI modules would not build. They are borken for FreeBSD.
Reviewed by: maintainer
v. 1.8
date: 2001/03/29 12:04:26; author: sf; state: Exp; lines: +2 -2
o fix MASTER_SITE_SUBDIR.
o unbreak -clients when USA_RESIDENT does not set.
Submitted by: Mori Kouji
v. 1.7
date: 2001/03/25 23:04:50; author: sf; state: Exp; lines: +10 -10
update to 4.0.3.
o use internal freetype2 for consistency with x11/XFree86-4.
o added xthreads obtained from x11/XFree86-4.
o install "ws" type config sample for xdm.
o build DRI only if kernel source installed in /sys.
o fix Riva128/SGRAM driver(patch-riva_hw.c).
PR: 24338(4.0.2)
Submitted by: maintainer, keith
v. 1.6
date: 2000/10/08 07:21:00; author: asami; state: Exp; lines: +2 -2
Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
v. 1.5
date: 2000/09/21 08:46:00; author: sobomax; state: Exp; lines: +3 -6
Use MASTER_SITE_XFREE.
v. 1.4
date: 2000/08/25 22:29:35; author: asami; state: Exp; lines: +2 -2
Add missing manpages and html documents. (Hmm, duplicates....)
v. 1.3
date: 2000/08/25 10:33:54; author: asami; state: Exp; lines: +24 -28
Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs. Other miscellaneous bug fixes.
Submitted by: maintainer
v. 1.2
date: 2000/06/09 19:54:14; author: asami; state: Exp; lines: +2 -2
Add x11-fonts as a secondary category -- this is a server, but it
deals with fonts.
v. 1.1
date: 2000/06/08 10:41:51; author: asami; state: Exp;
Split up XFree86-4 into several pieces. Pretty green, please test with care.
Submitted by: taguchi@tohoku.iij.ad.jp
Approved (in spirit) by: jmz (XFree86 port maintainer)
=============================================================================
v. 1.33
date: 2007/09/13 19:44:53; author: flz; state: Exp; lines: +5 -2
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.
Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
v. 1.32
date: 2007/05/19 20:29:45; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.31
date: 2006/01/05 17:08:07; author: lesi; state: Exp; lines: +1 -0
Make rc script require ldconfig so font server starts properly on systems
that already include local/X11R6 scripts in rcorder.
PR: ports/91279
Submitted by: Victor Snezhko (snezhko at indorsoft dot ru)
v. 1.30
date: 2005/11/11 22:16:13; author: lesi; state: Exp; lines: +3 -1
If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,
point to The X Window System and Virtual Consoles chapter of FAQ.
Add SHA256.
v. 1.29
date: 2005/06/15 02:40:01; author: lesi; state: Exp; lines: +4 -5
Upgrade to XFree86 4.5.0.
Ports changes:
- Drop dependency on x11/wrapper. X server already contains this code
(programs/Xserver/os/utils.c rev. 3.58).
- Install default SecurityPolicy with XFree86-4-libraries, thus avoiding
plists and who-owns-what complications between different fooServer ports.
Copy default file to real one if that doesn't exist and remove both upon
uninstall if they are the same.
- Revert change to Imake.rules rev. 3.132 in devel/imake-4 port, since
couple of ports break with this change
(devel/imake-4/files/patch-Imake.rules)
- Add grehans patches for PPC [1]
- Several of directories that were previously in /etc/mtree/BSD.x11-4.dist
were moved to respective ports pkg-plists
PR: [1] 78345, 78346, 78348, 78352, 78353, 78354, 78355, 78356
v. 1.28
date: 2005/01/18 22:09:14; author: lesi; state: Exp; lines: +8 -1
Enable font cacheing. [1]
Add rcNG startup script. [2]
Noticed by: Gary Dunn (knowtree at aloha.com) [1]
Inspired by: Jose M Rodriguez (josemi at freebsd.jazztel.es) [2]
Bits and pieces for [2] stolen from:
src/etc/rc.d/xfs, apache2 and squid ports
v. 1.27
date: 2004/12/23 05:31:03; author: lesi; state: Exp; lines: +1 -0
Bump PORTREVISION, since html manpages are no longer built/installed
and that changes packaging content.
v. 1.26
date: 2004/08/10 01:29:19; author: marcus; state: Exp; lines: +8 -5
Update XFree86 clients to 4.4 release. Release notes are available at
http://www.xfree86.org/4.4.0/RELNOTES.html
PR: ports/67733 imake
ports/67508 libraries
ports/67510 clients
ports/67513 server
ports/67776 100dpi fonts
ports/67777 75dpi fonts
ports/67778 cyrillic fonts
ports/67779 default bitmap fonts
ports/67781 font encodings
ports/67783 scalable fonts
ports/67784 font server
ports/67785 XFree86 meta-port
ports/67775 documents
ports/67786 manpages
ports/67787 nest server
ports/67788 print server
ports/67789 virtual framebuffer server
ports/56487 (Upgrading Xfree86-clients from ports overwrites xdm config files)
ports/44252 (XFree86-4-Server port removes/overwrites config files)
Submitted by: Dejan Lesjak (dejan DOT lesjak AT ijs DOT si)
Additional changes by: anholt
Jung-uk Kim (jkim AT niksun DOT com)
arved
Tested by: pointyhat
linimon
v. 1.25
date: 2004/07/23 19:10:25; author: anholt; state: Exp; lines: +5 -1
- 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)
v. 1.24
date: 2004/06/11 05:49:03; author: anholt; state: Exp; lines: +2 -0
Register new conflicts on xorg-fontserver.
v. 1.23
date: 2003/12/12 23:50:09; author: anholt; state: Exp; lines: +3 -3
Don't install conflicting Xserver.1 manpage from other XFree86-4-*Server. It
will only be provided by XFree86-4-Server(-snap).
PR: ports/59155
Submitted by: Guido Berhoerster
v. 1.22
date: 2003/11/12 01:04:37; author: anholt; state: Exp; lines: +1 -1
Switch MAINTAINER to x11@FreeBSD.org for group maintaining of these ports.
v. 1.21
date: 2003/09/03 22:12:51; author: anholt; state: Exp; lines: +1 -1
Fixes for potential integer overflows in font libraries.
Obtained from: XFree86 CVS
v. 1.20
date: 2003/05/14 07:02:05; author: anholt; state: Exp; lines: +1 -8
[1] Make the HTML manpages get put into the packages again.
[2] Check that XFREE86_VERSION=4 is set when building, rather than setting it.
[3] Move many common Makefile bits to XFree86-4-libraries/Makefile.inc
[4] Make the XFree86-4-Server port not install libXfont.so.
[5] Move the xcursor.pc file to its proper location in ${X11BASE}/libdata/pkgconfig
[6] Don't explicitly link libGL.so against libc, for the sake of 4.x's pthreads.
Submitted by: [5,6] Ports Fury
v. 1.19
date: 2003/03/11 23:38:09; author: anholt; state: Exp; lines: +6 -7
Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-devel
for being outdated. Thank you to all the testers and people who submitted
patches for this update.
Approved by: portmgr
v. 1.18
date: 2003/03/07 06:13:23; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.17
date: 2002/10/17 07:19:57; author: anholt; state: Exp; lines: +4 -0
[1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch.
[2] Make the ports respect CFLAGS better. Now CFLAGS (and CC/CXX) are set for
the build during the configure stage.
PR: [2] 40271, 43369
v. 1.16
date: 2002/09/21 19:20:53; author: anholt; state: Exp; lines: +1 -1
Fix distfile survey issues with X ports, update bsd.sites.mk to include
more working X mirrors and remove a local distfiles site that hasn't been
updating.
Approved by: portmgr
v. 1.15
date: 2002/09/18 04:22:50; author: anholt; state: Exp; lines: +7 -15
Update XFree86-4-* ports which share XFree86-4-libraries's patches:
- Reduce build times by not rebuilding some programs/libraries in each port.
- Move some files from -clients to -libraries and from -libraries to -server.
- Make package-building in XFree86-4 more intuitive
PR: 41606 (package building)
v. 1.14
date: 2002/08/02 02:57:20; author: anholt; state: Exp; lines: +7 -8
gzip Wraphelp.c and put it in local_distfiles, to help users having troubles
downloading it. Move freebsd-glide3headers there too. Update BUILD_DEPENDS
for font ports to catch new requirements as of 4.2.0.
PR: 40362, 40759
Approved by: des (mentor)
v. 1.13
date: 2002/07/18 20:29:59; author: anholt; state: Exp; lines: +10 -2
Make XFree86-4 miniports use imake-4's HasXdmAuth setting (default is YES).
Clean up Wraphelp.c inclusion in the ports that need it.
Add USE_PERL5 to imake-4.
Approved by: des
v. 1.12
date: 2002/07/14 20:26:22; author: anholt; state: Exp; lines: +2 -1
Take over maintainership of XFree86-4 ports. Add patches to fix libGLU on
-current, fix the DRI with Wine, update the config files for the X ports, and
fix many of them to allow continuing of the X build after interruption (it
used to clean and rebuild).
Approved by: will, des (mentor)
v. 1.11
date: 2002/03/16 23:40:14; author: will; state: Exp; lines: +4 -5
XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgrades
[1] Upgrade to 4.2.0.
[2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES
by default.
Submitted by: [1] sf, taguchi@tohoku.iij.ad.jp
Approved by: [2] core
v. 1.10
date: 2001/09/01 12:05:00; author: sf; state: Exp; lines: +2 -1
sync with x11/XFree86-4.
v. 1.9
date: 2001/06/12 15:00:59; author: sf; state: Exp; lines: +6 -10
update to 4.1.0.
get rid of version number from comments in Makefile, pkg-comment and pkg-descr.
note: DRI modules would not build. They are borken for FreeBSD.
Reviewed by: maintainer
v. 1.8
date: 2001/03/29 12:04:26; author: sf; state: Exp; lines: +2 -2
o fix MASTER_SITE_SUBDIR.
o unbreak -clients when USA_RESIDENT does not set.
Submitted by: Mori Kouji
v. 1.7
date: 2001/03/25 23:04:50; author: sf; state: Exp; lines: +10 -10
update to 4.0.3.
o use internal freetype2 for consistency with x11/XFree86-4.
o added xthreads obtained from x11/XFree86-4.
o install "ws" type config sample for xdm.
o build DRI only if kernel source installed in /sys.
o fix Riva128/SGRAM driver(patch-riva_hw.c).
PR: 24338(4.0.2)
Submitted by: maintainer, keith
v. 1.6
date: 2000/10/08 07:21:00; author: asami; state: Exp; lines: +2 -2
Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
v. 1.5
date: 2000/09/21 08:46:00; author: sobomax; state: Exp; lines: +3 -6
Use MASTER_SITE_XFREE.
v. 1.4
date: 2000/08/25 22:29:35; author: asami; state: Exp; lines: +2 -2
Add missing manpages and html documents. (Hmm, duplicates....)
v. 1.3
date: 2000/08/25 10:33:54; author: asami; state: Exp; lines: +24 -28
Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs. Other miscellaneous bug fixes.
Submitted by: maintainer
v. 1.2
date: 2000/06/09 19:54:14; author: asami; state: Exp; lines: +2 -2
Add x11-fonts as a secondary category -- this is a server, but it
deals with fonts.
v. 1.1
date: 2000/06/08 10:41:51; author: asami; state: Exp;
Split up XFree86-4 into several pieces. Pretty green, please test with care.
Submitted by: taguchi@tohoku.iij.ad.jp
Approved (in spirit) by: jmz (XFree86 port maintainer)
=============================================================================
|
| |

|