pkgsrc/mk/platform
2012-02-15 15:15:23 +00:00
..
AIX.mk switch NetBSD-4 and AIX to default to modular X11_TYPE 2011-09-18 12:42:23 +00:00
BSDOS.mk Sinc BSD/OS has been oprhaned since 2004, default to modular X11_TYPE 2011-09-17 08:06:40 +00:00
Darwin.mk From "What platforms work with X11_TYPE=native" thread on pkgsrc-users. 2011-09-10 16:30:02 +00:00
DragonFly.mk mk/platform/DragonFly.mk: Correct setting for _OPSYS_HAS_OSSAUDIO 2011-12-17 16:20:01 +00:00
FreeBSD.mk Begin cleanup of setgid game infrastructure. 2010-07-08 04:57:36 +00:00
FreeMiNT.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
Haiku.mk From "What platforms work with X11_TYPE=native" thread on pkgsrc-users. 2011-09-10 16:30:02 +00:00
HPUX.mk From "What platforms work with X11_TYPE=native" thread on pkgsrc-users. 2011-09-10 16:30:02 +00:00
Interix.mk Since Interix appears to use X11R5, switch to modular X11_TYPE by default 2011-09-17 08:05:02 +00:00
IRIX.mk IRIX 6 made it to X11R6, but never X11R7, so default to X11_TYPE=modular 2011-09-17 08:13:06 +00:00
Linux.mk Remove GNU_CONFIGURE_LIBDIR setting on x86_64-linux systems, setting this 2012-01-22 08:40:11 +00:00
Minix.mk Define the Minix platform. 2011-11-05 17:09:15 +00:00
MirBSD.mk Tentatively switch X11_TYPE to modular to MirBSD. The native X is still 2011-09-18 19:11:29 +00:00
NetBSD.mk switch NetBSD-4 and AIX to default to modular X11_TYPE 2011-09-18 12:42:23 +00:00
OpenBSD.mk OpenBSD-2.9 and later support kqueue(2). 2012-01-19 10:53:56 +00:00
OSF1.mk From "What platforms work with X11_TYPE=native" thread on pkgsrc-users. 2011-09-10 16:30:02 +00:00
README
SunOS.mk Use ${MAKE} as IMAKE_MAKE. 2012-02-15 15:15:23 +00:00
UnixWare.mk UnixWare 7 has move dup to X11R6, still less than X11R7, so default to 2011-09-17 08:10:33 +00:00

$NetBSD: README,v 1.1 2007/11/20 17:53:40 rillig Exp $

These files contain platform-specific definitions that are used by the
pkgsrc infrastructure.

TODO: Document all these variables.

=== Implementation notes ===

Do not try to extract the definitions that are common to all files into
another file (maybe common.mk). The code duplication is intentional
here.