summaryrefslogtreecommitdiff
path: root/mk/platform
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-31CPP is /bin/cpp on Cygwin.obache1-1/+2
2013-08-27fix openssl builtin support, at least for solarisrichard1-2/+2
2013-08-16Move platform-specific settings to the platform file.jperkin1-1/+5
2013-08-16Use the native mit-krb5 implementation by default on SunOS.jperkin1-1/+5
2013-07-26Add (Debian) GNU/kFreeBSD port.ryoon1-0/+74
2013-07-23Fix typo.ryoon1-2/+2
2013-07-15Default to using the native version of libexecinfo on SunOS.jperkin1-2/+3
2013-07-12Rename the PKGNAME for the OPSYS-specific user packages to include the OPSYS,jperkin4-8/+8
2013-07-05Apply removal of -export-dynamic for SunOS across all of pkgsrc.jperkin1-1/+5
2013-05-17Fix a pasting botch in v1.54 that killed Linux i386dsainty1-3/+2
2013-05-16_OPSYS_SYSTEM_RPATH must match _OPSYS_LIB_DIRS or else the buildlinkjperkin1-4/+2
2013-05-11On Debian/Ubuntu Linux, set system's library path as Debian's multiarchryoon1-1/+18
2013-04-28Introduce _OPSYS_LIB_DIRS and _OPSYS_INCLUDE_DIRS varables.obache21-20/+93
2013-04-08Note some variables defined in ${OPSYS}.mk.obache1-1/+106
2013-04-04Default to the native linux-pam implementation. It is availablejperkin1-1/+4
2013-03-13bump required user_cygwin package to 20130313.obache1-2/+2
2013-03-06Switch to use own user_cygwin for _USER_DEPENDS.obache1-2/+2
2013-03-01Enable check-shlibs if the user supplies a working readelf, e.g. from binutils.jperkin1-3/+10
2013-03-01Minix.mk: update GROUPADD/USERADD. OK by agc.tcort1-3/+3
2013-02-27introduce _OPSYS_EXE_SUFFIX, for platform specific executable suffix.obache1-1/+2
2013-02-27Drop Interix-ish, not for Cygwin.obache1-24/+1
2013-02-23prefer native X11 on Cygwin.obache1-1/+3
2013-02-22Fix ROOT_USER/ROOT_GROUP for Cygwin to Administrators/Administrators (not usingobache1-2/+3
2013-02-21${ID} is not defined here.obache1-4/+2
2013-02-20Use ${ID} instead of bare 'id'.obache1-3/+3
2013-02-20Fixes ROOT_GROUP setting for Cygwin.obache1-2/+4
2013-02-15check requirement of uac manifest, it is required for Windows Vistaobache1-1/+7
2013-02-10Add preference for Cygwin.obache1-0/+89
2013-02-09Minix now supports ELF shared libraries.tcort1-4/+5
2013-02-04Remove "-no-cpp-precomp" from CPP_PRECOMP_FLAGS.wiz1-4/+3
2013-02-01Prefer openssl from pkgsrc on SunOS by default.hans1-1/+2
2013-02-01Set LIBABISUFFIX on SunOS x86_64. Should probably also be done forhans1-1/+5
2012-11-26Default to builtin solaris-pam, allows PREFER_PKGSRC=yes to work.jperkin1-1/+4
2012-11-19Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif.ryoon14-28/+29
2012-11-09Add platform file for QNX - from Sean Boudreau, thanks!agc1-0/+103