Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
bsiegert 22047e4adc Pullup ticket #6326 - requested by he
lang/libLLVM: PowerPC build fix

Revisions pulled up:
- lang/libLLVM/hacks.mk                                         1.1

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Tue Sep 15 16:16:29 UTC 2020

   Added Files:
   	pkgsrc/lang/libLLVM: hacks.mk

   Log Message:
   On powerpc, use -mlongcall so that we don't get 24-bit relocation overflow.
2020-09-18 18:27:33 +00:00
archivers unrar: updated to 5.9.3 2020-06-20 08:34:08 +00:00
audio open_jtalk: Fix build under NetBSD 9 or earlier 2020-06-28 02:33:05 +00:00
benchmarks *: Update broken sf.net HOMEPAGEs 2020-06-14 10:07:48 +00:00
biology Revbump for icu 2020-06-02 08:22:31 +00:00
bootstrap Pullup ticket #6258 - requested by sevan 2020-07-03 10:31:27 +00:00
cad (cad/qcad) Add one patch for adapting to QT update, Re: QPainterPath 2020-06-16 23:09:31 +00:00
chat irssi: Do not install perllocal.pod 2020-06-26 07:46:00 +00:00
comms asterisk16: Update to 16.11.0 2020-06-12 16:23:53 +00:00
converters Pullup ticket #6319 - requested by he 2020-09-18 18:20:07 +00:00
cross mingw-w64-i686-winpthreads: Update PLIST to reflect reality 2020-06-22 11:56:56 +00:00
databases Pullup ticket #6293 - requested by wiz 2020-08-14 17:05:33 +00:00
devel Pullup ticket #6320 - requested by he 2020-09-18 18:20:57 +00:00
distfiles
doc Pullup tickets up to #6316 2020-08-28 19:07:55 +00:00
editors editors/micro: Update to 2.0.6 2020-06-26 13:10:45 +00:00
emulators mame: work around failures on aarch64 2020-06-28 16:33:58 +00:00
filesystems fix comment 2020-06-19 23:11:37 +00:00
finance ledger: updated to 3.2.1 2020-06-15 16:54:38 +00:00
fonts spleen: update to 1.8.0. 2020-06-29 09:08:30 +00:00
games Supported options can't be empty, apparently 2020-06-28 09:29:16 +00:00
geography geography/gpsd: Revert errant commit to branch 2020-08-18 17:48:01 +00:00
graphics Pullup ticket #6305 - requested by bouyer 2020-08-24 19:11:37 +00:00
ham (ham/predict) Updated to 2.2.6 2020-06-16 13:43:36 +00:00
inputmethod inputmethod/mozc-server: fix build problem 2020-06-19 05:45:30 +00:00
lang Pullup ticket #6326 - requested by he 2020-09-18 18:27:33 +00:00
licenses licenses: Add ttyp0-license 2020-06-17 11:06:58 +00:00
mail Pullup ticket #6304 - requested by taca 2020-08-24 19:03:27 +00:00
math py-numpy16: Fix typos in DESCR 2020-06-25 19:00:37 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs meta-pkgs/netbsd-doc-print: update to 1.5 2020-06-21 10:33:06 +00:00
misc Pullup ticket #6306 - requested by bouyer 2020-08-25 18:36:06 +00:00
mk Pullup ticket #6263 - requested by maya 2020-07-09 06:40:07 +00:00
multimedia Pullup ticket #6325 - requested by he 2020-09-18 18:25:15 +00:00
net Pullup ticket #6324 - requested by he 2020-09-18 18:23:39 +00:00
news Revbump for icu 2020-06-02 08:22:31 +00:00
packages
parallel paexec: Pull in libmaa 2020-06-16 10:38:40 +00:00
pkgtools pkgtools/url2pkg: update version to 20.2.0 2020-06-28 10:20:59 +00:00
print qpdfview: Fix build with latest Qt. Use libcups. 2020-06-28 14:55:17 +00:00
regress regress/infra-unittests: add very basic tests for mk/haskell.mk 2020-06-27 10:51:12 +00:00
security Pullup ticket #6315 - requested by wiz 2020-08-28 19:07:20 +00:00
shells Pullup ticket #6265 - requested by nia 2020-07-09 06:47:08 +00:00
sysutils Pullup ticket #6308 - requested by bouyer 2020-08-28 15:37:49 +00:00
templates
textproc Pullup ticket #6323 - requested by he 2020-09-18 18:22:54 +00:00
time Retire 'djbware-errno-hack' and associated options.mk cleverness. 2020-06-25 05:42:36 +00:00
wm wmii: needs -lm for frexp 2020-06-28 14:05:58 +00:00
www Pullup ticket #6322 - requested by he 2020-09-18 18:22:25 +00:00
x11 Pullup ticket #6295 - requested by maya 2020-08-14 17:11:16 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
README.md README.md: minor adjustments 2020-01-15 16:19:22 +00:00
pkglocate

README.md

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