Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-08-17 20:57:44 +00:00
archivers *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
audio *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
benchmarks *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
biology *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
bootstrap bootstrap: No need to find packagemaker any longer. 2020-08-14 08:45:30 +00:00
cad *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
chat *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
comms *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
converters *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
cross *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
databases *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
devel *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
distfiles
doc doc: Updated textproc/split-thai to 0.4 2020-08-17 17:44:25 +00:00
editors *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
emulators *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
filesystems *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
finance *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
fonts *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
games *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
geography *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
graphics *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
ham *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
inputmethod *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
lang *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
math *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
mbone *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
meta-pkgs *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
misc *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
mk Add CMAKE_INSTALL_NAME_DIR, a package-settable variable containing the 2020-08-12 14:10:11 +00:00
multimedia *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
net *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
news *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
packages
parallel *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
pkgtools *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
print *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
regress mk/help: fix help parser for variable names followed by comma 2020-08-04 21:46:44 +00:00
security security/py-u2f: Add NetBSD support. 2020-08-17 20:57:44 +00:00
shells *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
sysutils xentools411: fix build with SSP 2020-08-17 20:37:53 +00:00
templates
textproc *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
time *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
wm *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
www *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
x11 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +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