summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
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
2016-12-29Remove last mentions of gcc45,46,47 in mk/.maya1-60/+1
No functional change intended.
2016-12-29Remove some of the mentions for gcc{45,46,47}.maya1-34/+5
No functional change intended. Still a few left.
2016-12-29Make GCC_REQD+= 4.5 to 4.8 resolve to 4.8 (dropping the possibility tomaya1-12/+3
match for 4.5, 4.6, 4.7, which will soon be dropped). This commit is the functional change. Cleanup will be done in separate commits.
2016-12-29Fix USE_CURSES feature support.roy1-18/+18
2016-12-17Add optional caching of extracted build options. As the number of usersjoerg2-4/+17
of this feature has exploded over recent years, this avoids quadratic complexity for many packages during scan and build phase of a bulk build. Pbulk logic for exploiting this feature will be committed separately. Over all, this saves ~66% for wm/xfce4-wm with initially empty cache and ~90% when the cache is populated. Total scan time can be cut in half.
2016-12-16Enable OpenJDK 7 and 8 on Linux. Add builtin support.asau1-1/+5
Tested on openSUSE 11-42.
2016-12-11Update MASTER_SITE_XEMACS:hauke1-6/+5
- remove three defunct mirrors - remove xemacs.org - its hoster tux.org went down, and the master site as well as all the *.xemacs.org DNS entries are gone - add two mirrors that run under their own domain name