pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Changing default X11_TYPE from native to modular for some platforms (Was: What platforms work with X11_TYPE=native)



On Sun, Sep 18, 2011 at 07:49:04PM +0100, David Brownlee wrote:
> Would you happen to know what ports are still using XFree86 in current?

On netbsd-5 look at src/share/mk/bsd.own.mk:

#
# Do we default to XFree86 or Xorg for this platform?
#
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386" || \
    ${MACHINE} == "macppc" || ${MACHINE} == "sgimips" || \
    ${MACHINE} == "shark" || ${MACHINE} == "sparc64"
X11FLAVOUR?=    Xorg
.else
X11FLAVOUR?=    XFree86
.endif


Martin


Home | Main Index | Thread Index | Old Index