summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2017-04-26Only perform the CHECK_WRKREF_EXTRA_DIRS check on the resolved path ratherjperkin1-7/+7
than on all of the rpaths. We can't always exclude the rpath being added, for example when the compiler adds its own behind our back, so this avoids false positives.
2017-04-24Add vw_printw to list of functions to check for when assessing suitabilitysborrill1-2/+2
of builtin curses
2017-04-23Remove reference to misc/rubygems and RUBY_VER is "18".taca1-8/+2
2017-04-21Check for paxctl's existence rather than version+arch check.maya1-3/+2
It likely only matched amd64 before (looks like i386 had a typo), but it's necessary on most netbsd archs since netbsd-7.99.x.
2017-04-21Workaround for make(1) from recent NetBSD-current to detect paxctlryoon1-3/+3
2017-04-17Remove mpeg4ip, unused in pkgsrc, newer version in multimedia/libmp4v2.wiz1-1/+0
2017-04-16Add granularity to PKGSRC_USE_FORTIFY and PKGSRC_USE_RELROkhorben3-14/+31
The new options are, for FORTIFY: "no" Do not pass any flags for FORTIFY "weak" Pass -D_FORTIFY_SOURCE=1 "strong" Pass -D_FORTIFY_SOURCE=2 This allows users to reduce the level of FORTIFY specified if necessary or desired. The previous setting as "yes" is now equivalent to "strong" (the default when enabling). The new options are, for RELRO: "no" Do not pass any flags for RELRO "partial" Pass -Wl,-z,relro "full" Pass -Wl,-z,relro -Wl,-z,now This allows users to reduce the level of RELRO specified if necessary or desired. The previous setting as "yes" is now equivalent to "full" (the default when enabling). This is intended to match the changes committed by jperkin@ (for SSP) after our discussion a (long) while back. No functional change intended (with the settings supported so far).
2017-04-16Remove references to WINDOWMAKER_{OPTIONS,THEMES}khorben1-13/+1
From what I can tell, this is no longer in use.
2017-04-16More consistent log outputkhorben1-2/+2
2017-04-10Let GCC 4.4 handle requests for GCC 4.[0-4] to ensure we are consistent injperkin1-4/+4
using the closest match for each request, as well as fixing platforms where GCC 6 does not yet build or is unsupported.
2017-04-09xz is a valid compression algorithm.joerg1-2/+2
2017-04-09Describe qmail-run-ofmipd.schmonz1-0/+1
2017-04-05Remove traces of textproc/php-dom which is not needed anymore, now that dom ↵fhajny1-1/+0
is built into PHP. Bump resp. PKGREVISION.
2017-04-04Define default names for qmail users and groups.schmonz1-1/+19
2017-04-01Fixed typo.rillig1-3/+3
2017-04-01Describe qmail-srs option (Sender Rewriting Scheme).schmonz1-0/+1
2017-03-24Remove binary-only realplayer-codecs package from 2004.wiz1-1/+0
2017-03-23Describe qmail-maildiruniq and qmail-rcptcheck.schmonz1-0/+2
2017-03-21QMAILDIR used to default to "/var/qmail" out of concern for distributors'schmonz1-3/+3
obligations. Default to ${VARBASE}/qmail instead: effectively the same default, and helps for e.g. UNPRIVILEGED.
2017-03-20quickly remove debugroy1-2/+2
2017-03-20Roll the duplicated function and define tests into lists and then looproy1-96/+28
through each with one test. Reduces code size, makes reading it a lot easier and is more maintainable. Patch from jperkin@
2017-03-20Describe USE_CURSES, FAKE_NCURSES and INCOMPAT_CURSES.roy1-1/+29
2017-03-20Add a test for syncok(3).roy1-1/+11
2017-03-11default to apache24 (not 22)maya1-2/+2
2017-03-08Ensure PBULK_CACHE_DIRECTORY exists before writing into it.jperkin1-1/+2
2017-03-08Mark SunOS as _INCOMPAT_CURSES, there are lots of issues with the recent workjperkin1-1/+6
to use the curses framework and this is the simplest solution for now.
2017-03-06Update libtool packages to 2.4.6.jperkin1-1/+5
Changes since 2.4.2 are too numerous to mention, with over 4,700 lines in the ChangeLog file. However, this release does at least fix a large number of build failures on SmartOS, and doesn't appear to cause any obvious regressions in bulk builds performed by Joerg and myself. Some pkgsrc cleanups while here, including merging the MirBSD patches correctly. It couldn't be made much clearer how to properly integrate patches here to ensure they are not lost. Next time you might not be so fortunate!
2017-03-05Fix path to cross-libtool-base in f2c.mk for crossbuildingkamil1-3/+3
2017-03-05Fix path to cross-libtool-base in TOOL_DEPENDS+= for crossbuildingkamil1-2/+2
2017-02-03Describe gstreamer-ptp-suid. requested by wiz.maya1-0/+1
2017-02-01MACHINE_ARCH is set to powerpc64le during bootstrap, adjust if statement tosevan1-2/+2
check for new value.
2017-02-01powerpc64le is little endian.sevan1-3/+3
2017-02-01Indent conditionals to improve legibility. No functional change.jperkin1-14/+14
2017-02-01Add ppc64le paths from the Debian/Ubuntu multiarch hierarchy.sevan1-1/+6
Tested on Ubuntu for POWER8. Thanks to John Klos.
2017-01-31Sync with upstreamsevan2-77/+119
2017-01-28replace ftp at kernel.org with http. it will shut down soon.maya1-2/+2
2017-01-21Always take the flex version from the second word of the version string.brook1-2/+2
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-18Coorect version of libtool to current one.taca1-2/+2
2017-01-17Bump LIBTOOL_REQD, newer version needed for cwrappers.wiz2-4/+3
PR 51826.
2017-01-17Cache and use computed variables.jperkin1-2/+6
2017-01-15Fixed inconsistencies in comments.rillig1-30/+28
2017-01-15Document the gcc-graphite option, used by lang/gcc*sevan1-0/+1
https://gcc.gnu.org/wiki/Graphite
2017-01-09Add checkpassword-suid option, off by default.schmonz1-0/+1
2017-01-05Add a test for resize_term(3).roy1-28/+38
2017-01-05Add a test for set_escdelayroy2-9/+19
2017-01-04Support FAKE_NCURSES=yes for pdcurses and ncursesw.roy1-13/+15
2017-01-02Add support for detecting the ncurses extension getsyx(3) in system curses.roy1-1/+11
2017-01-02Update djbware configury for new bglibs file locations.schmonz1-3/+3
2017-01-01Update comment with default Emacs versiontron1-2/+2
2016-12-30Corrected an inaccurate comment. No actual changes in behaviour.jaapb1-2/+2