Skip to content
Downstream repository of NetBSD/pkgsrc for Joyent package builds
Branch: trunk
Clone or download
This branch is 1034 commits behind NetBSD:trunk.

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
archivers
audio
benchmarks Update to netio 1.33 Mar 27, 2020
biology
bootstrap
cad
chat
comms
converters
cross (cross/avr-libc) Fix _VECTOR.3 issue on PLIST and options.mk Apr 4, 2020
databases
devel
distfiles
doc
editors Import focuswriter-1.7.5 as editors/focuswriter Apr 6, 2020
emulators
filesystems
finance hledger-lib: add missing DEPENDS. Apr 3, 2020
fonts
games openttd-data: Update to 0.6.0 Apr 5, 2020
geography libgeotiff: Add buildlink3.mk and silence pkglint warning. Mar 26, 2020
graphics
ham *: Convert broken sourceforge HOMEPAGEs back to http Mar 20, 2020
inputmethod inputmethod/ja-freewnn-lib: fix "array subscript has type 'char'" Mar 25, 2020
lang
licenses
mail
math
mbone
meta-pkgs
misc
mk
multimedia
net py-lexicon: updated to 3.3.19 Apr 6, 2020
news
packages
parallel
pkgtools Bump version for pbulk script fixes. Apr 4, 2020
print
regress
security py-certifi: 2020.4.5.1 Apr 6, 2020
shells bash: Disable bash-malloc on Linux with musl libc Mar 26, 2020
sysutils Support PKG_SYSCONFDIR. Bump PKGREVISION. Apr 6, 2020
templates
textproc
time gnotime: Remove. More GNOME 2 stuff unmaintained since 2008. Mar 23, 2020
wm
www
x11 gtk3+: update to 3.24.17. Apr 6, 2020
Makefile
README.md README.md: minor adjustments Jan 15, 2020
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. Aug 22, 2018

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

Additional links

You can’t perform that action at this time.