Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-05-16 02:12:23 +00:00
archivers star: Fix typo in comment. 2020-05-14 13:27:53 +00:00
audio audio: Add strawberry. 2020-05-15 17:38:35 +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 Huge package, can take a long time to pkg_create 2020-05-14 19:16:48 +00:00
chat ekg: regen checksum 2020-05-07 13:02:43 +00:00
comms Fix compare of pointer and NUL constant. Allow newer libtiff. Bump 2020-05-14 19:17:45 +00:00
converters 2vcard: update to 0.6. 2020-05-13 19:58:32 +00:00
cross cross/nios2: skip check for unknown configure script and portability 2020-05-15 13:01:52 +00:00
databases postgresql10-server: fix PLIST 2020-05-15 20:45:36 +00:00
devel Allow building formulas with current ghostscript. Bump revision. 2020-05-16 02:12:23 +00:00
distfiles
doc doc: Updated net/sayaka to 3.4.5 2020-05-16 01:04:35 +00:00
editors Resolve various template matching issues when building with clang and 2020-05-14 19:06:55 +00:00
emulators Consistently build as C++11 source, but ignore narrow issues. 2020-05-14 19:35:59 +00:00
filesystems Replace internal .libs copy of the static archive after modification. 2020-05-14 20:08:30 +00:00
finance py-stripe: updated to 2.48.0 2020-05-12 06:51:27 +00:00
fonts tex-sourcesanspro{,-doc}: update to 2.8 2020-05-12 11:58:15 +00:00
games eureka: Avoid sys/time.h SEC pollution. 2020-05-15 15:20:50 +00:00
geography No longer supports Python 2.7 2020-05-14 19:32:31 +00:00
graphics graphics/GraphicsMagick: remove unknown configure option 2020-05-15 13:13:40 +00:00
ham Fix boost::placeholders fallout 2020-05-14 19:22:44 +00:00
inputmethod inputmethod: remove imhangul_status_applet 2020-05-15 09:46:24 +00:00
lang openjdk8: Remove -pie on SunOS. 2020-05-15 10:15:48 +00:00
licenses add afl-3.0 (Academic Free License) 2020-04-30 08:40:06 +00:00
mail Update alpine to 2.22. 2020-05-15 17:25:11 +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 Fix const use. 2020-05-14 19:20:32 +00:00
mk pkg_create -U doesn't do anything, don't pass the flag. 2020-05-15 22:13:39 +00:00
multimedia Can't have two functions with the signature of a copy constructor. 2020-05-14 19:30:42 +00:00
net sayaka: update to 3.4.5. 2020-05-16 01:04:14 +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/pkglint: update to 20.1.5 2020-05-09 19:26:11 +00:00
print print: Remove libgnomeprint - deprecated GNOME 2 component 2020-05-15 11:57:35 +00:00
regress regress/infra-unittests: clean up test code, add portability 2020-05-12 05:34:04 +00:00
security Remove empty files that should be been nuked earlier 2020-05-14 21:40:01 +00:00
shells pbosh: Update to 2020-05-11 2020-05-12 09:06:39 +00:00
sysutils sysutils: Remove gnometoaster 2020-05-15 12:18:03 +00:00
templates
textproc Remove mono GNOME 2 bindings and dependent packages 2020-05-15 11:37:00 +00:00
time Really replace CC 2020-05-14 18:59:15 +00:00
wm Explicitly narrow initializers. 2020-05-14 18:57:58 +00:00
www www: Remove gtkhtml314 2020-05-15 12:01:54 +00:00
x11 x11: -gtksourceview. Version 1 of gtksourceview is now unused in pkgsrc. 2020-05-15 11:54:25 +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