Commit Graph

3065 Commits

Author SHA1 Message Date
Alexander von Gluck IV
ab6a085b71 repo: add clang to x86_64 2015-02-01 20:52:20 +00:00
Jérôme Duval
3776bace0c harfbuzz: fix provides. 2015-01-31 13:39:02 +01:00
Jérôme Duval
5100f28c53 Added x86_64 packages for harfbuzz, graphite2, fontconfig. 2015-01-31 13:33:44 +01:00
Jérôme Duval
f1ef17b87b Added packages for Carlito and Caladea fonts. 2015-01-31 12:58:09 +01:00
JackBurton
78a5e0daee Added BeScreenCapture to the gcc4 repo 2015-01-29 21:08:00 +01:00
Rene Gollent
9b14151f23 HaikuPorts_x86: Update haikuwebkit to 1.4.9. 2015-01-29 12:49:26 -05:00
Adrien Destugues
65b32f9c38 iHaikuWebkit 1.4.9 for x86_64. 2015-01-28 16:03:49 +01:00
Adrien Destugues
5bd7028d84 Update substrate and fontboy packages.
Both received some important bugfixes and other improvements.
2015-01-28 11:16:45 +01:00
Adrien Destugues
1caaa21b4e Ninja package for x86_64. 2015-01-28 09:05:53 +01:00
Adrien Destugues
d21c5eedf3 HaikuWebKit 1.4.9 - fixes redirect problems. 2015-01-27 12:54:28 +01:00
Adrien Destugues
6eb464d8e5 ncurses: remove non-existing headers directory
The build feature depended on a non-existing directory, causing all
dependencies to always be considered out of date by Jam.

Fixes #11664.
2015-01-27 11:07:50 +01:00
John Scipione
a0c8352718 Add input server filters
... for switching workspaces (removed from BWindow) and
minimize all (aka Show Desktop).

This moves the workspace switch behavior out of the BWindow class
and places it into it's own input server filter that does the same
thing. The difference is that you may now uninstall the workspace
switching filter to disable the behavior. These shortcuts were not
included in the BeOS R5 version of BWindow so represent additional
behavior added to Haiku.

minimize_all (aka Show Desktop) is a new input server filter that
allows you to minimize all windows by pressing cmd+ctrl+D. If
you do not like this behavior you may uninstall the minimize_all
input server filter.
2015-01-26 18:25:27 -05:00
Humdinger
29fb42ba55 Added packages for flare_x86, lbreakout2, lmarbles, ltris 2015-01-25 19:02:53 +01:00
Augustin Cavalier
819bfad2df HaikuPorts/x86_gcc2: package updates & additions.
* Doxygen 1.7.6.1 is not the current version, but it's the last in the
   1.7 line which is what we're using for the Haiku Book currently.
 * Git 2.2 has some new features (terminal coloring) and behavioral changes
   (most appeared as warning messages in Git 1.8). Most major Linux
   distros successfully switched, and HaikuPorter doesn't seem to rely
   on the old behavior.
 * PHP is a new add, I've successfully enabled some of the more commonly
   used features in our port (GD, ZLIB, CURL, i18n) so it's more useful now.
   This package does not contain any webserver integration files, but it does
   contain both the CLI and CGI interfaces as well as the builtin webserver.
 * ZSH now provides cmd:sh, so it's possible to switch your default shell to
   it. Mksh already provided cmd:sh so I didn't need to modify it. There
   are still some rough patches that occur when uninstalling Bash (e.g.
   Terminal app has an annoying alert that it can't find Bash so it's using
   /bin/sh instead) but it appears to work.
 * Go was ported in GSOC 2014 and has had a recipe since then, but nobody
   bothered to upload it.
 * RCS had an incorrect primary provide, fixed it (#9703).
2015-01-25 17:54:44 +01:00
Alexander von Gluck IV
a8ac9faab8 haikuports: Update x86_64 llvm to 3.5.0-1 2015-01-22 03:00:29 +00:00
Humdinger
bccd0cd661 Update QuickLaunch package.
Don't ignore /system/bin by default.
Now that more and more ports are available for Haiku, some GUI apps
do appear in that folder...
2015-01-16 15:36:20 +01:00
Humdinger
89678b6b5a Updated youtube-dl package. 2015-01-13 19:12:00 +01:00
Adrien Destugues
b8039c141e Add RCS package. 2015-01-11 18:18:05 +01:00
Jérôme Duval
d52ab7d045 disable debug build for userland_server
* it fails on gcc2 with inline functions requiring kernel symbols.
2015-01-10 23:36:43 +01:00
Jérôme Duval
85d8fa4988 Updated bash packages. 2015-01-10 18:11:35 +01:00
Jérôme Duval
2e386f20b7 Updated freetype packages 2015-01-10 17:20:31 +01:00
Jérôme Duval
6c1c9aa2b3 openssl: security update
Fix for CVE-2014-3571
Fix for CVE-2015-0206
Fix for CVE-2014-3569
Fix for CVE-2014-3572
Fix for CVE-2015-0204
Fix for CVE-2015-0205
Fix for CVE-2014-8275
Fix for CVE-2014-3570
2015-01-10 14:34:20 +01:00
Jérôme Duval
b9962ceac2 IMAP,POP3,NewMailNotification: fixed x86_64 build.
* Notifier::HeaderFetched(): fixed the method signature (go figure how it could
build on x86).
* POP3: fSizes type is now std::vector<size_t> instead of BList. Please review.
off_t might be a better choice.
* added the mail_daemon add-ons to the Haiku package again.
2015-01-08 22:31:43 +01:00
Humdinger
c531aa7cc5 Update Clockwerk package. Added the "Quick HowTo" document. 2015-01-08 17:01:54 +01:00
Rene Gollent
67d5656fab Fix x86,x86_64 build.
For the time being, exclude the new mail_daemon add-ons from the image,
as they break both the x86 and x86_64 builds by failing to compile in a
variety of ways.
2015-01-07 18:25:48 -05:00
Humdinger
61c227c6eb Added Clockwerk package. 2015-01-07 17:21:07 +01:00
Adrien Destugues
449e7cdde3 Actually remove RCS from the image. 2015-01-05 18:07:16 +01:00
Augustin Cavalier
0de25abadc bash_completion: delete from tree.
This was an old version of bash_completion and not included in the
image. An haikuports recipe is available if you need it.

Fixes #11660.

Signed-off-by: Adrien Destugues <pulkomandy@gmail.com>
2015-01-05 12:03:45 +01:00
Humdinger
c50f8331de Add app2png package
In order we can fill the Haiku Depot Server with icons for old apps.
2015-01-04 09:31:38 +01:00
Rene Gollent
7f10f053c5 x86: Package updates.
- Add package for ninja.
- Update haikuwebkit to 1.4.8.
2015-01-03 15:02:43 -05:00
Humdinger
985d0a7b8a Updated QuickLaunch package. 2015-01-02 13:45:39 +01:00
Jérôme Duval
2ece930012 libsolv_bootstrap: bump and sync version with haikuports.cross 2014-12-29 18:48:27 +01:00
Jérôme Duval
3f8e2902e1 Updated libsolv packages 2014-12-29 15:24:24 +01:00
Jérôme Duval
d1ff72af97 Sync gcc and binutils bootstrap versions with HaikuPorts recipes. 2014-12-29 11:37:45 +01:00
Jérôme Duval
5c120e2364 Updated gcc package for x86_64. 2014-12-28 18:28:17 +01:00
Jérôme Duval
c69fc48c60 Updated binutils packages. 2014-12-28 14:01:41 +01:00
Jérôme Duval
e1816b5a12 Updated libxml2 package for x86_64. 2014-12-27 21:44:22 +01:00
Jérôme Duval
56973fc338 Drop autotools and libtool from HaikuPortsCross
for arm, ppc, x86 and x86_gcc2. Moves bash to 4.3.30.
2014-12-27 14:00:45 +01:00
Jérôme Duval
1514783a71 Added stage0 packages for m68k. 2014-12-26 18:54:15 +01:00
Jérôme Duval
6519e4be6c Updated subversion packages for x86_gcc2 and x86_64. 2014-12-23 19:37:21 +01:00
Jérôme Duval
a818f2ca23 Updated libpng and libpng16 packages. 2014-12-23 18:55:29 +01:00
Jérôme Duval
58f8992f1d Updated gcc_x86 package for x86_gcc2 2014-12-23 18:11:13 +01:00
Adrien Destugues
62ee6b76e2 Update beam to avoid triggering #6400. 2014-12-23 10:33:01 +01:00
Humdinger
a2b422eff9 Updated installation folder of dejavu font. 2014-12-21 22:33:38 +01:00
Humdinger
00f5a0e84b Removed paladin_x86 from the repo. The gcc2 verso in the repo is enough... 2014-12-21 22:33:37 +01:00
Jérôme Duval
ad6a0df632 Updated gcc4 packages for x86. 2014-12-21 22:27:45 +01:00
Jérôme Duval
8de3277334 Updated libffi package for x86_64 2014-12-21 13:27:54 +01:00
Jérôme Duval
01cb0db9ba Updated Python packages. 2014-12-21 11:19:07 +01:00
Adrien Destugues
fde7000fd6 Update x86_64 libsolv to fix fopencookie build breakage on haiku. 2014-12-18 10:25:48 +00:00
Adrien Destugues
9a539f9e80 Outsource ncurses. 2014-12-18 10:18:39 +01:00
Humdinger
80719913de Updated Paladin version, added also as secondary arch. 2014-12-18 09:33:19 +01:00
Adrien Destugues
cf01ee8a45 Add the DejaVu fonts to the nightly profile. 2014-12-17 08:47:05 +01:00
Humdinger
7b48414c40 Added Paladin package 2014-12-16 19:34:54 +01:00
Adrien Destugues
4738a0e182 Remove built-in cal command.
* Replaced by gcal package
* Fixes #9696.
2014-12-16 14:31:04 +01:00
Adrien Destugues
92ab3ad71f Add a package for gcal. 2014-12-16 14:17:08 +01:00
Timothy Gu
e7dceac3fa Outsource DejaVu fonts
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-12-16 09:39:02 +01:00
Jérôme Duval
1cf6c6a79d Updated mercurial because of Python update. 2014-12-13 14:49:13 +01:00
Jérôme Duval
c6681bfa88 Added cvsps package for x86 2014-12-13 11:38:06 +01:00
Jérôme Duval
6256af17ef Updated python, git and scons packages for x86
Python 2.7 is now required for running HaikuPorter.
2014-12-13 11:10:00 +01:00
Adrien Destugues
18bd706d85 Add package for the Substrate screensaver. 2014-12-12 16:43:58 +01:00
Adrien Destugues
03f1ea8e5c Add package for Chat.
* This should be merged with the changes done in Dengon and Jabber4BeOS,
so let's raise the awareness of people about those by having packages
for it!
2014-12-12 13:51:01 +01:00
Adrien Destugues
75fe62cd00 Add package for Slayer. 2014-12-10 16:40:17 +01:00
Adrien Destugues
ea22ee950d Update boost packages against newly built ICU.
Thanks to cdesai for providing rebuilt packages!
2014-12-10 16:36:23 +01:00
Adrien Destugues
d181ea48ed Add the ape reader to the image again.
Fixes #7048.
2014-12-10 09:40:20 +01:00
Adrien Destugues
2311bdf24f AssembleNasm: add source dir to include path.
This makes it possible to %include local files. nasm doesn't allow this
otherwise (include paths are assumed relative to the working directory).

Fixes build of ape_reader.
2014-12-09 17:53:44 +01:00
Jérôme Duval
bbcb9a572a updated python package 2014-12-08 21:36:01 +01:00
Adrien Destugues
bd67cb1531 Outsource VL-Gothic font.
Fixes #11576.
2014-12-08 09:28:08 +01:00
Adrien Destugues
e1424d2104 Update arm_none_eabi_gcc and _newlib packages. 2014-12-06 11:17:04 +01:00
Adrien Destugues
522f368179 Update mc, mtr, colors, pecorename, netpulse packages. 2014-12-04 13:19:16 +01:00
Adrien Destugues
8e8d5c85b8 Remove vmware driver from the image. 2014-12-04 12:54:44 +01:00
Alexander von Gluck IV
bf4b97c694 x86_64: Add libsdl2 2.0.3-1
* I think it's ready, working here in a few SDL2
  demo apps
2014-12-03 16:30:06 +00:00
Adrien Destugues
06e005d120 Add package for vmware addons
Fixes #3838.
2014-12-03 16:51:03 +01:00
Alexander von Gluck IV
2ceafe4ec1 x86_64: Update glu package to 9.0.0-3 2014-12-03 15:38:04 +00:00
Alexander von Gluck IV
2e6421c613 x86_64: Update bash package to 4.3.30-1 2014-12-03 15:23:53 +00:00
Adrien Destugues
71da5aebd1 Fix vim to create its own setting folder
GCI2014.
2014-12-03 09:15:56 +01:00
Adrien Destugues
c37e6238d5 HaikuWebKit 1.4.8 2014-12-02 08:25:27 +01:00
Adrien Destugues
3f3d95fb3e Update freetype and add fontconfig packages.
Required for work on completing BFont implementation (::Blocks and
::IsFullAndHalfFixed can be provided using fontconfig data), as well as
a more correct font overlay and/or language > font mapping.
2014-12-01 15:23:42 +01:00
Jérôme Duval
969ddf9c9d libsolv_bootstrap: bump revision. 2014-11-29 22:08:10 +01:00
Adrien Destugues
6dee50beeb Add package for BeMines.
Fixes #9208.
2014-11-28 14:11:49 +01:00
Oliver Tappe
2462ab577d Drop autotools and libtool from haikuports.cross.
* None of these are required to be cross-built, as they all can be built on
  the bootstrap image just fine.
* Additionally, update bash_boostrap from 4.27 to 4.30, as 4.27 causes the
  build of gcc on the bootstrap image to fail.
2014-11-27 21:58:24 +01:00
Adrien Destugues
1abd97e225 Add SerialConnect to DeskBar menu.
It works well enough now.
2014-11-26 10:12:44 +01:00
Adrien Destugues
aca8c0ceb2 HaikuWebkit 1.4.7. 2014-11-26 08:23:37 +01:00
François Revol
2d764efa49 Update libassuan packages 2014-11-26 01:15:52 +01:00
François Revol
67d659f26e Update gpgme packages and add gcc2 version 2014-11-25 03:34:48 +01:00
François Revol
0e38333732 Update libassuan packages 2014-11-25 03:30:05 +01:00
François Revol
187e6ae426 Add packages for gpgme 2014-11-25 03:05:00 +01:00
Michael Lotz
176854ba4b Update transmission package to fix provides on x86_gcc2. 2014-11-23 18:05:26 +01:00
Michael Lotz
9f46451dd0 Add packages for transmission and its (build) dependencies.
* Packages for transmission and libevent for x86[_gcc2|_64].
* Build dependency packages intltool, xml_parser and file for x86[_64].
2014-11-23 16:49:21 +01:00
Adrien Destugues
fbf05ef15b Update libsolv package for now public fopencookie
* mmu_man added the function in Haiku, and now it conflicts with the
redeclaration that was hacked in libsolv, breaking the build.
2014-11-21 15:45:26 +01:00
Adrien Destugues
0e750c3aa6 Remove netfs, userlandfs from 64bit package repo
* They are not building, yet.
2014-11-20 16:02:37 +01:00
Adrien Destugues
05a922cd4d Exclude netfs package from x86_64
It is broken in a lot of places, more than I'm confident fixing.
2014-11-20 08:38:06 +01:00
Adrien Destugues
47a611ab85 Add packages for stlink and arm_none_eabi_gdb. 2014-11-19 23:42:25 +01:00
François Revol
108f3dec11 Add packages for libassuan 2014-11-19 17:17:43 +01:00
François Revol
0c288dd013 Add packages for libgpg-error 2014-11-19 17:13:51 +01:00
Adrien Destugues
a9957db651 Add packages for ed, mksh, zsh, fish, lnlauncher. 2014-11-19 10:03:11 +01:00
Adrien Destugues
5946ab012e Update grep to 2.20.
Fixes #9342.
2014-11-18 14:54:05 +01:00
Adrien Destugues
83b1a68c52 Move NetFS to a package
This is based on Jalopeura's patch to #10191, however, there are some
changes.
From the patch:
* Make userlandfs use separate "interface definition" files for each
filesystem, so the netfs package can provide a configuration file
* Add a short document on how to use NetFS
* Various fixes to netfs to make it build again (volatile atomics)
* The netfs_mount script for easier use of NetFS

Additional fixes:
* Move netfs_mount and the interface description file to data/ in the
source tree
* Use strlcat instead of strcat to avoid a buffer overflow
* Some parts were already applied in previous commits
2014-11-17 15:24:07 +01:00
Adrien Destugues
44f82a7875 Add a package for UserlandFS.
Fixes #10192.
2014-11-17 10:28:59 +01:00
Adrien Destugues
0302849860 Remove some unneeded file and partitionning systems
* googlefs: not working, needs update to match current page layout of
google searches
* Amiga and Apple partitionning systems: made them 68k and ppc-only,
respectively. There is not much use for those on x86 systems.

Also remove kdlhangman from the bootstrap packages.
2014-11-17 09:33:15 +01:00
Adrien Destugues
f89cd51852 Add package for Slime Volley. 2014-11-16 17:00:46 +01:00