Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-05-26 22:30:50 +00:00
archivers libarchive: Update to 3.4.3 2020-05-26 09:16:39 +00:00
audio musicpd: cc1plus: warning: command line option '-std=gnu99' is valid for C/ObjC but not for C++ 2020-05-26 13:47:51 +00:00
benchmarks benchmarks/dnsperf: re-add resperf-report to REPLACE_SH 2020-05-22 15:53:05 +00:00
biology biology/ncbi-blast+: document possible array[char] bug 2020-05-25 05:19:06 +00:00
bootstrap bootstrap: Consolidate setting of CC if unset. 2020-05-25 07:32:59 +00:00
cad cad/gtkwave: allow bashisms for macOS 2020-05-23 10:39:31 +00:00
chat Pointers and 0 are not ordered relativ to each. 2020-05-26 11:27:01 +00:00
comms revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
converters Drop check for ancient GCC versions. Allow building with modern clang. 2020-05-24 23:06:46 +00:00
cross cross/gcc-mips-current: allow bashisms in unused files 2020-05-23 10:34:34 +00:00
databases prometheus: updated to 2.18.1 2020-05-26 15:30:49 +00:00
devel cloc: update to 1.86. 2020-05-26 20:53:13 +00:00
distfiles
doc doc: Updated sysutils/xfce4-thunar to 1.8.15 2020-05-26 22:22:18 +00:00
editors editors/p5-Padre: remove nonexistent files from REPLACE_PERL 2020-05-25 07:45:47 +00:00
emulators wine: updated to 4.0.4 2020-05-26 15:20:22 +00:00
filesystems Use unversioned icu namespace. 2020-05-26 11:29:17 +00:00
finance python/application.mk is not needed any more 2020-05-22 21:33:36 +00:00
fonts Update to 0.16 2020-05-26 01:46:04 +00:00
games 7kaa: fix gettext ldflags 2020-05-26 14:14:50 +00:00
geography gpsbabel: Add comment about needed libusb version 2020-05-25 14:14:37 +00:00
graphics Needs bash. Don't force LTO. Ask compiler for OpenMP implementation. 2020-05-26 11:28:04 +00:00
ham (ham/gnuradio-ctrlport) Add two REPLACE_PYTHON lines 2020-05-23 00:04:18 +00:00
inputmethod inputmethod/mozc-server: document possible array[char] bug 2020-05-25 05:30:31 +00:00
lang nodejs12: updated to 12.17.0 2020-05-26 16:50:00 +00:00
licenses add afl-3.0 (Academic Free License) 2020-04-30 08:40:06 +00:00
mail mail/Makefile: add and enable ruby-roadie-rails 2020-05-25 14:10:11 +00:00
math cantor: allow noop on fix-moc SUBST. 2020-05-24 01:24:22 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs bulk-medium: don't care about the wine version 2020-05-23 00:07:56 +00:00
misc Requires more than 1h of CPU time. 2020-05-26 11:30:29 +00:00
mk options.description: "firefox" is also no longer an option 2020-05-25 00:15:14 +00:00
multimedia multimedia/xine-lib: remove unknown configure option 2020-05-25 07:47:55 +00:00
net py-impacket: fix DEPENDS; fix PLIST; fix binaries with Python version suffix; bump revision 2020-05-26 22:30:50 +00:00
news revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
packages
parallel revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
pkgtools pkgin: Update to 20.5.1. 2020-05-25 08:42:05 +00:00
print cups: add a comment to appease pkglint 2020-05-26 08:37:49 +00:00
regress regress/plus_build_version: fix test 2020-05-24 13:45:39 +00:00
security py-keyring: PYTHON_VERSIONS_INCOMPATIBLE before pyversion.mk 2020-05-26 22:27:26 +00:00
shells mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
sysutils xfce4-thunar: update to 1.8.15 2020-05-26 22:21:25 +00:00
templates
textproc textproc/bat: Updates to 0.15.3 2020-05-26 10:39:38 +00:00
time py-ciso8601: added version 2.1.3 2020-05-23 08:22:40 +00:00
wm wm/fvwm: remove unknown configure option 2020-05-23 12:50:33 +00:00
www netsurf: Update to 3.10 2020-05-25 17:48:36 +00:00
x11 qt5-qtbase: for obscure reasons Qt5PrintSupport_QCupsPrinterSupportPlugin.cmake is not installed on Darwin 2020-05-26 12:52:59 +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