Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2016-06-16 | add ftp6 to binpkg_sites, at request of joerg, since cdn is ipv4 only | mspo | 1 | -2/+3 | |
2016-06-16 | add ftp6 into the list of MASTER_SITE_BACKUP | mspo | 1 | -1/+2 | |
2016-06-16 | set cdn.netbsd.org as the bin install site for netbsd | mspo | 1 | -2/+2 | |
2016-06-16 | add cdn.netbsd.org to the top of MASTER_SITE_BACKUP | mspo | 1 | -1/+2 | |
2016-06-13 | Change PKGSRC_USE_SSP to a quad option. The options are now: | jperkin | 3 | -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-11 | Improved documentation of show-var and show-vars. | rillig | 1 | -6/+13 | |
2016-06-09 | In cwrappers case transform ${X11BASE} path after ${LOCALBASE} path | markd | 1 | -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-06 | Get rid of the XXX trying to provide a bit more information regarding | leot | 1 | -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-03 | Honour ALL_ENV in print-PLIST. | joerg | 1 | -2/+2 | |
2016-06-01 | Update URL to new pypi master site. | wiz | 1 | -2/+2 | |
2016-06-01 | Fix MASTER_SITES example. | wiz | 1 | -2/+2 | |
2016-05-29 | Remove dm-download02.mozilla.org, it doesn't resolve. | wiz | 1 | -2/+1 | |
2016-05-28 | Add descriptions for fax and websocket. | schnoebe | 1 | -0/+2 | |
2016-05-27 | Add `aslr mprotect pax paxctl' keywords to help `help' target. | leot | 1 | -1/+4 | |
2016-05-26 | Correct the name of the user-settable variable | khorben | 1 | -2/+2 | |
Noticed by wiz@, thanks! | |||||
2016-05-26 | Import mini-framework for paxctl(8) on NetBSD/{amd64,i386} | khorben | 3 | -2/+58 | |
This allows setting flags for PaX on select binaries. Two new variables are introduced for packages: NOT_PAX_ASLR_SAFE and NOT_PAX_MPROTECT_SAFE. They both expect a list of binaries are known to not support PaX ASLR and/or PaX MPROTECT, respectively. "Please commit" wiz@ | |||||
2016-05-18 | +geoclue | snj | 1 | -0/+1 | |
2016-05-18 | add libdrm | snj | 1 | -0/+1 | |
2016-05-17 | ftp.OpenBSD.org does not provide public ftp any longer, only http. | wiz | 1 | -2/+2 | |
2016-05-10 | Restore print-PLIST @pkgdir functionality. This was lost in the @dirrm | jperkin | 1 | -2/+3 | |
cleanup as the implicit print action was removed. | |||||
2016-05-10 | Stop using the native texi2html on SunOS. It's not fully compatible | jperkin | 1 | -6/+1 | |
with what packages such as multimedia/ffmpeg2 expect, and as so few packages have texi2html in USE_TOOLS it may be causing more problems that it is worth to save a few dependencies. PR#51113. | |||||
2016-05-09 | Stop creating category symlinks in ${PACKAGES}, but keep All/ for now. | joerg | 1 | -28/+3 | |
2016-05-06 | Setting OCAML_USE_OASIS now automatically adds ocamlbuild as a build | jaapb | 1 | -1/+3 | |
dependency | |||||
2016-05-04 | Handle MANZ for print-PLIST. | jperkin | 1 | -1/+2 | |
2016-05-02 | Add description for sit and tuning PKG_OPTIONS used by bind910. | taca | 1 | -0/+2 | |
2016-05-01 | Document afterstep option. | dholland | 1 | -0/+1 | |