summaryrefslogtreecommitdiff
path: root/mk/platform
AgeCommit message (Expand)AuthorFilesLines
2015-06-26Always use current system version SDK avoiding future SDKs, because this make...adam1-3/+9
2015-06-04Introduce preliminary support for Bitrig to pkgsrcsevan1-0/+75
2015-05-26Let's unconditionally depend on useradd on NetBSD. It has been in basejoerg1-7/+1
2015-05-21The path to SU is correctsevan1-3/+1
2015-05-08For 64bit little endian PowerPC hosts running Linuxsevan1-1/+6
2015-04-21Add a new ulimit modifier for cputime. Support raising limits forjoerg7-7/+14
2015-04-19NOLOGIN needs to be /usr/bin/false here. Probably copy-pasto from OSF1.mk.tnn1-2/+2
2015-04-18fix comment about pkgtools/compat_headerstnn2-4/+4
2015-04-17Default to the native getopt when available.jperkin1-1/+2
2015-04-17Stop defaulting to the builtin mit-krb5, it's an old copy which isjperkin1-2/+1
2015-03-19Report that SunOS 5.10 and older don't have "err.h".tron1-1/+4
2015-02-16Remove obsolete bulk build variables.jperkin1-8/+1
2015-02-01Revert "Drop obsolated old bulk build related variable settings."obache1-1/+8
2015-01-0310.9 also has Xcode 6.gdt1-2/+5
2015-01-03My OS X Yosemite machine says Xcode is version 6.1.1.ryoon1-2/+2
2014-11-22Do not use gcc-specific compiler flags on Mac OS versions that come withbsiegert1-1/+6
2014-11-21Drop obsolated old bulk build related variable settings.obache1-8/+1
2014-09-10Expand --version-script removals for SunOS back out into package Makefilesjperkin1-2/+1
2014-09-02Default to X11_TYPE=modular on netbsd-5.gdt1-2/+4
2014-08-28Expand out the list of GNU ld flags we want to remove, rather than applyingjperkin1-2/+11
2014-08-28Remove any -Wl,--* arguments, they are guaranteed to be GNU ld specificjperkin1-2/+2
2014-08-21Add -Wl,-export-dynamic to the list of GNU ld patterns to remove.jperkin1-1/+2
2014-08-17Don't use "/bin/ksh" as wrapper shell under Mac OS X Mavericks.tron1-2/+3
2014-08-14Fix packages creation on Interix.cheusov1-2/+2
2014-08-13Interix has dlopen(3) and family, they are provided by gcc (Interix-6.1).cheusov1-1/+7
2014-08-01Document what Yosemite looks like (modulo XCode, which I haven't needed).schmonz1-1/+2
2014-07-25Fix shlib check error under DragonFly 3.8.1.ryoon1-3/+3
2014-06-10Always use OpenPAM as fallback PAM implementation if a native one isjoerg1-2/+0
2014-06-09-lpthread not needed, it's in libroot.obache1-2/+2
2014-05-18catch up to /boot/common removal, adust header/library location.obache1-1/+8
2014-05-18Haiku has groupadd now.obache1-2/+4
2014-05-18On Haiku:obache1-4/+4
2014-03-19MirBSD: remove -fvisibility=hidden until there is a version of gcc thatbsiegert1-2/+4
2014-03-14Add SCO OpenServer 5 and 6 support, 6 support is not tested yet.ryoon1-0/+76
2014-03-11Introduce infrastructure support for SMF.jperkin1-1/+6
2014-03-07When building 32-bit packages on x86_64 GNU ld isn't smart enough tojperkin1-1/+8
2014-02-20Prefer the native libexecinfo implementation by default.jperkin1-4/+5
2014-02-20Prefer the native libinotify implementation by default.jperkin1-1/+2
2014-02-19Use the _OPSYS_PREFER mechanism rather than LIBC_BUILTINS.jperkin2-4/+14
2014-02-14document _OPSYS_PREFER.<pkg>obache1-1/+4
2013-12-31Check for stdio.h in /usr/include test, as on upgrades the /usr/includejperkin1-3/+4
2013-11-24Don't use "${ECHO}" which isn't defined yet, hard code "echo" instead.tron1-2/+2
2013-11-24Handle older versions of xcrun.jperkin1-2/+2
2013-11-23Use xcrun to determine the full path to the SDK, and use the headers fromjperkin1-13/+13
2013-11-23fixes 3rdparty header pathobache1-2/+2
2013-11-01OSX Mavericks and Xcode 5 no longer ship system headers in /usr/include, theyjperkin1-1/+13
2013-11-01Move platform-specific code to the platform file.jperkin1-1/+8
2013-10-13Remove config.rpath override file and related code.wiz2-4/+2
2013-09-12Introduce CATMAN_SECTION_SUFFIX which if set to 'yes' will ensure thatjperkin1-1/+2
2013-09-04Introduce _OPSYS_PREFER.<pkg> variables as a way to set an advisoryjperkin4-15/+15