pkgsrc/mk
brook 3f7b4beddb Always take the flex version from the second word of the version string.
When necessary, the flex version is obtained from the version string reported
by running flex.  Generally, the first word of the version string is flex and
and the second is a version number.  At least for MacOS, there is a third
vendor-specific word.  The sed command previously used to capture the flex
version captured the last word, not the second one, because the first capture
group was too greedy and could capture more than a single word.  Instead,
force the capture groups to capture only words, i.e., no blanks, and use the
second word for the version.
2017-01-21 17:10:26 +00:00
..
build Remove support for USE_DESTDIR=no. 2016-04-10 15:58:02 +00:00
buildlink3 Replaced while loop with for loop and initialized indentation. 2016-07-10 07:08:21 +00:00
check Fix for otool from Xcode 8.0 2016-08-20 18:52:42 +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 Remove last mentions of gcc45,46,47 in mk/. 2016-12-29 23:16:26 +00:00
configure Add support for overloading CMAKE_INSTALL_PREFIX 2016-10-21 11:13:35 +00:00
defaults Fixed inconsistencies in comments. 2017-01-15 23:55:30 +00:00
depends Added keywords for "make help". 2016-07-09 16:32:54 +00:00
emulator Remove mk/find-prefix.mk and its usage from the mk infrastructure. 2015-11-25 13:05:47 +00:00
extract
features
fetch Update MASTER_SITE_XEMACS: 2016-12-11 19:19:36 +00:00
gnu-config Sync with upstream 2015-06-03 19:18:41 +00:00
haskell
help Get rid of INSTALLATION_PREFIX. 2016-06-19 20:03:09 +00:00
install Support NetBSD man/html entries. Fixes deforaos-*. 2016-07-26 08:41:36 +00:00
internal
misc Run mk/scripts/mkreadme in quiet mode by default. 2016-07-11 22:53:48 +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 Add optional caching of extracted build options. As the number of users 2016-12-17 23:41:51 +00:00
pkgformat Omit pkg_tarup during replace in destdir mode 2016-09-19 12:26:08 +00:00
pkginstall Updated pkginstall framework to correct bug in findlib registration. 2016-06-25 13:52:28 +00:00
platform Bump LIBTOOL_REQD, newer version needed for cwrappers. 2017-01-17 22:57:39 +00:00
plist Support NetBSD man/html entries. Fixes deforaos-*. 2016-07-26 08:41:36 +00:00
scripts Less noise. 2016-08-19 12:17:26 +00:00
tools Always take the flex version from the second word of the version string. 2017-01-21 17:10:26 +00:00
wrapper Allow '-l m' like '-lm' and update the comment for -l and -D 2016-09-16 13:12:29 +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
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 Explicitly unset CONFIG_SITE. Some Linux distributions like SuSE set it 2016-08-26 16:51:56 +00:00
bsd.pkg.readme.mk
bsd.pkg.subdir.mk
bsd.pkg.update.mk
bsd.pkg.use.mk Coorect version of libtool to current one. 2017-01-18 05:33:39 +00:00
bsd.prefs.mk Add support for enabling cwrappers automatically. USE_CWRAPPERS now defaults 2016-10-27 10:31:05 +00:00
bsd.utils.mk
compiler.mk Prepend the ABI flags to allow interested programs like qemu to 2016-11-10 20:59:43 +00:00
curses.buildlink3.mk Add a test for set_escdelay 2017-01-05 21:19:24 +00:00
curses.builtin.mk Add a test for resize_term(3). 2017-01-05 21:32:39 +00:00
cwrappers.mk Hook up the prepend support. 2016-10-05 12:46:43 +00:00
db1.builtin.mk
djbware.mk Update djbware configury for new bglibs file locations. 2017-01-02 02:20:52 +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 Enable OpenJDK 7 and 8 on Linux. Add builtin support. 2016-12-16 16:27:23 +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
license.mk add unicode to DEFAULT_ACCEPTABLE_LICENSES 2016-11-18 09:43:39 +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 Corrected an inaccurate comment. No actual changes in behaviour. 2016-12-30 11:45:28 +00:00
omf-scrollkeeper.mk
oss.buildlink3.mk
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 postgresql96 support 2016-10-30 08:57:12 +00:00
pkg-build-options.mk Add optional caching of extracted build options. As the number of users 2016-12-17 23:41:51 +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
tex.buildlink3.mk update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
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