Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-07-30 07:58:18 +00:00
archivers py-rarfile: updated to 3.3 2020-07-29 12:10:46 +00:00
audio strawberry: remove comments from distinfo 2020-07-30 07:58:18 +00:00
benchmarks *: Update broken sf.net HOMEPAGEs 2020-06-14 10:07:48 +00:00
biology biology/bcftools: Upgrade to 1.10.2 2020-07-27 00:29:04 +00:00
bootstrap bootstrap: Fix machine_arch detection on Apple Sillicon 2020-07-21 15:53:10 +00:00
cad (cad/qcad) Add one patch for adapting to QT update, Re: QPainterPath 2020-06-16 23:09:31 +00:00
chat mumble: Update to 1.3.2 2020-07-27 00:29:03 +00:00
comms kermit: add a more detailed patch comment 2020-07-30 03:03:07 +00:00
converters multiple: Update MAINTAINER from gdt@ir.bbn.com 2020-07-27 16:20:44 +00:00
cross xtensa-esp32-elf-gcc: fix C++ relocation issue 2020-07-20 02:14:10 +00:00
databases apache-cassandra2: fix hard-coded /var, fix pkglint warnings 2020-07-27 17:21:40 +00:00
devel protobuf py-protobuf: updated to 3.12.4 2020-07-30 07:02:40 +00:00
distfiles
doc Updated devel/protobuf, devel/py-protobuf 2020-07-30 07:03:18 +00:00
editors py-jedi: updated to 0.17.2 2020-07-21 08:04:58 +00:00
emulators dosbox-x: revert accidental removal of comment marker 2020-07-27 13:41:32 +00:00
filesystems Bugfixes from upstream 2020-07-27 16:06:08 +00:00
finance gnucash: update to 4.1. 2020-07-27 07:08:09 +00:00
fonts Updated to version 0.7.2 2020-07-28 16:34:49 +00:00
games endless-sky: Simplify distfile handling and remove redundant WRKSRC definition 2020-07-28 14:53:34 +00:00
geography geography: Add lua-mmdb 2020-07-09 10:48:58 +00:00
graphics ImageMagick: update to 7.0.10.24. 2020-07-29 11:21:57 +00:00
ham (ham/predict) Updated to 2.2.6 2020-06-16 13:43:36 +00:00
inputmethod inputmethod/mozc-server: fix build problem 2020-06-19 05:45:30 +00:00
lang Update to version 1.7.1. 2020-07-29 21:47:46 +00:00
licenses licenses: Add ttyp0-license 2020-06-17 11:06:58 +00:00
mail Bump pkgrevision. Thanks, Joerg. 2020-07-27 22:28:47 +00:00
math Update to 1.4.2 2020-07-23 13:56:16 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs pkglint: fix category Makefiles 2020-07-17 06:10:34 +00:00
misc xfce4-time-out-plugin: update to 1.1.1 2020-07-20 23:40:42 +00:00
mk Allow use of openjdk11 on NetBSD/aarch64. 2020-07-29 21:42:30 +00:00
multimedia py-m3u8: updated to 0.7.0 2020-07-27 12:21:01 +00:00
net net/terraform: Add CHECK_RELRO_SKIP, revbump 2020-07-30 03:08:43 +00:00
news sfeed_curses: Belatedly include curses bl3 (oops) 2020-07-17 18:11:02 +00:00
packages
parallel llvm: updated to 10.0.1 2020-07-26 19:20:12 +00:00
pkgtools pkgtools/pkglint: update to 20.2.4 2020-07-23 19:09:10 +00:00
print Enable cups option by default and pull in libcups instead of cups-base. 2020-07-29 10:44:32 +00:00
regress show-all: fix typo in variable name 2020-07-01 09:13:12 +00:00
security tor-browser: update to 9.5.3. 2020-07-29 07:46:37 +00:00
shells shells/pbosh: Update to 20200701 2020-07-17 11:34:59 +00:00
sysutils ansible: updated to 2.9.11 2020-07-29 13:54:07 +00:00
templates
textproc doc: Updated textproc/swath to 0.6.1 2020-07-30 02:13:56 +00:00
time py-arrow: updated to 0.15.8 2020-07-24 06:53:42 +00:00
wm wm/frankenwm: simplify Makefile 2020-07-28 14:23:37 +00:00
www py-paste: updated to 3.4.3 2020-07-29 14:34:18 +00:00
x11 dunst: update to 1.5.0. 2020-07-29 12:27:13 +00:00
Makefile
pkglocate
README.md

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