pkgsrc/mk
bsiegert 60ec14b08f Support OS_VARIANT on Linux, support ChromeOS.
This adds a detection for Chrome OS and Chromium OS based on /etc/lsb-release,
which sets LOWER_VENDOR, like for other Linux distros. It also sets OS_VARIANT
to the value of LOWER_VENDOR, so we can have conditionals for ChromeOS. It is
missing some things that are silently assumed to be part of Linux base
systems, such as POSIX attr support, NIS and more.

ok jperkin@
2017-11-03 18:07:40 +00:00
..
build Remove hack working around NetBSD 1.5's specfiles. 2017-08-07 23:54:09 +00:00
buildlink3 don't try to create buildlinks if BUILDLINK_PREFIX.${_pkg_} is empty 2017-08-01 05:48:12 +00:00
check mk: Add support for SSP checks. 2017-10-03 09:43:06 +00:00
checksum Use :tA to make DISTINFO_FILE absolute when passing it to the fetch 2016-01-06 07:38:25 +00:00
cmake-Modules/Platform
compiler mk: Fix SSP detection when using pkgsrc GCC. 2017-10-03 09:38:16 +00:00
configure Update libtool packages to 2.4.6. 2017-03-06 16:14:07 +00:00
defaults Remove QMAIL_QFILTER_TMPDIR knob, no longer needed. 2017-10-28 15:56:48 +00:00
depends Added keywords for "make help". 2016-07-09 16:32:54 +00:00
emulator mk/emulator: Move Linux shlibs task settings to package Makefiles. 2017-08-21 12:49:16 +00:00
extract
features
fetch remove ftp variant when http server already exists 2017-09-29 06:17:12 +00:00
gnu-config Sync with upstream 2017-01-31 22:16:20 +00:00
haskell
help Improved index generation for "make help". 2017-10-31 16:24:42 +00:00
init Add "init" framework for management of init scripts for packages. 2017-06-01 02:08:04 +00:00
install Run pkg_add(1) and pkg_delete(1) using ${SETENV} ${PKGTOOLS_ENV}. 2017-08-19 00:30:19 +00:00
internal
misc mk: remove import target 2017-09-16 09:34:25 +00:00
package Get rid of XXX comment, everything is now installed from ${WRKDIR}/.destdir 2016-07-14 14:43:55 +00:00
patch
pbulk Use NetBSD rcsid. 2017-08-27 18:18:57 +00:00
pkgformat Comment out debug printf. 2017-10-06 14:46:21 +00:00
pkginstall Essentially from OBATA Akio in private mail, June 2015: 2017-06-14 16:23:09 +00:00
pkgtasks mk/pkgtasks: Bump dependency on "pkgtasks" to 1.15. 2017-08-23 17:53:32 +00:00
platform Typo 2017-11-01 15:29:09 +00:00
plist Essentially from OBATA Akio in private mail, June 2015: 2017-06-14 16:23:09 +00:00
scripts Remove unused scripts/shlib-type script. 2017-06-01 13:30:52 +00:00
tools Switch from mdocml to mandoc; remove obsolete references. 2017-08-01 15:09:52 +00:00
wrapper More consistent log output 2017-04-16 16:48:48 +00:00
alternatives.mk Remove mk/find-prefix.mk and its usage from the mk infrastructure. 2015-11-25 13:05:47 +00:00
apache.mk default to apache24 (not 22) 2017-03-11 18:29:24 +00:00
apache.module.mk
bdb.buildlink3.mk update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
bsd.fast.prefs.mk
bsd.hacks.mk
bsd.makevars.mk
bsd.options.mk Add PKG_DISABLED_OPTIONS. 2016-12-01 15:28:57 +00:00
bsd.pkg.barrier.mk
bsd.pkg.clean.mk
bsd.pkg.debug.mk
bsd.pkg.error.mk
bsd.pkg.mk mk: remove import target 2017-09-16 09:34:25 +00:00
bsd.pkg.readme.mk
bsd.pkg.subdir.mk
bsd.pkg.update.mk
bsd.pkg.use.mk Fix path to cross-libtool-base in TOOL_DEPENDS+= for crossbuilding 2017-03-05 10:38:37 +00:00
bsd.prefs.mk Support OS_VARIANT on Linux, support ChromeOS. 2017-11-03 18:07:40 +00:00
bsd.utils.mk
compiler.mk Improve USE_LANGUAGES explanation 2017-07-04 14:35:55 +00:00
curses.buildlink3.mk Describe USE_CURSES, FAKE_NCURSES and INCOMPAT_CURSES. 2017-03-20 00:30:30 +00:00
curses.builtin.mk Add vw_printw to list of functions to check for when assessing suitability 2017-04-24 12:16:38 +00:00
cwrappers.mk Add support for PKGSRC_MKPIE with cwrappers 2017-08-25 01:43:17 +00:00
db1.builtin.mk
djbware.mk Replace LOCALBASE usage with PREFIX. 2017-09-28 16:15:49 +00:00
dlopen.buildlink3.mk Append to PKG_FAIL_REASON rather than setting it so we don't overwrite other 2015-10-10 13:13:45 +00:00
dlopen.builtin.mk
endian.mk
fam.buildlink3.mk update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
fuse.buildlink3.mk fuse.h requires that _NETBSD_SOURCE is defined 2016-11-21 00:01:01 +00:00
haskell.mk Remove support for USE_DESTDIR=no. 2016-04-10 15:58:02 +00:00
java-env.mk
java-vm.mk Default to oracle-jdk8 on newer Darwin/x86_64. 2017-06-20 11:59:20 +00:00
jpeg.buildlink3.mk update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
krb5.buildlink3.mk update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
Kyuafile Add pkgsrc/mk/Kyuafile to drive all tests under pkgsrc/mk. 2017-06-01 02:37:12 +00:00
license.mk Add the zsh license and add it to the default acceptable list (MIT-like). 2017-05-11 12:56:21 +00:00
linux-pam.builtin.mk
motif.buildlink3.mk
mpi.buildlink3.mk Appease pkglint(1) - replace () with {} 2016-09-24 18:34:24 +00:00
mysql.buildlink3.mk Added support for mysql57 2016-09-21 14:27:51 +00:00
ocaml.mk Modified file so that opam automatically uses findlib 2017-10-17 09:42:52 +00:00
omf-scrollkeeper.mk
oss.buildlink3.mk Remove old logic about choosing audio device on freebsd which is 2017-05-28 21:53:06 +00:00
oss.builtin.mk support native linux implementations of oss 2016-09-18 05:25:18 +00:00
pam.buildlink3.mk
pax.mk Add aslr mprotect pax paxctl' keywords to help help' target. 2016-05-27 08:33:00 +00:00
pf.buildlink3.mk
pgsql.buildlink3.mk Added support for PostgreSQL 10.0 2017-10-23 20:34:27 +00:00
pkg-build-options.mk Ensure PBULK_CACHE_DIRECTORY exists before writing into it. 2017-03-08 16:16:40 +00:00
pthread.buildlink3.mk update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
pthread.builtin.mk
readline.buildlink3.mk update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
readline.builtin.mk
resolv.buildlink3.mk
smf.mk
solaris-pam.builtin.mk
subst.mk Fixed subst.mk not to corrupt files 2016-01-31 17:27:41 +00:00
termcap.buildlink3.mk update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
termcap.builtin.mk
terminfo.buildlink3.mk update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
terminfo.builtin.mk
unprivileged.mk
wxGTK.mk update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
x11.buildlink3.mk
x11.builtin.mk
x11.version.mk Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
xaw.buildlink3.mk Switch from x11/Xaw3d to newer x11/libXaw3d. 2015-10-14 20:17:24 +00:00