Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-10 | Fix mips ABI setup which cannot have possibly worked for a long time. | jperkin | 1 | -19/+7 | |
2016-10-09 | Bump pgsql default to 95. | wiz | 1 | -2/+2 | |
2016-10-05 | Hook up the prepend support. | joerg | 1 | -1/+4 | |
2016-10-03 | Allow sissl-1.1 per default | wiz | 1 | -1/+2 | |
See https://opensource.org/licenses/sisslpl | |||||
2016-10-03 | ibm-public-license-1.0 -> ipl-1.0 | wiz | 1 | -2/+2 | |
2016-09-24 | Appease pkglint(1) - replace () with {} | kamil | 1 | -3/+3 | |
No functional change | |||||
2016-09-21 | Added support for mysql57 | adam | 1 | -4/+14 | |
2016-09-19 | Omit pkg_tarup during replace in destdir mode | gdt | 1 | -2/+2 | |
In destdir mode (the default), make replace creates the replacement binary package without modifying the installed system, and then installs it via pkg_add -u. Thus, the new package is known to have built and packaged ok before the system is changed, and the risk of trouble is low; thus the benefit of tarring up the installed package is very low, especially since the newly-tarred-up package is removed by "make clean". Using pkg_tarup costs cycles to run and more importantly causes users to have to install it since it is not an automatic dependency. In addition, binary packages are now kept by default when building, so the old version should be accessible in case of trouble. This commit does not change the non-destdir case. Almost no one uses that method, and the relative benefit of tarup is much higher. | |||||
2016-09-18 | Change default setting of PKGSRC_KEEP_BIN_PKGS to "yes". During the build phase, | agc | 1 | -1/+6 | |
binary packages will be preserved under the ${PACKAGES} directory by default. | |||||
2016-09-18 | Add emacs25 and emacs25nox to possible values | ryoon | 1 | -2/+3 | |
2016-09-18 | support native linux implementations of oss | richard | 1 | -1/+2 | |
2016-09-17 | set LIBABISUFFIX to /aarch64-linux-gnu for arm64 | richard | 1 | -4/+5 | |
simplifies _OPSYS_SYSTEM_RPATH and _OPSYS_LIB_DIRS permitting lots of stuff using LIBABISUFFIX to work now. TODO: probably similar for the armv7 platforms as the pattern '${MACHINE_ARCH}-${LOWER_OPSYS}-gnu${APPEND_ABI}' seems like it should work for both. | |||||
2016-09-16 | Allow '-l m' like '-lm' and update the comment for -l and -D | ryoon | 1 | -3/+4 | |
O.k. by jperkin@ and dholland@ | |||||
2016-09-13 | Add description for iconv, nginx and php-sockets. | taca | 1 | -0/+3 | |
2016-09-13 | Add logic so GCC_REQD+=6.x works | maya | 1 | -4/+38 | |
ok jperkin@ | |||||
2016-09-12 | Introduce GFORTRAN_VERSION, pick which version of gfortran is used. | maya | 1 | -5/+7 | |
modified patch from Rin Okuyama PR pkg/50722: do not hardcode lang/gcc48 in gfortran.mk "looks ok, needs docs" - wiz "it'll do for now, ideally I'd like something more robust and possibly integrate into gcc.mk's path selection" - jperkin | |||||
2016-09-11 | Remove ftp.tex.ac.uk, it does not allow connections. | wiz | 1 | -2/+1 | |
2016-09-08 | Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the | joerg | 1 | -2/+2 | |
naming scheme of the other multi-version packages. Add support for the coorresponding RUBY_VERSIONS_INCOMPATIBLE list. | |||||
2016-09-08 | Add PHP_VERSIONS_INCOMPATIBLE to filter out unsupported versions, | joerg | 1 | -2/+2 | |
especially if a package requires newer versions. | |||||
2016-09-06 | Support UNLIMIT_RESOURCES=cputime on Darwin. | jperkin | 1 | -2/+3 | |
2016-08-30 | mention libdbi | jnemeth | 1 | -0/+1 | |
2016-08-26 | Explicitly unset CONFIG_SITE. Some Linux distributions like SuSE set it | joerg | 1 | -1/+2 | |
in the default environment and provide a config.site overriding the default libdir settings. This breaks havoc with our PLISTs and expected library paths, so kill it. | |||||
2016-08-25 | Support UNLIMIT_RESOURCES=cputime on SunOS. | jperkin | 1 | -1/+2 | |
2016-08-24 | Add experimental aarch64 support (amlogic s905 under ubuntu) | richard | 1 | -1/+5 | |
2016-08-21 | Add two option descriptions for p5-Module-Build. | wiz | 1 | -0/+2 | |
2016-08-20 | Fix for otool from Xcode 8.0 | adam | 1 | -2/+2 | |
2016-08-19 | Less noise. | wiz | 1 | -15/+3 | |
2016-08-09 | Handle special case of URLs prepended with dash. | asau | 1 | -5/+21 | |
2016-08-01 | Remove some non-working sunsite mirrors (and a mirror of something else) | wiz | 1 | -5/+2 | |
2016-07-26 | Support NetBSD man/html entries. Fixes deforaos-*. | jperkin | 2 | -4/+4 | |
2016-07-25 | Remove special PRINT_PLIST_AWK for a couple of variables. | wiz | 1 | -10/+1 | |
In particular: OS_VERSION MACHINE_GNU_PLATFORM MACHINE_ARCH MACHINE_GNU_ARCH LOWER_OS_VERSION Reason: Only very few packages really need these, many other have false positives. Ok jperkin@ | |||||
2016-07-18 | Fix a typo in a comment | leot | 1 | -2/+2 | |
2016-07-14 | Get rid of XXX comment, everything is now installed from ${WRKDIR}/.destdir | leot | 1 | -4/+1 | |
2016-07-13 | Switch SunOS-5.11-i386 default back to openjdk7. Oracle have broken 32-bit | jperkin | 1 | -3/+4 | |
support in openjdk8 and have no intention of fixing it. | |||||
2016-07-11 | Run mk/scripts/mkreadme in quiet mode by default. | wiz | 1 | -2/+2 | |
2016-07-10 | Replaced while loop with for loop and initialized indentation. | rillig | 1 | -4/+3 | |
2016-07-09 | Remove obsolete anti-cycle logic; fixes PR 48961. | dholland | 1 | -4/+2 | |
2016-07-09 | Added keywords for "make help". | rillig | 1 | -1/+2 | |
2016-07-09 | Fixed pkglint warnings about unnecessary whitespace and indentation. | rillig | 1 | -3/+3 | |
2016-07-08 | Opt to prefer OpenSSL from pkgsrc rather than a builtin version for all ↵ | sevan | 1 | -3/+1 | |
versions rather than just 10.7 or newer. There is no good reason to opt for the builtin on the legacy release prior as they're unmaintained. | |||||
2016-07-07 | Be less verbose. | wiz | 1 | -2/+4 | |
2016-07-07 | Be less verbose. | wiz | 1 | -6/+10 | |
2016-07-07 | Describe new duplicity options. | wiz | 1 | -1/+3 | |
2016-06-29 | DragonFly BSD ships with GCC 5.x as the compiler, add its library location ↵ | sevan | 1 | -2/+2 | |
to _OPSYS_SYSTEM_RPATH | |||||
2016-06-25 | Updated pkginstall framework to correct bug in findlib registration. | jaapb | 1 | -4/+4 | |
Discussed on packages@ and okayed by jperkin. | |||||
2016-06-20 | Added variables to package variables | jaapb | 1 | -1/+3 | |
2016-06-19 | Get rid of INSTALLATION_PREFIX. | wiz | 2 | -9/+3 | |
2016-06-19 | Remove support for USE_CROSSBASE. | wiz | 2 | -7/+4 | |
2016-06-17 | Describe ecap option - eCAP is like ICAP (RFC 3507) | prlw1 | 1 | -0/+1 | |
2016-06-17 | Two fixes to the ocaml-findlib-register pkginstall fragment: | jaapb | 3 | -13/+16 | |
- set a sensible default for OCAML_FINDLIB_DIRS (and factorise out OCAML_SITELIBDIR) - make it possible not to register any directory by setting OCAML_FINDLIB_REGISTER to no |