Oliver Tappe
50792d1199
Update openssh and perl for x86_gcc2.
2013-09-19 12:23:36 +02:00
Rene Gollent
b162bdaf1d
Add HaikuDepot to Deskbar menu.
2013-09-18 19:52:11 +02:00
Rene Gollent
c6a952d706
Add HaikuDepot to image.
2013-09-18 18:45:10 +02:00
Ingo Weinhold
519bb60aef
Add group{add,del,mod}
2013-09-18 16:33:19 +02:00
Ingo Weinhold
dc3be29614
Enable -Werror in src/bin/multiuser
2013-09-18 16:33:18 +02:00
Ingo Weinhold
e9d9ac713f
Add userdel
2013-09-18 16:33:17 +02:00
Ingo Weinhold
53b162523f
Fix host-only build.
2013-09-18 15:41:12 +02:00
Rene Gollent
eeebe2843a
Manually merge 1410faca6c
.
2013-09-17 14:42:08 +02:00
Oliver Tappe
af8587ce40
Added new jam command 'build-remote-repository'.
...
* build-remote-repository <packages> uploads the given set of packages
to the server and builds the remote repository
2013-09-14 19:51:09 +02:00
Oliver Tappe
8f3f0ee615
Added next version of Pe for x86_64.
2013-09-14 19:48:49 +02:00
Oliver Tappe
689cebd222
Add version of Pe working on x86_64
2013-09-14 15:52:20 +02:00
Ingo Weinhold
cf70d345b2
Merge remote-tracking branch 'haiku/master' into package-management
...
This reverts 8f7f28a7c3
(OpenGL: Upgrade
to
Mesa 9.2).
Conflicts:
build/jam/BuildFeatures
build/jam/HaikuImage
build/jam/OptionalPackages
build/scripts/build_cross_tools_gcc4
src/add-ons/opengl/swpipe/Jamfile
src/apps/diskusage/Jamfile
src/kits/tracker/ContainerWindow.cpp
src/kits/tracker/DeskWindow.cpp
src/kits/tracker/Jamfile
2013-09-13 01:02:28 +02:00
Ingo Weinhold
f11d742feb
HaikuCD: Support package resolution
2013-09-13 00:06:21 +02:00
Ingo Weinhold
76cd5b091e
Move stuff from HaikuImageCommon to new rule
...
... AddPackagesAndRepositoryVariablesToContainerScript.
2013-09-13 00:06:21 +02:00
Ingo Weinhold
b0d7a45c3d
FloppyBootImage: Add packagefs
2013-09-13 00:06:20 +02:00
Ingo Weinhold
dee358f0ec
AddBootModuleSymlinksToContainer: Fix symlink target
...
The symlink was only correct, if the container was a package. For
containers with a non-empty path to the system directory the link would
duplicate the system directory path.
2013-09-13 00:06:20 +02:00
Oliver Tappe
b3eaedd14a
Add missing packages for x86_64 to repository.
...
* the Pe package doesn't work (Pe won't start), I'm still
investigating as to why that is
2013-09-12 14:34:47 +02:00
Oliver Tappe
a4b13eda69
Increase size of bootstrap image to 20 GB.
2013-09-07 15:25:55 +02:00
Oliver Tappe
797c1a7590
Update x64_64 to current state of things.
2013-09-07 15:25:15 +02:00
Oliver Tappe
818ed1eaf0
Remove blocks for secondary packages for x86_64.
2013-09-06 17:21:35 +02:00
Oliver Tappe
fb99605f49
Handle rigged source packages when determining port name.
...
* I'm not sure this makes much of a difference, but I thought it's
better to play it safe.
2013-09-02 12:03:06 +02:00
Oliver Tappe
d1246f33f0
Drop use of non-existing variable in KernelAddon rule.
...
* TARGET_KERNEL_PIC_FLAGS was probably meant to be
TARGET_KERNEL_PIC_CCFLAGS at the time this had been added in 2005.
As correcting the name would mean that kernel add-ons would be
compiled such that they wouldn't be position independent, dropping
the variable makes more sense (which is just a cleanup and doesn't
change anything due to that variable being always empty)
2013-08-29 22:44:50 +02:00
Jérôme Duval
86af5f159b
VirtioRNG: add to the image
2013-08-29 18:47:48 +02:00
Alexander von Gluck IV
8f7f28a7c3
OpenGL: Upgrade to Mesa 9.2
...
* The needed LLVM libraries are now within
the Mesa optional build package.
* The swpipe renderer needs some work still
and will likey change, swrast is fully
functional.
2013-08-28 16:18:44 -05:00
Ingo Weinhold
86297ca0ff
actions DownloadLocatedFile: fail, if wget fails
2013-08-28 01:07:17 +02:00
Ingo Weinhold
106d4015f2
rule ArchitectureSetup: Remove superfluous arch macro definition
...
The macro for the architecture is already defined by the compiler.
2013-08-28 00:46:12 +02:00
Ingo Weinhold
3db97b7688
Enable -Werror for package_repo and pkgman
2013-08-28 00:36:28 +02:00
Oliver Tappe
eb658691e9
Add definitions for x86_64 repositories and package infos.
2013-08-27 23:30:23 +02:00
Oliver Tappe
1af14947fd
Add missing case for x86_64 as host CPU architecture.
2013-08-27 23:30:23 +02:00
Jérôme Duval
98b4807f88
random: convert to the new driver API
...
* also move to a bus manager, we can then attach to the root device.
* updated copyright info.
2013-08-27 20:28:55 +02:00
Ingo Weinhold
a1e681690c
Rework rule CopySetHaikuRevision
...
* Remove support for VCSs other than git.
* Make the haiku-revision file a regular build target and make sure it
is built only once.
* Make determine_haiku_revision an actual shell script and simplify
it a bit.
2013-08-26 16:38:50 +02:00
Ingo Weinhold
e64db4da44
Also mount the packagefs at ~/config
2013-08-25 18:23:11 +02:00
Ingo Weinhold
abf4b0f6a0
HaikuPorts/x86: add some missing source packages
2013-08-23 13:31:51 +02:00
Ingo Weinhold
82655a5188
HaikuPorts/x86[_gcc2]: update gcc packages
2013-08-22 17:58:42 +02:00
Ingo Weinhold
648a97f716
HaikuPortsCross: update gcc package versions
2013-08-22 15:49:34 +02:00
Ingo Weinhold
b35337eb1e
Add repositories for x86
...
Almost complete. bepdf is still missing, since it doesn't build with gcc
4 and a few source packages are missing as well (binutils and gcc
because haikuporter doesn't build them correctly ATM, mesa due to an
oversight).
2013-08-21 16:45:48 +02:00
Oliver Tappe
4ddd2c75dc
Don't try to build xz_utils for a mere gcc2 system.
2013-08-21 16:30:39 +02:00
Ingo Weinhold
77b9f01f9b
Add a few standard build tools to the Development meta package
2013-08-17 09:21:06 +02:00
Ingo Weinhold
24796718b9
Bootstrap Haiku image: add source for more required packages
...
* Introduce build variable HAIKU_IMAGE_ADDITIONAL_PACKAGES which can be
set to add additional packages to the image.
* Use HAIKU_IMAGE_ADDITIONAL_PACKAGES to support specifying a list of
additional packages via the build-package-list build profile action.
* Add htmldoc and texi2html when building the list of the packages for
which we need source packages when building the bootstrap Haiku image.
We don't want them on the regular image, but they are needed to build
some packages that are on it.
2013-08-17 09:20:35 +02:00
Ingo Weinhold
13f2fbbd9e
Add build variable HAIKU_PORTER_CONCURRENT_JOBS
...
It can be set to the number of jobs specified on the haikuporter
command line. Speeds up the bootstrap build quite a bit.
2013-08-17 09:12:45 +02:00
Ingo Weinhold
f73d05a79b
HaikuPorts/x86_gcc2: Update git packages
2013-08-14 10:14:16 +02:00
Ingo Weinhold
86233b1067
HaikuPorts: update several packages
...
... and add some missing devel packages.
2013-08-13 14:20:42 +02:00
Oliver Tappe
4c6b3efc91
Increase size of bootstrap image to 4 GB.
...
* 1 GB isn't enough to build the basic set
2013-08-12 21:50:13 +02:00
Ingo Weinhold
f56958c140
Add development packages for the secondary architecture
2013-08-12 17:23:20 +02:00
Ingo Weinhold
4e822fec6f
HaikuPorts/x86_gcc2: Update gcc and binutils
...
Also add secondary architecture packages.
2013-08-12 17:20:36 +02:00
Ingo Weinhold
b57470a217
Remove setgcc
2013-08-12 15:53:50 +02:00
Ingo Weinhold
555b02d345
Add webpositive package to image
2013-08-10 15:06:55 +02:00
Ingo Weinhold
1c9bc20646
BuildFeatures: re-add webkit build feature
2013-08-10 15:05:51 +02:00
Ingo Weinhold
2910d9a7e0
PreprocessPackageInfo: add substitution
...
... HAIKU_SECONDARY_PACKAGING_ARCH_SUFFIX. It's "_<arch>" for a
secondary architecture and "" for the primary one.
2013-08-10 15:04:48 +02:00
Ingo Weinhold
4f57a2bd1a
DefineDefaultBuildProfiles: simplify things a bit
2013-08-10 15:03:49 +02:00