Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-05-16 18:59:46 +00:00
archivers py-lz4: updated to 3.0.2 2020-05-16 08:31:37 +00:00
audio qmmp: Update to 1.4.0 2020-05-16 18:51:46 +00:00
benchmarks fio: add linux-specific plist items. 2020-05-15 19:12:46 +00:00
biology biology/canu: don't try to chmod system binaries 2020-05-14 18:30:05 +00:00
bootstrap Highly silly typo. 2020-05-07 14:20:49 +00:00
cad fix pytest versioned dep. 2020-05-16 09:03:22 +00:00
chat ii: Update to 1.8 2020-05-16 18:14:20 +00:00
comms Fix compare of pointer and NUL constant. Allow newer libtiff. Bump 2020-05-14 19:17:45 +00:00
converters py-cairosvg: Update to 2.4.2. 2020-05-16 17:16:21 +00:00
cross ppc-morphos-gcc-9: Add CHECK_PORTABILITY_SKIP 2020-05-16 18:39:10 +00:00
databases databases/ruby-activerecord60: update to 6.0.3 2020-05-16 14:18:56 +00:00
devel pytest from versioned depends 2020-05-16 17:42:41 +00:00
distfiles
doc doc: Updated security/acmesh to 2.8.6 2020-05-16 18:59:46 +00:00
editors editors/zim: remove nonexistent file from SUBST block 2020-05-16 11:57:07 +00:00
emulators emulators/xtrs: fix SUBST block for oss 2020-05-16 12:31:11 +00:00
filesystems pytest from versioned depends 2020-05-16 17:42:41 +00:00
finance pytest from versioned depends 2020-05-16 17:42:41 +00:00
fonts tex-sourcesanspro{,-doc}: update to 2.8 2020-05-12 11:58:15 +00:00
games games/ztrack: fix build in SUBST_NOOP_OK=no mode 2020-05-16 13:01:15 +00:00
geography py-googlemaps: Update to 4.4.0. 2020-05-16 14:12:51 +00:00
graphics qiv: Update to 2.3.2 2020-05-16 17:58:28 +00:00
ham ham/tqsl: Update SUBST pattern to follow upstream 2020-05-16 14:26:53 +00:00
inputmethod inputmethod/ibus: allow no-op SUBST block 2020-05-16 14:16:20 +00:00
lang lang/ruby: start update of Ruby on Rails to 6.0.3 2020-05-16 14:14:45 +00:00
licenses add afl-3.0 (Academic Free License) 2020-04-30 08:40:06 +00:00
mail mail/sendmail: fix build in SUBST_NOOP_OK=no mode 2020-05-16 15:36:24 +00:00
math Doesn't support Python 2.7 2020-05-14 19:31:40 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs texlive-collection-pictures: update to rev 54812 2020-05-10 13:04:41 +00:00
misc misc/ja-less: remove no-op file from SUBST_FILES 2020-05-16 15:56:54 +00:00
mk mk/subst.mk: properly detect s,a,a,1 as identity substitution 2020-05-16 12:43:10 +00:00
multimedia xvidcore: Update to 1.3.6 2020-05-16 17:44:15 +00:00
net pytest from versioned depends 2020-05-16 18:00:31 +00:00
news news/suck: suppress USE_TOOLS+=perl warning 2020-05-10 14:19:38 +00:00
packages
parallel Update to 1.1.3: 2020-05-15 13:32:19 +00:00
pkgtools pkgtools/createbuildlink: remove unused placeholder 2020-05-16 06:28:52 +00:00
print libcups: appease easy pkglint indentation warning. 2020-05-16 18:08:33 +00:00
regress mk/subst.mk: properly detect s,a,a,1 as identity substitution 2020-05-16 12:43:10 +00:00
security acmesh: Update to 2.8.6 2020-05-16 18:59:35 +00:00
shells pbosh: Update to 2020-05-11 2020-05-12 09:06:39 +00:00
sysutils sysutils/rox: remove no-op file from SUBST_FILES 2020-05-16 17:48:36 +00:00
templates
textproc textproc/ruby-actiontext60: update to 6.0.3 2020-05-16 14:23:36 +00:00
time time/todotxt: fix build in SUBST_NOOP_OK=no mode 2020-05-16 17:34:13 +00:00
wm Explicitly narrow initializers. 2020-05-14 18:57:58 +00:00
www pytest from versioned depends 2020-05-16 18:00:31 +00:00
x11 x11/kitty: remove no-op file from SUBST_FILES 2020-05-16 17:20:54 +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