Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
micha aca54fef59 shells/pbosh: Update to 2020-05-25
- Use OS specific helper code from devel/smake/Makefile.common

Changes from AN-2020-05-25:
-       libmdgest: Added a "defined(_M_ARM)" check for MSVC byte order
        definitions (byte_order.h).

        Thanks to "Excalibur" for reporting.

-       Bourne Shell: The support for the OLDPWD environment has been moved
        from DO_SYSPUSHD to DO_POSIX_CD and as a result, the minimal POSIX
        compile variant "pbosh" now supports "$OLDPWD" and "cd -".

        This was based on a bug in the POSIX standard that did not include
        OLDPWD in the overview of shell environment variables. See
        https://www.austingroupbugs.net/view.php?id=1343

        Thanks to Koichi Nakashima for reporting
2020-06-05 17:26:43 +00:00
archivers archivers/star: Update to 1.6.1nb8 2020-06-05 17:04:31 +00:00
audio *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
benchmarks Revbump for icu 2020-06-02 08:22:31 +00:00
biology Revbump for icu 2020-06-02 08:22:31 +00:00
bootstrap bootstrap: Fix default target arch on SunOS. 2020-05-30 21:36:15 +00:00
cad Revbump for icu 2020-06-02 08:22:31 +00:00
chat *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
comms Revbump for icu 2020-06-02 08:22:31 +00:00
converters converters/utf8proc: Add support for pkg-config, Reduce build dependencies 2020-06-04 16:46:35 +00:00
cross cross/ppc-morphos-gcc-9: skip shell portability check 2020-06-02 18:37:46 +00:00
databases *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
devel devel/smake: Update to 1.3nb11 2020-06-05 16:48:16 +00:00
distfiles
doc doc: Updated archivers/star to 1.6.1nb8 2020-06-05 17:07:46 +00:00
editors *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
emulators *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
filesystems Revbump for icu 2020-06-02 08:22:31 +00:00
finance Revbump for icu 2020-06-02 08:22:31 +00:00
fonts *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
games *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
geography *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
graphics *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
ham Revbump for icu 2020-06-02 08:22:31 +00:00
inputmethod Revbump for icu 2020-06-02 08:22:31 +00:00
lang clang: Remove patch chunk that snuck back in. 2020-06-05 15:28:54 +00:00
licenses add afl-3.0 (Academic Free License) 2020-04-30 08:40:06 +00:00
mail *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
math Revbump for libxlsxwriter 2020-06-02 10:29:50 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs Revbump for icu 2020-06-02 08:22:31 +00:00
misc *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
mk mk, doc: remove obsolete bulk-install and bulk-package targets 2020-06-05 17:05:22 +00:00
multimedia *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
net net/openconnect: Upgrade to 8.10 2020-06-05 15:50:31 +00:00
news Revbump for icu 2020-06-02 08:22:31 +00:00
packages
parallel Revbump for icu 2020-06-02 08:22:31 +00:00
pkgtools pkgtools/cwrappers: avoid dependency cycle with check-portability 2020-06-02 19:46:00 +00:00
print *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
regress regress/plus_build_version: fix test 2020-05-24 13:45:39 +00:00
security *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
shells shells/pbosh: Update to 2020-05-25 2020-06-05 17:26:43 +00:00
sysutils *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
templates
textproc *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
time Revbump for icu 2020-06-02 08:22:31 +00:00
wm *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
www *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
x11 (qt5-qtvirtualkeyboard) regen distinfo (again, sorry) 2020-06-05 16:15:47 +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