summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
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
2016-06-16set cdn.netbsd.org as the bin install site for netbsdmspo1-2/+2
2016-06-16add cdn.netbsd.org to the top of MASTER_SITE_BACKUPmspo1-1/+2
2016-06-13Change PKGSRC_USE_SSP to a quad option. The options are now:jperkin3-10/+24
"no" Do not pass any stack protection flags (the default) "yes" Pass -fstack-protector "strong" Pass -fstack-protector-strong "all" Pass -fstack-protector-all This allows users to configure the level of stack smashing protection they require, and ensures consistent behaviour across platforms. Users running on NetBSD who previously used the option will need to change "yes" to "all" to match the previous default configuration for that platform. While here use _WRAP_EXTRA_ARGS to ensure the flag gets passed regardless of whether the package honours CFLAGS, and support additional wrappers. Discussed a while back with khorben, and used in production for the SmartOS 2016Q1 package sets with the "strong" option.
2016-06-11Improved documentation of show-var and show-vars.rillig1-6/+13
2016-06-09In cwrappers case transform ${X11BASE} path after ${LOCALBASE} pathmarkd1-2/+2
in case its a prefix of ${LOCALBASE}. Fixes build of print/poppler-glib and others when using CWRAPPERS on Linux with native X and ${X11BASE}=/usr
2016-06-06Get rid of the XXX trying to provide a bit more information regardingleot1-4/+4
PKG_VERBOSE. PKG_VERBOSE currently is mostly used consistently in order to pass the `-v' option to various commands (FETCH_CMD, PATCH, plist/doc-compress, pkg_delete(1)). It is also used internally (and a bit less consistently) in other cases to provide more information mostly useful only for debugging. ok <bsiegert>
2016-06-03Honour ALL_ENV in print-PLIST.joerg1-2/+2
2016-06-01Update URL to new pypi master site.wiz1-2/+2
2016-06-01Fix MASTER_SITES example.wiz1-2/+2
2016-05-29Remove dm-download02.mozilla.org, it doesn't resolve.wiz1-2/+1