summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2016-10-05Hook up the prepend support.joerg1-1/+4
2016-10-03Allow sissl-1.1 per defaultwiz1-1/+2
See https://opensource.org/licenses/sisslpl
2016-10-03ibm-public-license-1.0 -> ipl-1.0wiz1-2/+2
2016-09-24Appease pkglint(1) - replace () with {}kamil1-3/+3
No functional change
2016-09-21Added support for mysql57adam1-4/+14
2016-09-19Omit pkg_tarup during replace in destdir modegdt1-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-18Change default setting of PKGSRC_KEEP_BIN_PKGS to "yes". During the build phase,agc1-1/+6
binary packages will be preserved under the ${PACKAGES} directory by default.
2016-09-18Add emacs25 and emacs25nox to possible valuesryoon1-2/+3
2016-09-18support native linux implementations of ossrichard1-1/+2
2016-09-17set LIBABISUFFIX to /aarch64-linux-gnu for arm64richard1-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-16Allow '-l m' like '-lm' and update the comment for -l and -Dryoon1-3/+4
O.k. by jperkin@ and dholland@
2016-09-13Add description for iconv, nginx and php-sockets.taca1-0/+3
2016-09-13Add logic so GCC_REQD+=6.x worksmaya1-4/+38
ok jperkin@
2016-09-12Introduce GFORTRAN_VERSION, pick which version of gfortran is used.maya1-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-11Remove ftp.tex.ac.uk, it does not allow connections.wiz1-2/+1
2016-09-08Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow thejoerg1-2/+2
naming scheme of the other multi-version packages. Add support for the coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
2016-09-08Add PHP_VERSIONS_INCOMPATIBLE to filter out unsupported versions,joerg1-2/+2
especially if a package requires newer versions.
2016-09-06Support UNLIMIT_RESOURCES=cputime on Darwin.jperkin1-2/+3
2016-08-30mention libdbijnemeth1-0/+1
2016-08-26Explicitly unset CONFIG_SITE. Some Linux distributions like SuSE set itjoerg1-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-25Support UNLIMIT_RESOURCES=cputime on SunOS.jperkin1-1/+2
2016-08-24Add experimental aarch64 support (amlogic s905 under ubuntu)richard1-1/+5
2016-08-21Add two option descriptions for p5-Module-Build.wiz1-0/+2
2016-08-20Fix for otool from Xcode 8.0adam1-2/+2
2016-08-19Less noise.wiz1-15/+3
2016-08-09Handle special case of URLs prepended with dash.asau1-5/+21
2016-08-01Remove some non-working sunsite mirrors (and a mirror of something else)wiz1-5/+2
2016-07-26Support NetBSD man/html entries. Fixes deforaos-*.jperkin2-4/+4
2016-07-25Remove special PRINT_PLIST_AWK for a couple of variables.wiz1-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-18Fix a typo in a commentleot1-2/+2
2016-07-14Get rid of XXX comment, everything is now installed from ${WRKDIR}/.destdirleot1-4/+1
2016-07-13Switch SunOS-5.11-i386 default back to openjdk7. Oracle have broken 32-bitjperkin1-3/+4
support in openjdk8 and have no intention of fixing it.
2016-07-11Run mk/scripts/mkreadme in quiet mode by default.wiz1-2/+2
2016-07-10Replaced while loop with for loop and initialized indentation.rillig1-4/+3
2016-07-09Remove obsolete anti-cycle logic; fixes PR 48961.dholland1-4/+2
2016-07-09Added keywords for "make help".rillig1-1/+2
2016-07-09Fixed pkglint warnings about unnecessary whitespace and indentation.rillig1-3/+3
2016-07-08Opt to prefer OpenSSL from pkgsrc rather than a builtin version for all ↵sevan1-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-07Be less verbose.wiz1-2/+4
2016-07-07Be less verbose.wiz1-6/+10
2016-07-07Describe new duplicity options.wiz1-1/+3
2016-06-29DragonFly BSD ships with GCC 5.x as the compiler, add its library location ↵sevan1-2/+2
to _OPSYS_SYSTEM_RPATH
2016-06-25Updated pkginstall framework to correct bug in findlib registration.jaapb1-4/+4
Discussed on packages@ and okayed by jperkin.
2016-06-20Added variables to package variablesjaapb1-1/+3
2016-06-19Get rid of INSTALLATION_PREFIX.wiz2-9/+3
2016-06-19Remove support for USE_CROSSBASE.wiz2-7/+4
2016-06-17Describe ecap option - eCAP is like ICAP (RFC 3507)prlw11-0/+1
2016-06-17Two fixes to the ocaml-findlib-register pkginstall fragment:jaapb3-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
2016-06-16add ftp6 to binpkg_sites, at request of joerg, since cdn is ipv4 onlymspo1-2/+3
2016-06-16add ftp6 into the list of MASTER_SITE_BACKUPmspo1-1/+2