Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
kamil 849448b732 thunderbird: Pick libGL.so for NetBSD in GLContextProviderGLX.cpp
NetBSD ships with libGL.so.3 as of NetBSD-8.99.42 and the libGL.so form
is more portable.
2019-06-01 23:27:58 +00:00
archivers py-zipp: added version 0.5.1 2019-05-29 19:48:29 +00:00
audio soundtouch: updated to 2.1.2 2019-05-29 21:28:03 +00:00
benchmarks all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
biology Revbump after updating graphics/glew 2019-05-29 19:52:48 +00:00
bootstrap bootstrap: fix endless when checking nonexisting directory 2019-05-07 19:54:46 +00:00
cad Revbump after updating graphics/glew 2019-05-29 19:52:48 +00:00
chat Revbump all Go packages after go112 update. 2019-05-27 15:18:17 +00:00
comms all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
converters all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
cross xtensa-esp32-elf-*: update to espressif 2019r1 snapshot 2019-05-27 17:31:14 +00:00
databases databases: Add postgres_exporter. 2019-05-31 14:42:45 +00:00
devel cmake: updated to 3.14.5 2019-06-01 20:24:07 +00:00
distfiles
doc Updated devel/cmake 2019-06-01 20:26:52 +00:00
editors codeblocks: Avoid gtk2 dependencies 2019-05-27 13:21:22 +00:00
emulators retroarch: undo hack to workaround netbsd base xsrc issue. 2019-05-31 18:11:51 +00:00
filesystems all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
finance all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
fonts all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
games Revbump after updating graphics/glew 2019-05-29 19:52:48 +00:00
geography py-country: updated to 18.12.8 2019-05-31 12:37:04 +00:00
graphics librsvg: use lang/rust/platform.mk 2019-06-01 13:55:31 +00:00
ham ham/tqsl: Require C++11 2019-05-13 00:21:34 +00:00
inputmethod ibus: Add missing depend to dbus 2019-05-15 14:37:55 +00:00
lang lang/php73: update to 7.3.6 2019-06-01 15:36:02 +00:00
licenses Conform to the non-free license convention. Thanks to gdt@ for pointing 2019-05-18 19:26:49 +00:00
mail thunderbird: Pick libGL.so for NetBSD in GLContextProviderGLX.cpp 2019-06-01 23:27:58 +00:00
math sc: Update to version 7.16_1.1.2 2019-06-01 06:35:33 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs meta-pkgs/php72-extensions: reset PKGREVISION 2019-06-01 15:35:05 +00:00
misc Revbump after updating graphics/glew 2019-05-29 19:52:48 +00:00
mk options.description: fix typo 2019-06-01 18:08:07 +00:00
multimedia mpv: make alsa option usable on NetBSD. 2019-06-01 01:15:53 +00:00
net gallery-dl: Update to 1.8.5 2019-06-01 19:33:12 +00:00
news all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
packages
parallel PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
pkgtools Revbump all Go packages after go112 update. 2019-05-27 15:18:17 +00:00
print cups-filters: Update to 1.23.0 2019-06-01 17:39:05 +00:00
regress mk/tools: in the wrapper log, quote arguments containing = naturally 2019-05-22 20:47:05 +00:00
security tor-browser: update to 8.5.60.7.0nb2. 2019-06-01 20:24:03 +00:00
shells tcsh: Uncomment HOMEPAGE (now available again) 2019-05-19 00:01:17 +00:00
sysutils xfce4-cpugraph-plugin: update to 1.0.90 2019-06-01 19:53:19 +00:00
templates
textproc py-markdown2: updated to 2.3.8 2019-05-30 05:10:55 +00:00
time (time/ocaml-time_now) USE_TOOLS+= bash instead of BUILD_DEPENDS, tks leot@ 2019-05-29 21:23:54 +00:00
wm all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
www seamonkey: Sync audio improvements from firefox. 2019-06-01 20:41:45 +00:00
x11 py-terminator: Fix faults of terminator on NetBSD 2019-06-01 01:17:12 +00:00
Makefile
pkglocate
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge Exp $

pkgsrc is a framework for building software on UNIX-like systems.

To use, bootstrap using:
    cd pkgsrc/bootstrap/
    ./bootstrap

build packages, use:
    cd pkgsrc/category/package-name
    $PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

Bugs and patches can be filed in the following link (use category 'pkg'):
https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd

To fetch the main CVS repository:
    cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

It's also possible to contribute through pkgsrc wip (work in progress), for
more information, see http://pkgsrc.org/wip/users/

Please see doc/pkgsrc.txt for information.