Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca db08622e7a devel/ruby-racc: update to 1.4.6
Update ruby-racc to 1.4.6.

=== 1.4.6

* Bugfixes

  * bin/racc -g option renamed to -t
  * racc/compiler.rb is removed
  * '|' is allowed with meta rules
  * Ruby 1.8.7 compatibility fixes
  * Ruby 1.9 compatibility fixes

=== 1.4.5 (2005-11-21)
  * [FEATURE CHANGE] --no-extensions option was removed.
  * [fix] racc command should not depend on `raccrt' package.
  * [fix] --no-omit-actions did not work.
  * setup.rb 3.4.1.
2020-02-05 15:10:14 +00:00
archivers Revbump all Go packages after go113 update. 2020-02-02 14:18:56 +00:00
audio audio/fasttracker2: Update to v1.07 2020-01-31 11:14:25 +00:00
benchmarks all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
biology all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
bootstrap Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
chat chat/ircd-hybrid: Adds support for wolfSSL TLS option. 2020-02-04 20:40:18 +00:00
comms asterisk-sounds-native: pkglint cleanup 2020-01-27 22:21:57 +00:00
converters orcus: Update to 0.15.3 2020-02-05 13:54:29 +00:00
cross all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
databases databases/ruby-sequel: update to 5.29.0 2020-02-05 14:40:29 +00:00
devel devel/ruby-racc: update to 1.4.6 2020-02-05 15:10:14 +00:00
distfiles
doc doc: Updated devel/ruby-pkg-config to 1.4.0 2020-02-05 15:01:17 +00:00
editors kate: update kde release service to 19.12.1 2020-02-02 02:39:12 +00:00
emulators dosbox-x: Update to 0.82.26 2020-02-05 13:57:40 +00:00
filesystems fuse: Update HOMEPAGE 2020-01-27 20:42:55 +00:00
finance py-stripe: updated to 2.42.0 2020-02-01 20:21:25 +00:00
fonts all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
games doom-pwad-shotgun-symphony: Version 1.0 added 2020-02-03 12:08:06 +00:00
geography all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
graphics graphics: Enable qr-code-generator 2020-02-05 13:18:49 +00:00
ham all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
inputmethod all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
lang openjdk11: Update to 1.11.0.6.10 2020-02-05 14:22:42 +00:00
licenses licenses: Add vvvvvv-license 2020-01-20 21:15:48 +00:00
mail thunderbird-l10n: Update to 68.4.2 2020-02-05 14:31:31 +00:00
math libixion, py-libixion: Update to 0.15.0 2020-02-05 13:46:13 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs kde: update release-service version to 19.12.1 2020-02-02 02:31:17 +00:00
misc libreoffice: Update to 6.4.0.3 2020-02-05 14:10:35 +00:00
mk options.description: Add security/wolfssl 2020-02-04 20:33:02 +00:00
multimedia Update to 2.6.1 2020-02-05 14:14:49 +00:00
net p5-MaxMind-DB-Reader: update to 1.000014. 2020-02-05 09:29:11 +00:00
news all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
packages
parallel parallel/slurm-wlm: Upgrade to 19.05.5 2020-02-01 00:15:01 +00:00
pkgtools pkgtools/pkglint: update to 19.4.7 2020-02-05 04:09:00 +00:00
print okular: update kde release service to 19.12.1 2020-02-02 03:02:05 +00:00
regress mk/pkgformat: include only relevant ident strings in +BUILD_VERSION 2020-01-15 20:11:11 +00:00
security security/pscan: fix pkglint warnings 2020-02-04 17:25:59 +00:00
shells all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
sysutils collectd-dns: fix PR pkg/54304 2020-02-03 09:12:32 +00:00
templates
textproc Update to 3.3.1. From the changelog: 2020-02-03 01:57:20 +00:00
time time: update kde release service to 19.12.1 2020-02-02 03:07:03 +00:00
wm fluxconf: remove package 2020-01-27 22:58:05 +00:00
www py-django2: updated to 2.2.10 2020-02-04 17:25:05 +00:00
x11 kdelibs4support: autogen now uses json files 2020-02-02 11:17:54 +00:00
Makefile regress: remove Makefile 2020-01-11 11:09:35 +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