Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam b9b6085207 gtkmm3: updated to 3.24.2
3.24.2 (stable):

Gdk:
* Window::create_similar_surface(): Fix a memory leak.
* Suppress warnings from deprecated GTimeVal in
    PixbufAnimation::get_iter()
    PixbufAnimationIter::advance()

Gtk:
* Fix memory leaks in
    IconTheme::list_icons()
    IconView::get_selected_icons()
    RecentManager::get_items()

Documentation:
* Gtk::Builder: Describe how to use it together with Glib::Property.

Demos:
* Fix the source code listing.
2020-05-07 08:42:38 +00:00
archivers revbump after boost update 2020-05-06 14:04:05 +00:00
audio libopenmpt: update to 0.4.12. 2020-05-06 16:36:32 +00:00
benchmarks fio: Couple of SunOS fixes. 2020-04-30 09:42:27 +00:00
biology revbump after boost update 2020-05-06 14:04:05 +00:00
bootstrap bootstrap: Use SH for bmake if specified. 2020-05-06 15:34:31 +00:00
cad revbump after boost update 2020-05-06 14:04:05 +00:00
chat revbump after boost update 2020-05-06 14:04:05 +00:00
comms revbump after boost update 2020-05-06 14:04:05 +00:00
converters revbump after boost update 2020-05-06 14:04:05 +00:00
cross cross/freemint-mintlib: skip portability check 2020-05-03 17:59:51 +00:00
databases mysql57: updated to 5.7.30 2020-05-07 05:31:53 +00:00
devel pangomm: updated to 2.42.1 2020-05-07 08:42:06 +00:00
distfiles
doc Updated devel/p5-experimental to 0.022 2020-05-07 07:43:12 +00:00
editors revbump after boost update 2020-05-06 14:04:05 +00:00
emulators revbump after boost update 2020-05-06 14:04:05 +00:00
filesystems revbump after boost update 2020-05-06 14:04:05 +00:00
finance revbump after boost update 2020-05-06 14:04:05 +00:00
fonts *: Remove manual page entries from ALTERNATIVES files. 2020-05-06 11:16:45 +00:00
games revbump after boost update 2020-05-06 14:04:05 +00:00
geography revbump after boost update 2020-05-06 14:04:05 +00:00
graphics revbump after boost update 2020-05-06 14:04:05 +00:00
ham revbump after boost update 2020-05-06 14:04:05 +00:00
inputmethod revbump after boost update 2020-05-06 14:04:05 +00:00
lang yabasic: update to 2.86.7. 2020-05-06 16:54:25 +00:00
licenses add afl-3.0 (Academic Free License) 2020-04-30 08:40:06 +00:00
mail revbump after boost update 2020-05-06 14:04:05 +00:00
math revbump after boost update 2020-05-06 14:04:05 +00:00
mbone vic: avoid version checking for netbsd 2020-04-29 20:25:46 +00:00
meta-pkgs meta-pkgs/ruby-redmine-plugins: update to 1.3.0 2020-05-06 15:02:54 +00:00
misc revbump after boost update 2020-05-06 14:04:05 +00:00
mk mk/subst.mk: allow identity substitutions with escaped dots 2020-05-06 06:14:56 +00:00
multimedia revbump after boost update 2020-05-06 14:04:05 +00:00
net py-zeroconf: updated to 0.26.1 2020-05-07 05:40:19 +00:00
news revbump after boost update 2020-05-06 14:04:05 +00:00
packages
parallel revbump after boost update 2020-05-06 14:04:05 +00:00
pkgtools pkg_install: Revert part of last commit. 2020-05-05 09:02:43 +00:00
print sort 2020-05-07 06:13:34 +00:00
regress mk/subst.mk: allow identity substitutions with escaped dots 2020-05-06 06:14:56 +00:00
security py-google-auth: updated to 1.14.2 2020-05-07 05:08:20 +00:00
shells shells/bash-completion: remove no-op SUBST block 2020-05-01 19:59:48 +00:00
sysutils revbump after boost update 2020-05-06 14:04:05 +00:00
templates
textproc revbump after boost update 2020-05-06 14:04:05 +00:00
time py-icalendar: updated to 4.0.6 2020-05-07 04:58:11 +00:00
wm revbump after boost update 2020-05-06 14:04:05 +00:00
www www/ap2-python: omit unknown configure option 2020-05-07 05:41:33 +00:00
x11 gtkmm3: updated to 3.24.2 2020-05-07 08:42:38 +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