Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Nothing is using the gtk2 version.
Bump PKGREVISIONs.
|
|
|
|
libgcc is newer than the one about to be installed. If so, don't install
the libgcc.
Having an older libgcc appear in the lookup may result in binaries not
running, as they need symbols from the newer libgcc.
Such a case is PR pkg/54506.
Leaves SunOS unchanged, by request from jperkin.
|
|
If the pkgsrc compiler is GCC, don't install libgcc.
Having an older libgcc is problematic: it may be missing symbols from
newer libgcc. This is what happened in PR pkg/54506.
Use this on gcc-aux and gcc5-aux: the libgcc_s.so they install is going
to be older in all the operating systems these packages support.
(Other GCC packages will require a more elaborate rule)
Leaving SmartOS unchanged, by request from jperkin.
|
|
Since PKGPATH can only ever consist of a single path, there is no point
in applying the :M modifier to it.
|
|
|
|
All variables that are used or defined in the file are now listed in the
_VARGROUPS section.
The "is text file" command variable has been renamed since pkglint
thought the former variable name would specify a filename, not a shell
command.
The "is text file" command has been rewritten to only rely on tr(1)
instead of both tr(1) and wc(1). This makes it both simpler and maybe
also a little faster, since the file only has to be read once.
The SUBST_TARGETS variable has been removed since it is used nowhere
else. To get the list of all subst targets (should that ever be
necessary), use the expression ${SUBST_CLASSES:S,^,subst-,}.
|
|
An upcoming check in pkglint will require that if a file has a _VARGROUPS
section, it must contain the full truth, mentioning every variable that
is used or defined in the file.
Some variables may be so internal though that they are not interesting in
any scenario for understanding what goes on in the file. These variables
can be explicitly ignored. They will not be listed by "bmake show-all" and
pkglint will not complain about them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GNU Awk on Cygwin warns about these.
|
|
|
|
|
|
|
|
|
|
This is the same underlying issue as in bootstrap/bootstrap from
2019-05-01.
See https://mail-index.netbsd.org/pkgsrc-users/2019/08/18/msg029207.html
|
|
|
|
|
|
The biopython license is _very_ similar, but not identical, to many
other open source licenses used throughout pkgsrc. The gratuitous
differences are being addressed by the project through an effort to
relicense all files to the 3-clause BSD license. In the meantime,
Debian has accepted that the current biopython license meets the DFSG
and includes the package in their main distribution. Consequently,
rename the license file and add it to DEFAULT_ACCEPTABLE_LICENSES.
See http://mail-index.netbsd.org/pkgsrc-changes/2019/08/13/msg195804.html.
|
|
FSF considers this a free software license, see:
https://www.gnu.org/licenses/license-list.en.html#ms-pl
|
|
|
|
|
|
|
|
We have a new language making its way into pkgsrc: C++17! Add gnu++17
and c++17 to the list of _CXX_STD_VERSIONS.
|
|
No objection on tech-pkg@.
|
|
Install bytecode files unstripped.
|
|
|
|
Darwin which libnbcompat should be pulled in on to provide strnlen instead.
|
|
|
|
This way we don't inadvertently tell a native dependency that it is
supposed to be compiled with the cross-compiler.
No functional change intended for USE_CROSS_COMPILE=no.
|
|
cross-libtool-base now installs into $PREFIX/cross-$TARGET_ARCH
unconditionally.
|
|
libnbcompat, should the host OS lack support
|
|
This is a free software license according to the FSF:
https://www.gnu.org/licenses/license-list.en.html#CeCILL-B
|
|
|
|
This saves a few system calls since the included files are searched first
in .PARSEDIR and only then in .CURDIR.
|
|
|
|
Lets one do USE_CURSES=getmouse
|
|
Rename LIBRSVG_USE_RUST to LIBRSVG_TYPE.
Isolate the LIBRSVG_TYPE logic in available.mk mk fragments in
order that can be used by other librsvg mk (e.g. tool.mk) or by
other package to check the preferred librsvg implementation to be
used. (e.g. devel/pango, fonts/harfbuzz and misc/libreoffice).
Add a tool.mk mk fragment in order to be able to specify librsvg
as a tool dependency honoring user's LIBRSVG_TYPE.
Thanks to <wiz> for suggesting that!
Discussed on tech-pkg@:
<https://mail-index.NetBSD.org/tech-pkg/2019/06/05/msg021393.html>
|
|
The mod_brotli module provides the BROTLI_COMPRESS output filter that
allows output from your server to be compressed using the brotli
compression format before being sent to the client over the network.
|
|
Previously a "grep" tool was created, but GREP still pointed at the platform
grep, breaking any package that used the environment variables rather than
PATH when the native platform grep does not have GNU features.
|
|
|
|
|