Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam f584f595af mkvtoolnix: updated to 47.0.0
Version 47.0.0 "Black Flag"

New features and enhancements

* mkvmerge: chapters: mkvmerge can now read chapters from DVDs if the user
  specifies the path to a DVD folder structure via the `--chapters …`
  parameter. By default chapters from the first title will be imported. This
  can be changed by append `:<title number>` to the file/directory name in the
  `--chapters …` argument, e.g. `--chapters /srv/dvds/BigBuckBunny/VIDEO_TS:3`
  This feature requires mkvmerge to have been built with the `libdvdread`
  library.
* mkvmerge: added `--engage append_and_split_flac` that enables mkvmerge to
  append and split FLAC tracks, restoring pre-v45 behavior.  The resulting
  tracks will be broken: the official FLAC tools will not be able to decode
  them and seeking will not work as expected.
* MKVToolNix GUI: multiplexer: added support for mkvmerge's new support for
  reading chapters from DVDs if both have been built with the `libdvdread`
  library.
* MKVToolNix GUI: multiplexer: when deriving languages from file names the GUI
  will now look for simplified language names instead of the full ones
  (e.g. instead of looking for "Greek, Modern (1453-)" it would simply look
  for "Greek").
* MKVToolNix GUI: multiplexer: the options in the "additional command-line
  options" dialog are now sorted alphabetically. Additionally the
  `--append-mode` option has been added as one of the only missing global
  options.
* MKVToolNix GUI: chapter editor: the chapter editor can now read chapters
  from DVDs if MKVToolNix has been build with the `libdvdread` library.
* MKVToolNix GUI: header editor: added an option in the preferences for
  displaying all date & time values in UTC instead of the local time
  zone.

Bug fixes

* all: fixed a crash when using the `MTX_LOGGER=file` syntax for logging debug
  messages without specifying a file name to log to. It will now log to a file
  called `mkvtoolnix-debug.log` in the system's default temporary directory,
  as initially intended.

Build system changes

* The [`libdvdread`](https://www.videolan.org/developers/libdvdnav.html)
  library will be used if found via `pkg-config`. If it is found, support for
  reading chapters from DVDs will be enabled in `mkvmerge` and the MKVToolNix
  GUI.
* Boost's Date/Time, Lexical Cast, Range, Range Adaptors, Tri-Bool, Variant
  libraries are not used anymore.
* MKVToolNix now requires a C++ compiler & standard library that support the
  following features of the C++17 standard: "`std::variant`", "`std::gcd`".
  For the GNU Compiler Collection (gcc) this means v7 or newer; for clang it
  means v4 or newer — the same versions required by earlier MKVToolNix
  versions.
* MKVToolNix now requires version 6.1.0 of fmtlib or later for the
  `fmt::to_string` function and bugfixes to the formatting of floating point
  numbers. If a system-wide version is installed that's older, the bundled
  copy will be used.
* The bundled version of fmtlib has been updated to release 6.2.1.
2020-05-31 11:34:15 +00:00
archivers archivers: Enable quazip 2020-05-28 14:16:46 +00:00
audio cmus: don't try to use OSS on NetBSD, format selection is busted 2020-05-28 20:00:23 +00:00
benchmarks benchmarks/dnsperf: re-add resperf-report to REPLACE_SH 2020-05-22 15:53:05 +00:00
biology biology/ncbi-blast+: document possible array[char] bug 2020-05-25 05:19:06 +00:00
bootstrap bootstrap: Fix default target arch on SunOS. 2020-05-30 21:36:15 +00:00
cad gnucap: add build dependency on tex-ec and tex-cm-super 2020-05-30 03:10:44 +00:00
chat *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
comms revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
converters help2man: SOEXT may not change, needs SUBST_NOOP_OK 2020-05-28 15:08:27 +00:00
cross cross/freemint-mintlib: suppress USE_TOOLS+=perl warning 2020-05-31 09:27:41 +00:00
databases databases/libgda: remove unknown configure option 2020-05-28 15:15:51 +00:00
devel py-ipython: updated to 7.15.0 2020-05-31 11:31:52 +00:00
distfiles
doc doc: Add corresponding PKGVERSION to p5-Net-Curl entry 2020-05-31 10:09:46 +00:00
editors editors/fileobj: Update to v0.7.98 2020-05-30 16:48:58 +00:00
emulators libretro-beetle-sgx: Update to 20200520 2020-05-31 08:44:57 +00:00
filesystems Use unversioned icu namespace. 2020-05-26 11:29:17 +00:00
finance *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
fonts fonts/tex-drm-doc: skip shell portability 2020-05-31 09:23:02 +00:00
games games/stone-soup: skip shell portability for macOS 2020-05-31 09:15:03 +00:00
geography *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
graphics Python config leaks _NETBSD_SOURCE into the build, so ensure it is 2020-05-30 20:46:09 +00:00
ham (ham/gnuradio-ctrlport) Add two REPLACE_PYTHON lines 2020-05-23 00:04:18 +00:00
inputmethod inputmethod/mozc-server: document possible array[char] bug 2020-05-25 05:30:31 +00:00
lang Sync comment. 2020-05-30 20:45:12 +00:00
licenses add afl-3.0 (Academic Free License) 2020-04-30 08:40:06 +00:00
mail mail/claws-mail: suppress USE_TOOLS+=perl warning 2020-05-31 09:31:58 +00:00
math *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs bulk-medium: don't care about the wine version 2020-05-23 00:07:56 +00:00
misc Requires more than 1h of CPU time. 2020-05-26 11:30:29 +00:00
mk mk/compiler: Set -fcommon for GCC 10 2020-05-31 00:00:13 +00:00
multimedia mkvtoolnix: updated to 47.0.0 2020-05-31 11:34:15 +00:00
net net/kmldonkey: suppress USE_TOOLS+=perl warning 2020-05-31 09:30:12 +00:00
news revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
packages
parallel *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
pkgtools pkgtools/pkglint: update to 20.1.11 2020-05-29 20:13:17 +00:00
print print/foliate: Updates to 2.2.0 2020-05-30 00:01:58 +00:00
regress regress/plus_build_version: fix test 2020-05-24 13:45:39 +00:00
security security/kstart: remove unknown configure option 2020-05-31 09:36:44 +00:00
shells shells/zsh: ignore [[ in shell program 2020-05-31 09:25:51 +00:00
sysutils sysutils/nnn: Update to 3.2 2020-05-30 03:06:03 +00:00
templates
textproc jsoncpp: updated to 1.9.3 2020-05-30 06:09:47 +00:00
time time: remove gtodo - gnome 2 app discontinued in 2004 2020-05-28 12:12:51 +00:00
wm wm/fvwm: remove unknown configure option 2020-05-23 12:50:33 +00:00
www Update to Net-Curl-0.44 2020-05-30 21:04:25 +00:00
x11 x11/qt4-mng: suppress USE_TOOLS+=perl warning 2020-05-31 09:33:34 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md README.md: minor adjustments 2020-01-15 16:19:22 +00:00

pkgsrc

pkgsrc is a framework for building software for a variety of UNIX-like systems.

It produces binary packages, which can be managed with tools such as pkgin.

Bootstrapping

To use pkgsrc on operating systems other than NetBSD, you first need to bootstrap:

cd pkgsrc/bootstrap
./bootstrap

Note that this is only for the most simple case, using pkgsrc's defaults.

Please consult bootstrap/README and bootstrap/README.OS for detailed information about bootstrapping.

Building packages

cd pkgsrc/category/package-name
$PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

On NetBSD, bmake is simply the built-in make tool.

To build packages in bulk, tools such as pkgtools/pbulk and pkgtools/pkg_comp can be used.

Troubleshooting

Latest sources

To fetch the main CVS repository:

cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

To work in the Git mirror, which is updated every few hours from CVS:

git clone https://github.com/NetBSD/pkgsrc.git