Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 3aafd12f84 google-benchmark: update to 1.5.2.
Timestamps in output are now rfc3339-formatted #965
    overflow warnings with timers fixed #980
    Python dependencies are now covered by a requirements.txt #994
    JSON output cleaned up when no CPU scaling is present (#1008)
    CartesianProduct added for easier settings of multiple ranges (#1029)
    Python bindings improvements:
        Custom main functions (#993)
        A rename to google_benchmark (#199
        More state methods bound (#1037) with a builder interface (#1040)
    Workflow additions in github include pylint (#1039) and bindings runs (#1041)
2020-10-07 20:49:56 +00:00
archivers *: use py-hypothesis via versioned_dependencies.mk 2020-10-06 10:51:21 +00:00
audio reduce diffs to upstream and fix the plugin path. 2020-10-07 05:12:23 +00:00
benchmarks google-benchmark: update to 1.5.2. 2020-10-07 20:49:56 +00:00
biology gnome-chemistry-utils: fix builds 2020-09-25 03:56:49 +00:00
bootstrap bootstrap: Fix numerical calculation on Big Sur. 2020-10-07 10:44:14 +00:00
cad (cad/dinotrace) Add missing BUILD_DEPENDS 2020-10-07 12:59:09 +00:00
chat *: recursive bump for vala 0.50 2020-10-06 19:51:15 +00:00
comms (comms/openobex) Updated 1.7.1 to 1.7.2. ChangeLog unknown. Adapt to Doxygen 1.8.20 2020-10-06 03:46:02 +00:00
converters *: use py-hypothesis via versioned_dependencies.mk 2020-10-06 10:51:21 +00:00
cross (cross/avr-libc) Adapt to doxygen 1.8.20, PKGREVISION++ 2020-10-06 02:06:05 +00:00
databases postgis: Update to 3.0.2 2020-10-04 00:08:38 +00:00
devel appstream-glib: update to 0.7.18. 2020-10-07 20:46:05 +00:00
distfiles
doc doc: Updated devel/appstream-glib to 0.7.18 2020-10-07 20:46:17 +00:00
editors Linux glibc 2.32+ has removed sys_siglist 2020-10-02 11:31:14 +00:00
emulators gxemul: Fix install failure, remove .orig file 2020-10-07 13:25:20 +00:00
filesystems Update glusterfs to 8.2 2020-09-27 01:13:11 +00:00
finance py-stripe: updated to 2.54.0 2020-09-30 06:52:40 +00:00
fonts harfbuzz: Set INCDIRS 2020-10-05 15:38:45 +00:00
games *: recursive bump for vala 0.50 2020-10-06 19:51:15 +00:00
geography geography/gama: Update to 2.10 2020-09-29 10:33:52 +00:00
graphics *: recursive bump for vala 0.50 2020-10-06 19:51:15 +00:00
ham (ham/gnuradio-doxygen) PKGREVISION++ 2020-10-05 21:23:06 +00:00
inputmethod *: recursive bump for vala 0.50 2020-10-06 19:51:15 +00:00
lang vala: update to 0.50.1. 2020-10-06 19:50:37 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail Update to 0.16.0. From the changelog: 2020-10-07 19:46:53 +00:00
math *: recursive bump for vala 0.50 2020-10-06 19:51:15 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs boost: use more portable invocation of find(1) 2020-10-02 08:08:25 +00:00
misc py-tqdm: updated to 4.50.1 2020-10-07 12:52:31 +00:00
mk checksum.awk: Avoid warnings with newer gawk. 2020-10-07 18:09:52 +00:00
multimedia libde265: update to 1.0.7. 2020-10-05 11:30:32 +00:00
net ntp4: Don't assume arc4random_addrandom() is available. 2020-10-07 10:15:02 +00:00
news Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
packages
parallel threadingbuildingblocks: Update to 2020.3 2020-09-05 11:34:07 +00:00
pkgtools pkgtools/pkglint: update to 20.3.1 2020-10-06 18:40:50 +00:00
print ghostscript-agpl: Update to 9.53.2 2020-09-29 14:29:42 +00:00
regress *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
security tor-browser: update to 10.0. 2020-10-07 11:10:34 +00:00
shells shells/pbosh: Specify minimum required version of smake tool dependency 2020-09-28 10:40:25 +00:00
sysutils *: use py-hypothesis via versioned_dependencies.mk 2020-10-06 10:51:21 +00:00
templates
textproc expat: update to 2.2.10. 2020-10-07 19:53:02 +00:00
time *: use py-hypothesis via versioned_dependencies.mk 2020-10-06 10:51:21 +00:00
wm icewm14: Update homepage 2020-10-06 10:16:37 +00:00
www py-google-api-python-client: updated to 1.12.3 2020-10-07 12:57:33 +00:00
x11 *: recursive bump for vala 0.50 2020-10-06 19:51:15 +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