summaryrefslogtreecommitdiff
path: root/mk/platform/NetBSD.mk
AgeCommit message (Expand)AuthorFilesLines
2022-05-21mk: set EXTRACT_ENV on NetBSD<9, seen on tech-pkgnia1-1/+5
2022-03-03mk/platform: Add a variable for detectic static PIE support.nia1-1/+7
2021-11-29mk: Use OPSYS_VERSION where appropriate.jperkin1-4/+3
2021-11-09mk: For consistency, rename PKG_HAS_ to OPSYS_HAVE_.nia1-4/+4
2021-11-09mk: Create per-platform PKG_HAVE_EVENTFD and PKG_HAVE_TIMERFD variables.nia1-1/+11
2021-10-12mk: Register support for RELRO on NetBSD/powerpc. Tested on macppc.nia1-2/+3
2021-09-27mk: Register support for MKPIE on more NetBSD archs, syncing withnia1-2/+6
2021-04-25various fixes for arm64 big endian support.mrg1-3/+5
2020-12-20Fix error, pointed out by jperkin, thanksmaya1-2/+2
2020-12-20Simplify check, trust the user's PKGDB_DIR instead of second guessing it.maya1-4/+2
2020-12-18Move the pkgdb compatibility error to a NetBSD-specific file to avoidmaya1-1/+9
2020-12-14Allow PIE and RELRO on aarch64js1-3/+5
2020-03-22Add a ulimit flag for address space limits. Support it on NetBSD forjoerg1-5/+6
2020-03-12mk/platform/NetBSD.mk: Default to bsdtargdt1-1/+4
2019-01-09Add RELRO support for clang, based on the gcc logic.wiz1-2/+2
2017-11-12Add initial support for building packages reproduciblykhorben1-1/+4
2017-10-03mk: Disable SSP checks on systems where it is provided in libc.jperkin1-1/+2
2017-08-07Remove hack working around NetBSD 1.5's specfiles.maya1-7/+1
2017-08-07Disable fortify on netbsd<6.maya1-1/+6
2017-07-24Don't bother with a version check for alpha cflagsmaya1-6/+3
2017-07-09Register support for PKGSRC_USE_STACK_CHECKkhorben1-1/+7
2017-07-04Implement a check for RELROkhorben1-2/+4
2017-05-31Move detection of shared library type into the platform file.jlam1-2/+10
2016-10-27Enable cwrappers by default on NetBSD.wiz1-1/+3
2016-03-11Re-arrange support for FORTIFY/MKPIE/RELRO/SSPkhorben1-10/+2
2016-03-11Add support for a number of security featureskhorben1-12/+28
2016-03-10Remove _OPSYS_WHOLE_ARCHIVE_FLAG and _OPSYS_NO_WHOLE_ARCHIVE_FLAG, thesejperkin1-6/+1
2015-08-10Add support for building with fortifykhorben1-1/+6
2015-07-27More efficient check if SSP is enabledkhorben1-3/+3
2015-07-26Add support for compiling with stack-smashing protectionkhorben1-1/+11
2015-05-26Let's unconditionally depend on useradd on NetBSD. It has been in basejoerg1-7/+1
2015-04-21Add a new ulimit modifier for cputime. Support raising limits forjoerg1-1/+2
2014-09-02Default to X11_TYPE=modular on netbsd-5.gdt1-2/+4
2013-04-28Introduce _OPSYS_LIB_DIRS and _OPSYS_INCLUDE_DIRS varables.obache1-1/+3
2012-11-19Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif.ryoon1-2/+2
2012-03-19Drop imake-check logic from X11 components' builtin.mk.joerg1-19/+1
2012-02-28Fix comment about NetBSD X11: the default for NetBSD 4 is now "modular".tron1-2/+2
2011-09-18switch NetBSD-4 and AIX to default to modular X11_TYPEabs1-2/+2
2011-09-10From "What platforms work with X11_TYPE=native" thread on pkgsrc-users.abs1-1/+6
2010-07-08Begin cleanup of setgid game infrastructure.dholland1-14/+1
2009-07-26Get rid of an abstraction violation which has been in the tree sinceagc1-1/+3
2008-08-10Use patch --suffix instead of -b, the latter will be problematic whenjoerg1-2/+2
2008-04-03Move handling of pkg_install version into flavor. Add an explicitjoerg1-6/+4
2008-03-04+ Conditionally add GAMES_USER and GAMES_GROUP to the platform *.mkjlam1-3/+5
2008-01-16Make the default rpath for USE_CHECK_SHLIBS_ELF a platform variable.joerg1-1/+3
2007-10-19Reverted the last changes, which factored out some definitions that arerillig1-4/+14
2007-10-18Factored out the parts that are common between all the supportedrillig1-14/+4
2007-08-21* Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use thejlam1-1/+4
2007-08-01Note the proper /emul/* dir for Darwin libraries.jlam1-1/+2
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam1-1/+11