forked from Stichting-MINIX-Research-Foundation/pkgsrc-ng
-
Notifications
You must be signed in to change notification settings - Fork 1
sambuc/pkgsrc-ng
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a work in progress to upgrade MINIX PKGSRC to the latest
quarterly available (2015QX).
I have rebased, squashed and edited commit message in order to facilitate
the next update, and have a clear focus from the commit message what we
need and why, at minimum.
Step 0: Those are changes which update the PKGSRC definition of the MINIX
plateform. Those are required to even be able to start.
Step 1: those are the required package to bootstrap PKGSRC, and start pbulk
builds.
Step 2: - base tools: the actual tools we need for development on a regular
MINIX system.
- base dep: Dependencies which are pulled in by the base tools.
This may change between each update, depending on the
versions of the tools.
Any package without a "Step X:" prefix is icing on the cake, and helps improve
the number of available packages on MINIX. They should not be considered as
blocking requirements for a new release.
Known Bugs
----------
- When using bmake to compile a package by hand, sometimes the following
variables need to be exported explicitly in the environment:
export STRIP=strip
export CC=clang
export CXX=clang++
- Some package might fail because of coredumps or even during execution.
In some cases, this is due to the use of both mthread and GNU Pth.
mthread might be pulled in as a dependency of libc++, and a few X11 libraries.
----------
$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $
Please see doc/pkgsrc.txt for information.
About
PKGSRC repository for MINIX - Automatically replicated from gerrit.minix3.org
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Makefile 39.8%
- C 38.9%
- C++ 6.3%
- Shell 4.5%
- Roff 4.0%
- Java 1.1%
- Other 5.4%