summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2018-11-10mk/misc: in show-all, list values of *_ENV and *_ARGS in separate linesrillig1-15/+57
The *_ENV and *_ARG values are typically very long, and reading them in a single line is unnecessarily difficult. Therefore, each of their values is listed on a separate line, for example: fetch: usr DIST_PATH (undefined) pkg MASTER_SITES = \ http://ftp.gnome.org/pub/GNOME/sources/glib/2.56/ \ ftp://ftp.gnome.org/pub/GNOME/sources/glib/2.56/ \ ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/glib/2.56/ \ https://download.gnome.org/sources/glib/2.56/ \ # end of MASTER_SITES pkg DIST_SUBDIR (undefined)
2018-11-09Remove leftover from testing. Clearly had been time to take a break.schmonz1-2/+2
2018-11-09mk/help: update information about environment variables like MAKE_ENVrillig1-31/+38
2018-11-08Fix previous. Time to stop committing for the day.schmonz1-2/+2
2018-11-08Add OSX_TOLERATE_SDK_SKEW to control whether we try to find anschmonz1-4/+5
unversioned SDK if the versioned lookup fails. Off by default, as before; must be explicitly enabled, as suggested by gdt@.
2018-11-07If an SDK matching our OS X version isn't found -- for instance, becauseschmonz1-1/+4
OS X has been upgraded and Xcode hasn't been -- try again without specifying the version. This (1) works better and (2) gives a better error message when it doesn't. From Markus Mayer in PR pkg/50317.
2018-11-05Optionally detect whether the compiler supports "-fstack-protector-strong".schmonz1-2/+2
If not, set _OPSYS_SUPPORTS_SSP=no during bootstrap and in mk.conf. Do SSP detection on "SunOS", and let mk/platform/SunOS.mk's default "yes" be overridden in mk.conf. No change to generated mk.conf on NetBSD 8 or CentOS 6. Fixes bootstrap on Tribblix.
2018-11-05Add unzip. From Minix 3.4RC6sevan1-1/+2
2018-11-05Reduce whitespace noise when compared to NetBSD config. NFCsevan1-11/+11
2018-11-05Add gsoelim, readlink, sdiff, shlock, soelim. From Minix 3.4RC6sevan1-1/+6
2018-11-05Add the relevant parts for cross compilation on Minix. - untested but thesevan1-1/+37
relevant paths are set as expected.
2018-11-05provide paths for byacc, gegrep, gfgrep, ggrep, install-info, makeinfo, openssl,sevan1-1/+10
xz, xzcat on Minix. From Minix 3.4RC6
2018-10-29Don't rely on gcc version fallthrough for GCC_REQD+=8abs1-2/+2
(Thanks to eagle eyes from leot@)
2018-10-29Update path to false(1). nologin(8) exists on Minix 3.4RC6, however, currentlysevan1-2/+2
status is set to 0 despite exiting with 1
2018-10-29Update some more paths from Minix 3.4RC6sevan1-4/+4
2018-10-29Update path to chown(8) as found on Minix 3.4RC6sevan1-2/+2
2018-10-29Use the same method to create the pbulk user on Minix as NetBSDsevan1-2/+2
2018-10-29Minix 3 is ELF basedsevan1-1/+3
2018-10-28Add GCC_REQD+=8 support to compiler/gcc.mkabs1-4/+38
2018-10-28libcompat_minix was removed some years back and minlib does not exist as asevan1-2/+1
linkable library in 3.4RC6 so don't try to link against these.
2018-10-28Minix runs on platforms besides x86, match GNU config.guess.sevan1-2/+2
2018-10-28Update location for true(1), taken from 3.4RC6 build.sevan1-2/+2
2018-10-24Remove old checkpassword, djbdns, and qmail options. Catch up to a newschmonz1-14/+1
djbdns option.
2018-10-23Remove dead mozilla mirrors. ESR mirrors are not used.maya1-10/+1
2018-10-23lang/rust: Extract .cargo without making a copy in ${WRKDIR}minskim1-3/+3
2018-10-23postgresql11: added version 11.0adam1-3/+12
PostgreSQL 11 provides users with improvements to overall performance of the database system, with specific enhancements associated with very large databases and high computational workloads. Further, PostgreSQL 11 makes significant improvements to the table partitioning system, adds support for stored procedures capable of transaction management, improves query parallelism and adds parallelized data definition capabilities, and introduces just-in-time (JIT) compilation for accelerating the execution of expressions in queries.
2018-10-17mk: Add native GNU/BSD grep where they are known to exist.jperkin4-4/+19
2018-10-17mk: Add support for a ggrep tool.jperkin1-8/+22
This is for when GNU features are required that aren't available in some other greps, for example -o or --color. If ggrep is requested then it takes precedence over grep/egrep/fgrep and the GNU versions are used for all three. BSD grep aims for GNU compatibility so it is anticipated that it can be used as a native tool to avoid a dependency on textproc/grep on platforms that provide it.
2018-10-13drop ftp://ftp.gnu.org, they have a notice stating they intend to shut downmaya1-3/+2
ftp services. (http remains)
2018-10-11Fix for platform/Haiku.mk:12: Makefile lines should not start with space ↵adam1-2/+2
characters.
2018-10-09Support single digit GCC_REQ values (5, 6 or 7)abs1-9/+9
Do not add 4 to avoid confusion between gcc44/48/49 Also switch USE_PKGSRC_GCC_RUNTIME checks to use _GCC_PKGBASE to match against selected gcc
2018-10-08Fix whitespace issues reported by pkglintrillig2-5/+5
2018-10-08Remove leading whitespacerillig1-2/+2
2018-10-08Remove trailing whitespacerillig1-2/+2
2018-10-04Add ripoffline as a curses function to test forroy1-2/+2
2018-10-04add generic "ocaml" option for building optional ocaml bindings in packagestnn1-0/+1
2018-10-01s/wip/games/, thanks leot for the ping.maya1-2/+2
2018-10-01check-shlibs.mk: avoid l10n of awk-parsed messages.triaxx1-1/+2
Fix PR 53119
2018-09-30Add love.mk, helps generate wrappers to execute LOVE2D gamesmaya1-0/+23
with the correct LOVE version.
2018-09-30describe av1 option.maya1-0/+1
2018-09-29GCC 8.0 as the compiler in base is incoming.sevan1-2/+2
2018-09-16Sync with upstream, among the various changes is the update to the MINIX entry.sevan2-1557/+1522
2018-09-14mk: enable Java on NetBSD-*-aarch64tnn1-1/+4
2018-09-03mk: describe canlock optionwiz1-0/+1
2018-08-22Remove clauses 3,4 from TNF-only copyright blocks.maya99-793/+100
This is based on the decision The NetBSD Foundation made in 2008 to do so, which was already applied to src. This change has been applied to code which is likely not in other repositories. ok board@, reviewed by riastradh@
2018-08-20options.description: add descriptions for flnews options.wiz1-0/+2
2018-08-19pkglint fixadam1-2/+2
2018-08-18Fix typo. Thank you, jperkin@.ryoon1-2/+2
2018-08-18Add fcitx optionryoon1-0/+1
2018-08-18Fix typo in variable nameryoon1-3/+3