44 Commits

Author SHA1 Message Date
Lionel Sambuc
7cb8e5b41b Fixes pbulk on developer ISO, activate X11
* Fixes a few cross-build vs developer ISO issues
   - clang and binutils part of the base system, or only available
     through packages.
   - Default path to the strip utility.

 * Fixed two issues in pbulk-ng.sh
   - set -e being activated while a few commands are expected to fail,
     preventing a succesful build.
   - Fixed a shell test not supposed to be on two lines.

 * Activated build and install of X11.
   - The X11 sources proper are expected to be available in /usr/xsrc.
   - Added X11 to PATH and LD_LIBRARY_PATH for the jails.
   - Specified the X11 type to be "native"
   - Removed options disabling the build of X11 related features.
2014-11-24 14:07:58 +01:00
Lionel Sambuc
f43378af87 minix/git-review 2014-10-18 02:39:12 +02:00
Lionel Sambuc
43c2485d7d python27 fixes 2014-10-18 01:55:45 +02:00
Ben Gras
dc253fb19d pkgin formatting fix 2014-08-24 20:53:39 +00:00
Lionel Sambuc
df40ce6741 minix category
This contains MINIX specific packages, configuration and (PKGSRC) build
scripts.
2014-08-11 13:47:07 +02:00
Lionel Sambuc
27cb366444 x11/pixman 2014-08-11 13:41:05 +02:00
Lionel Sambuc
5b5c7736bf www/curl 2014-08-11 13:40:55 +02:00
Lionel Sambuc
14faa2e33a textproc/libxml2 2014-08-11 13:40:43 +02:00
Lionel Sambuc
71ca3fb53c security/openssh 2014-08-11 13:40:11 +02:00
Lionel Sambuc
9401ebe09f security/openssl 2014-08-11 13:40:00 +02:00
Lionel Sambuc
9fc8ca6705 security/p5-IO-Socket-SSL
- Remove INET6 references
2014-08-11 13:39:51 +02:00
Lionel Sambuc
95eeea7213 security/heimdal 2014-08-11 13:39:42 +02:00
Ben Gras
d1f0293625 print/ghostscript-gpl 2014-08-11 13:39:33 +02:00
Lionel Sambuc
449985d28f pkgtools/pkgin
Setup default repository to the official Minix3 one.
2014-08-11 13:39:02 +02:00
Lionel Sambuc
c76c5f3176 lang/tcl 2014-08-11 13:38:49 +02:00
Lionel Sambuc
4eea737101 lang/python27 2014-08-11 13:38:39 +02:00
Lionel Sambuc
2dcd5e8601 lang/perl5 2014-08-11 13:38:29 +02:00
Ben Gras
622531ef80 lang/clang 2014-08-11 13:37:56 +02:00
Ben Gras
67a86b1fcb shells/bash 2014-08-11 13:37:23 +02:00
Lionel Sambuc
58853c9608 fonts/harfbuzz 2014-08-11 13:36:29 +02:00
Lionel Sambuc
7ddc846700 fonts/fontconfig 2014-08-11 13:33:10 +02:00
Lionel Sambuc
c2abbb605e devel/pth 2014-08-11 13:32:57 +02:00
Lionel Sambuc
59ca02a1eb devel/pkg-config 2014-08-11 13:32:26 +02:00
Lionel Sambuc
1f5a202b48 devel/ncurses 2014-08-11 13:32:17 +02:00
Lionel Sambuc
56a2fee1d5 devel/mk-configure 2014-08-11 13:31:46 +02:00
Lionel Sambuc
dd7b58c227 devel/m4 2014-08-11 13:31:38 +02:00
Lionel Sambuc
920af4f38d devel/libidn 2014-08-11 13:31:24 +02:00
Lionel Sambuc
9e384a4510 devel/libtool 2014-08-11 13:31:13 +02:00
Lionel Sambuc
be72d59290 devel/glib2 2014-08-11 13:30:56 +02:00
Lionel Sambuc
78d20acfa3 devel/git-base
* Disabled support for http/https network connexion
 * Disabled support for ftp/ftps network connexion
2014-08-11 13:30:48 +02:00
Lionel Sambuc
e0987cda89 devel/gettext 2014-08-11 13:30:40 +02:00
Ben Gras
f188dc0d0a devel/cmake 2014-08-11 13:30:22 +02:00
Lionel Sambuc
7aa81ee4fb devel/bison 2014-08-11 13:29:01 +02:00
Lionel Sambuc
c516525b99 devel/binutils 2014-08-11 13:28:49 +02:00
Lionel Sambuc
011d972cb3 devel/bmake 2014-08-11 13:28:39 +02:00
Lionel Sambuc
5426a335d8 databases/gdbm 2014-08-11 13:28:16 +02:00
Lionel Sambuc
74dc946d2f converters/libiconv 2014-08-11 13:28:11 +02:00
Lionel Sambuc
28328074e5 pkgtools/pbulk-base: remove groff tool dependency. 2014-08-11 13:28:05 +02:00
Lionel Sambuc
3e2e276a20 pkgtools/pkg_install
* Add anti-recursivity checks when computing package dependancy,
   (Original author Thomas Cort)
2014-08-11 13:27:39 +02:00
Lionel Sambuc
865e4e1e7d pkgtools/digest 2014-08-11 13:27:27 +02:00
Lionel Sambuc
20dc8f2d2e pkgtools/bootstrap-mk-files 2014-08-11 13:27:23 +02:00
Lionel Sambuc
df533ed732 mk/ Update Minix platform definition
We are transitionning from a full platform to a NetBSD variant,
per the project policy of having a NetBSD userland. There is then
little meaning in adapting all the NetBSD tests to also be true for
Minix.

This means the following is set as:
 * OPSYS = NetBSD
 * OS_VARIANT = Minix

This also has the consequence of obsoleting a few files in
pkgtools/bootstrap-mk-files.
2014-08-11 13:27:19 +02:00
Lionel Sambuc
9a372e9acd Import of pkgsrc-2014Q1 2014-08-11 13:27:10 +02:00
Lionel Sambuc
785076ae39 Import of pkgsrc-2013Q2 2013-09-26 17:14:40 +02:00