summaryrefslogtreecommitdiff
path: root/mk/defs.Interix.mk
AgeCommit message (Collapse)AuthorFilesLines
2004-06-18Remove Motif 1.2 functionality.kristerw1-2/+1
2004-05-31Use a cleaner approach for previous:jschauma1-1/+4
- set RSH on an opsys-specific basis, defaulting to /usr/bin/rsh (XXX: please confirm/verify this on your OS) - set SSH_RSHPATH to RSH in bsd.pkg.defaults.mk
2004-05-12Mention how SETGIDGAME and the other GAME vars are set per default.jschauma1-1/+12
Add commented-out definitions for all OPSYS - please adjust.
2004-05-05Use numeric uid/gid instead of Administrator/+Administrators, as nativetv1-2/+2
language non-English versions of Windows name these accounts differently.
2004-04-30Add an explicit DEPENDS on xpkgwedge-1.10 if USE_X11BASE is definedtv1-1/+6
(as 1.9 is not good enough).
2004-04-28Add Autoconf overrides that prevent recognition of <poll.h> or poll(2).tv1-1/+7
2004-04-27Factor out dependency on "user" package to its own variable.tv1-3/+4
2004-04-27Use ${USE_USERADD:D...} as .if may not catch it in time.tv1-4/+3
2004-04-27Interix now has user(8) emulation; use it.tv1-5/+8
2004-04-25PERL_REQD = 5.8.3nb1.tv1-2/+2
2004-04-22PKGDIRMODE for Interix is 775 (since umask is 002).tv1-1/+2
2004-04-22So the patch(1) shipped with Interix is just *slightly* too old: it can'ttv1-2/+2
cope with "new" files (i.e., -0+0 starting line). Do what AIX does and make pkgsrc depend on textproc/patch for Interix.
2004-04-21libtool 1.5.2nb7: Another Interix fix, this time removing any usage oftv1-2/+2
-fpic or -fPIC, as those produce horribly broken code. Rather, shlibs are relocated at runtime by the NT loader, and are compiled without any special PIC option.
2004-04-21Define the SERIAL_DEVICE defaults.tv1-4/+9
Remove "-fpic" and "-fPIC" via BUILDLINK_TRANSFORM globally. Turn on _USE_GNU_GETTEXT since there is no libintl in the base system.
2004-04-20Interix can have up to 262144 args according to libtool's "configure".tv1-6/+5
2004-04-19Add the 'maximum command line check' to all defs.*.mk files for consistencyjmmv1-1/+9
across all of them, but let it commented out until each responsible person for each system modifies it to work correctly. Requested by agc@.
2004-04-07Convert "${ECHO} -n" to "${ECHO_N}", and introduce that into the defs.*tv1-1/+2
files. On most platforms this resolves back to "${ECHO} -n".
2004-03-30Interix needs pkg_install 20040330 or later.tv1-1/+2
2004-03-29umask should be 002.tv1-2/+2
2004-03-11Get rid of all occurrences of cpp-like tests for ${OPSYS} inagc1-1/+2
bsd.pkg.mk, and use the abstracted means of determining generic shared lib type per operating system.
2004-03-11Fix imake_man_suffix.tv1-3/+3
2004-03-11Use true-GNU patch(1) backup switches.tv1-2/+2
2004-03-11Do the SunOS-style pax-as-tar walk.tv1-5/+5
2004-03-11Fix "root" user and group.tv1-4/+4
2004-03-11Add Interix bits.tv1-0/+147