Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 954575e209 libsoup: update to 2.68.4.
Changes in libsoup from 2.68.3 to 2.68.4:

	* WebSockets: Ensure a new connection is created for WebSocket requests [Carlos
	  Garcia Campos]

	* WebSockets: Do not start the input source when IO is closing [Carlos Garcia
	  Campos]

	* build: Update glib requirement to 2.58 [Xavier Claessens]
2020-03-04 09:44:41 +00:00
archivers szip: fix typo 2020-03-01 03:01:19 +00:00
audio audio: Remove gimmix 2020-03-01 13:07:39 +00:00
benchmarks benchmarks/bonnie++: fix reference to documentation 2020-02-09 20:02:45 +00:00
biology all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
bootstrap bootstrap: use $* instead of $@ where appropriate 2020-02-23 18:32:46 +00:00
cad Revert intentional commit. 2020-02-18 17:44:26 +00:00
chat libgadu: Switch from openssl to gnutls 2020-03-01 11:46:43 +00:00
comms Fix YYDEBUG usage. 2020-02-18 16:47:20 +00:00
converters Add bdf2sfd. 2020-02-12 14:11:22 +00:00
cross skip host_detect_local_cpu() if CROSS_DIRECTORY_STRUCTURE. 2020-02-11 01:04:05 +00:00
databases py-sqlparse: updated to 0.3.1 2020-03-02 10:28:26 +00:00
devel py-importlib-resources: updated to 1.2.0 2020-03-03 06:01:00 +00:00
distfiles
doc doc: Updated emulators/tme to 0.8nb40 2020-03-04 07:53:31 +00:00
editors texstudio: update to 2.12.22 2020-03-01 12:48:13 +00:00
emulators Add tap(4) support for *BSD, written by kiyohara@. 2020-03-04 07:52:11 +00:00
filesystems fuse: Update HOMEPAGE 2020-01-27 20:42:55 +00:00
finance py-stripe: updated to 2.43.0 2020-03-03 19:04:40 +00:00
fonts spleen: also install OTF versions of the fonts. 2020-03-04 09:09:59 +00:00
games games: Remove sirius - old GNOME 2 game with dead upstream site 2020-03-01 11:52:23 +00:00
geography geolite2-city: remove 2020-02-26 15:28:34 +00:00
graphics Remove hacks.mk as being superceded. 2020-03-03 14:32:49 +00:00
ham ham/xlog: Work around use of deprecated glib2 APIs 2020-02-28 17:52:13 +00:00
inputmethod inputmethod: Remove qt5-uim 2020-02-08 15:37:56 +00:00
lang py-parso: updated to 0.6.2 2020-03-03 19:06:18 +00:00
licenses Added cc-by-nc-nd-v4.0-license 2020-02-28 11:21:36 +00:00
mail mail: Remove freepops - dead since 2008, fails with OpenSSL 1.1 2020-03-01 17:47:36 +00:00
math add harmbase2 subdir 2020-02-28 22:16:46 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs bulk-medium: Remove jabberd1 2020-03-01 11:38:12 +00:00
misc PKGREVISION bump for poppler dependency change 2020-03-01 12:28:31 +00:00
mk mk/compiler/gfortran: Default to same major version as base GCC 2020-02-26 15:58:20 +00:00
multimedia mplayer-share: mention mencvcd in a comment 2020-03-01 11:51:39 +00:00
net libsoup: update to 2.68.4. 2020-03-04 09:44:41 +00:00
news sfeed: Update to 0.9.16 2020-02-23 20:32:45 +00:00
packages
parallel openmpi: Support SunOS/x86_64 inline assembly. 2020-02-06 11:28:49 +00:00
pkgtools pkgtools/pkg_install: add errno details when remove fails 2020-03-01 11:02:04 +00:00
print print: remove pdfmod 2020-03-01 17:15:49 +00:00
regress mk/pkginstall/files: allow spaces in configuration file names 2020-02-11 01:59:30 +00:00
security security: Remove gpass, dead GNOME 2 app, fails with OpenSSL 1.1 2020-03-01 17:59:32 +00:00
shells zsh: Update to 5.8 2020-02-27 03:05:37 +00:00
sysutils py-supervisor: updated to 4.1.0 2020-03-02 20:33:30 +00:00
templates
textproc py-parse: updated to 1.15.0 2020-03-02 10:29:57 +00:00
time time/Makefile: Add py-trading-calendars 2020-02-06 23:33:05 +00:00
wm fvwm: Remove rplay support, previously disabled by default 2020-02-26 18:09:40 +00:00
www py-meld3: removed; included in latest py-supervisor 2020-03-02 20:35:10 +00:00
x11 xfce4-session: fix botch in patch 2020-03-03 05:06:20 +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