| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 11 Jan 2026 14:51:36 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081202035737
location: https://web.archive.org/web/20081202035737/https://xfree86.darwinports.com/
server-timing: captures_list;dur=0.502092, exclusion.robots;dur=0.034088, exclusion.robots.policy;dur=0.024707, esindex;dur=0.010546, cdx.remote;dur=19.225727, LoadShardBlock;dur=150.501758, PetaboxLoader3.resolve;dur=36.804967, PetaboxLoader3.datanode;dur=61.015884
x-app-server: wwwb-app212-dc8
x-ts: 302
x-tr: 199
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app212; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 11 Jan 2026 14:51:37 GMT
content-type: text/html
x-archive-orig-date: Tue, 02 Dec 2008 03:56:20 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Tue, 02 Dec 2008 03:57:37 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_6_20081202023734_crawl106-c/51_6_20081202035558_crawl109.arc.gz
server-timing: captures_list;dur=0.647133, exclusion.robots;dur=0.022718, exclusion.robots.policy;dur=0.009629, esindex;dur=0.013844, cdx.remote;dur=24.937601, LoadShardBlock;dur=296.598578, PetaboxLoader3.datanode;dur=204.175875, PetaboxLoader3.resolve;dur=207.337543, load_resource;dur=166.153820
x-app-server: wwwb-app212-dc8
x-ts: 200
x-tr: 558
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Download and Install xfree86 version 4.7.0 on Mac OS X
|
|||||||||
Monday the 1st of December, 2008 |
|||||||||
xfree86 most recent diffversion 4.7.0
Scroll down toward the bottom of the page to get installation instructions for xfree86. The raw portfile for xfree86 4.7.0 is located here: https://xfree86.darwinports.com/dports/x11/XFree86/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/xfree86 # $Id: Portfile 40524 2008-10-05 11:35:21Z raimue PortSystem 1.0 Name: XFree86 Version: 4.7.0 Category: x11 Maintainers: nomaintainer Homepage: https://www.xfree86.org/ Description: X11R6 windowing system Long Description: The XFree86 project's X window system implementation Platform: darwin freebsd master_sites xfree:${version}/source/ distfiles ${distname}-src-1.tgz ${distname}-src-2.tgz ${distname}-src-3.tgz ${distname}-src-4.tgz ${distname}-src-5.tgz checksums ${distname}-src-1.tgz md5 e452e53240d16091abdc4f4bd2967ebd ${distname}-src-2.tgz md5 db68bab296cff797c1ae399f683905f2 ${distname}-src-3.tgz md5 4787c740ee8ae61a294f488606ced230 ${distname}-src-4.tgz md5 e622168021c7e8ca60928fbb9febdae5 ${distname}-src-5.tgz md5 05a3f3ce703df2fd24112cb8e9d86f73 patchfiles patch-freetype.h patch-glxcmds.c patch-Xtranssock.c.diff patch-decompress.c.diff post-patch { set hostfd [open "${worksrcpath}/config/cf/host.def" a+] puts $hostfd "#define ProjectRoot ${prefix}" puts $hostfd "#define NothingOutsideProjectRoot YES" puts $hostfd "#define EtcX11Directory \"${prefix}/etc/X11\"" puts $hostfd "#define StandardIncludes \"-I${workpath}/include\"" puts $hostfd "#define FontconfigFontsConfDir \"${prefix}/etc/fonts\"" close $hostfd } prefix ${x11prefix} worksrcdir xc use_configure no build.target World destroot.target install install.man destroot.violate_mtree yes platform darwin { patchfiles-append patch-XTerm.ad post-patch { file mkdir "${workpath}/include" file link -symbolic "${workpath}/include/security" "/usr/include/pam" } } platform puredarwin { post-patch { set hostfd [open "${worksrcpath}/config/cf/host.def" a+] puts $hostfd "#define DarwinQuartzSupport NO" puts $hostfd "#define BuildGlxExt YES" puts $hostfd "#define BuildGLXLibrary YES" close $hostfd } } platform macosx { # Should also check for cookie crumbs in the keyboard pre-fetch { if { [file exists ${prefix}/bin/Xquartz] } { if { ![file exists ${prefix}/include/X11/X.h] } { return -code error " You have an Apple X11 installation already. MacPorts will not overwrite it. If you wish to use Apple X11, install the X11SDK included with Xcode tools. If you really want to use XFree86 instead, please move it aside first : sudo mv $x11prefix ${x11prefix}.apple " } else { return -code error " You have an Apple X11 installation already. MacPorts will not overwrite it. If you really want to use XFree86 instead, please move it aside first : sudo mv $x11prefix ${x11prefix}.apple " } } elseif { [file exists ${prefix}/include/X11/X.h] } { return -code error " You have an Apple X11SDK installation already. MacPorts will not overwrite it. If you wish to use Apple X11, install it from your Mac OS X install disc. If you really want to use XFree86 instead, please move it aside first : sudo mv $x11prefix ${x11prefix}.apple " } } post-destroot { xinstall -d ${destroot}/Applications/MacPorts ln -s ${prefix}/bin/XDarwin.app ${destroot}/Applications/MacPorts } } # No attempt has yet been made to allow XFree86 to build universal. Feel free # to attempt. The default universal variant is merely being disabled here # because it does not function with ports that do not use configure, and # leaving it enabled prevents the universal installation of any other ports # that depend on XFree86, even if they would otherwise succeed. See #12137. universal_variant no If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/xfree86You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using xfree86 with these commands: % man xfree86 Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg xfree86 on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 xfce zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |



