Oliver Tappe
49438babd5
Rename repository with Haiku packages to 'Haiku'.
...
Thanks to Augustin for the hint.
2014-08-15 20:12:28 +02:00
François Revol
529af6e138
fluidsynth: Update package with fixed PROVIDES
2014-08-15 18:53:23 +02:00
François Revol
fa6ae8076a
Add faad2 packages
2014-08-15 17:36:22 +02:00
François Revol
6c881c9125
Add fluidsynth packages
2014-08-15 17:01:13 +02:00
François Revol
b0725b38f8
Add libsndfile packages
2014-08-15 15:46:32 +02:00
Oliver Tappe
87e8603d9f
Merge branch 'gcc_syslibs'
...
* From now on, the gcc-specific system libraries (libgcc, libsupc++ and
libstdc++) are provided by separate packages built along with gcc:
- gcc_syslibs contains the shared libraries (libgcc_s.so, libsupc++.so and
libstdc++.so)
- gcc_syslibs_devel contains the static libraries and both c++ and gcc
headers
The shared libraries now make proper use of symbol versioning and there
are version-specific symlinks
* The buildsystem has been adjusted to no longer use the libraries and
headers from the cross-compiler, but use the ones provided by the
above-mentioned packages. The only exception is that the 32-bit libraries
required for the bootloader of the x86_64 architecture are still taken
from the cross-compiler.
2014-08-13 13:50:29 +02:00
Oliver Tappe
e29a6c4cd4
Introduce stage0 into the bootstrap process.
...
* This stage builds the gcc packages to get the shared syslibs, which
only requires the Haiku glue code.
* Add separate declaration section for stage0 packages to
HaikuPortsCross repository files.
* For the bootstrap_stage0 platform, fall back to the gcc headers
provided by the cross-compiler.
2014-08-13 13:34:26 +02:00
Oliver Tappe
91e3c8435e
Only add Webpositive to image if it is available.
2014-08-13 13:32:48 +02:00
Oliver Tappe
afde44733f
* When using the non-legacy compiler, use the c++ and gcc headers
...
provided in the gcc_syslibs_devel build feature for building Haiku.
* Simplify declaration of c++ and gcc headers for the legacy compiler -
in the end we always use the ones living by our source tree anyway.
* Fix a couple of missing local declarations for jam variables, which
were necessary to avoid a build problem with strace. There are
probably more bugs like these hiding in our build system files, but
I'm saving the fix for those to the next commit.
* Add new gcc packages to the HaikuPorts (x86*-)repositories.
2014-08-13 13:32:34 +02:00
Adrien Destugues
633aeb7dba
Add arm_none_eabi_{binutils,gcc} packages.
2014-08-10 09:42:21 +02:00
François Revol
1c9081d343
Add a package for Moe. How did I live without it???
2014-08-08 19:59:06 +02:00
François Revol
e4860647b2
Add opensound package
...
Just fixed a crash in there, so it should now work ok.
2014-08-07 22:54:01 +02:00
Jessica Hamilton
4b0b03de1d
Add BeCJK input method to HaikuPorts repository.
2014-08-07 17:28:43 +00:00
Jessica Hamilton
297f6f3d28
Add canna input method to HaikuPorts repository
2014-08-07 10:00:47 +00:00
Alexander von Gluck IV
14ed9dd5fc
x86: Update tar package in repo to 1.27.1-2
...
* Tested functional
2014-08-05 18:23:55 +00:00
Adrien Destugues
09785ce274
smpeg: update to a version with a working libstdc++ dependency.
...
Stop-gap solution to make smpeg installable until the separate libstdc++
package is available. Then it will hopefully have a reliable "compat"
version we can depend on.
2014-08-04 17:49:01 +02:00
François Revol
ea0457cd02
Add musicpc package
2014-08-02 13:33:00 +02:00
François Revol
1336892c8b
Update yab_ide package
2014-08-01 22:40:08 +02:00
Adrien Destugues
7435d82fb3
Update to the fixed (again) curl package.
2014-08-01 17:53:37 +02:00
Adrien Destugues
f0245dc225
Replace broken curl and ca_root_certificates
...
* Remove unneeded path mashup in curl to find the ca_root_certificates
and use the file in .self/data/ssl. This makes it possible to rename the
package providing ca_root_certificates without everything exploding.
* Use a certificate file in the format cURL expects, not Mozilla source
file in NSS format.
2014-08-01 09:38:29 +02:00
François Revol
228df78b0e
Update Boost packages to fix the _devel PROVIDES
...
I'm not building this again in a 1vcpu VM with not enough
disk space :-D
2014-07-31 17:35:01 +02:00
Oliver Tappe
5cbd68a9b3
Update legacy compiler to version 2014_07_26.
2014-07-31 10:37:02 +02:00
François Revol
dc5f63f635
Fix descriptions on X11 related packages
2014-07-29 22:43:28 +02:00
François Revol
70ed656a03
Add some X11-related packages
...
For XEmacs I need libXpm... which needs libX11... which needs...
2014-07-29 21:11:11 +02:00
Augustin Cavalier
ef21655b0b
ca_root_certificates: Update to 2014_04_08-1.
...
Tested against wget, curl, and git, which all were still able
to verify certificates and download from HTTPS sites.
Signed-off-by: Oliver Tappe <zooey@hirschkaefer.de>
2014-07-29 18:41:48 +02:00
Augustin Cavalier
a9822c2d28
HaikuPorts/x86_gcc2: Update both FFmpegs to 0.10.14-1.
...
Signed-off-by: Oliver Tappe <zooey@hirschkaefer.de>
2014-07-29 18:09:47 +02:00
François Revol
ca21718e14
Add python packages: dateutil, lxml, mechanize, requests
2014-07-29 17:20:51 +02:00
François Revol
d9b7113a6d
Add packages for lame
2014-07-28 15:17:47 +02:00
François Revol
ccea78b56d
Add a BeShare package
...
It seems to crash on quit, but seems to be usable.
2014-07-26 20:16:27 +02:00
François Revol
078cd1a049
Add packages for muscle
...
Don't upload the _devel package just yet, it is not suitable for
building BeShare since it is built with single threading.
2014-07-26 20:16:25 +02:00
François Revol
a07d97ee3b
Add a bzr package
2014-07-26 16:17:00 +02:00
Oliver Tappe
1b4510eebf
Put haiku repository onto image.
...
* Now that system updates seem to work properly, put the haiku
repository config and cache file onto the image automatically.
* Adjust URL of haiku repository (it is currently redirected
to some other URL at download.haiku-os.org, but that will be
changed later).
2014-07-26 00:35:53 +02:00
Augustin Cavalier
8d31bd2e69
Upgrade Pe to 2.4.5.
...
Signed-off-by: Oliver Tappe <zooey@hirschkaefer.de>
2014-07-24 16:16:43 +02:00
Jessica Hamilton
18eae6381e
Bump revisions of gcc_x86 & haikuwebkit for gcc2h.
...
This will pull in the requirement for a newer haiku
revision, as the fix to WebPositive lies in haiku,
not haikuwebkit.
2014-07-24 02:33:52 +00:00
François Revol
741f2b55f2
glib2: updated package (fixed glib-gettextize)
2014-07-23 19:37:14 +02:00
François Revol
4e554681b7
Add a gcc2 version of libffi
2014-07-23 19:37:13 +02:00
François Revol
ee58da76ed
Add asciidoc and tig package
2014-07-23 15:01:27 +02:00
François Revol
8bfb76fe23
Add a package for lynx
...
It's mostly because I need it for irssi docs.
2014-07-23 13:25:14 +02:00
Adrien Destugues
c5f7461870
Add avrdude package (with dependencies)
...
I confirmed that Akshay's patch to UHCI gets avrdude working with the
usbasp programmer.
2014-07-23 09:21:40 +02:00
Jessica Hamilton
3858b44850
Updated gcc & webkit packages for x86_64 with native TLS enabled.
2014-07-22 07:57:11 +00:00
Augustin Cavalier
250e35c3bb
HaikuPorts/x86_gcc2: add some native Haiku apps.
2014-07-21 22:04:01 +02:00
Jessica Hamilton
de21d557b7
No source package for gcc this time around (don't have the bandwidth).
2014-07-21 22:46:20 +00:00
Jessica Hamilton
ad6f63ad7a
Updated haikuwebkit-1.4.1 for x86
2014-07-21 22:33:27 +00:00
Jessica Hamilton
9808b33d28
Updated gcc package for x86, with proper TLS support enabled.
2014-07-21 21:52:26 +00:00
Adrien Destugues
043178a063
Add WizzNic
...
* Update sdl_image_x86 to a version that can load PNG files
* Update giflib_x86 to match what's required by the new SDL_image
package
2014-07-21 09:34:52 +02:00
François Revol
449f7f5a7b
Some more packages
...
- libao updated
- libid3tag (for MPD)
- pciutils (for flashrom)
- links
2014-07-21 01:20:27 +02:00
François Revol
ddf5c1d73f
Add some newly built packages...
...
- acr (needed by mpd)
- dos2unix
- getconf (used by valgrind)
(also used by autoconf to determine ARG_MAX faster than try-and-error)
- getopt (needed by acr)
- html_parser (used by netsurf for its git manifest)
- readline_x86
- srm
2014-07-20 23:21:30 +02:00
François Revol
9794408527
Add qemacs package
2014-07-20 01:58:49 +02:00
François Revol
d3a9193fe7
Add package for dmidecode
2014-07-20 01:49:36 +02:00
François Revol
9584f0edd4
Add simh package
2014-07-20 01:20:10 +02:00
François Revol
57b86c9c7e
Partially revert 55c4772c6a
...
It seems curl doesn't like the new ca_root_certificates package.
This breaks git clone and probably other things.
Maybe it has to do with the version string.
Since I can't seem to build a replacement curl, I'm reverting to the previous
ca_root_certificates so at least next nightly still works.
2014-07-19 19:40:28 +02:00
Augustin Cavalier
55c4772c6a
HaikuPorts-x86_gcc2: add KDE's dependencies.
2014-07-19 15:34:00 +02:00
François Revol
8d127fd854
Add a package for ocp (Open Cubic Player)
2014-07-19 03:05:28 +00:00
François Revol
7d869803ce
Update gettext packages
...
This fixes the PROVIDES for x86 and other stuff that
were changed before bumping the revision.
2014-07-19 01:47:46 +02:00
François Revol
da0fa55675
Update libmad packages
...
Fixes PROVIDES_devel
2014-07-18 20:38:31 +00:00
François Revol
07a6a6b311
Add libmpdclient package
...
Used by Music Player Daemon clients.
2014-07-18 20:21:40 +02:00
François Revol
247a35bd0a
Update mpg123 package
...
Fixes PROVIDES_devel and pkg-config files
2014-07-18 20:02:01 +02:00
Augustin Cavalier
e35fa24e16
Update BePDF package and its dependencies.
...
Signed-off-by: Oliver Tappe <zooey@hirschkaefer.de>
2014-07-09 22:18:03 +02:00
Jérôme Duval
756ed316a7
gcc_bootstrap: bump revision.
2014-07-04 00:08:07 +02:00
Arvind S Raj
c2da73b90e
Corrected version of gcc_bootstrap to match the version in HaikuPorts recipe.
...
* There was a version mismatch between HaikuPorts gcc_bootstrap recipe
and build/jam/repositories/HaikuPortsCross/arm which prevented
building @bootstrap-raw for ARM. Thanks Ingo for helping out!
* Ditto for ppc, x86, x86_64.
Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
2014-07-03 22:26:02 +02:00
Adrien Destugues
4260c14601
Release HaikuWebkit 1.4.1.
2014-07-03 11:10:23 +02:00
Adrien Destugues
9f9912d919
Update Sum-It package to a much smaller version built in release mode.
2014-07-03 08:19:19 +02:00
Augustin Cavalier
c441188551
Update Qt, Quassel, and QupZilla packages.
...
* Additionally, rename Qt from qt4 to libqt4.
* [zooey]: Corrected sorting order.
Signed-off-by: Oliver Tappe <zooey@hirschkaefer.de>
2014-07-02 20:23:11 +02:00
Augustin Cavalier
6a6d640619
Remove duplicate "libpaper" entry.
...
Signed-off-by: Oliver Tappe <zooey@hirschkaefer.de>
2014-07-02 20:23:11 +02:00
François Revol
7670cd86b4
Add WIP VirtualBox Guest Additions package
...
For now only clipboard sharing is supported. Run VBoxTray to activate it.
My first uploaded package :)
2014-07-02 00:10:26 +02:00
Adrien Destugues
3b19a78137
Update HaikuWebkit to 1.4.0 for x86_64
...
There are some known issues with this version (1.4.1 will follow soon), but at least it fixes the build.
2014-07-01 21:12:48 +00:00
Adrien Destugues
14d1df6644
Add gyp and python_setuptools packages.
...
Requested by Waddlesplash.
2014-07-01 16:45:24 +02:00
Oliver Tappe
8f49820300
Update python on x86_gcc2 to 2.6.9.
...
* This allows python_twisted to be installed on x86_gcc2, as it requires
python >= 2.6.9.
2014-07-01 00:54:30 +02:00
Adrien Destugues
c5359c702a
Update various packages for x86_64.
...
Some of these are haikuwebkit dependencies, and other things haikuporter decided to rebuild for some reason.
2014-06-30 20:56:02 +00:00
Oliver Tappe
9760ac0d19
Update packages buildbot_slave and python_zope.interface.
...
* To avoid problems caused by the varying python versions used by the
different architectures, switch those packages from 'any' to explicit
architecture.
2014-06-25 23:21:39 +02:00
Ithamar R. Adema
5e58d0c597
sync arm bootstrap package list with x86_64
...
This also adds the libtool_cross_generic package to ARM bootstrap,
which seems to be required for building ncurses successfully. I did
not have the time to verify that this is the case for x86_64 too, so
I'm not yet adding it to there (yet).
2014-06-25 17:30:30 +02:00
Joseph R. Prostko
f7566626e5
Add packages for Fossil SCM 1.29
...
* These packages are for x86_gcc2, x86, and x86_64
2014-06-23 23:03:43 -04:00
Oliver Tappe
bf6baa74a8
Add packages for buildbot_slave and its dependencies.
2014-06-23 00:38:07 +02:00
Humdinger
04e67d278b
Updated outube-dl and QuickLaunch.
2014-06-22 19:06:00 +02:00
Adrien Destugues
ccb39874c8
Add a package for NetSurf.
...
* So I have at least one useable browser while I'm messing with Web+
2014-06-20 13:50:15 +02:00
Rene Gollent
cd1db87623
x86_64: Update packages.
...
- Add libexecinfo.
- Update cmake to 3.0.0_rc6.
- Update haikuwebkit to 1.3.1.
2014-06-17 20:09:10 -04:00
Hamish Morrison
b1d2b9ab6a
openjdk: add x86 secondary architecture package for x86_gcc2
2014-06-14 15:24:12 +01:00
czeidler
76207e934d
Add gcc4 ALE package.
2014-06-06 10:58:54 +12:00
Jérôme Duval
f0e21afe06
openssl: security update
...
Fix for CVE-2014-0224
Fix for CVE-2014-0221
Fix for CVE-2014-0195
Fix for CVE-2014-3470
Fix for CVE-2014-0076
Fix for CVE-2010-5298
2014-06-05 19:31:48 +02:00
Jérôme Duval
3331e9ac65
updates a few hybrid packages.
2014-06-04 18:31:23 +02:00
Jérôme Duval
2388fa71b8
openssl, tiff: provides hybrid packages for x86
2014-06-04 07:24:50 +02:00
Jérôme Duval
cf588872b4
openssl, tiff: provides hybrid packages for x86_gcc2
2014-06-04 00:29:16 +02:00
Adrien Destugues
b2468f37f6
Add hybrid tiff packages.
...
Should fix the build.
2014-06-03 18:10:36 +02:00
Jérôme Duval
31da886a61
tiff: fix headers for [u]int* types
2014-06-02 23:18:55 +02:00
Jérôme Duval
890f4d006f
add packages for tiff
2014-06-02 21:04:23 +02:00
Adrien Destugues
b2b2ae1a1f
Add quassel packages
...
provided by Arfonzo.
2014-06-02 15:04:12 +02:00
Jérôme Duval
ec147911b4
updated for packages, added gmp, help2man, lz4, wget.
2014-06-01 23:07:19 +02:00
Jérôme Duval
f9a06522bd
update gcc for x86 and x86_64
2014-05-30 22:39:37 +02:00
Oliver Tappe
087c0644cd
Update Pe to newest version in all x86-architectures.
2014-05-30 17:48:19 +02:00
Stefano Ceccherini
d3f56292cf
Update BeScreenCapture to 1.9.4
2014-05-27 20:42:59 +02:00
Humdinger
34b9ff37b4
Sorted "sdllopan" under primar architecture as well.
...
Sigh.
2014-05-26 16:51:20 +02:00
Humdinger
6f4a964bc4
Correctly sorted "Pipepanic" under primary architecture.
...
As pointed out by korli. Thanks!
2014-05-26 16:46:56 +02:00
Humdinger
faff1dfe57
Added packages for SDL games "sdllopan" (Mah Jongg) and "Pipepanic".
2014-05-24 18:15:18 +02:00
czeidler
03af6a44ed
Update the ALE package and add the sources.
2014-05-22 08:33:34 +12:00
czeidler
87d5f67840
Add the Auckland Layout Editor (ALE) to the package list.
2014-05-20 10:44:16 +12:00
Humdinger
25890b8f2a
Updated QuickLaunch package to v0.9.7
2014-05-17 17:48:14 +02:00
Alexander von Gluck IV
672d1fb48f
glu: Upgrade glu revision to 9.0.0-3
2014-05-12 22:28:39 +00:00
Jérôme Duval
0584f69356
gutenprint: use outsourced package.
...
* data files are still in the source tree.
* gutenprint headers contain a image.h header file which collides
with ours. This is solved by forcing include search first on
os/kernel directory.
2014-05-09 20:19:35 +02:00
Joseph R. Prostko
7e9976c58b
Updated Readline packages for x86_gcc2 and x86
...
* This solves the issue where libreadline wasn't actually linked to libncurses
* x86_64 update will follow later, as the build maxed out my x86_64 build VM
2014-05-08 00:20:42 -04:00
Rene Gollent
5df1188e86
x86: Update haikuwebkit to 1.3.1.
...
Also update various dependencies.
2014-05-05 22:43:07 -04:00
Adrien Destugues
0c271993cf
Add libexecinfo.
...
This is a new WebKit dependency.
2014-05-01 19:09:25 +02:00
Adrien Destugues
5a7a181585
Add HaikuWebkit 1.3.1.
2014-05-01 18:48:04 +02:00
Oliver Tappe
8c54af563c
Whitespace cleanup in root and 'build' folder.
...
* Removed trailing whitespace and empty lines at top of files.
2014-05-01 12:55:41 +02:00
Alexander von Gluck IV
5153d5ee57
mesa: Add x86 10.1.1-1 build package based on recipe
2014-04-23 13:51:38 -05:00
Oliver Tappe
f35543f6bd
Correct gcc_bootstrap versions.
...
* Referring to a gcc_bootstrap version that actually exists improves
the bootstrap insofar as it will no longer try to build gcc_bootstrap
every time.
2014-04-21 23:26:21 +02:00
Adrien Destugues
bfcb02267b
Mesa_x86: fix libstdc++ dependency.
2014-04-20 22:34:38 +02:00
Adrien Destugues
57fb066606
Add glew_x86 package.
2014-04-20 21:02:14 +02:00
Adrien Destugues
dcf0e44768
Fix glu dependency to libstdc++.
2014-04-20 20:40:56 +02:00
Adrien Destugues
fd015f0118
Add several SDL games with their dependencies
...
Road Fighter, Maze of Galious, Mirror Magic, Super Transball, Goonies,
F-1 Spirit, and Rocks'n'Diamonds.
2014-04-20 15:12:09 +02:00
Adrien Destugues
69e44d4732
Add qemu package with dependencies.
2014-04-20 13:41:04 +02:00
Adrien Destugues
8116f47f3e
Add more packages: vcmi, cvsps, ...
2014-04-19 23:58:40 +02:00
Adrien Destugues
2a765fb358
Update various packages.
2014-04-19 18:07:29 +02:00
PulkoMandy
aa284789e6
Update gcc version to match bootstrap repo.
...
* Fix bootstrap image build.
2014-04-19 10:11:40 +02:00
Adrien Destugues
586f1aeea2
Add yab and yab_ide to the repo.
2014-04-18 18:57:19 +02:00
Jérôme Duval
3860a01487
add packages for qrencode
2014-04-18 17:54:02 +02:00
Jérôme Duval
4a4450c158
less: sysless config file is part of the hpkg.
...
* remove in-tree sysless config gen.
2014-04-17 23:20:32 +02:00
Jérôme Duval
29a4992cda
less: rebuild x86 and x86_64 packages.
2014-04-17 07:28:36 +02:00
Rene Gollent
b37b0177e6
Update gcc, cmake and haikuwebkit packages for x86.
2014-04-16 18:37:21 -04:00
Jérôme Duval
1a8c694443
less: use the outsourced packages.
...
* added packages for x86 and x86_64.
2014-04-17 00:03:28 +02:00
Jérôme Duval
a8ffdaa92a
added sharutils and unrar, updated flex.
2014-04-14 22:33:13 +02:00
Jérôme Duval
cab97c32f8
x86_64: upgrade mercurial.
...
* this version depends on python-2.7
2014-04-14 19:34:51 +02:00
Adrien Destugues
ba65f39ac3
Update HaikuWebkit to 1.3.0.
2014-04-12 08:57:25 +02:00
Jérôme Duval
93b84c29a0
x86_64: update sqlite, libxml2, python packages.
2014-04-08 18:08:35 +02:00
Jérôme Duval
1dc78b8c1e
x86_64: updates various packages.
...
* python version upgrade, had to rebuild git and scons. Other packages
rebuilds might be required.
* added nasm
* curl, readline, tar upgrades.
2014-04-05 15:27:05 +02:00
Adrien Destugues
8d07dca68c
Add OpenTTD and data files.
2014-04-01 22:36:09 +02:00
Adrien Destugues
f521e2a9ec
Add llvm package (untested).
2014-04-01 08:46:58 +02:00
Adrien Destugues
aec5be7aa2
Add lzo recipe.
2014-03-31 08:15:04 +02:00
Adrien Destugues
a41f127c68
Add and update various packages.
2014-03-29 19:16:01 +01:00
Rene Gollent
e3e125273f
Update haikuwebkit_x86 to 1.2.5-2.
2014-03-29 10:22:37 -04:00
Rene Gollent
a743eac426
Add nasm x86 package.
...
Also update autoconf, curl and openssl.
2014-03-28 22:27:36 -04:00
Adrien Destugues
3dc701c1c7
Add nasm package.
2014-03-28 23:03:41 +01:00
Adrien Destugues
dded020a19
Update Qupzilla to 1.7
...
Packages provided by Arfonzo.
2014-03-28 13:47:48 +01:00
Adrien Destugues
be18025283
Update Protrekkr package.
...
This version can be installed. Sorry for the bug.
2014-03-26 15:23:55 +01:00
Oliver Tappe
9109e44e2e
Include findutils_bootstrap on x86* versions of bootstrap image.
2014-03-22 23:21:25 +01:00
Jonathan Schleifer
dbb5224ac2
Revert "x86 and x86_64: Update binutils package."
...
This reverts commit 4a4e2dae77
.
It broke the build with:
Resolving package dependencies ...
Encountered problems:
problem 1: nothing provides cmd:as>=2.23.2_2013_04_09 needed by
gcc-4.8.2_2014_01_28-2
solution 1:
- allow deinstallation of gcc-4.8.2_2014_01_28-2
Instead, the fixed binutils package should be used. Reverting this now
as otherwise it's not even possible to build a system to build a fixed
package.
2014-03-22 02:34:52 +01:00
Jérôme Duval
4a4e2dae77
x86 and x86_64: Update binutils package.
2014-03-19 23:47:33 +01:00
Jérôme Duval
c2719465fa
Update binutils version in haikuports.cross repository.
2014-03-19 20:55:44 +01:00
Adrien Destugues
1d539fd0c2
Update Haikuwebkit to version 1.2.5.
...
Sorry for the delay.
2014-03-18 11:16:09 +01:00
Adrien Destugues
c6b4918597
Add Qt and Qupzilla packages.
...
Packages built a while ago by Arfonzo, which never were uploaded.
Thanks, and sorry for the delay.
2014-03-12 16:03:52 +01:00
Rene Gollent
c418e8f101
x86_64: Update bison, libtool, python and readline packages.
2014-03-11 21:49:18 -04:00
Rene Gollent
57ea16dd0c
Update x86-64 bzip2, openssl and vision packages.
2014-03-11 17:19:43 -04:00
Jonathan Schleifer
36ab9ee174
Use correct gawk_bootstrap version
...
This prevents rebuilding it every time jam is called.
2014-03-11 22:13:24 +01:00
Oliver Tappe
526132b58d
Add missgin gawk_bootstrap, it is required on the bootstrap image.
2014-03-11 22:05:26 +01:00
Jonathan Schleifer
98ae6f2784
Update HaikuPortsCross repo for all archs
2014-03-10 04:24:55 +01:00
Adrien Destugues
9f487be84b
Add vim 7.4 package.
2014-03-06 11:18:07 +01:00
Adrien Destugues
8e0b2cb0f4
Add various useful packages for x86 part of gcc2hybrid.
...
Some steps towards libpak...
2014-03-05 20:11:35 +01:00
Jérôme Duval
0ae983528e
Update gawk package, disabling multibyte support.
2014-03-03 00:29:20 +01:00
Rene Gollent
1c62b9ce99
x86: Update webkit to 1.2.4.
2014-03-02 18:20:59 -05:00
Rene Gollent
34a7841a39
x86: Update gcc and binutils packages.
...
- Mainly needed to enable C++11 support in gcc.
2014-03-02 16:09:00 -05:00
Oliver Tappe
66bd70a983
Update gcc4 version in haikuports.cross repository.
2014-03-02 21:55:26 +01:00