Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-16 | Remove references to WINDOWMAKER_{OPTIONS,THEMES} | khorben | 1 | -13/+1 | |
From what I can tell, this is no longer in use. | |||||
2017-04-16 | More consistent log output | khorben | 1 | -2/+2 | |
2017-04-10 | Let GCC 4.4 handle requests for GCC 4.[0-4] to ensure we are consistent in | jperkin | 1 | -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-09 | xz is a valid compression algorithm. | joerg | 1 | -2/+2 | |
2017-04-09 | Describe qmail-run-ofmipd. | schmonz | 1 | -0/+1 | |
2017-04-05 | Remove traces of textproc/php-dom which is not needed anymore, now that dom ↵ | fhajny | 1 | -1/+0 | |
is built into PHP. Bump resp. PKGREVISION. | |||||
2017-04-04 | Define default names for qmail users and groups. | schmonz | 1 | -1/+19 | |
2017-04-01 | Fixed typo. | rillig | 1 | -3/+3 | |
2017-04-01 | Describe qmail-srs option (Sender Rewriting Scheme). | schmonz | 1 | -0/+1 | |
2017-03-24 | Remove binary-only realplayer-codecs package from 2004. | wiz | 1 | -1/+0 | |
2017-03-23 | Describe qmail-maildiruniq and qmail-rcptcheck. | schmonz | 1 | -0/+2 | |
2017-03-21 | QMAILDIR used to default to "/var/qmail" out of concern for distributors' | schmonz | 1 | -3/+3 | |
obligations. Default to ${VARBASE}/qmail instead: effectively the same default, and helps for e.g. UNPRIVILEGED. | |||||
2017-03-20 | quickly remove debug | roy | 1 | -2/+2 | |
2017-03-20 | Roll the duplicated function and define tests into lists and then loop | roy | 1 | -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-20 | Describe USE_CURSES, FAKE_NCURSES and INCOMPAT_CURSES. | roy | 1 | -1/+29 | |
2017-03-20 | Add a test for syncok(3). | roy | 1 | -1/+11 | |
2017-03-11 | default to apache24 (not 22) | maya | 1 | -2/+2 | |
2017-03-08 | Ensure PBULK_CACHE_DIRECTORY exists before writing into it. | jperkin | 1 | -1/+2 | |
2017-03-08 | Mark SunOS as _INCOMPAT_CURSES, there are lots of issues with the recent work | jperkin | 1 | -1/+6 | |
to use the curses framework and this is the simplest solution for now. | |||||
2017-03-06 | Update libtool packages to 2.4.6. | jperkin | 1 | -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-05 | Fix path to cross-libtool-base in f2c.mk for crossbuilding | kamil | 1 | -3/+3 | |
2017-03-05 | Fix path to cross-libtool-base in TOOL_DEPENDS+= for crossbuilding | kamil | 1 | -2/+2 | |
2017-02-03 | Describe gstreamer-ptp-suid. requested by wiz. | maya | 1 | -0/+1 | |
2017-02-01 | MACHINE_ARCH is set to powerpc64le during bootstrap, adjust if statement to | sevan | 1 | -2/+2 | |
check for new value. | |||||
2017-02-01 | powerpc64le is little endian. | sevan | 1 | -3/+3 | |
2017-02-01 | Indent conditionals to improve legibility. No functional change. | jperkin | 1 | -14/+14 | |
2017-02-01 | Add ppc64le paths from the Debian/Ubuntu multiarch hierarchy. | sevan | 1 | -1/+6 | |
Tested on Ubuntu for POWER8. Thanks to John Klos. | |||||
2017-01-31 | Sync with upstream | sevan | 2 | -77/+119 | |
2017-01-28 | replace ftp at kernel.org with http. it will shut down soon. | maya | 1 | -2/+2 | |
2017-01-21 | Always take the flex version from the second word of the version string. | brook | 1 | -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-18 | Coorect version of libtool to current one. | taca | 1 | -2/+2 | |
2017-01-17 | Bump LIBTOOL_REQD, newer version needed for cwrappers. | wiz | 2 | -4/+3 | |
PR 51826. | |||||
2017-01-17 | Cache and use computed variables. | jperkin | 1 | -2/+6 | |
2017-01-15 | Fixed inconsistencies in comments. | rillig | 1 | -30/+28 | |
2017-01-15 | Document the gcc-graphite option, used by lang/gcc* | sevan | 1 | -0/+1 | |
https://gcc.gnu.org/wiki/Graphite | |||||
2017-01-09 | Add checkpassword-suid option, off by default. | schmonz | 1 | -0/+1 | |
2017-01-05 | Add a test for resize_term(3). | roy | 1 | -28/+38 | |
2017-01-05 | Add a test for set_escdelay | roy | 2 | -9/+19 | |
2017-01-04 | Support FAKE_NCURSES=yes for pdcurses and ncursesw. | roy | 1 | -13/+15 | |
2017-01-02 | Add support for detecting the ncurses extension getsyx(3) in system curses. | roy | 1 | -1/+11 | |
2017-01-02 | Update djbware configury for new bglibs file locations. | schmonz | 1 | -3/+3 | |
2017-01-01 | Update comment with default Emacs version | tron | 1 | -2/+2 | |
2016-12-30 | Corrected an inaccurate comment. No actual changes in behaviour. | jaapb | 1 | -2/+2 | |
2016-12-29 | Remove last mentions of gcc45,46,47 in mk/. | maya | 1 | -60/+1 | |
No functional change intended. | |||||
2016-12-29 | Remove some of the mentions for gcc{45,46,47}. | maya | 1 | -34/+5 | |
No functional change intended. Still a few left. | |||||
2016-12-29 | Make GCC_REQD+= 4.5 to 4.8 resolve to 4.8 (dropping the possibility to | maya | 1 | -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-29 | Fix USE_CURSES feature support. | roy | 1 | -18/+18 | |
2016-12-17 | Add optional caching of extracted build options. As the number of users | joerg | 2 | -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-16 | Enable OpenJDK 7 and 8 on Linux. Add builtin support. | asau | 1 | -1/+5 | |
Tested on openSUSE 11-42. | |||||
2016-12-11 | Update MASTER_SITE_XEMACS: | hauke | 1 | -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 |