Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2016-04-21 | Add hpnd to DEFAULT_ACCEPTABLE_LICENSES and *default_acceptable_licenses. | leot | 1 | -1/+2 | |
Discussed in tech-pkg@: http://mail-index.netbsd.org/tech-pkg/2016/04/20/msg016755.html Thanks to Memnon Anon! | |||||
2016-04-17 | Add some osdn.jp mirror sites | ryoon | 1 | -1/+8 | |
2016-04-17 | Revert part of the MACHINE_ARCH cleanup that resulted in the Linux/x86_64 | jperkin | 1 | -2/+2 | |
triplet reporting as x86_64-pc-linux. Go back to the previous triplet of x86_64-unknown-linux which matches what config.guess outputs. | |||||
2016-04-12 | Added a ${RUN} to the UNPACK line for the ocaml-findlib-register script | jaapb | 1 | -1/+2 | |
2016-04-12 | Added a pkginstall fragment that takes over from ocaml-findlib-register (a | jaapb | 5 | -4/+117 | |
script included in the ocaml-findlib package) and removes the need to call said script explicitly from PLIST. Packages that use findlib will now automatically add directories that are in OCAML_FINDLIB_DIRS (set by default to $(OCAML_SITELIBDIR)/${PKGBASE}) to the file ${PREFIX}/lib/ocaml/ld.conf. This behaviour can be disabled by undefining OCAML_FINDLIB_REGISTER. | |||||
2016-04-11 | Re-arrange parsing order to fix various combinations of PKGMANDIR, MANZ, | jperkin | 1 | -10/+10 | |
and MKCATPAGES. | |||||
2016-04-11 | the native soelim is gsoelim so default it as TOOLS_PLATFORM.gsoelim | dbj | 1 | -1/+2 | |
2016-04-11 | update PKG_{FAIL,SKIP}_REASON with += | dbj | 14 | -31/+31 | |
2016-04-10 | Remove support for USE_DESTDIR=no. | joerg | 17 | -327/+42 | |
2016-04-10 | Adjust USRGROUP_PHASE handling for USE_DESTDIR=no removal. Update | joerg | 1 | -7/+7 | |
documentation to reflect the pre-install option. | |||||
2016-04-10 | Always require the 2010 version of pkg_install to simplify things a bit. | joerg | 1 | -5/+1 | |
2016-04-10 | Rewrite somewhat in light of the non-DESTDIR removal. | joerg | 1 | -20/+5 | |
2016-04-10 | Remove last glue for PKG_DESTDIR_SUPPORT=none. | joerg | 1 | -7/+1 | |
2016-04-10 | PKG_DESTDIR_SUPPORT=none is gone. | joerg | 1 | -4/+1 | |
2016-04-10 | Drop support for PKG_DESTDIR_SUPPORT=none. | joerg | 1 | -9/+4 | |
2016-04-09 | add mtpz options to enable MTPZ support using libgcrypt | richard | 1 | -0/+1 | |
2016-04-09 | Add two options: | richard | 1 | -0/+2 | |
libusb-1 - Enable USB access via libusb-1. nautilus - Enable nautilus sub-menu option. | |||||
2016-04-08 | Switch from pkg-config to pkgconf. | wiz | 1 | -2/+2 | |
2016-03-23 | Move handling for PKG_SUPPORTED_OPTIONS and PKG_SUGGESTED_OPTIONS as | jperkin | 2 | -3/+12 | |
OPSYSVARS to bsd.options.mk as they affect tests against PKG_OPTIONS before bsd.pkg.mk is parsed. Approved for commit during the freeze by agc@. | |||||
2016-03-17 | Since the MACHINE_ARCH cleanup, the bootstrap for i386-on-x86_64 Linux has | jperkin | 2 | -3/+7 | |
been broken due to NATIVE_MACHINE_ARCH no longer being set to x86_64. Fix this by introducing HOST_MACHINE_ARCH which refers to the underlying host architecture rather than bmake's native architecture, thus differentiating between cross-compiling and multilib. This is currently only set on Linux as the only OPSYS which currently requires such a test, but can be expanded to other OPSYS as necessary. | |||||
2016-03-14 | Add support for -isystem to legacy wrappers. | markd | 5 | -5/+37 | |
rewrite "-isystem dir" as "-isystem,dir" transform "-isystem,dir" in same ways as "-Idir" rewrite "-isystem,dir" back to "-isystem dir" in cmd-sink | |||||
2016-03-13 | Also determine when compiling from source files | khorben | 2 | -4/+16 | |
This allows fixing an issue with PKGSRC_MKPIE, where "gcc source.c" would not work. Some packages rely on this test to determine if a working compiler is available. | |||||
2016-03-12 | Also register "-pie" as a known argument for gcc(1) | khorben | 1 | -1/+2 | |
As suggested by wiz@ | |||||
2016-03-12 | don't default to EOL versions of java: | tnn | 1 | -6/+7 | |
- change Linux x86 from sun-jdk6 to oracle-jdk8 - change SunOS x86 from openjdk7 to openjdk8 - change DragonFly from openjdk7 to openjdk8 leave Darwin at sun-jdk6 for now, not sure how the builtin stuff works ... |