Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
tsutsui 21f732715f adobe-flash-player: update to 32.0.0.330.
Upstream announcement:

https://helpx.adobe.com/security/products/flash-player/apsb20-06.html

Adobe Security Bulletin
 Security Bulletin for Adobe Flash Player | APSB20-06

 Summary

  Adobe has released security updates for Adobe Flash Player for
  Windows, macOS, Linux and Chrome OS. These updates address a critical
  vulnerability in Adobe Flash Player. Successful exploitation could
  lead to arbitrary code execution in the context of the current user.
2020-02-12 19:10:31 +00:00
archivers archivers/par2: update to 0.8.1. 2020-02-09 15:36:52 +00:00
audio audio/din: Updates to 44.0.2 2020-02-12 12:13:19 +00:00
benchmarks benchmarks/bonnie++: fix reference to documentation 2020-02-09 20:02:45 +00:00
biology all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
bootstrap Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
chat chat: Remove p5-Net-AOLIM 2020-02-06 09:14:25 +00:00
comms asterisk-sounds-native: pkglint cleanup 2020-01-27 22:21:57 +00:00
converters Add bdf2sfd. 2020-02-12 14:11:22 +00:00
cross skip host_detect_local_cpu() if CROSS_DIRECTORY_STRUCTURE. 2020-02-11 01:04:05 +00:00
databases gramps*: fix descriptions 2020-02-12 08:09:45 +00:00
devel halfempty: remove, doesn't work well on NetBSD yet (put back in wip) 2020-02-12 11:20:18 +00:00
distfiles
doc doc: Updated www/firefox-l10n to 73.0 2020-02-12 16:38:34 +00:00
editors nano: update to 4.8 2020-02-08 20:19:01 +00:00
emulators mame: update to 0.218. 2020-02-11 06:36:16 +00:00
filesystems fuse: Update HOMEPAGE 2020-01-27 20:42:55 +00:00
finance py-braintree: updated to 3.59.0 2020-02-12 13:30:28 +00:00
fonts all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
games gbrainy: Update to 2.41 2020-02-11 15:46:46 +00:00
geography py-google-maps-services-python: Update to 4.1.0 2020-02-12 16:32:01 +00:00
graphics py-wand: updated to 0.5.9 2020-02-11 17:02:11 +00:00
ham all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
inputmethod inputmethod: Remove qt5-uim 2020-02-08 15:37:56 +00:00
lang mono6: Update to 6.8.0.105 2020-02-12 15:25:15 +00:00
licenses licenses: Add vvvvvv-license 2020-01-20 21:15:48 +00:00
mail mail/dovecot2: update to 2.3.9.3 2020-02-12 14:01:59 +00:00
math math/py-scikit-learn: Update to 0.22.1 2020-02-11 16:06:45 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs kde: update release-service version to 19.12.1 2020-02-02 02:31:17 +00:00
misc step: uses python3 during build. 2020-02-11 20:52:54 +00:00
mk mk/pkginstall/files: allow spaces in configuration file names 2020-02-11 01:59:30 +00:00
multimedia adobe-flash-player: update to 32.0.0.330. 2020-02-12 19:10:31 +00:00
net grpc: updated to 1.27.1 2020-02-10 15:36:32 +00:00
news all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
packages
parallel openmpi: Support SunOS/x86_64 inline assembly. 2020-02-06 11:28:49 +00:00
pkgtools pkgtools/pkglint: update to 19.4.7 2020-02-05 04:09:00 +00:00
print qpdf: Update to 9.1.1 2020-02-10 13:00:04 +00:00
regress mk/pkginstall/files: allow spaces in configuration file names 2020-02-11 01:59:30 +00:00
security security/openssl: fix the recent fix for building on Solaris and HP-UX 2020-02-12 15:14:57 +00:00
shells Update bash 5.0 from patch level 11 to patch level 16 2020-02-11 11:45:24 +00:00
sysutils py-watchdog: updated to 0.10.2 2020-02-12 13:29:15 +00:00
templates
textproc Reset PKGREVISION. 2020-02-12 03:11:02 +00:00
time time/Makefile: Add py-trading-calendars 2020-02-06 23:33:05 +00:00
wm fluxconf: remove package 2020-01-27 22:58:05 +00:00
www firefox-l10n: Update to 73.0 2020-02-12 16:38:06 +00:00
x11 gtk-sharp3: Fix API_DEPENDS line 2020-02-12 01:32:43 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
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