History log of /haiku/build/jam/OptionalPackages
Revision Date Author Comments
# 49df70db 09-Feb-2023 Jessica Hamilton <jessica.l.hamilton@gmail.com>

build: include zstd_devel in Development optional package.

* zstd_devel is now required for building Haiku.

Change-Id: I75f6482322b01c5e675c93ec04a9584ca21f95d7
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6055
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>


# 96db3233 12-Nov-2022 Augustin Cavalier <waddlesplash@gmail.com>

HaikuPorts/x86_64: Synchronize.

* Userguide now provided from HaikuPorts.
* Python 3.7 -> 3.9.
* Lots of other version bumps.


# 8e34bbe7 25-Oct-2022 Augustin Cavalier <waddlesplash@gmail.com>

Remove build logic for creating the userguide and welcome packages.

They are now created from a separate repository and via HaikuPorts.
Since the HaikuPorts packages are not yet in the BuildPackageRepository,
the actual section that adds the packages is commented out (but it only
runs for release-* targets anyway.)

The "welcome", "userguide", and "quicktour" scripts, which are symlinked
from the desktop in release builds, are added to the Haiku package's
"regular" profile instead (they do not actually require the other packages
to be installed but will detect if they are not and launch the online
versions instead.)


# 4a2e65d8 07-Jul-2022 Augustin Cavalier <waddlesplash@gmail.com>

HaikuPorts/x86_gcc2: Update.


# 3b3bcbf7 17-Apr-2021 Adrien Destugues <pulkomandy@pulkomandy.tk>

Update build packages repository

- Switch to Python3
- Switch to mawk instead of gawk
- Update ffmpeg (there are several new dependencies)
- Update ICU
- Fix various pre-existing problems with packages not being properly
declared for gcc2 (but somehow it ended up working)
- remove curl, subversion, mercurial

Confirmed that both nightly and release images are building fine on both
32 and 64bit. However, non-x86 architecture may require re-bootstrapping
to do a complete nightly or release image build (the minimal profile
should be fine)

Fixes #16751.

Change-Id: Iacac92923c4113b3e0a49a64b0b4cc1b8e2f5e2e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3871
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# 47320dd0 06-Oct-2020 Augustin Cavalier <waddlesplash@gmail.com>

configure & build: Rework legacy GCC detection to parse versions outside of Jam.

Jam comparison logic is string-based, and so was detecting GCC >= 10
as being < 2. This rectifies that by removing the GCC version parsing
from Jam logic entirely, and setting various BuildConfig variables
instead.

Change-Id: I0c0ae3b9002fb5e77f9ca7a78600c91871657f03
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3293
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>


# 15aa3a02 23-May-2020 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Documentation: add userguide in fur, id, ro and tr

Change-Id: Iee02ec9c62a3fdf14920c3b08ebb97c282a5aa91
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2788
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
(cherry picked from commit 5527f11778f75240d3df349f9a513e54ba088bb4)
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2789


# d26bbf4c 23-Apr-2020 Augustin Cavalier <waddlesplash@gmail.com>

build: Remove perl from the Development set.

This caused the nightly builds to fail, because perl is apparently
a dependency of something in the base set already.


# 19692eed 23-Apr-2020 Jérôme Duval <jerome.duval@gmail.com>

OptionalPackages: add missing dependencies

for Development: automake and autoconf require perl
for DevelopmentMin: makefile_engine requires make and mkdepend

Change-Id: Ica2bace17a233e2e589e139208e468870b1cc84e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2507
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 55e10d7c 19-Apr-2020 Augustin Cavalier <waddlesplash@gmail.com>

OptionalPackages: Rework following build-packages changes.

* perl must go in /system/packages as git requires it
* mpc, gmp, mpfr needed by gcc
* jpeg was replaced by libjpeg_turbo
* glu not necessary


# 4f44282c 25-Jan-2020 Adrien Destugues <pulkomandy@pulkomandy.tk>

Move source and development packages out of /system/packages on release images

Activating all these packages on live boot (especially live DVD where we
also have the write overlay eating up RAM) significantly increases
memory requirements for running Haiku, to the point that Installer may
fail to run. Move them outside the packages/ directory so they are not
activated.

Installer already skips the _sources_ directory when installing, and
lists the contents of _packages_ with checkbox to decide what to include
in the install (they are put in system/packages on the target disk).

Fix from previous version: the Haiku package was installed to /system
instead of /system/packages.

Fixes #15621.


# c31d8dad 15-Mar-2020 Augustin Cavalier <waddlesplash@gmail.com>

Revert "Move source and development packages out of /system/packages on release images"

This reverts commit 0ab9c3c53849f10a3b7aef1e03714e69c7cb0c15.

It broke booting.


# 0ab9c3c5 25-Jan-2020 Adrien Destugues <pulkomandy@pulkomandy.tk>

Move source and development packages out of /system/packages on release images

Activating all these packages on live boot (especially live DVD where we
also have the write overlay eating up RAM) significantly increases
memory requirements for running Haiku, to the point that Installer may
fail to run. Move them outside the packages/ directory so they are not
activated.

Installer already skips the _sources_ directory when installing, and
lists the contents of _packages_ with checkbox to decide what to include
in the install (they are put in system/packages on the target disk).

Fixes #15621.

Change-Id: Ibfac14c43dbe708316a0d82ca1c9d49b5cba2aef
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2157
Reviewed-by: Sergei Reznikov <diver@gelios.net>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 9e15c9f1 20-Oct-2019 Humdinger <humdingerb@gmail.com>

Adding the Quick Tour

* Add a link to the Quick Tour to the desktop.
* Remove the Welcome page from desktop. We don't want to clutter
the user's desktop more than necessary. As "Home" page of
WebPositive, it's still very visible.
* Mention the Quick Tour in the Welcome package description.
* Add a "quicktour" script similar to the welcome/userguide
that opens the online version if it's not installed locally.
* Add icons to the userguide and quicktour scripts. Fixes #14706.
* Add bookmark and launcher for the Quick Tour.

Adjust the AddFileDataAttributeRule to create its temporary file in
the "common" architecture, the file is not architecture specific.

Add a rule PrepareScriptWithIcon in src/data/bin/Jamfile to assign
an icon and make the script executable.

Change-Id: Ia7604ff4715a5aaf9a645c1b3333a954d6a4dafc
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1924
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# 7d5faaf4 25-Aug-2018 Augustin Cavalier <waddlesplash@gmail.com>

OptionalPackages: Remove some of the less-useful devel packages.

ffmpeg_devel pulls in some other devel packages we don't really need,
and very few things are built against it anyway, so whoever needs it
can install it manually. Same goes for freetype and fontconfig.


# c20e7a68 20-Aug-2018 Augustin Cavalier <waddlesplash@gmail.com>

build: Add a haiku_source package.

This contains the contents of Haiku's sources, which is necessary
to include in "with source" builds for proper (L)GPL compliance,
mostly because we have GPL code in the tree.


# e936fc85 01-Jul-2018 Augustin Cavalier <waddlesplash@gmail.com>

build: Cleanup OptionalPackages.

* Remove WifiFirmwareScriptData; the new mechanism is to use the script
to create a true package, and it also supports the offline downloading
this would have provided.
* Remove "FFMpeg"; never used -- the "ffmpeg" package is actually added
via BuildFeatures.
* Remove Bluetooth; now provided as part of the main Haiku package.


# 8547d09e 01-Jul-2018 Augustin Cavalier <waddlesplash@gmail.com>

build: Rework InstallSourceArchive into AddHaikuImageSourcePackages.

Also add AddHaikuImageSourcePackages invocations for all relevant
(i.e. [L]GPL'ed) packages.

Doesn't truly fix #9990 as PackageKit cannot be used to install source
packages, but this is enough for creating a redistributable image,
so that ticket can be moved out of the beta1 milestone now.


# 571def71 19-Jun-2018 Augustin Cavalier <waddlesplash@gmail.com>

WebPositive: Store default bookmarks in git instead of downloading them.

No functional change. Ideally we would create these via ResAttr like we do
the mail-providers, but these have attributes on their directories and not
just the files, so that will be slightly trickier, so for now just keep them
in their zip format.


# 58ce50d3 07-May-2018 Adrien Destugues <pulkomandy@pulkomandy.tk>

Try to fix gcc2 build

git_svn needs alien_svn, but we don't include this in the build repos.
Remove it from the preinstalled software, it is available in the depot
if people need it.


# 22271bfd 03-Dec-2017 Michael Lotz <mmlr@mlotz.ch>

bootstrap: Strip build down by removing unneeded packages.

Don't include makefile_engine, userguide, welcome, netfs and userland_fs
in the build for bootstrap.


# 5f8613a2 24-Nov-2017 Augustin Cavalier <waddlesplash@gmail.com>

build: Cleanup and fixes following previous commits.

* Hashing semantics for the new build repositories are different than
the old ones, so update those (if the x86 build was not broken before
it is now...)
* OptionalPackages has been updated slightly (removed libtool and git_cvs
from the default images, as they are rarely used nowadays and would pull
in a bunch of dependencies we don't really care for either)
* Removed lib:libqrencode from Haiku package requires (qrencode_kdl is a
static library, the userland libqrencode is not used anywhere in the tree,
as far as I can tell)
* Fix build of JPEG2000 translator after update
* Decouple fluidsynth build machinery and remove from image now that it
is no longer used
* Update repository URL in Repositories preflet


# 055c4e14 13-Oct-2017 Augustin Cavalier <waddlesplash@gmail.com>

OptionalPackages: Remove unused cruft.


# 7dfb8683 26-Jun-2017 Jérôme Duval <jerome.duval@gmail.com>

ffmpeg depends on libvpx3.


# 9b6b158b 10-Mar-2016 dsizzle <dcieslak@yahoo.com>

Implementation of BFont::Blocks

BFont::Blocks is now implemented in ServerFont, via a call through the
app_server. It uses fontconfig to iterate through a charset of a font
and stores the defined blocks in a bitmap.

A new API was added, BFont::IncludesBlock, that will allow for arbitrary
testing of a given Unicode block. Since nothing is cached, searching
through an entire charset for a series of Unicode blocks can be quite
slow. In a given block there may be only 1 or 2 characters actually
defined so every character within a block needs to be checked until one
is found, which in a degenerate case will mean the entire block is
checked.

Signed-off-by: Axel Dörfler <axeld@pinc-software.de>


# 4e284242 08-Jan-2017 Humdinger <humdingerb@gmail.com>

Updated Web+ bookmarks

Removed the links to other software sites. They're much easier to
manage on a website. Linked to the new site instead:

https://www.haiku-os.org/community/software


# 04d7efaf 06-Nov-2016 Humdinger <humdingerb@gmail.com>

Updated Web+ bookmarks package

Added Haiku's new forums.
Added BeBytes.
Removed GuestOne repo (can be re-added if they return).
Added empty "Bookmarks bar" folder.
Added overlay icons for the folders in "Bookmarks".


# e65072a8 02-Aug-2016 Humdinger <humdingerb@gmail.com>

Updated WebPositiveBookmarks

Added Giovanni's Software Depot (http://softwaredepot.altervista.org/)


# b2d167b1 12-May-2016 Humdinger <humdingerb@gmail.com>

Updated WebPositive bookmarks

Changed the Launcher URLs to the website's user guide and welcome
page instead of the trunk at http://cgit.haiku-os.org/, because
that'll only show the html source code.

Changed http to https in the bookmarks where possible.


# 0507a788 25-Oct-2015 Humdinger <humdingerb@gmail.com>

Improved LoaderPages for Web+

Solves #9322. Thanks to dsjonny for the original work, that I
slightly improved upon.
The Userguide and Welcome pages now load the page of the user's
system language.


# 7c088080 25-Oct-2015 Humdinger <humdingerb@gmail.com>

Split the big userguide package into one per language.

Splitting the almost 70 MiB userguide package into one package per
language at ~4.5 MiB saves time and space when installing/updating.

At the online tool that manages the user guide pages, we have to
make changes to fall back to the online page if you try to switch
to a language you haven't installed locally. See #9322.


# 8ebeba65 05-Sep-2015 Humdinger <humdingerb@gmail.com>

Updated Web+ bookmarks.

Added BeSly software repo.


# 8512a55f 14-Jul-2015 Humdinger <humdingerb@gmail.com>

Fixed Web+ Bookmarks.

* the LoaderPage for the BeBook now points to /system/documentation/BeBook
* the HaikuPorts bookmark now points to https://github.com/haikuports


# 7706f305 25-May-2015 Humdinger <humdingerb@gmail.com>

Update Web+ bookmarks.

Removing Haikuware, adding instead:
- Guest One's Haiku Repository
- PulkoMandy's Archiv
- Fatelk's Repo


# 6d8505a0 16-Feb-2015 Jérôme Duval <jerome.duval@gmail.com>

patch: use the outsourced packages.

* remove patch Jamfile from the build and patch sources from the tree.
* added patch to DevelopmentBase.
* should a bootstrap package be added?


# d7cde063 11-Feb-2015 Augustin Cavalier <waddlesplash@gmail.com>

OptionalPackages: remove cmake from the default packages.

* It no longer has consistent naming across architectures, as it's
now GCC4-only.
* It hasn't been in the default images for that reason since that change
was made a few months ago, and nobody has missed it.
* Only a few pieces of software use it at this point, so those who need
it can simply run "pkgman install cmd:cmake".


# 83b1a68c 17-Nov-2014 Adrien Destugues <pulkomandy@gmail.com>

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


# 44f82a78 17-Nov-2014 Adrien Destugues <pulkomandy@gmail.com>

Add a package for UserlandFS.

Fixes #10192.


# 242c022a 12-Nov-2014 Jérôme Duval <jerome.duval@gmail.com>

Build against libpng16 instead of libpng.

* Also migrate freetype at the same time, otherwise freetype_devel
wouldn't install anymore.


# 77e13923 18-Sep-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Syntax fix.

Sorry!


# 1c3d2f2d 18-Sep-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Remove git_cvs from the non-hybrid gcc2 image.

It depends on gcc4-only package cvsps. Thanks to Ingo for suggestion on
how to do this.


# fe8ce79e 21-Jul-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Update Web+ bookmark for nightly images

Moved from haiku-files to download.haiku-os.org.
Thanks to bbjimmy for reporting!


# a04a520b 28-Mar-2014 Jonathan Schleifer <js@webkeks.org>

Switch back from yasm to nasm

These days, nasm supports more instructions than yasm. Additionally, it
offers a disassembler.


# f1227e72 01-Jan-2014 Humdinger <humdingerb@gmail.com>

Updated WebPositiveBookmarks optional package

Changed a few icons so they're not all the same...
Added a link to the "Community links" on the website.


# 1bb144a9 10-Nov-2013 Matt Madia <mattmadia@gmail.com>

Automatic whitespace cleanup. No functional change.


# 3c527b71 10-Nov-2013 Humdinger <humdingerb@gmail.com>

/boot/home/Desktop/Untitled


# a27d687e 08-Oct-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Name the generated HPKG files properly

* rule AddPackageFilesToHaikuImage: Add "flags" parameter. The only
supported flag is "nameFromMetaInfo". It causes the packages to be
copied under their canonical file name onto the image.
* Use the new flag for all generated packages save haiku_loader.hpkg.


# f73f5d4c 29-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Initial changes to remove /boot/common

* find_directory() and hard-coded paths use /boot/system instead of
/boot/common.
* The build system creates the writable directories in /boot/system
instead of /boot/common.
* The build system no longer installs any packages in /boot/common.


# 9549402d 24-Sep-2013 Rene Gollent <anevilyak@gmail.com>

Add libcurl build feature.


# 77b9f01f 17-Aug-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add a few standard build tools to the Development meta package


# f56958c1 12-Aug-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add development packages for the secondary architecture


# 555b02d3 10-Aug-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add webpositive package to image


# cade865d 05-Aug-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add secondary arch haiku [devel] packages to image


# b0944c78 01-Aug-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

More work towards hybrid support

* All packaging architecture dependent variables do now have a
respective suffix and are set up for each configured packaging
architecture, save for the kernel and boot loader variables, which
are still only set up for the primary architecture.
For convenience TARGET_PACKAGING_ARCH, TARGET_ARCH, TARGET_LIBSUPC++,
and TARGET_LIBSTDC++ are set to the respective values for the primary
packaging architecture by default.
* Introduce a set of MultiArch* rules to help with building targets for
multiple packaging architectures. Generally the respective targets are
(additionally) gristed with the packaging architecture. For libraries
the additional grist is usually omitted for the primary architecture
(e.g. libroot.so and <x86>libroot.so for x86_gcc2/x86 hybrid), so that
Jamfiles for targets built only for the primary architecture don't
need to be changed.
* Add multi-arch build support for all targets needed for the stage 1
cross devel package as well as for libbe (untested).


# e52af6a9 28-Jul-2013 Rene Gollent <anevilyak@gmail.com>

Add LibLayout and BePDF x86-64 packages.

Thanks to Chris Roberts for contributing the former.


# 293d5b1e 28-Jul-2013 Rene Gollent <anevilyak@gmail.com>

Add 64-bit package for CMake.


# e7c4ad32 28-Jul-2013 Rene Gollent <anevilyak@gmail.com>

Add 64-bit Pe package.


# 5eb4aaba 28-Jul-2013 Rene Gollent <anevilyak@gmail.com>

Add 64-bit Vision package.


# 8f79f5f3 19-Jul-2013 Humdinger <humdingerb@gmail.com>

Rebuild Paladin package.

Paladin relied on liblocale.so that was moved to libbe (I think).
An updated patch will be submitted to haikuporter shortly.


# 458b56a6 05-Jul-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Also install the be_book package in system


# f0273200 05-Jul-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

devel packages for mandatory packages must be in system as well


# 98c6dfa4 05-Jul-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Switch build system from optional package to repositories

* Build libsolv and the dependency solver part of the package kit for
the build platform.
* Add build tool get_package_dependencies. Given a list of package files
and a list of repository files it determines the additional packages
that need to be retrieved from the repositories and prints their URLs.
* Add rules to work with external repositories in the build system
(build/jam/RepositoryRules):
- PackageRepository declares an external repository with all its
packages. The URL of the repository file isn't specified. It is
computed from a given base URL and the SHA256 hash of the list of
package files.
- GeneratedRepositoryPackageList generates a file containing the file
names of all packages in a repository.
- IsPackageAvailable returns whether a package is available in any
repository.
- PackageURL returns the URL for a package.
* Declare the HaikuPorts repository for x86_gcc2
(build/jam/repositories/HaikuPorts/x86_gcc2).
* Add rule AddHaikuImagePackages to add a package to the image and rule
IsHaikuImagePackageAdded to determine whether a package has been
added.
* OptionalPackages: Remove all entries that just downloaded and
installed an external package. AddHaikuImagePackages can be used
instead and is used in the remaining entries. Also move the remaining
optional package dependency declarations from
OptionalPackageDependencies here.
* ExtractBuildFeatureArchives: Instead of the URL parameter a package
name must be specified now. This allows to simplify BuildFeatures
significantly, since there's no dealing with URLs anymore. "if" out
the entries that aren't supported yet.
* build_haiku_image: For the packages installed in system and common
resolve their dependencies and download and install them as well.


# 301f4b46 30-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Expander: also read rules from data directories

* ExpanderSettings: Use a settings directory "expander" and rename
settings file to "settings".
* ExpanderRules: Read expander rules from "rules" files in the settings
directory, then from files in expander/rules subdirectories of the
installation location data directories, and finally add the built-in
rules. This allows packages to provide expander rules (as already
done by the p7zip package).
* OptionalPackages: Remove AddExpanderRuleToHaikuImage invocations.
* ImageRules: Remove Expander rule file related rules.


# 94307089 30-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update packages ffmpeg, openssh, p7zip


# 26ea7066 29-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Deskbar: use a virtual directory for the user-configurable menu

* Deskbar now uses ~/config/settings/deskbar/menu_entries for its menu,
falling back to /system/data/deskbar/menu_entries, when the former
doesn't exist. The latter always exists and is a virtual directory
merging the deskbar/menu subdirectories of ~/config/settings/ and
<any installation location>/data/. So, if a package provides a
deskbar menu symlink, it is added automatically when the package is
activated. The user can add own menu items by putting stuff into
~/config/settings/deskbar/menu/, only use their own organization by
symlinking it to menu_entries, or do fun stuff by making menu_entries
a customized virtual directory.
* HaikuImage: No longer create any deskbar menu symlinks in the user's
settings directory. Instead add them to the Haiku package.
* OptionalPackages: At least for the optional packages that do have
hpkgs, no longer create deskbar menu symlinks in the user's settings
directory.
* Move all Deskbar settings files to ~/config/settings/deskbar/ and
drop the "Deskbar_" prefix.


# 2551c12b 18-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update wonderbrush package


# b6163fd2 18-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update openssh package


# 01293f6a 18-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

OptionalPackages: fix syntax errors


# 56c3ef1d 18-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Disable xz-utils optional package for gcc 2


# 7f453e3b 18-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update packages vision, wpa_supplicant, wqy_microhei, yasm


# e31d5881 17-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update several packages

* neon
* openssh
* p7zip
* pe
* subversion
* tar
* timgmsoundfont
* wonderbrush


# 676cc5aa 17-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update packages mercurial, mkdepend


# 98c399b8 17-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update packages keymapswitcher, libedit, libxml2, libpcre


# 0ac19e7d 17-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update several packages

* bzip2
* ca_root_certificates
* cdrtools
* cmake
* ctags
* curl
* cvs
* doxygen
* freetype
* git
* groff
* libsolv
* man
* nano
* readline
* sqlite
* python


# 8d1a9545 15-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update apr[_util], be_book, bepdf, jam packages


# 46792e59 15-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update basic development packages


# 12629b10 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update expat package


# a20eb7f4 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update libsolv package

Also make use of new build feature rules.


# 1d14716b 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Some renaming of zlib related jam variables


# e4bd005d 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update jpeg package

* Also make use of new build feature rules.
* Since the hacky long_jump_buffer field has been removed from the
jpeg_error_mgr struct in the new package, the structure is now
wrapped in the JPEGTranslator code to achieve the same behavior.


# e9f440fd 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update libpng package

Also make use of new build feature rules


# 29f8805f 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update freetype package

Also use the new build feature rules


# 14d5e307 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update ffmpeg package and its requirements

Also make use of new build feature rules.


# e97e4b74 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update glu and mesa package

Also use the new build feature rules.


# 178da21a 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update icu package

Also use the new build feature rules.


# ebb78dd9 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update openssl package

Also use the new build feature rules


# c46f5969 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update zlib, gettext, libiconv, ncurses packages


# 35a2e0e6 04-Jun-2013 Rene Gollent <anevilyak@gmail.com>

Update Vision package again.

- Reworks how settings are handled: if the settings file has not yet
been created or is empty, we now populate defaults from
appdir/InitialSettings.


# 65af2da0 04-Jun-2013 Rene Gollent <anevilyak@gmail.com>

Update Vision package.

- Update to version 2013-06-04, backports haiku notification support from trunk.


# a532c573 04-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Remove /boot/{apps,preferences} symlinks

And adjust all remained occurrence in the tree accordingly (->
/boot/common/{apps,preferences}).


# ccc44557 30-May-2013 Rene Gollent <anevilyak@gmail.com>

Update Vision package.

Includes a patch by Humdinger to sentence case various strings in the UI. Thanks!


# 9609ed86 28-May-2013 Siarzhuk Zharski <zharik@gmx.li>

KeymapSwitcher opt.package updated to 1.2.7.10

* Fixed hotkeys selector resize issue occured on latest Haiku revisions;
* Fixed handling of system-wide keymap switch mode;
* Remove BDragger from the Deskbar replicant.


# badd403c 26-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update grep package


# 3bbef9dd 21-Apr-2013 Siarzhuk Zharski <zharik@gmx.li>

Discard Termcap and switch console apps to use Terminfo

* Switch bash, debugger, less, telnet[d] and top apps to use termcap
functionality provided by ncurses lib instead of GNU libtermcap.so;
* NetBSD version of tput utility replaced with ncurses' one. Fixes #9606;
* terminfo database is provided as mandatory package installed during
building target system;
* Remove libtermcap module. The termcap database source and
corresponding build rules are not removed to provide backward compatibility -
until all optional packages will be rebuild on upcoming system version
using terminfo. Note that gcc2 builds may require to provide termcap a bit
longer in the sake of binary compatibility with R5 era apps.


# 7e7232ac 20-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update cmake and libsolv packages


# 1ef6da4e 13-May-2013 Jerome Duval <jerome.duval@gmail.com>

update GCC4 package to gcc-4.7.3-haiku-130513

* based on btrev43058.


# 0bfcf731 11-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Move deskbar menu directory to ~/config/settings/deskbar/menu

Also remove the "be" symlink in ~/config/settings.


# 3271dcd7 09-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update be_book and vision packages


# fa5dff55 06-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Replace various boolean rule parameters by flags

Instead of the boolean alwaysUpdate, isCDPackage, and stripDebugSymbols
parameters use a uniform flags parameter which can contain any of the
respectively supported flags (alwaysUpdate, cdPackage,
stripDebugSymbols, !stripDebugSymbols).


# 7c6bff17 05-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Complete outsourcing of zlib

* Add optional packages Zlib and Zlib-devel.
* Simplify the build feature section for zlib and also extract the
source package.
* Replace all remaining references to the zlib instance in the tree and
remove it.


# b923a507 05-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix merge defect in ICU optional package declaration


# 0d6e9506 03-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update mercurial and python packages


# 6b178957 03-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update/add packages for readline, cvs, doxygen, python,

... and timgmsoundfont.


# a82e49ae 02-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update cdrtools and keymapswitcher packages


# 7cbdf4f0 30-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update packages for several ports

* apr
* apr_util
* curl
* expat
* libxml2
* ncurses
* neon
* pcre
* subversion

This corrects the use of develop/lib paths and a few other things.


# c476e9a3 29-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update openssh package


# 4fd280dd 29-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Simplify use of InstallOptionalHaikuImagePackage

When invoked for a hpkg only the installation location (i.e. "common"
or "system") has to be specified now and "common" is the default. The
rule uses AddPackageFilesToHaikuImage now.


# 5d41bc9a 29-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add AddPackageFilesToHaikuImage rule


# e17463fe 29-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update gettext package


# 0302ce81 28-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update bzip2 package


# bd3c5338 28-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update openssh package


# d2874146 28-Apr-2013 Oliver Tappe <zooey@hirschkaefer.de>

Update BeBook package and fix URL of BePDF package.


# 3cd00599 28-Apr-2013 Oliver Tappe <zooey@hirschkaefer.de>

Update packages for CARootCertificates, curl, BePDF


# 49da4a2d 28-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update cmake and libsolv packages


# 4521d4c6 28-Apr-2013 Oliver Tappe <zooey@hirschkaefer.de>

Updated package for Pe (lpe symlink was borked).


# 8aa0b0d7 27-Apr-2013 Oliver Tappe <zooey@hirschkaefer.de>

Update packages apr, apr_util, curl, flex, jam, libpcre and Pe.


# c704b139 27-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update packages libtool, texinfo, sed, tar


# db6fcc49 27-Apr-2013 Matt Madia <mattmadia@gmail.com>

Fixed typo in variable use.


# abfcf6aa 26-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix copy and paste error in NCurses optional package section


# 6ff8ef53 26-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add libedit package


# b87aa117 26-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update ncurses package

It now includes both the wchar and the non-wchar libraries.


# d26ca29d 26-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update mkdepend package


# 4e8a27c9 26-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update libxml2 package


# 4d6fe712 25-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update sqlite package (fix pkgconfig)


# 13321f4d 25-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update sqlite package


# 8e452bcf 25-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update gcc, ncurses, and nano packages


# db88e441 24-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add ncurses optional package


# 4b42e1a6 24-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update man optional package to hpkg


# e49c7394 23-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update groff optional package to hpkg


# f3b11fcb 23-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update p7zip package


# 0d452c8f 23-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Remove the TrackerNewTemplates optional package

Instead add the files to the tree and generate the resulting files on
the fly. This also avoids the undesired attributes the files in the
package had.


# 15565a06 22-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Repackaged WonderBrush zip as HPKG


# 60ac56d3 22-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update wpa_supplicant package


# dbcaf9ee 22-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update WQY-MicroHei package


# ef40a60a 22-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update Vision package


# 5be84d5f 22-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update yasm package


# 86b3c7a4 21-Apr-2013 Oliver Tappe <zooey@hirschkaefer.de>

Drop symlink common/develop/tools/current

* drop the symlink itself (system development tools are now symlinked
from /boot/common/bin directly)
* remove that symlink from PATH


# 4b303759 21-Apr-2013 Oliver Tappe <zooey@hirschkaefer.de>

Update prerequired packages with current versions.


# bab6caf3 20-Apr-2013 Oliver Tappe <zooey@hirschkaefer.de>

Another lap of updating base packages:

* binutils has now been split off gcc
* adjusted other packages to new naming scheme


# 7b2d0621 18-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Enforce current package rules for packages built from tree

* Replace '-' in package name by '_'.
* Use new '[...]' notation for pre-release version component.


# 88f22c97 16-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

InstallOptionalHaikuImagePackage: Remove first parameter

Instead deduce the file name from the URL. A long overdue change. Avoids
unnecessary name duplication, which only led to errors.


# 6185f6e7 16-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix libtool file name


# e7563b87 16-Apr-2013 Oliver Tappe <zooey@hirschkaefer.de>

Updated several base packages


# 19a268a4 09-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update libiconv and sqlite packages

The new package files haven't been rebuilt, just repackaged. Only small
details in the package-info changed.


# 1add554a 03-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Make LibSolv a mandatory package

... so it is actually installed on the image.


# 93c2c2aa 30-Mar-2013 Michael Lotz <mmlr@mlotz.ch>

Update wpa_supplicant to version 2.0 and bring in improvements.

* Updated to version 2.0 of vendor code.
* Reliability improvements in controlling the underlying devices.
* Implement leaving networks.
* Better timeout handling.
* Usability enhancements like cancel on escape, ok button being the
default and the password field having focus on start.
* Storing of the password using BKeyStore.


# 3f986502 28-Mar-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Rebuilt packages for subversion and its dependencies


# dd60d4ee 27-Mar-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

OptionalPackages: Fix CVS URL

Due to a copy'n'paste error the curl package was used. While at it,
use the rebuilt package.


# 90692f47 27-Mar-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Rebuilt packages required for bootstrapping


# 4e87ae1b 27-Mar-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Repackaged xz-utils package

It is now declared with architecture x86_gcc2, though it probably
has been built with gcc4. That issue has to be solved for real
eventually, since the package resolver won't allow mixing of gcc2
and gcc4 packages.


# 21406bd8 12-Mar-2013 Humdinger <humdingerb@gmail.com>

Added optional package System-sounds.

Added the optional package for system sounds that
were collected for GCI 2012. Also added the demo
packges to the "contents" at the top of OptionalPackages.


# 7f562d44 21-Feb-2013 Alex Smith <alex@alex-smith.me.uk>

Added xz-utils for x86_64 and updated to 5.0.4 (from scottmc).


# 22828f94 17-Feb-2013 Scott McCreary <scottmc2@gmail.com>

Updated autoconf and automake


# 44e22d21 22-Jan-2013 Siarzhuk Zharski <zharik@gmx.li>

Vim, KeymapSwitcher and UnRAR packages updated

* Version of Vim package for x86_64 added;
* Version of KeymapSwitcher package for x86_64 added;
* KeymapSwitcher package fixed to preserve Cmd <-> Ctrl swap settings on
keymaps switch. Fixes #9142;
* UnRAR updated from 3.7.8 to 4.2.4, fixed for multibyte characters
support and build for x86_64. Partially fixes #4879;


# 10e65bab 02-Jan-2013 Matt Madia <mattmadia@gmail.com>

Disabled "Application flags" in liblayout.so

Repackaged the optional packages, BePDF and Wonderbrush to
disable the Application flags setting in their Filetype window.

Fixes #8821.


# 622506c4 28-Dec-2012 Alex Smith <alex@alex-smith.me.uk>

Added OpenSSH and Git optional packages for x86_64.

This commit is the first done from Haiku x86_64! Uncovered a few
networking bugs so hopefully this'll push OK... :)


# 9d2f78ca 26-Dec-2012 Gleb Posobin <posobin@gmail.com>

Added Grep utility to the OptionalPackages

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>


# 132b08d8 22-Dec-2012 Rene Gollent <anevilyak@gmail.com>

WebKit package is now also available, missed this on previous commit.


# 4fd9bbbc 22-Dec-2012 Rene Gollent <anevilyak@gmail.com>

Add x86-64 WebKit package. Makes Web+ available on x86-64.


# 85a609cf 22-Dec-2012 Alex Smith <alex@alex-smith.me.uk>

More x86_64 optional packages from scottmc.


# c8d82cf6 19-Dec-2012 Alex Smith <alex@alex-smith.me.uk>

Started adding x86_64 support to Debugger.

Stack tracing doesn't work yet, nor does single stepping (somehow
manages to completely freeze the system).


# bbdb6052 18-Dec-2012 Rene Gollent <anevilyak@gmail.com>

Switch over to using Debugger as the primary system debugger.

- When a crash occurs that requires using consoled, use Debugger
in CLI mode.

- Closes #1078.


# 6e5f42cc 18-Dec-2012 Alex Smith <alex@alex-smith.me.uk>

Added OpenSSL for x86_64.


# fbcad4e5 14-Dec-2012 Alex Smith <alex@alex-smith.me.uk>

Added some more x86_64 optional packages from scottmc.


# abe053eb 07-Dec-2012 Alex Smith <alex@alex-smith.me.uk>

Added missing libbsd.so and a bunch of optional packages for x86_64 from scottmc.


# 133a094f 28-Nov-2012 Alex Smith <alex@alex-smith.me.uk>

Added Python optional package for x86_64.


# d9e5bb0d 15-Nov-2012 Ithamar R. Adema <ithamar@upgrade-android.com>

ARM/ICU: add "optional" packages for ICU on ARM


# f8cdd319 06-Nov-2012 Adrien Destugues - PulkoMandy <pulkomandy@pulkomandy.tk>

Update to fRiSS version 0.7
�+alpha4


# 79936aa5 06-Nov-2012 Siarzhuk Zharski <zharik@gmx.li>

Ensure that KeymapSwitcher does not get stripped on Release build.
See #8603 for history.


# d111de5e 06-Nov-2012 Siarzhuk Zharski <zharik@gmx.li>

KeymapSwitcher package updated to version 1.2.7.5

* Fixed issue with unwanted keymap switching in case UnZip started in
* background (expanding optional packages during Haiku build, for
* example). UnZip executable has no background application flag
* for unknown reason.

+alpha4


# ab4ed6e3 01-Nov-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Update Puri optional package for libpng update
* Puri wouldn't work after the update to libpng 1.5
* It was still looking for libpng.so.1.4
* Not intended for r1alpha4 branch, as it's still on libpng 1.4


# e49510df 01-Nov-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Updated GCC2 and GCC4 optional packages
* These were updated again due to recent changes to the buildtools
* Packages are based on btrev43045, whereas the previous set was based on btrev43040
+alpha 4 (GCC2 package needed to match recent date versioning change to configure script)


# c5af98dc 31-Oct-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Revert of hrev44719
* The buildtool sources were updated in btrev43044 to include the gnu directory
* Now xattr.h (or any future headers in gnu) will be found


# 4107ac9c 30-Oct-2012 Jérôme Duval <jerome.duval@gmail.com>

Cleanup of remains of subversion in the build system


# 0d6a077d 30-Oct-2012 Jérôme Duval <jerome.duval@gmail.com>

Development: don't link to libs with minor version numbers

This change should be backported to alpha4 (without the zlib part).


# a6a99fce 30-Oct-2012 Jérôme Duval <jerome.duval@gmail.com>

zlib: added an optional build package, integrated to the build

* optional package for zlib 1.2.7
* keep zlib in build for the bootloader tarfs


# bf855d37 25-Oct-2012 Siarzhuk Zharski <zharik@gmx.li>

sys/xattr.h should be installed under 3rdparty instead of gnu directory


# fd720fd2 19-Oct-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Update the GCC4 optional package...yes, again
* This package is current as of btrev43040
* Primarily did this rebuild to assure the GCC4 package was made with the latest buildtool sources
* This invalidates the need to cherry pick hrev44704 for R1A4
+alpha4


# cb8f90c0 17-Oct-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Update Perl 5.10.1 GCC4 package for R1A4
* After the SSP fix committed recently for GCC, Perl can now build again correctly
+alpha4


# 02a7951e 17-Oct-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Update GCC4 package
* This package is smaller in size than the previous due to the fix in btrev43038
* This package addresses issue building code with SSP due to fix in btrev43039
* This commit along with btrev43039 fixes #8931
+alpha4 (and hopefully last update to GCC before R1A4 release)


# e7defb00 12-Oct-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Update GCC2 and GCC4 optional packages for R1A4
* GCC4 was updated to GCC 4.6.3 to fix ICE issue while building natively
+ alpha4


# e8a905ef 02-Oct-2012 Scott McCreary <scottmc2@gmail.com>

Fixed typo


# ae978eb9 02-Oct-2012 Scott McCreary <scottmc2@gmail.com>

Updated caya to r279


# 2cf4bb44 02-Oct-2012 Scott McCreary <scottmc2@gmail.com>

Fix typo.


# 6687d083 02-Oct-2012 Scott McCreary <scottmc2@gmail.com>

Updated r1a4 builds for a few OptionalPackages


# dfefaf15 21-Sep-2012 Humdinger <humdingerb@gmail.com>

Extract demo packages to /boot. Added image package.


# 244fb0a3 21-Sep-2012 Matt Madia <mattmadia@gmail.com>

Rebuilt BeZillaBrowser (for libjpeg update).

Note: This is not for the r1alpha4 branch. That will come later.


# 5114fc1d 16-Sep-2012 Matt Madia <mattmadia@gmail.com>

Ensure that wpa_supplicant does not get stripped. See #8603 for history.


# c2ff7a30 13-Sep-2012 Scott McCreary <scottmc2@gmail.com>

Add OptionalPackage Droid, font from Google's Android project


# 4f444fab 13-Sep-2012 Scott McCreary <scottmc2@gmail.com>

Add OptionalPackage Nanumfont, a Korean monospace font


# 8e77147b 12-Sep-2012 Scott McCreary <scottmc2@gmail.com>

Rebuilt some more packages mostly to fix directory issues.


# ce14ea0c 12-Sep-2012 Jérôme Duval <jerome.duval@gmail.com>

DevelopmentMin optional package: add 3rdparty headers

* Add freetype, libpng and jpeg headers


# 30aeebc7 12-Sep-2012 Scott McCreary <scottmc2@gmail.com>

Rebuilf beam and transmission gcc4 packages


# 554fe146 11-Sep-2012 Scott McCreary <scottmc2@gmail.com>

Updated several more OptionalPackages


# d9cfdbd1 04-Sep-2012 Scott McCreary <scottmc2@gmail.com>

Fix typo


# aa8be1fc 04-Sep-2012 Scott McCreary <scottmc2@gmail.com>

Update several more packages for R1A4


# e85dfa6b 31-Aug-2012 John Scipione <jscipione@gmail.com>

Update optional package for Colors!


# cd9b8bf0 02-Sep-2012 Matt Madia <mattmadia@gmail.com>

FIXED the urls of several optional packages.


# fb5ef78d 31-Aug-2012 Rene Gollent <anevilyak@gmail.com>

Slight cleanup. Fix missing separator in texinfo path.


# 61306f15 31-Aug-2012 Scott McCreary <scottmc2@gmail.com>

Rebuilt many OptionalPackages for R1A4


# 61cb4d8c 23-Aug-2012 Jérôme Duval <jerome.duval@gmail.com>

libpng and jpeg: build against optional packages.

* added optional feature package for libpng 1.5.12 gcc4/gcc2 x86 and ppc
* drop libpng sources and headers from the tree.
* added optional feature package for jpeg 8d gcc4/gcc2 x86 and ppc
* drop jpeg sources and headers from the tree.


# f49d27c7 21-Aug-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Allow Puri to be added to GCC2 hybrid builds


# 4591ebc9 18-Aug-2012 Alex Smith <alex@alex-smith.me.uk>

Fixes for building Haiku x86_64 from itself.


# aecb9567 18-Aug-2012 Alex Smith <alex@alex-smith.me.uk>

Rebuilt flex package for x86_64.

The original package was cross-compiled to Haiku, turns out flex's
build system uses paths to stuff from the host system, so the package
was broken. Rebuilt from Haiku.


# b9398be9 17-Aug-2012 Scott McCreary <scottmc2@gmail.com>

Added chess game Puri as an OptionalPackage


# 467f607a 18-Aug-2012 Matt Madia <mattmadia@gmail.com>

Add WebPositive catalogs to gcc2hybrid images. Fixes #8846.


# 3bf3aa2e 17-Aug-2012 Alex Smith <alex@alex-smith.me.uk>

Added the rest of the basic development packages.

Added autoconf, automake, libtool, texinfo, perl, gettext and nano.
Building an image with the nightly targets should give you an image
with these included.


# 602d9c96 16-Aug-2012 Alex Smith <alex@alex-smith.me.uk>

Added some of the development optional packages.

This adds some of the development packages for x86_64. All of the
DevelopmentBase packages (gcc, make, jam, bison, flex, m4, mkdepend)
have been built and uploaded.


# ebe79dfe 12-Aug-2012 Rene Gollent <anevilyak@gmail.com>

Added GCC4 packages of liblayout, BePDF and Beam.

Provided by Chris Roberts. Thanks!


# 666b46e2 30-Jul-2012 Alex Smith <alex@alex-smith.me.uk>

Added libbe, ICU and consoled to the image.

The boot script now launches consoled instead if app_server does not
exist, so there is now an interactive Bash prompt! libbe requires ICU,
which is an optional package, so I've built the packages and they've
been uploaded to haiku-files.org (thanks umccullough).


# dc321a67 23-Jul-2012 Scott McCreary <scottmc2@gmail.com>

Fixed pair of typos in hgrep script.


# 2c1dcd1f 23-Jul-2012 Scott McCreary <scottmc2@gmail.com>

Added hgrep and lgrep as OptionalPackages, this fixes #3376.


# 0b4ae860 19-Jul-2012 Rene Gollent <anevilyak@gmail.com>

Fix #8751 and possibly also #7198.

- The cdrecord port was using the wrong path for searching for SCSI
devices. This led to it failing to find SATA CD drives. Updated
package by Chris Roberts.


# af2f75a0 18-Jul-2012 Scott McCreary <scottmc2@gmail.com>

Updated cmake to 2.8.5


# 0783fe38 18-Jul-2012 Scott McCreary <scottmc2@gmail.com>

Updated build for LibXML2


# 95c8d951 18-Jul-2012 Scott McCreary <scottmc2@gmail.com>

Updated build for XZ-Utils


# 29c5696e 10-Jul-2012 Matt Madia <mattmadia@gmail.com>

Changes relating to building WebPositive from source.

* Add WebKit optional package.
* Make WebKit a dependency of WebPositive
* Enable building of WebPositive from source.

Note: WebKit currently expands to lib/. Alternative gcc-subdirectories
are not taken into consideration. Though it is trivial to change.


# eb971526 04-Jul-2012 Matt Madia <mattmadia@gmail.com>

Updated CARootCertificates.


# 4daad1e1 22-Jun-2012 Scott McCreary <scottmc2@gmail.com>

Fixed url dates for gcc4 packages for bzr and cvs.
Updated taglib gcc4 package name to match typo from alpha3 release.


# 6ccbb901 21-Jun-2012 Scott McCreary <scottmc2@gmail.com>

Fixed urls for a few gcc2 OptionalPacakges.
Changing talib back to 1.6.3 as 1.7.2 is failing to build with gcc4.


# 893996e3 21-Jun-2012 Scott McCreary <scottmc2@gmail.com>

Updated gcc2 packages for p7zip, mercurial, expat, cvs,
curl, bzr, apr, and apr-util


# cc41587c 20-Jun-2012 Scott McCreary <scottmc2@gmail.com>

Updated optionalpackages for apr, apr-util, curl,subversion, git, mercurial, openssh, sqlite,
cdrtools, man, p7zip, tar, libxml2, and yasm.


# d1556a0e 15-Jun-2012 Scott McCreary <scottmc2@gmail.com>

Updated optional packages for curl, freetype, libxml2, mercurial,
openssl, p7zip, sqlite and tar.


# 55713eef 20-Jun-2012 Matt Madia <mattmadia@gmail.com>

Updated URL's for WifiFirmwareScriptData. Fixes #8645.


# 76f066c2 04-Jun-2012 Humdinger <humdingerb@gmail.com>

Newly built Beam package fixes ticket #8611


# 87a01ad6 20-May-2012 Matt Madia <mattmadia@gmail.com>

Added Caya as an optional package.

Provided by Barrett. Fixes #7439.


# 96e2080d 20-May-2012 Matt Madia <mattmadia@gmail.com>

Updated Keymap Switcher. Provided by Siarzhuk Zharski.


# cffe5098 14-May-2012 Matt Madia <mattmadia@gmail.com>

Updated KeymapSwitcher. Provided by Siarzhuk Zharski.


# bb4e1d3e 02-May-2012 Matt Madia <mattmadia@gmail.com>

Updated CA Root Certificates.


# ab0d7676 01-May-2012 John Scipione <jscipione@gmail.com>

Added Colors\! optional package


# 71cfb0c8 04-Apr-2012 Matt Madia <mattmadia@gmail.com>

Updated BeZillaBrowser. Built on hrev43937. Fixes #8417.


# bc11edcd 04-Apr-2012 Jérôme Duval <jerome.duval@gmail.com>

wpa_supplicant: updated to 0.7.3 2012-04-03

* compiles against updated FreeBSD compat layer headers.


# c106a6bc 31-Mar-2012 scottmc2@gmail.com <brettmc@brettmc-laptop.(none)>

Updated optionalpackages for texinfo, sqlite and bzr.


# 484afd3a 31-Mar-2012 Rene Gollent <anevilyak@gmail.com>

Updated Web+ package.

Fixes an oversight in yesterday's bug fix.


# ab294853 30-Mar-2012 Rene Gollent <anevilyak@gmail.com>

Update Web+ optional package.

- Fixes a problem in Web+'s autocompletion handler that would
result in it eating things like workspace switching shortcuts
if Web+'s URL input had focus.


# f659f955 18-Mar-2012 Jérôme Duval <jerome.duval@gmail.com>

Added an optional package DevelopmentPowerPC

* haiku-devlibs-ppc-gcc4 zip archive contains libroot and glue (but no stdc++).
* fixed /boot/develop/lib/$arch symlink to point to the right dir instead of current.
* setgcc now handles the ppc arch and updates the arch link /boot/develop/lib.


# 65bce31e 17-Mar-2012 Jérôme Duval <jerome.duval@gmail.com>

Freetype: FreetypeRules isn't needed anymore.

* fixed copy of freetype headers, now part of the optional package.


# 1d368d9b 10-Mar-2012 Matt Madia <mattmadia@gmail.com>

Updated CARootCertificates package.


# 8fb9e2db 09-Mar-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

jam: Add clang binary optional package

* Created from haikuporter ticket #313
* Tested as functional under gcc4h


# 935af17a 04-Mar-2012 Humdinger <humdingerb@gmail.com>

Recompiled gcc2 version of optional package Clockwerk.


# 3d4db3d6 26-Feb-2012 Rene Gollent <anevilyak@gmail.com>

Update Vision packages to account for BControlLook changes.

Fixes #8355.


# 0ef4598f 25-Feb-2012 Stephan Aßmus <superstippi@gmx.de>

Updated Clockwerk optional packages for gcc2 and gcc4.
* Changes to the layout API broke the old packages.
* The update to GCC4.6 broke compiling.


# 9498da9c 20-Feb-2012 Matt Madia <mattmadia@gmail.com>

Seems even my fix was off by one.


# 5721015d 20-Feb-2012 Humdinger <humdingerb@gmail.com>

Added demo packages for audio, video, data and images.


# 5227cdd1 20-Feb-2012 Matt Madia <mattmadia@gmail.com>

Fixed an off by one error.


# 743d0826 19-Feb-2012 Matt Madia <mattmadia@gmail.com>

Updated the cert package, to one with a date stamp.

The haiku-files.org cron script will create a new package only when the cert
has been updated. An email will inform me of such an update.


# bff40a31 19-Feb-2012 Matt Madia <mattmadia@gmail.com>

Updated WebPositive. Supports common/data/ssl/cert.pem

This package contains only the app + libs. The certificate file
is satisfied through OptionalPackageDependencies. The bookmarks
have been moved (and updated) to a separate archive.

Thanks Rene Gollent and Chris Roberts for the help!

This group of changesets should close #7707, though it is possible
that other optional-packages, pre-built software will still fail to
locate the certificates file in the new location.


# ea70913a 19-Feb-2012 Matt Madia <mattmadia@gmail.com>

Rebuilt Curl 7.21.7 (haikuports r1815) to support cert.pem

Thanks Chris Roberts for the help with Curl!


# 94c3d306 19-Feb-2012 Matt Madia <mattmadia@gmail.com>

Created CARootCertificates, extracts to common/data/ssl/cert.pem

Via a cron script, www.haiku-files.org will automatically create a new package
from http://curl.haxx.se/ca/cacert.pem. This new package satisfies our
OpenSSL's expectations of where the certificate file lives. It also ensures
that new builds of Haiku will have the newest certificate file. As an example,
the cacert.pem included in Web+ was from Sept-2009.

Updated builds of Curl and Web+ to follow.


# dd2116b8 03-Feb-2012 Michael Lotz <mmlr@mlotz.ch>

Update wpa_supplicant package for gcc2.

It should work on current images again and contains a few usability
tweaks that make it simpler to navigate/use.


# 1a4cf816 23-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

Moved ctags to an optional package

* removed ctags from Haiku sources and from haiku image
* added ctags to mandatory packages for the time being.


# 612e8348 23-Jan-2012 Rene Gollent <anevilyak@gmail.com>

Update package again due to a few stray attributes that were missed.

Should really fix #8290.


# 8154b8ae 23-Jan-2012 Rene Gollent <anevilyak@gmail.com>

Updated Web+ optional package to remove stray Tracker attributes.

Fixes #8290.


# 5c015f88 22-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

Updated gcc 4 native package to 4.6.2


# 83cbfa5e 26-Dec-2011 Matt Madia <mattmadia@gmail.com>

Rebuilt BeZillaBrowser for gcc4.


# d5b5b51e 26-Dec-2011 Matt Madia <mattmadia@gmail.com>

Updated the jam packages to 2011-12-22


# 68fe8a9e 23-Dec-2011 Joseph R. Prostko <joe.prostko@gmail.com>

* Update KeymapSwitcher and Vim optional packages


# bb6b6a15 20-Dec-2011 Oliver Tappe <zooey@hirschkaefer.de>

Correct explicitly created symlinks for ICU-devel package

* skip the right amount of extensions until the actual abi version
is reached


# 730714fe 18-Dec-2011 Rene Gollent <anevilyak@gmail.com>

Update Pe gcc4 optional package.


# f7d5d48f 17-Dec-2011 Rene Gollent <anevilyak@gmail.com>

Updated Vision packages.


# bae0f6db 16-Dec-2011 Rene Gollent <anevilyak@gmail.com>

Updated Web+ package due to layout API changes.


# ec99f3b2 15-Dec-2011 Oliver Tappe <zooey@hirschkaefer.de>

Adjust mbstate_t to embed the state of the ICU converter.

* make room in mbstate_t for containing an ICU-converter's state
(well, in fact the whole converter object)
* adjust libroot's locale add-on to clone converters into a given
mbstate_t directly
* adjust ICUThreadLocalStorageValue to contain the converter pointer
instead of a converter-ID (if the converter is related to an
mbstate_t, it points into the mbstate_t).
* adjust users of converters to directly use converter pointers
instead of ICUConverterRef
* drop now unused ICUConverterManager and ICUConverterRef
* update gcc4 optional package

This brings our multibyte implementation into a fully working state,
both non-ascii and non-8-bit characters can now be handled normally
in the Terminal, i.e. this finally fixes #6276.

N.B.: Since the size of mbstate_t has changed, everything (including
the compiler!) needs to be rebuilt.


# ebc0d47c 11-Dec-2011 Rene Gollent <anevilyak@gmail.com>

Add Debugger to Development package.


# 64e63a6b 30-Nov-2011 Scott McCreary <scottmc2@gmail.com>

Updated openssh optionalpackage

* Updated sshd_keymaker.sh script to use --group instead of --app


# 14f94ae7 22-Nov-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix location of the Deskbar menu symlinks

Conflicts:

build/jam/OptionalPackages


# 21036119 23-Nov-2011 Oliver Tappe <zooey@hirschkaefer.de>

Update gcc4 optional package.


# c33232c1 23-Nov-2011 Oliver Tappe <zooey@hirschkaefer.de>

Update optional gcc2 package.


# 3c38636c 11-Nov-2011 Scott McCreary <scottmc2@gmail.com>

Update git to version 1.7.7.2


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43236 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 90586eb6 08-Nov-2011 Siarzhuk Zharski <zharik@gmx.li>

* KeymapSwitcher package updated to work with recent (after ~r43100) revisions of Haiku.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43224 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1bf8552a 02-Nov-2011 François Revol <revol@free.fr>

Added an optional package for dmidecode <http://www.nongnu.org/dmidecode/>, which provides useful information from the BIOS, including motherboard vendor and name.
Source package is at http://revolf.free.fr/beos/dmidecode-2.11_haiku-2011-11-02.tar.xz


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43109 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fe8708f3 06-Oct-2011 Michael Lotz <mmlr@mlotz.ch>

* Update the wpa_supplicant package to include the latest synchronous join
changes.
* Fix the conditional for GCC4 where I missed removing a closing parenthesis.
Thanks to Jens Arm for pointing out that not-as-obvious-as-hoped-for syntax
error.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42804 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 13cf6c70 05-Oct-2011 Michael Lotz <mmlr@mlotz.ch>

Forgot to change the grist of the GCC4 wpa_supplicant package in r42800. Sorry.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42803 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e3e636ae 03-Oct-2011 Michael Lotz <mmlr@mlotz.ch>

Update the GCC4 wpa_supplicant package to one built with GCC4.5.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42800 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e94e30ff 27-Sep-2011 Michael Lotz <mmlr@mlotz.ch>

Add the wpa_supplicant optional package. It should be stable and is working on
the limited set of hardware I could test it with.
By installing the wpa_supplicant one can now join WEP/WPA/WPA2 networks by
either selecting them in the network prefs/network status applet or using
"ifconfig <interface> join <network name> [password]". The wpa_supplicant opens
a dialog asking for more details if it can't connect with the given information.
Note that there is no way to automatically store that extra info right now, so
it has to be provided on each join. The configuration can however be stored
manually into the /boot/common/settings/network/wireless_networks config file.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42775 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f6144bf7 09-Sep-2011 Scott McCreary <scottmc2@gmail.com>

Updated openssl to 1.0.0e and openssh to 5.9p1.
Note that this moves the ssl directory to now be in B_COMMON_DATA_DIRECTORY/ssl, and may require rebuilding of other packages as
well. See Haikuports changeset1635 and Haiku r41767.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42733 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 20cc5ae7 26-Aug-2011 Philippe Houdoin <philippe.houdoin@gmail.com>

Update WebPositive package, new build was needed due to the
new ICU 4.8.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42692 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 00912ff3 26-Aug-2011 Oliver Tappe <zooey@hirschkaefer.de>

* fix ICU-devel optional package to include link-time libraries (as links to the
actual libs in /system/lib)
* adjust installation code for ICU-devel to generate link for the non-versioned
form (libicu*.so) and one matching the soname (libicu*.so.48)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42691 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5b9c0414 12-Aug-2011 Matt Madia <mattmadia@gmail.com>

Added two scripts, which attempt to load the appropriate localized docs.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42630 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d98662a8 12-Aug-2011 Matt Madia <mattmadia@gmail.com>

Automatic whitespace cleanup. No functional change.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42628 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 360ac869d3 03-Aug-2011 Scott McCreary <scottmc2@gmail.com>

Updated apr to 1.4.5, apr-util to 1.3.12 and subversion to 1.6.17.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42562 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8212d047 18-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Repackage BeZillaBrowser as hpkg


# f642202a 11-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Updated gcc 2.95.3 package

The /boot/common include paths are now built in.


# a0f63477 11-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix location of the Deskbar menu symlinks


# e96cbb12 10-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Update cmake package, create doxygen package


# e94674ce 10-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

cmake 2.8.5 optional package repackaged as hpkg


# b5831cdf 04-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Disable WonderBrush until repackaged


# fd0e9e33 30-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix bison hpkg package name


# 00043b53 30-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Use InstallOptionalHaikuImagePackage for gcc too


# 78c665f2 30-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

lpe symlink is in the pe package now


# d3deb18a 30-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Repackage default optional packages as hpkg files


# b478cc3f 21-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Put TimGMSoundFont package in the right directory


# 3f6ca2fd 19-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Move remaining /boot/system contents into packages

* Build system: Create packages haiku-devel, haiku-welcome,
haiku-userguide, and makefile-engine.
* The TimGMSoundFont and BeBook zip files have been repackaged as hpkg
files.
* Adjust the optional package definitions accordingly.


# fdc30d62 19-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix gcc2 and ICU optional packages

* InstallOptionalHaikuImagePackage: In case of hpkg packages, copy them
to the target directory, instead of extracting them.
* Correct gcc 2 package download URL.
* The ICU gcc 2 optional packages has been repackaged as hpkg. Use that.
For gcc 4 things are broken, now.


# 3dfd9cb9 16-Jun-2011 Oliver Tappe <zooey@hirschkaefer.de>

Flat commit of all changes from package-management branch in svn


# 1dcae018 24-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Updated python to 2.6.7.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42308 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6289e476 23-Jun-2011 Jérôme Duval <korli@users.berlios.de>

Updated gcc 4 native package to 4.5.3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42292 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fe55cf20 23-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Updated curl to 7.21.7


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42291 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 462d9019 11-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Updated KeymapSwitcher which fixes an issue in the 06-11 builds, from S.Zharski.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42117 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ede349bf 11-Jun-2011 scottmc <scottmc@a95241bf-73f2-0310-859d-f6bbb57e9c96>

Updated KeymapSwitcher OptionalPackages with new icon from ZuMi.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42102 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 32b9a385 09-Jun-2011 Jérôme Duval <korli@users.berlios.de>

updated DevelopmentJava packages for r1a3 (based on .bep)
+alpha


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42071 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2efeb0d6 08-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Disabled BeHappy as an OptionalPackage as it is currently broken. If/when it gets fixed, it will be easy to re-add it.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42056 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0bae4140 07-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Updated vision OptionalPackage to include a default VisionSettings file. This fixes #6040.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42024 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c2826da6 06-Jun-2011 Jérôme Duval <korli@users.berlios.de>

make DevelopmentJava available for hybrid builds.
+alpha


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41974 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0c3a8f13 04-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Updated armyknife OptionalPackage to fix a couple of mime-type issues
reported and patched by Humdinger.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41914 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f646869d 04-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Updated NetSurf OptionalPackage for alpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41900 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b6478330 02-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Updated ruby to a build which has support for readline. Commented out the symlink for friss until it gets figured out
and fixed.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41871 a95241bf-73f2-0310-859d-f6bbb57e9c96


# de6ea73b 01-Jun-2011 Ryan Leavengood <leavengood@gmail.com>

Update WebPositive to a build made on a gcc4 r1a3 RC.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41866 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 53592f60 01-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Added new gcc2 and gcc4 OptionalPackages for FRiSS, fixed some more typos.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41862 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4d0944c9 31-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated KeymapSwitcher OptionalPackages for gcc2 and gcc4 alpha3, built by S.Zharski


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41857 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 22d447ac 31-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc2 Ruby OptionalPackage for alpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41855 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 331a968c 30-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated bepdf OptionalPackage for alpha3, moved licenses into to .OptionalPackageDescription file instead of OptionalPackages.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41848 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cb23dea5 29-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated bepdf OptionalPackage for alpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41802 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 31327d3a 27-May-2011 Scott McCreary <scottmc2@gmail.com>

Rebuilt icu gcc2 and gcc4 OptionalPackages, and armyknife gcc2 package for alpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41783 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9000a31c 27-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc4 build of transmission, added a gcc2 build, and removed gettext dependency for transmission.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41780 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9bdbd4ad 26-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc2 and gcc4 vim OptionalPackages compiled by Siarzhuk Zharski


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41764 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0bc48df5 25-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc4 taglib package and fixed typo in mercurial's filename.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41737 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4d2ca803 24-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated several more gcc4 OptionalPackages, including sed, tar, vision, pe and others.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41720 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 43eaff04 24-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated a few dozen gcc4 OptionalPackages for r1a3. Note that these were all
built in an r1a3 gcc4 only environment.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41711 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 94427d9b 22-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc4 groff andgperf builds for alpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41649 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 760b0742 22-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc4 OptioanlPackages cdrtools, expat, bzip2, fastdep and texinfo for alpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41648 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 003ebfa1 22-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc4 OptionalPackages apr, apr-util, beae, burnitnow, ccache and sqlite, for alpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41647 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 28013334 21-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc4 git and cmake OptionalPackages foralpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41646 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7a516937 20-May-2011 Scott McCreary <scottmc2@gmail.com>

Added fresh gcc2 builds of smpeg, taglib, sdl-rft and armyknife.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41624 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ccd4d547 20-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc4 builds for box2d, neon, curl and cvs.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41614 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f432cc5e 20-May-2011 Scott McCreary <scottmc2@gmail.com>

First wave of gcc4 built OptionalPackages for alpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41613 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b20355e2 20-May-2011 Scott McCreary <scottmc2@gmail.com>

Fix tar gcc2 OptionalPackage, prefixdir was wrong.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41606 a95241bf-73f2-0310-859d-f6bbb57e9c96


# eaa961e9 20-May-2011 Scott McCreary <scottmc2@gmail.com>

Fixed build of gcc2 OptionalPackages for expat and subversion


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41605 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f1abcf78 19-May-2011 Scott McCreary <scottmc2@gmail.com>

Fixed cmake-2.8.4 OptionalPackage.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41585 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5f883d4d 19-May-2011 Scott McCreary <scottmc2@gmail.com>

Cleaned up directories for python.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41582 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 593395df 19-May-2011 Scott McCreary <scottmc2@gmail.com>

First wave of OptionalPackages rebuilt forR1A3
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41579 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8ba4ac51 15-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated libiconv gcc2 optionalpackage to clean up B_COMMON_DOCUMENTATION_DIRECTORY/doc directory.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41524 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 84464c20 15-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated subversion optionalpackages to getrid of gettext dependency.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41511 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ca4d4538 15-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated neon optionalpackage without dependency on gettext.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41510 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a94173fd 14-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc4 optionalpackage for yasm to remove dependency on
gettext.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41509 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3da6df44 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Cleaned up directories for libiconv gcc4 optionalpackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41492 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8af3c3e6 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Cleaned up gcc4 libpcre optionalpackage, it was putting files in B_COMMON_DOCUMENTATION/doc rather
than B_COMMON_DOCUMENTATION/doc/pcre.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41490 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5733c80d 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Fixed gcc4 sed optionalpackage.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41489 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c75f313f 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Added gcc4 man optionalpackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41475 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ee71768b 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Added gcc4 taglib optionalpackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41474 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 01e2c102 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Added gcc4 yasm optionalpackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41473 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ec949c22 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Added fastdep gcc4 optionalpackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41472 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 64979f3e 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Added ccache gcc4 optionalpackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41471 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 92758e8c 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Added gcc4 sed optionalpackage.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41469 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1e115754 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Added bzip2 gcc4 optionalpackage.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41468 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9abab7eb 11-May-2011 Scott McCreary <scottmc2@gmail.com>

Added gcc4 version of git.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41461 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fb90397d 11-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated builds of openssl, openssh, git, mercurial, curl and neon.
Fixed typo on previous commit of expat.
Note that this moves the location of openssl, so other packages that
make use of openssl may or may not require rebuilding as well.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41458 a95241bf-73f2-0310-859d-f6bbb57e9c96


# df84df07 08-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated expat to fix its directories.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41391 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 989348ea 06-May-2011 Scott McCreary <scottmc2@gmail.com>

Fixed gcc2 sqlite package, previous one had some stray directories in it. The gcc4 zip was ok.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41360 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 94cf4ec0 06-May-2011 Scott McCreary <scottmc2@gmail.com>

Fixed doc directory for xz-utils.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41359 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 28d6f46e 06-May-2011 Scott McCreary <scottmc2@gmail.com>

Cleaned up directories for rsync and added gcc4 build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41358 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1da9b17c 06-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated groff gcc2 build to clean up directories, added gcc4 built groff.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41357 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d4b77be6 06-May-2011 Scott McCreary <scottmc2@gmail.com>

Cleaned up directories for gperf.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41356 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 79e5f20b 05-May-2011 Scott McCreary <scottmc2@gmail.com>

Missed updating the date on the first yasm filename.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41325 a95241bf-73f2-0310-859d-f6bbb57e9c96


# db06a749 05-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated subversion to 1.6.15 and cleaned up it's directories.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41324 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cc038dac 05-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated apr and apr-util builds to clean up their directories.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41323 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f33d4712 05-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated xz-utils to 5.0.1, removed unneeded if statement as the xz-utils gcc4 works on both
gcc2 and gcc4.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41322 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 06dc474e 03-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated cmake OptionalPackage to clean up it's directories.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41314 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 079bd802 03-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated cdrtools OptionalPackage to move rscsi from B_COMMON_SERVERS_DIRECTORY to B_COMMON_BIN_DIRECTORY


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41312 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4148f221 03-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated yasm OptionalPackage to get rid of some stray files.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41311 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a2002544 09-Apr-2011 Scott McCreary <scottmc2@gmail.com>

Fixed url to gcc4 lua OptionalPackage. Discovered by MichaelPeppers.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41210 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 00a625f4 02-Apr-2011 Matt Madia <mattmadia@gmail.com>

Revert APR and APR-Util to pre-r41106 builds, until the issue reported in #7412
can be fixed properly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41168 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cbc8e67a 29-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Changed cmake builds back to the 2011-02-25 builds as those seem to be
the most recent stable versions.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41138 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9f6153aa 28-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Fixed apr and apr-util builds.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41136 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b0e6c980 25-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Updated builds of apr, apr-util and cmake to correct directory issues.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41106 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cb56913a 22-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Rebuilt gcc4 cmake optionalpackage.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41080 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 042b2143 18-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Fixed paladin gcc4 build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41022 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 18bfd500 16-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Updated xz-utils to 5.0.1 and cleaned up it's directories. The "if gcc >= 4" section may be able to be
cleaned up if this 5.0.1 gcc4 built package tests out ok on a gcc2 system.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40982 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cc7c118b 16-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Updated cdrtools to 3.01a01 and cleaned up it's directories, also cleaned up the directories for sqlite.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40981 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3b63d45a 16-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Updated libxml2 and neon packages and listed libxml2 as a dependency of neon.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40977 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6a907d51 15-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Updated git to 1.7.3.5, and cleaned up it's directories a bit.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40965 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 490435a1 15-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Cleaned up make's directories.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40963 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2678274b 15-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Cleaned up libxml2's directories.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40962 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 820ea974 15-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Cleaned up curl's directories.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40960 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5d51778d 14-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Updated the gcc2 and gcc4 builds of cmake, cvs, autoconf, automake, libtool, texinfo, flex, bison, libiconv, nano, neon, libpcre, tar.
Updated m4 to 1.4.16.
Also updated the builds of sed and yasm.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40957 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5705745f 13-Mar-2011 Matt Madia <mattmadia@gmail.com>

Corrected the build package of WebPositive. Sorry about that!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40934 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c91236f1 13-Mar-2011 Matt Madia <mattmadia@gmail.com>

Updates WebPositive to r577. Built by phoudoin. Fixes #7337.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40931 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5848eb25 09-Mar-2011 Matt Madia <mattmadia@gmail.com>

Copied friss to haiku-files.org.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40890 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7b2a8eeb 06-Mar-2011 Matt Madia <mattmadia@gmail.com>

Refactored a bit, to reduce duplicate commands. No functional change.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40845 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2a8ccc52 06-Mar-2011 Matt Madia <mattmadia@gmail.com>

Some cleanup. No functional change.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40844 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0356e97f 06-Mar-2011 Matt Madia <mattmadia@gmail.com>

Corrected Tar's jam code. A GCC 4[hybrid] will now use the gcc 4 binary.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40841 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7c0e083c 06-Mar-2011 Matt Madia <mattmadia@gmail.com>

Corrected GetText' jam code. It will now be added to a pure gcc2 package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40840 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2440159a 05-Mar-2011 Matt Madia <mattmadia@gmail.com>

Repackaged WebPositive:
* fixed the displayed attributes in Tracker (eg, Size, Modified, ...)
* added .OptionalPackageDescription
Noticed by diver. Thanks!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40829 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6d53e800 05-Mar-2011 Matt Madia <mattmadia@gmail.com>

Added isCDPackage to Vim, as GetText already has isCDPackage set to true.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40825 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 280a51c2 05-Mar-2011 Matt Madia <mattmadia@gmail.com>

Removed the isCDPackage argument for Curl and SQLite.
This allows WebPositive to run on LiveCD (ISO) images again.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40824 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2f860da9 05-Mar-2011 Matt Madia <mattmadia@gmail.com>

Some cleanup. No functional change.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40823 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 27255164 05-Mar-2011 Jérôme Duval <korli@users.berlios.de>

update ecj package with a script fix, bootclasspath wasn't handled correctly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40822 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8723d9bb 04-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Added doxygen as an OptionalPackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40807 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6180200e 02-Mar-2011 Matt Madia <mattmadia@gmail.com>

Updated KeymapSwitcher's locally downloaded packages name, to match the url.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40775 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8d60218f 01-Mar-2011 Matt Madia <mattmadia@gmail.com>

Updated KeymapSwitcher, as per Siarzhuk.
Moved various packages to haiku-files.org.
Minor whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40773 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0a420831 01-Mar-2011 Jérôme Duval <korli@users.berlios.de>

updated gnu classpath package with a native built one.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40769 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a6c648bf 01-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Updated openssh to 5.8p1


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40759 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 88d4db42 28-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Corrected name of libpcre package for gcc4


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40755 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e3d7cfe0 28-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Updated sqlite to 3.7.5


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40754 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 267c7192 28-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Updated libevent to 2.0.10


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40753 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9a73627a 28-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Updated p7zip to 9.13. Also fixed a copy/paste typo.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40751 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c0f365bb 28-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Updated libpcre to 8.12, this has been tested and known to work with Pe.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40750 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1a2fb11c 28-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Updated curl to 7.21.4. This build has been tested and is known to work with WebPositive.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40749 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 89da0f8f 28-Feb-2011 Clemens Zeidler <clemens.zeidler@googlemail.com>

Remove unused EtPan package. Could somebody remove it from the server too? thx!



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40745 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e5d0372c 27-Feb-2011 Rene Gollent <anevilyak@gmail.com>

Revert various optional packages to their previous revisions until
updated working packages are available. Should fix Pe and Web+ problems.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40725 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f21d8b47 26-Feb-2011 Jérôme Duval <korli@users.berlios.de>

* merged JamVM, Gnu classpath optional packages in a single DevelopmentJava. They're meant to work together anyway.
* added ecj in DevelopmentJava: I wrote a simple script around the ecj jar.
* added symlinks for jar and a few commands, mainly because classpath was cross built.
Enables to build natively Gnu classpath.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40702 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2ec66f4a 25-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Updated sqlite to 3.7.5
Updated git to 1.7.3.5
Updated libevent to 2.0.10
Updated pcre to 8.12
Updated p7zip to 9.13


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40681 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c2422ccd 25-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Updated cmake to 2.8.4 and nano to 2.2.6


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40680 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4def8272 23-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Added WQY-MicroHei font as an OptionalPackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40654 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ae4af1aa 23-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Update curl to 7.21.4


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40653 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ac0d4d98 13-Feb-2011 Jérôme Duval <korli@users.berlios.de>

added experimental cross-built optional packages for JamVM and Classpath, gcc4 only.
Tested with a network capable little application, no gui classes available.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40478 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5658c5ff 07-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Updated tar, bison and gettext packages to fix links in the .OptionalPackageDescription files.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40369 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2eb4032d 31-Jan-2011 Scott McCreary <scottmc2@gmail.com>

Updated the OptionalPackages of gettext, tar and bison.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40331 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3daa92ef 07-Jan-2011 Ryan Leavengood <leavengood@gmail.com>

Update WebPositive optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40145 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cb7becc0 07-Jan-2011 Scott McCreary <scottmc2@gmail.com>

Removing VLC from OptionalPackages, as we have no .bep file for it and no automated way to rebuild it. We can add it back in if someone puts together a working bep file or build script for it that can build it from sources and provides any required patches.
Warning you may need to update your UserBuildScript.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40141 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 20972781 29-Dec-2010 Scott McCreary <scottmc2@gmail.com>

Updated build of curl, with openssl-1.0.0c in place, should fix #7045
Fixed the filename of smpeg gcc4 build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40042 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 15426bc2 24-Dec-2010 Scott McCreary <scottmc2@gmail.com>

Updated openssl to 1.0.0c
Updated curl to 7.21.3
Updated build of SDL to include off by 1 resolution fix by GCI student Daniel Marth,
and the OpenGL fix by Urias McCullough



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39940 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 25dc253d 22-Nov-2010 Ingo Weinhold <ingo_weinhold@gmx.de>

* Merged weak-symbols branch.
* Fixed trivial merge conflict in src/system/libroot/posix/locale/nl_langinfo.cpp
* Fixed gcc 2 compilation of src/system/glue/init_term_dyn.c.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39571 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7e4d0ca5 20-Nov-2010 Matt Madia <mattmadia@gmail.com>

Updated baseSourceURL (and copied the necessary files on haiku-files.org).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39552 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f84079e2 10-Nov-2010 Matt Madia <mattmadia@gmail.com>

Replaced $(baseLibURL) with $(baseURL)/lib.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39400 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 729f3446 09-Nov-2010 Scott McCreary <scottmc2@gmail.com>

Fixed libmng URL.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39376 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6d1078eb 04-Nov-2010 Scott McCreary <scottmc2@gmail.com>

Updated the filename for OpenSSH, and fixed the conditional for Vision.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39297 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 14324b42 04-Nov-2010 Scott McCreary <scottmc2@gmail.com>

Added vision gcc4 package


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39294 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 99c87109 03-Nov-2010 Scott McCreary <scottmc2@gmail.com>

Updated the OpenSSH package to include the updated sshd_keymaker from mmu_man.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39293 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2ee3a4e2 02-Nov-2010 Scott McCreary <scottmc2@gmail.com>

Set the baseLibURL to the lib directory.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39274 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f735809f 02-Nov-2010 Scott McCreary <scottmc2@gmail.com>

Fix indentation for box2d
Fix url for libevent
Changed baselibURL to baseLibURL


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39273 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 77d77844 31-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Added more gcc4 libs, removed duplicate libmng.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39249 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 92dc6fdf 30-Oct-2010 Matt Madia <mattmadia@gmail.com>

Fixed several conditionals. Added a TODO about a duplicate Libmng, libmng.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39228 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 70782c8f 30-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Update libevent. Added some more gcc4 packages, including builds of the SDLLibs, AllegroLibs, and XiphLibs.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39224 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2a28aaa4 30-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Added gcc4 packages for cmake and lua.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39221 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d8a9d436 30-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Added gcc2 armyknife and stable vision packages.
TODO: Create fresh gcc4 packages for armyknife, vision and taglib.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39193 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4b4219eb 29-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Added Lua as an OptionalPackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39187 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2ad1d63b 29-Oct-2010 Clemens Zeidler <clemens.zeidler@googlemail.com>

Add TagLib optional package. gcc4 package would be welcome!



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39184 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a4f9d535 28-Oct-2010 Clemens Zeidler <clemens.zeidler@googlemail.com>

Fix clucene package name.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39178 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d9fef668 20-Oct-2010 Clemens Zeidler <clemens.zeidler@googlemail.com>

Add etPan optional package. Want to use this e-mail library to improve the imap support of MDR

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39016 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7b2d9933 16-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Updated nano to 2.2.6, neon to 0.29.5, and bazaar to 2.2.1


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38980 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 01af3c69 13-Oct-2010 Stephan Aßmus <superstippi@gmx.de>

Updated Clockwerk package one more time to fix
another crash at exit bug for which there is
even a ticket.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38968 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7536ad81 13-Oct-2010 Stephan Aßmus <superstippi@gmx.de>

Updated Clockwerk optional package.
* The GUI has been reworked to fix a lot of issues
and to be more efficient (for example no backbuffered
views are necessary on Haiku).
* Mouse wheel zooming in the video preview uses the mouse
position as anchor.
* Several crashing at exit bugs have been fixed.
* Rendering of audio/video happens interleaved now.
* The annoying prompt to save the project when nothing
changed is fixed.
* The quick intro documentation has been updated as well.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38966 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0d6d8db9 13-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Updated apr-util, cmake, curl, sqlite and subversion optionalpackages.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38961 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e6e5634b 09-Oct-2010 Matt Madia <mattmadia@gmail.com>

Reverted r38875, as this caused /bin to become an actual directory in /boot.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38912 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 98aa3a45 09-Oct-2010 Matt Madia <mattmadia@gmail.com>

* Repackaged the gcc-4.4.4 archive, with a g++ -> c++/4.4.4 symlink included.
* Reverted part of r38901 to create the symlink
develop/abi/x86/gcc4/headers/cpp -> ../tools/current/include/g++


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38905 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 47d6e426 08-Oct-2010 Matt Madia <mattmadia@gmail.com>

fixed a few issues with the jam rules associated with the gcc-4.4.4 package.
* libstdc++.so, libsupc++.so were being created in gcc-4.3.3-haiku-100425/lib
* updated the target directory for the headers (from g++/ to c++/)
May help with #6701 -- at least #6701#comment:2


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38901 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1d2ce8b8 03-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Added missing symlink for sed in /bin.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38875 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3221e0c6 01-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Updated neon to 0.29.4


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38868 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 971b07a9 29-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Updated Pe to 2.4.3 (Pe-r600).
Removed source code links for sqlite and subversion.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38855 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 842b416b 26-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Update netsurf to 2.6, added libmng as a dependency for netsurf.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38818 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5722edeb 25-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Moved make and mkdepend to OptionalPackages, updated libtool to 2.4.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38813 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9cd45f7e 23-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Updated autoconf to 2.68


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38798 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7e4a8203 21-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Updated bzip2 OptionalPackage to 1.0.6.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38755 a95241bf-73f2-0310-859d-f6bbb57e9c96


# eea6d49b 19-Sep-2010 Jérôme Duval <korli@users.berlios.de>

switch gcc 4 native compiler to version 4.4.4


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38723 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4831b4fb 18-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Fix the gcc4 conditionals for BeAE, Bazaar and BurnItNow so that they will work on a ggc4hybrid build correctly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38714 a95241bf-73f2-0310-859d-f6bbb57e9c96


# beb4fe75 15-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Updated BeAE and added a gcc4 build.
Added BurnItNow, both a gcc2 and gcc4 build.
Added Bazaar, both a gcc2 and gcc4 build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38665 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8f25594c 09-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Fixed the BeAE build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38595 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d3902df6 08-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Added Ruby and Paladin as OptionalPackages


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38574 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3a82446b 01-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Add man and groff as optionalpackages, update cmake, bzip2, p7zip, openssh to move their
man files from /boot/common/man to B_COMMON_DOCUMENTATION_DIRECTORY/man.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38495 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 703b67c0 30-Aug-2010 Rene Gollent <anevilyak@gmail.com>

Update Web+ to r545 to fix compatibility with recent Locale Kit ABI changes.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38471 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 10c5ff83 29-Aug-2010 Scott McCreary <scottmc2@gmail.com>

Second try at python-2.6.6


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38436 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 843c2663 29-Aug-2010 Scott McCreary <scottmc2@gmail.com>

Update openssl to 1.0.0a and python to 2.6.6


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38435 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f9bb7404 26-Aug-2010 Axel Dörfler <axeld@pinc-software.de>

* Updated the GCC2 package to version -100818. This will soon be needed to be
able to build Haiku.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38376 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4e3080b7 25-Aug-2010 Rene Gollent <anevilyak@gmail.com>

Updated cdrtools optional package rebuilt by Chris Roberts due to some errors that crept into the earlier one. Added iconv as dependency.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38358 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2dda1d60 25-Aug-2010 Rene Gollent <anevilyak@gmail.com>

Remove duplicated files from cdrtools package. Closes #6501.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38352 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 87bd1869 23-Aug-2010 Scott McCreary <scottmc2@gmail.com>

Updated yasm to 1.1.0


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38315 a95241bf-73f2-0310-859d-f6bbb57e9c96


# dbbd4061 22-Aug-2010 Matt Madia <mattmadia@gmail.com>

Siarzhuk Zharski updated Vim to version 7.3. Updated files per request.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38308 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 316c84b2 18-Aug-2010 Rene Gollent <anevilyak@gmail.com>

Update WebPositive to r544 - fixes compatibility break due to
recent layout kit changes.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38253 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9fef36cc 15-Aug-2010 Scott McCreary <scottmc2@gmail.com>

updated cdrtools to 3.00


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38111 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f50aabd2 14-Aug-2010 Scott McCreary <scottmc2@gmail.com>

update curl optional package to 7.21.1


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38101 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 84f74500 04-Aug-2010 Scott McCreary <scottmc2@gmail.com>

Update autoconf to 2.67


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37915 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7283e760 01-Aug-2010 Rene Gollent <anevilyak@gmail.com>

Update Web+ to r542 for locale kit compatibility fixes.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37832 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f6896f21 31-Jul-2010 Rene Gollent <anevilyak@gmail.com>

Update Web+ to r541.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37826 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 00675cca 20-Jul-2010 Matt Madia <mattmadia@gmail.com>

Updated ICU-devel to use $(HAIKU_ICU_DEVEL_PACKAGE). No functional change.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37629 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9509e395 17-Jul-2010 Rene Gollent <anevilyak@gmail.com>

Update Web+ to r535. Fixes ticket #6321, though behavior isn't correctly observable right now due to an app_server bug with respect to updating window titles.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37558 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a8d618d4 15-Jul-2010 Rene Gollent <anevilyak@gmail.com>

Update WebPositive to r532.
- fixes ticket #6186: Web+ would crash if pgup/pgdn was hit in its URL input while the choice list wasn't visible.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37533 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7ad694e3 15-Jul-2010 Oliver Tappe <zooey@hirschkaefer.de>

Some more ICU-related improvements:
* updated icu-devel package to 4.4.1
* create appropriate devel lib links when icu-devel is being installed
(which only works during build, not when using installoptionalpackage)
* dropped ICU headers from repository and instead fetch them from the
icu-devel package when needed during the build
* adjusted Jamfiles that make use of ICU-headers accordingly (hopefully
I didn't miss any)
* fixed license in OptionalPackage description of icu packages


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37531 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0009e148 14-Jul-2010 Matt Madia <mattmadia@gmail.com>

Reworked the mandatory ICU package.
* repackaged archive to not include directory path information
* updated the jam rules so that the correct archive gets extracted to the
correct directory
Notes:
* the .OptionalPackageDescription & specified license was not checked
* this allows the newer Web+ to run on gcc2hybrids (r37519)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37523 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1dcfc658 14-Jul-2010 Rene Gollent <anevilyak@gmail.com>

Update Web+ optional package for ICU 4.4 and locale kit changes. Note this doesn't currently work correctly on gcc2 hybrid due to some issues with the ICU optional package rules (gcc2 ICU libraries are ending up in gcc4/lib).



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37519 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2a90ce53 14-Jul-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Actually include ICU 4.4 in the image we build
Note this doesn't fix everything yet, apparently there is a problem with ICU genereating an invalid opcode exception.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37512 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1c0b18c7 12-Jul-2010 Scott McCreary <scottmc2@gmail.com>

Roll autoconf back to 2.65 until the AC_CHECK_SIZEOF regression is fixed, see HaikuPorts trac ticket 376 for more details.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37487 a95241bf-73f2-0310-859d-f6bbb57e9c96


# aa9a0275 12-Jul-2010 Oliver Tappe <zooey@hirschkaefer.de>

* fixed URL for updated gcc2 (sigh)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37484 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7a5c50f9 12-Jul-2010 Oliver Tappe <zooey@hirschkaefer.de>

* updated optional package for gcc2 to gcc-2.95.3-x86-gcc2-2010-07-12
(a version that correctly deals with utf-8 chars in wide character literals)
* adjusted required gcc2 version in configure

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37483 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 874e983f 10-Jul-2010 Matt Madia <mattmadia@gmail.com>

Updated Transmission to v2.01


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37454 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 05754f2f 08-Jul-2010 Rene Gollent <anevilyak@gmail.com>

Update WebPositive to r529 to bring it inline with recent layout kit changes.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37439 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4035ddb3 08-Jul-2010 Scott McCreary <scottmc2@gmail.com>

Updated autoconf to version 2.66.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37438 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7f68b95a 04-Jul-2010 Rene Gollent <anevilyak@gmail.com>

Updated gcc 4.3.3 optional package provided by Jerome Duval to take into account recent ssize_t changes.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37396 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7d447b60 04-Jul-2010 Rene Gollent <anevilyak@gmail.com>

Add liblocalestub.a in the DevelopmentMin package instead.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37395 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4f153c5b 03-Jul-2010 Rene Gollent <anevilyak@gmail.com>

Update Web+ to r527. Fixes locale kit compatibility (for now).



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37383 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 903d5b49 02-Jul-2010 Matt Madia <mattmadia@gmail.com>

Updated Mercurial. Build provided by Chris Roberts.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37347 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ac60452f 16-Jun-2010 Stephan Aßmus <superstippi@gmx.de>

Prepared optional package with General MIDI SoundFont by Tim Brechbill, closes
ticket #1357. Added the package to the alpha-* release profile by default.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37153 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a85ada29 15-Jun-2010 Stephan Aßmus <superstippi@gmx.de>

Added optional package for gperf, the perfect hash
function generator. This build tool is needed by the
WebPositive build for example.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37151 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8dbd2b6c 12-Jun-2010 Matt Madia <mattmadia@gmail.com>

Updated the optional packages : Git, OpenSSH, and Python.
Archives provided by Chris Roberts.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37119 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9b9c5a1b 12-Jun-2010 Scott McCreary <scottmc2@gmail.com>

Updated libtool to 2.2.10


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37112 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6c4ac6b0 06-Jun-2010 Matt Madia <mattmadia@gmail.com>

The User Guide and Welcome now contain their own copies of images/.
* deleted the non-used docs/images/
* updated the optional package Welcome accordingly


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37036 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 26fdf3bb 26-May-2010 Matt Madia <mattmadia@gmail.com>

Updated friss's if statements, to allow installation on a gcc2hybrid. In order
to be installed on a GCC 2 Only image, friss would need to be built on gcc2 and
provided as a package. Fixes #5962.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36942 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1af161ec 25-May-2010 Stephan Aßmus <superstippi@gmx.de>

Also add the libtiff headers. Fixes ticket #6079.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36936 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b12f4323 22-May-2010 Rene Gollent <anevilyak@gmail.com>

Fix incorrect filename. Closes ticket #6047.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36901 a95241bf-73f2-0310-859d-f6bbb57e9c96


# eae20751 22-May-2010 Rene Gollent <anevilyak@gmail.com>

Update Vision optional package to include a default settings file with some basic nicknames and a network configuration for Freenode. Closes tickets #6040 and #4783.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36900 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 716e4891 21-May-2010 Stephan Aßmus <superstippi@gmx.de>

Updated WebPositive package to r515. Changes include warning the user when
downloads are still in progress before quitting the application.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36898 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ae5c0d88 20-May-2010 Stephan Aßmus <superstippi@gmx.de>

Updated WebPositive package to r511, which fixes some bugs and annoyances and
adds -f command line option to start WebPositive in fullscreen mode. Untested.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36880 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4f2d3689 16-May-2010 Stephan Aßmus <superstippi@gmx.de>

Updated WebPositive package to r499.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36832 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4e310ac8 11-May-2010 Stephan Aßmus <superstippi@gmx.de>

Updated WebPositive package to work again in trunk. (Don't try to use on the
alpha.)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36789 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1d54eedb 08-May-2010 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

* Single Launch flag was set in the previous package. This prevents
BePDF from opening more than one PDF file at the same time.
This was caused by a yet unresloved bug in the BePDF build scripts
when used from Haiku.
The new package was rebuilt under BeOS R5.
Sorry for the late change.
+alphabranch


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36754 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 75d1bce8 08-May-2010 Matt Madia <mattmadia@gmail.com>

* Removed vimrc from the repository as per #5699
* Updated vim & KeymapSwitcher optional packages, provided by siarzhuk.
To note, I did not remove the 'vi' symlink creation as I'm uncertain as
to whether or not any unknown applications are hardcoded to use it.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36753 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7ea7d8a2 07-May-2010 Rene Gollent <anevilyak@gmail.com>

Rebuilt Vision packages for alpha 2. Apologies for the delay.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36722 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 77dc8d0b 06-May-2010 Joseph Prostko <joe.prostko@gmail.com>

* Rebuilt p7zip (GCC2 and GCC4 versions) without libbe dependency
* Updated SourceURL/Download information in OptionalPackageDescription


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36704 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4313867b 06-May-2010 Scott McCreary <scottmc2@gmail.com>

Fixed the license info in the .OptionalPackageDescription for the Pe package


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36703 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a936f4b5 06-May-2010 Matt Madia <mattmadia@gmail.com>

Fixed indentation for GetText, LibEvent, & Transmission.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36670 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f57fdd5c 06-May-2010 Matt Madia <mattmadia@gmail.com>

* Repackaged BePDF to include an .OptionalPackageDescription file
* Create symlinks for licenses
* Added InstallSourceArchive command


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36657 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7c3e9f92 05-May-2010 Matt Madia <mattmadia@gmail.com>

Added Transmission, LibEvent, & GetText as OptionalPackages.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36636 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 751c3040 05-May-2010 Stephan Aßmus <superstippi@gmx.de>

Updated WebPositive package to r488, which contains numerous bugfixes and other
improvements like a new Fullscreen mode, context menu's for downloads,
persistent storage of credentials...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36621 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d4e8a27c 04-May-2010 Matt Madia <mattmadia@gmail.com>

Updated BeZillaBrowser.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36616 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c591958a 04-May-2010 Scott McCreary <scottmc2@gmail.com>

Updated Pe build to Pe-2.4.2-r597


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36612 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 61b45b29 03-May-2010 Matt Madia <mattmadia@gmail.com>

Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36602 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5352c349 02-May-2010 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Updated BePDF to version 1.1.1b3.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36579 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f296d61c 30-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Updated the opensound OptionalPackage.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36564 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7846d918 30-Apr-2010 Matt Madia <mattmadia@gmail.com>

Reorganized BeZillaBrowser's if/else statements. Switched to a hardcoded url
for bezilla's and NetSurf's source archives, instead of defining a local
variable (as installoptionalpackage didn't like it). No functional change.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36557 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cf8a79a2 30-Apr-2010 Matt Madia <mattmadia@gmail.com>

Updated cdrtools, built by scottmc


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36555 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a924435c 30-Apr-2010 Matt Madia <mattmadia@gmail.com>

Updated OpenSSH to a newer version built by scottmc.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36553 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2b124626 29-Apr-2010 Matt Madia <mattmadia@gmail.com>

fixed the horrible typos.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36546 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1ecdca7b 29-Apr-2010 Matt Madia <mattmadia@gmail.com>

Forgot to update NetSurf's source url


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36545 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 22cd3329 29-Apr-2010 Matt Madia <mattmadia@gmail.com>

Manually the .OptionalPackageDescription file of many packages, to add
SourceURL: Text <URL> lines. InstallSourceArchive commands have been added,
where source archives provided. The baseSourceURL has been updated to
http://haiku-files.org/files/releases/r1alpha2/sources


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36544 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 61272137 29-Apr-2010 Ingo Weinhold <ingo_weinhold@gmx.de>

Create the gcc4 cpp headers symlink also for the gcc2 hybrid build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36541 a95241bf-73f2-0310-859d-f6bbb57e9c96


# aa0872e0 29-Apr-2010 Ingo Weinhold <ingo_weinhold@gmx.de>

Fixed lib{sup,std}c++.so symlinks for the new gcc4 package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36540 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4dc89bc2 29-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Updated subversion, cvs, and libpcre optionalpackages.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36538 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8ffd9082 28-Apr-2010 Oliver Tappe <zooey@hirschkaefer.de>

* updated Beam to work with newer version of openssl
* cleanup with respect to 80-chars width

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36527 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 868c6a2a 27-Apr-2010 Joseph Prostko <joe.prostko@gmail.com>

Updated GCC4 package to one without a libiconv dependency

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36513 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2d0a43e6 27-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Refreshed mercurial package for r1a2.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36504 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 01becc30 26-Apr-2010 Stephan Aßmus <superstippi@gmx.de>

Updated WebPositive package to svn version 462. This version removes claiming
support for JPEG, PNG, GIF images as well as text/*. It also fixes a problem
where the policy for new pages was wrongly applied to pages that already have
a pending resource request.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36488 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a2f38e3c 26-Apr-2010 Stephan Aßmus <superstippi@gmx.de>

Added an optional package for some predefined Tracker New Templates and made it
part of the alpha release profile.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36479 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5199d580 25-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Updated xz-utils and beae for r1a2.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36477 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4f221234 25-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Updated perl and python packages, fixed year on texinfo filename.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36468 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a9621453 25-Apr-2010 Oliver Tappe <zooey@hirschkaefer.de>

fix #5794 by removing the undesired link in gcc4 archive
* updated optional package for gcc4 to point to an archive without that link


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36464 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fdd6af58 24-Apr-2010 Matt Madia <mattmadia@gmail.com>

Upated to utilize the recent enhancements to InstallOptionalHaikuImagePackage.
So far, only the packages specified in @alpha-* were checked. A combintation
of `objdump -x $lib | grep NEEDED` and nm $lib | grep "\w _Z"` was used.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36459 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7e6614d1 23-Apr-2010 Oliver Tappe <zooey@hirschkaefer.de>

* updated gcc4 package for r1a2


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36442 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 112f2e56 23-Apr-2010 Stephan Aßmus <superstippi@gmx.de>

If we want WebPositive to work in Live-CD mode, we can't copy some packages
to the CD image without extracting them anymore. Test pending.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36441 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 481f7bf6 23-Apr-2010 Stephan Aßmus <superstippi@gmx.de>

Added WebPositive (r459) optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36435 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 351076da 23-Apr-2010 Oliver Tappe <zooey@hirschkaefer.de>

Fixing #5782 (buggy gcc2 package):
* Apparently triggered by some strange stellar constellation, the
libgcc.a contained in gcc-2010-04-20 did not contain the files
required for c++ support. Fixed by rebuilding gcc and fetching
the (then correct) libgcc.a from there and putting it into
gcc-2010-04-20-1.zip


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36434 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 088859f0 23-Apr-2010 Matt Madia <mattmadia@gmail.com>

Updated P7zip gcc2 package that has u+rw,o+r,g+r.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36433 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d3bafe85 23-Apr-2010 Matt Madia <mattmadia@gmail.com>

Updated to a repackaged P7zip archive with fixed permissions `chmod -R a+w .`.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36432 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1829a123 23-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Pass 1 of the r1a2 OptionalPackages. This updates several of the OptionalPackages.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36431 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d6e973e9 20-Apr-2010 Matt Madia <mattmadia@gmail.com>

Adds XZ-Utils to alpha-* and nightly-*. Added some comments.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36388 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2cb70644 20-Apr-2010 Axel Dörfler <axeld@pinc-software.de>

* Check HAIKU_ADD_ALTERNATIVE_GCC_LIBS against 1 to allow a setting of 0 to
work as usual.
* Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36382 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b26135a4 20-Apr-2010 Ingo Weinhold <ingo_weinhold@gmx.de>

Merged r36378 from r1alpha2 branch back into trunk.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36380 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c2d5ae09 15-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Updated PCRE to 8.02


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36327 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ae85d9be 15-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Updated openSSL to 1.0.0, this required rebuilding openSSH, git, curl, neon, python, subversion, and perhaps others that will need to be updated.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36326 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 62a1d81a 13-Apr-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Add a link for friss, a small rss feed reader.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36238 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cefbe0fa 10-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Updated libxml2 to 2.7.7 and added libxslt-1.1.26 as an optional package


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36128 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c5a3a6bb 08-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Updated libtool build to use sed at it's new location. Add LibIconv as a dependency for git.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36083 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0660612c 08-Apr-2010 Matt Madia <mattmadia@gmail.com>

Moves the following to Vim's code block in OptionalPackages:
* addition of common/etc/vimrc
* creation of symlink vi --> vim
Improves but not a final fix for #5699


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36082 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e13ecedd 26-Mar-2010 Matt Madia <mattmadia@gmail.com>

Fixes libstdc++.so libsupc++.so's symlink creation on gcc4hybrid. In addition,
the symlink creation has been also pulled out into its own if block.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35961 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2b355ea6 24-Mar-2010 Matt Madia <mattmadia@gmail.com>

Updated the optional package WifiFirmwareScriptData. The firmware archives for
ipw2100 & iprowifi2200 are distributed with the default image.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35943 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9feca2b7 23-Mar-2010 Matt Madia <mattmadia@gmail.com>

Fix libstdc++.r4.so's symlink for GCC 4 Hybrid. Uses an repackaged archive of
gcc-2.95.3-r1a1-x86-gcc2-2009-08-26.zip and the AddSymlinkToHaikuHybridImage
rule. Fixes #5617.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35937 a95241bf-73f2-0310-859d-f6bbb57e9c96


# bd438806 22-Mar-2010 Matt Madia <mattmadia@gmail.com>

Updated BeZillaBrowser & NetSurf with InstallSourceArchive commands.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35930 a95241bf-73f2-0310-859d-f6bbb57e9c96


# af3253de 21-Mar-2010 Scott McCreary <scottmc2@gmail.com>

Updated python to 2.6.5


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35928 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 46fe29ac 16-Mar-2010 Scott McCreary <scottmc2@gmail.com>

Fixed optionalpackage for subversion, this contains the fix discussed in HaikuPorts trac ticket 300, to put the subversion settings folder into ~/home/config/settings/subversion rather than home/subversion.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35879 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 69681c75 15-Mar-2010 Jérôme Duval <korli@users.berlios.de>

fix typo


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35868 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0e82d313 15-Mar-2010 Matt Madia <mattmadia@gmail.com>

Allows AddOptionalHaikuImagePackages and OptionalPackageDependencies to work in
arbitrary order. Follow-up to r35830.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35867 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1a15ddf4 14-Mar-2010 Matt Madia <mattmadia@gmail.com>

Updated BeZillaBrowser optional packages. Built on r35860. Uses internal libpng
and Haiku's libjpeg & libz.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35863 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0ba947b7 14-Mar-2010 Scott McCreary <scottmc2@gmail.com>

Added BeAE as an optionalpackage, so far just for gcc2 builds, might also work on gcc4, but haven't tested that yet.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35849 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fe582169 12-Mar-2010 Scott McCreary <scottmc2@gmail.com>

updated mercurial to 1.5


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35833 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a5c31cbb 12-Mar-2010 Matt Madia <mattmadia@gmail.com>

* Introduced "MandatoryPackages", which is added to all default images
* Renamed "BasicCommandLinesTools" to "Sed"
* Removed isCDPackage's parameter from "Sed"s InstallOptionalHaikuImagePackage
* Currently, "MandatoryPackages" only dependency is "Sed"
* Fixes #5560


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35829 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8ca09ebc 10-Mar-2010 Scott McCreary <scottmc2@gmail.com>

Updated nano to 2.2.3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35809 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6a9a6885 10-Mar-2010 Matt Madia <mattmadia@gmail.com>

Removed the optional package "Firefox". People building their own images may
need to edit their UserBuildConfig to use "BeZillaBrowser".


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35808 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7794164d 09-Mar-2010 Scott McCreary <scottmc2@gmail.com>

updated sqlite to 3.6.22


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35798 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3dfc3a17 08-Mar-2010 Scott McCreary <scottmc2@gmail.com>

Updated the expat optional package to fix the incorrect url to it's homepage.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35786 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 80b2e059 05-Mar-2010 Matt Madia <mattmadia@gmail.com>

As pointed out by Humdinger, Haiku-doc.css no longer needs to explicitly added.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35766 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b2303388 04-Mar-2010 Matt Madia <mattmadia@gmail.com>

Updates the Welcome optional package, to copy Haiku-doc.css from
docs/userguide/. Fixes build that add that package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35765 a95241bf-73f2-0310-859d-f6bbb57e9c96


# eb9907fc 03-Mar-2010 Oliver Tappe <zooey@hirschkaefer.de>

Fixing #5518:
* applied Matt's patch (somewhat changed) that corrects the links for gcc4's
libstdc++.so and libsupc++.so in case of a gcc2 hybrid (they must point
to /system/lib/gcc4/... instead of /system/lib/...)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35746 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b06a8799 03-Mar-2010 Scott McCreary <scottmc2@gmail.com>

Updated openssl to 0.9.8m and curl to 7.20.0


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35732 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f435abb0 02-Mar-2010 Oliver Tappe <zooey@hirschkaefer.de>

Fix #5499 for real:
* the optional package ICU-devel now explicitly installs the appropriate
symlinks for the development libraries as required (for both standard
and hybrid builds)
* ICU-devel now depends on Development (more indicative than required, but
I think it makes sense)
Thanks to Matt and Rene for pointing me in the right direction.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35730 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8c2cbd92 02-Mar-2010 Matt Madia <mattmadia@gmail.com>

Corrected the XZ-Utils expander rules


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35722 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f8b1bf84 02-Mar-2010 Matt Madia <mattmadia@gmail.com>

Added XZ-Utils as an optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35721 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ce811940 02-Mar-2010 Matt Madia <mattmadia@gmail.com>

Moved the optionalpackage P7zip's code for creating expander.rules into a new
rule AddExpanderRuleToHaikuImage.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35720 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1d69d5ae 01-Mar-2010 Oliver Tappe <zooey@hirschkaefer.de>

* reverted r35680 as it caused havoc with the other
(basic) development optional packages - needs
some more investigation

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35709 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 02e27d98 01-Mar-2010 Matt Madia <mattmadia@gmail.com>

Removed Wifi-ipw2100+fw and Wifi-iprowifi2200+fw from OptionalPackages, as they are no longer needed. 'install-wifi-firmwares.sh' is to be used instead.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35708 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d3c67d24 28-Feb-2010 Scott McCreary <scottmc2@gmail.com>

Updated tar to 1.22


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35694 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 494d8078 28-Feb-2010 Scott McCreary <scottmc2@gmail.com>

Updated neon to 0.29.3 and subversion to 1.6.9


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35693 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2ee41131 28-Feb-2010 Oliver Tappe <zooey@hirschkaefer.de>

closing #5499:
* updated optional package ICU-devel to include links to make the libs available
for development (only links for the current abi are being created)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35680 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a4b571a0 27-Feb-2010 Scott McCreary <scottmc2@gmail.com>

Updated m4 to 1.4.14


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35649 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 443f7056 27-Feb-2010 Ingo Weinhold <ingo_weinhold@gmx.de>

From: Matt Madia

Added optional package WifiFirmwareScriptData, which is for people who build
their own images & have wifi hardware that requires install-wifi-firmwares.sh
and have no active network connection.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35637 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 05bbc668 27-Feb-2010 Ingo Weinhold <ingo_weinhold@gmx.de>

From: Matt Madia

* InstallOptionalHaikuImagePackage: Made the first argument an actual file
name, i.e. the extension ".zip" is no longer appended by it.
* Renamed rules UnzipArchiveTo{Container,HaikuImage} to
ExtractArchiveTo{Container,HaikuImage} and generalized them to support
tgz/tar.gz archives (implemented in build_haiku_{image,cd}).
* Removed DownloadOptionalPackage. DownloadFile is used instead.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35634 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8bb32d7e 12-Feb-2010 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Patch by mmadia, and originally jprostko.
* moves Firefox's jam code to BeZillaBrowser
* echos a warning on Firefox being phased out.
* sets BeZillaBrowser as a dependency of Firefox
The last two to ease transition from Firefox. This fixes #3529.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35456 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 629dc0f5 06-Feb-2010 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Patch by mmadia to echo that BasicCommandLineTools isn't availble on the platform. Fixes #5365.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35421 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c029fc97 05-Feb-2010 Axel Dörfler <axeld@pinc-software.de>

* Added directory/symlinks for /boot/var/log, and /boot/log/tmp to the
BeOSCompatibility package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35415 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ecbd2b30 01-Feb-2010 Oliver Tappe <zooey@hirschkaefer.de>

* added optional package for ABI-compliance-checker, which can be used to check the ABI
compatibility between two different versions of a shared library.
Even when using this tool, you still need to make up your mind about compatibility, but
IMHO it helps a lot.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35380 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 783930d9 31-Jan-2010 Oliver Tappe <zooey@hirschkaefer.de>

* reverted the part of r35362 that introduced support for minor ABI versioning - my evil twin made
me do that!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35370 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 418b8758 31-Jan-2010 Oliver Tappe <zooey@hirschkaefer.de>

* added support for minor ABI versions to the SharedLibrary rule, as otherwise updating libz.so
could prove to be a major PITA (because of all the dependencies that would need to be rebuilt)
* when adding a library to the image, its optional minor abi version is taken care of, too (i. e. a
corresponding link is created).
* the ABI-related links in /system/lib are now replicated in /boot/develop/lib/<arch>

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35362 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e342a98a 27-Jan-2010 Rene Gollent <anevilyak@gmail.com>

Applied patch by Matt Madia:
Update Netsurf and Bezilla packages to include compatible version of libjpeg. This is a temporary measure until they're properly rebuilt against libjpeg 8.
Closes ticket #5329.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35325 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 959abd1c 26-Jan-2010 Oliver Tappe <zooey@hirschkaefer.de>

* added optional package ICU-devel, which (hopefully) contains all the headers
required to build applications that require ICU


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35301 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a8a6d0f1 22-Jan-2010 François Revol <revol@free.fr>

Patch by mmadia: update NetSurf package, fix dependancies. Fixes #5311.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35237 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 787d6f11 21-Jan-2010 Joachim Seemer <humdingerb@googlemail.com>

Applied Matt's patch fixing images in the Welcome page. Fixes #5307. Thanks!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35234 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 41b65b53 21-Jan-2010 Philippe Saint-Pierre <stpere@gmail.com>

Patch by mmadia, updates Firefox's Optional Package


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35233 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 776796d3 19-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Added "NetFS" OptionalPackage.

You will want to edit /boot/home/config/settings/kernel/netfs-server before you
run netfs_server for the first time (or use netfs_server_prefs on the command
line, see below).

To run the server:
$ /system/servers/netfs_server &

To run the client:
$ /system/servers/authentication_server &
$ mkdir /dummy
$ mount -t userlandfs -p "netfs """ /dummy

A "Network" icon will appear on your desktop. Remote servers will appear inside
the "Network" folder (host name). Inside a folder for a server are the shares
of that server. (I.e. what has been defined as share in that respective server's
netfs-server driver settings file). netfs_server has actually a new settings
file format, you can create settings by using "netfs_server_prefs --help" on the
command line. Have fun!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35172 a95241bf-73f2-0310-859d-f6bbb57e9c96


# eb30e066 17-Jan-2010 Oliver Ruiz Dorantes <oliver.ruiz.dorantes@gmail.com>

Update bluetooth optional package

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35124 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 61110dd0 15-Jan-2010 Joachim Seemer <humdingerb@googlemail.com>

Adjusted path to welcome page. Thanks Matt, for cleaning up after me. Fixes #5268.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35090 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9563f44b 13-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Patch by Humdinger:
Changed strings to sentence case in various places. This is the
case-misc.diff part of ticket #5169.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35043 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 100418b6 05-Jan-2010 Oliver Tappe <zooey@hirschkaefer.de>

* updated rsync optional package (now with xattr support)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34907 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 056970a7 04-Jan-2010 Scott McCreary <scottmc2@gmail.com>

Created BasicCommandLineTools OptionalPackage group and moved sed from DevelopmentBase to the new group.
TODO: determine which other command line tools may also fit under this new group.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34889 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1e844023 31-Dec-2009 Colin Günther <coling@gmx.de>

* Adjusting firmware path of Haiku's native Intel PRO/Wireless 2100 driver,
so that it can make use of the firmware installed by the OptionalPackage
Wifi-ipw2100+fw.
* Updating OptionalPackages to use the latest Wifi-ipw2100+fw package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34833 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 448671a3 27-Dec-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

* Build library libroot_debug.so, which is the standard libroot.so with the
debug heap implementation.
* Added libroot_debug.so to the DevelopmentMin optional package. Since it has
the same soname as the standard libroot, it can simply be specified in
LD_PRELOAD to run a program with that version.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34788 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cd9c31cc 27-Dec-2009 Scott McCreary <scottmc2@gmail.com>

added sed to DevelopmentBase, seemed to be the place it best fit in.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34782 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 96b1978d 26-Dec-2009 Scott McCreary <scottmc2@gmail.com>

Updated neon to 0.29.1 and fixed symlinks in bzip2 package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34781 a95241bf-73f2-0310-859d-f6bbb57e9c96


# aa50f74f 26-Dec-2009 Colin Günther <coling@gmx.de>

Adding patch by mmadia, which allows installation of firmware for the
Intel Pro Wireless 2100 and 2200/2945 chipsets in a license correct manner.
Thank you!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34780 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 579f5ff8 23-Dec-2009 Scott McCreary <scottmc2@gmail.com>

Updated automake to 1.11.1


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34757 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5a19f903 18-Dec-2009 François Revol <revol@free.fr>

Add link to User Guide to the Desktop. Fixes #4537.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34697 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c6406d46 27-Nov-2009 Scott McCreary <scottmc2@gmail.com>

Updated autoconf to 2.65.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34327 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e49733cf 25-Nov-2009 Scott McCreary <scottmc2@gmail.com>

Updated python build to use newer patch which was updated by Chris Roberts. Added Bzip2 and made it a dependency for python. This now allows python to extraxt .bz2 files.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34277 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2222d055 24-Nov-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

* Introduced new header directory "config", which ATM contains HaikuConfig.h
and types.h. The idea is to provide a basic architecture/compiler
abstraction by defining types and macros that allow the posix/ and os/
headers to be mostly architecture/compiler agnostic.
* Adjusted the posix/ and os/ headers accordingly.
* <SupportDefs.h>: Introduced B_PRI* and B_SCN* macros similar to the PRI*
and SCN* macros defined in <inttypes.h>, just for the BeOS/Haiku [u]int*
types and some POSIX types (e.g. off_t, dev_t, ino_t) that don't have POSIX
macros. Also the B_PRI* and B_SCN* macros are available unconditionally,
unlike the <inttypes.h> macros, which require __STDC_FORMAT_MACROS to be
defined in C++ mode.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34214 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 964a28d1 19-Nov-2009 Scott McCreary <scottmc2@gmail.com>

Updated cmake to release 2.8.0 and libtool to 2.2.6b


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34124 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 492dd892 10-Nov-2009 Axel Dörfler <axeld@pinc-software.de>

* Removed /system/etc directory.
* /etc now points to /boot/common/etc/, and the remaining contents of the former
"etc" are put there now, as well.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33986 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ae3eeac1 28-Oct-2009 Scott McCreary <scottmc2@gmail.com>

Updated build of python-2.6.4 to include patch from Chris Roberts which fixed zlib support. This fixes HaikuPorts ticket #239


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33810 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 145eef60 27-Oct-2009 Scott McCreary <scottmc2@gmail.com>

Added CMake as an Optional Package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33802 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 94aefa16 26-Oct-2009 Scott McCreary <scottmc2@gmail.com>

Updated python to 2.6.4


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33784 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 106e455e 25-Oct-2009 Jérôme Duval <korli@users.berlios.de>

Patch from Joseph Protsko: P7zip optional package for GCC4 (#4842)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33763 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1f57d042 18-Oct-2009 Scott McCreary <scottmc2@gmail.com>

updated libxml2 2.7.6


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33648 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 978c92db 18-Oct-2009 Scott McCreary <scottmc2@gmail.com>

Updated apr to 1.3.9


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33634 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c5e5cd3b 11-Oct-2009 Scott McCreary <scottmc2@gmail.com>

Fixed neon build to remove dependency on gettext


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33538 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 79273df0 10-Oct-2009 Scott McCreary <scottmc2@gmail.com>

Updated builds of openssh and neon


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33509 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2ca06527 10-Oct-2009 Jonas Sundström <jonas@kirilla.com>

Move Pe and lpe symlink creation out of PCRE if-statement block, on request by mmadia in #4743

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33499 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d09525c9 30-Sep-2009 Oliver Tappe <zooey@hirschkaefer.de>

* added new optional package PCRE (for both gcc2 and
gcc4 as it contains C++)
* fixed Beam dependencies to specify PCRE directly


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33373 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 230cb1a2 29-Sep-2009 Rene Gollent <anevilyak@gmail.com>

Patch by Matt Madia:
Update BeZillaBrowser to 2.0.22pre + several performance improving patches.

Closes ticket #4666.
s


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33365 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 72954871 29-Sep-2009 Oliver Tappe <zooey@hirschkaefer.de>

* updated optional package Beam


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33353 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 30fd88d2 09-Sep-2009 Oliver Tappe <zooey@hirschkaefer.de>

* reverted r33019-33021, as the patch was only meant for the alpha-branch,
sorry for all the noise!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33024 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 86e43ff7 08-Sep-2009 Oliver Tappe <zooey@hirschkaefer.de>

sigh, fixing even more stuff of Matt's patch that I forgot


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33021 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 69542465 08-Sep-2009 Oliver Tappe <zooey@hirschkaefer.de>

applied part from Matt's patch that I missed last time:
* removed gcc4 optional package for Firefox

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33020 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 844172ba 08-Sep-2009 Oliver Tappe <zooey@hirschkaefer.de>

applying patch by Matt:
* update Firefox optional package for r1a1
+alphabranch (will do that next)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33019 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9df7112c 09-Sep-2009 Stephan Aßmus <superstippi@gmx.de>

Appled patch by scottmc from #4450, fixed Pe package to not include stray .svn
folders. Thanks!

+alphabranch


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33017 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b21ffe25 08-Sep-2009 Oliver Tappe <zooey@hirschkaefer.de>

* updated Perl optional package for r1a1
+alphabranch (will do that next)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33008 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6ab71ad3 08-Sep-2009 Stephan Aßmus <superstippi@gmx.de>

Introduced new buildsystem feature that places certain packages into _packages_
on the target image instead of extracting them, but only if the target image
is a CD image. This then speeds up installing a great lot, at the expense of
certain applications not being available in LiveCD mode. This affects
* the revision control tools and their dependency libraries,
* autotools
* texinfo
* perl and python


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32996 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 50a8c7c6 07-Sep-2009 Michael Lotz <mmlr@mlotz.ch>

Apply OptionalPackages9.diff by scottmc from #4363 to fix libiconv and libxml2
troubles. Fixes #4438.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32992 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3a576e82 07-Sep-2009 imker <imker@nowhere.fake>

- KeymapSwitcher and Vim packages were updated for Alpha-1;
- Bugs #4218 #4275 are fixed with this version of KeymapSwitcher.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32984 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4288f6ac 06-Sep-2009 Ryan Leavengood <leavengood@gmail.com>

Update libiconv to the latest which has shared libraries that were missing from
the previous version (which at least broke BeZilla.) This is part of #4363.

+alphabranch


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32983 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b6d2c585 06-Sep-2009 Jérôme Duval <korli@users.berlios.de>

added an optional package for OCaml


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32974 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 956c72fd 06-Sep-2009 Ryan Leavengood <leavengood@gmail.com>

Commit patch from scottmc (#4363, OptionalPackages7.diff) to update the
libiconv optional package.

+alphabranch


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32969 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c3c10e90 05-Sep-2009 Jérôme Duval <korli@users.berlios.de>

patch OptionalPackages6.diff from ticket #4363


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32942 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7f7a624e 03-Sep-2009 Stephan Aßmus <superstippi@gmx.de>

Patch by scottmc:
* Updated Pe package
* Updated subversion package (using ~/config/settings/subversion instead of
~/.subversion)
* Corrected APR dependencies

Test pending. Thanks a lot!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32919 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c3a4c476 02-Sep-2009 Philippe Houdoin <philippe.houdoin@gmail.com>

Fixed a typo.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32910 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4fcdbc69 01-Sep-2009 Stephan Aßmus <superstippi@gmx.de>

Patch by scottmc with small fixes by myself:
Updated to use all the new alpha1 packages. I have not yet done throughrough
testing myself. I figured that trunk should also use the newest packages.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32885 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 12f728d9 22-Aug-2009 Jérôme Duval <korli@users.berlios.de>

echo needs -e to interpret special escapes like \t


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32618 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e58f5f3d 20-Aug-2009 Ryan Leavengood <leavengood@gmail.com>

Extract libjpeg from the JPEGTranslator and make it a standalone lib. Added to
image and DevelopmentMin optional package. This is the original libjpeg (6b),
which I will updated to version 7 within the next few days. I need to
understand better the modifications made to it before updating.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32553 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8bc24c13 17-Aug-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

* Moved termcap.h to headers/libs/termcap/, where it belongs.
* Removed the headers/gnu from the default headers (the Jamfiles needing it
use it explicitly, now) and moved it under headers/compatibility/.
* Added libgnu.so to the image. Still untested, though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32481 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5c31e9b9 17-Aug-2009 Oliver Tappe <zooey@hirschkaefer.de>

* added new optional package for gcc4 and flex, both of which no
longer require libiconv
* removed libiconv from dependencies of DevelopmentMin, as this is
no longer true


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32479 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7bfbd3ab 11-Aug-2009 Rene Gollent <anevilyak@gmail.com>

Patch by Ankur Sethi: Updated CLucene package with wchar support enabled.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32252 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c06d7b2c 07-Aug-2009 Stephan Aßmus <superstippi@gmx.de>

Updated the Clockwerk package to a version that has persistent options in the
render settings window.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32190 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6905c8a6 05-Aug-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Removed superfluous check.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32143 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0ac197fc 05-Aug-2009 Philippe Houdoin <philippe.houdoin@gmail.com>

Fixed Clockwerk gcc2/gcc4 package filenames.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32140 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 102e196b 05-Aug-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Reenabled Firefox gcc 4 package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32133 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e61adaa1 05-Aug-2009 Stephan Aßmus <superstippi@gmx.de>

Rene missed to remove this part when re-enabling the GCC4 package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32120 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c771baca 04-Aug-2009 Rene Gollent <anevilyak@gmail.com>

Re-enable Vision gcc4 package (update has been posted to haiku-files).



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32117 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9be5fa80 04-Aug-2009 Stephan Aßmus <superstippi@gmx.de>

* Added small description to all OptionalPackages at the top.
* Replaced Pe GCC4 package with one that works again after the BToolTip
addition.
* Disabled Firefox and Vision GCC4 packages for the time being, so that one
at least gets a working hybrid installation.
* Added Clockwerk GCC2 and GCC4 packages. I also added it to the alpha
release build profile, so that people testing the pre-alpha images have
more easy access to it. I am not sure if it should stay there, since it may
not be polished enough. Feedback welcome! :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32112 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 33dda791 01-Aug-2009 Rene Gollent <anevilyak@gmail.com>

Fix several incorrect gcc4 and/or hybrid build checks. Closes ticket #4036.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32063 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2b5f70fc 12-Jul-2009 Oliver Tappe <zooey@hirschkaefer.de>

* updated python optional package, which was built by Scott

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31530 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 33cd0797 09-Jul-2009 Oliver Tappe <zooey@hirschkaefer.de>

* revert libtool to an older version that doesn't expect sed to live
in /boot/common/bin (why does it care where sed lives?)
* revert subversion to 1.6.2, as that does not depend on the expat optional
package
I think we (well, I) should be more thorough when testing new packages,
it would probably be a good idea to test each package on a new, minimal
image.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31486 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1aea6ab6 08-Jul-2009 Oliver Tappe <zooey@hirschkaefer.de>

* updated URL of subversion - built by Scott (like so many others), thanks!
* adjusted sorting of sqlite/rsync


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31467 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f612278f 07-Jul-2009 Oliver Tappe <zooey@hirschkaefer.de>

* switched back libiconv to a static library and remove all references to
it (headers and library) from the image. The libiconv in our tree is
only used internally as a backend for libtextencoding. The real libiconv
is provided as an optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31452 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f6ed6c11 07-Jul-2009 Oliver Tappe <zooey@hirschkaefer.de>

fixed two mishaps with new optional packages:
* gcc-4.3.3 did contain too-far-stripped versions of static libraries, missing all symbols.
Now only the unneeded ones have been removed - fixing the build of the kernel on haiku natively
* libiconv was missing the shared versions of the libraries. I have updated the package to 1.13.1
and built it with shared libs (which took me considerable time to get right - the auto*-suite
basically sucks)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31450 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 16d5c24e 07-Jul-2009 Oliver Tappe <zooey@hirschkaefer.de>

* merged 32bit-wchar_t branches of buildtools and haiku back into
the respective trunk

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31443 a95241bf-73f2-0310-859d-f6bbb57e9c96


# dee5a4f4 20-Jun-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Changed isHybridBuild variable from 0/1 to undefined/defined. Fixes formerly
incorrect check in the DevelopmentBase package. Thanks to Joseph Prostko for
the hint.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31132 a95241bf-73f2-0310-859d-f6bbb57e9c96


# da03e5cb 20-Jun-2009 Philippe Houdoin <philippe.houdoin@gmail.com>

Removed libnetwork.so aliases from Development officially supported libraries.
Only libGL.so aliases, libglut.so and libGLU.so, deserves to be there.
Automatic space/tab cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31128 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0854b2fa 18-Jun-2009 Philippe Houdoin <philippe.houdoin@gmail.com>

Fixed missing libs "aliases" symlinks in DevelopmentMin package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31111 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 70e5aac8 14-Jun-2009 Rene Gollent <anevilyak@gmail.com>

Applied patch by Ankur Sethi - add CLucene optional package to be used by indexing HCD project. Closes ticket #4027.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31055 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2e750f8b 01-Jun-2009 imker <imker@nowhere.fake>

Optional package for vim editor added.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30939 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 02e76191 31-May-2009 imker <imker@nowhere.fake>

- KeymapSwitcher package updated: recompiled without debug tracing.
Both gcc2 and gcc4 packages are available now for installation.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30935 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 44bc724b 29-May-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Patch by Scott McCreary: Added/updated optional packages for APR[-util],
cdrecord, libiconv, libxml2, nano, neon, OpenSSH, python, sqlite, subversion.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30915 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0623b2e1 29-May-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Patch by Scott McCreary: Repackaged flex and jam optional packages (fixed
license location).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30914 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e19ad5ff 28-May-2009 Jérôme Duval <korli@users.berlios.de>

added freetype-config


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30904 a95241bf-73f2-0310-859d-f6bbb57e9c96


# de490447 26-May-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

* Use the new Add{Files,Symlink}ToHaikuHybridImage rules in HaikuImage and
OptionalPackages. This makes the content definition part in
AlternativeGCCArchive superfluous.
* Moved the cc and c++ wrapper scripts from src/bin to data/bin.
* Added build variable HAIKU_ADD_OPTIONAL_PACKAGES to add optional packages
-- the list can be separated by slashes to allow easier passing through
the shell.
* When invoking the sub-jam that builds the alternative GCC archive, we force
it to ignore the UserBuildConfigs and we enable the optional packages
enabled in the main jam.
* Reorganized /boot/develop:
- There's now an "abi" subdirectory containing a <arch>/<gcc>/ subdirectory
for each installed ABI-incompatible gcc version and a "current" symlink
pointed to the currently selected one.
- All ABI-dependent directories under /boot/develop/ (lib/x86, headers/cpp,
tools/gnupro) symlink into /boot/develop/abi/current.
- Changed BELIBRARIES to contain
/boot/develop/abi/current/library-paths/common instead of /boot/common/lib.
The former is a symlink to either /boot/common/lib or
/boot/common/lib/<gccVersion>. There's also a respective "home" symlink.
- Repackaged the optional binutils+gcc 2/4 packages accordingly. Also fixed
the obsolete /boot/beos/system/lib/libstdc++.so symlink in the gcc 4
package.
- The new structure allows to switch between compilers by changing the
/boot/develop/abi/current symlink. Added script setgcc to do that.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30875 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ee3720e7 26-May-2009 Oliver Tappe <zooey@hirschkaefer.de>

* added optional package for rsync

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30862 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c154b946 21-May-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Added haiku_version_glue.o "glue code" containing the Haiku/ABI version
symbols recently introduced. Until init_term_dyn.o is linked into kernel
add-ons, too, we link with haiku_version_glue.o, so we have those symbols
in kernel add-ons as well.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30818 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f8c4cae9 21-May-2009 Stephan Aßmus <superstippi@gmx.de>

Patch by scottmc: updated p7zip package. Thanks a lot!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30809 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9b65e905 24-Apr-2009 François Revol <revol@free.fr>

Update yasm to 0.8.0, Build was done by Disreali. Thanks scottmc.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30366 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 60553668 23-Apr-2009 Rene Gollent <anevilyak@gmail.com>

Update Vision to build 090423. Includes url parsing rewrites courtesy of mmu_man to handle all URL types registered in the mime DB, and a fix for a crash reported by Matt Madia.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30357 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 72639add 20-Apr-2009 François Revol <revol@free.fr>

Absolutely no reason to put BeOS compat symlinks on non x86-gcc2 images.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30285 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fc9a2f95 18-Apr-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

* Refactored the Development optional package into three packages:
- DevelopmentMin: Contains only the stuff that comes with the source tree.
- DevelopmentBase: DevelopmentMin + common development tools (gcc, binutils,
bison, yacc,...) -- basically everything needed to build Haiku from the
sources.
- Development: DevelopmentBase + Perl + autotools -- the porters' tools.
* Moved "make" from the base image to the DevelopmentMin package. It should
really be removed from the tree completely and be available as download
package instead... someday.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30249 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e451292c 18-Apr-2009 Rene Gollent <anevilyak@gmail.com>

Patch by Matt Madia: Update to a newer (and Haiku-native) NetSurf build using the new libhubbub HTML parser. This should also fix the conflicts seen between Netsurf and BezillaBrowser optional packages, and closes tickets 3785 and 3449. Thanks!



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30240 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ae24d235 18-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

Updated VLC optional package to the one pointed to in ticket #3456 (0.8.6d).
I couldn't find any problems with this release so far. One certain improvement
is the now working MKV support. Thanks a lot!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30239 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d35b3513 14-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

Updated Pe optional package with a newer one (GCC2 only).
* The Save file panel has no more overlapping controls. (patch by Maxime Simon,
Thanks a lot!)
* Functions at the top can now be jumped to via function popup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30161 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ff81d306 08-Apr-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

* Moved the optional package dependency definitions into the new
build/jam/OptionalPackageDependencies and include it earlier (before the
Jamfiles).
* Introduced build/jam/OptionalBuildFeatures which is supposed to do the setup
for optional build features that need it.
* Renamed USE_SSL to HAIKU_BUILD_FEATURE_SSL and made it more intelligent.
The OpenSSL optional package is downloaded and unzipped automatically when
enabled. Switching between enabled/disabled HAIKU_BUILD_FEATURE_SSL is
handled gracefully -- the concerned components are built in separate
subdirectories. Adding the OpenSSL optional package to the image also enables
HAIKU_BUILD_FEATURE_SSL.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30021 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 49950a15 06-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

Patch by siarzhuk: Added an optional package for a Keymap switcher application.
Thanks a lot!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29975 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ad5cf1c5 06-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

Patch by BGA/Matt Madia: Fix the location of lpe symlink home -> common. Thanks!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29966 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c9c87ba8 05-Apr-2009 François Revol <revol@free.fr>

Introduce a BeOSCompatibility OptionalPackage for those why need to demo apps before fixing them, you lazy. :P
Use with caution, it will disappear someday.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29924 a95241bf-73f2-0310-859d-f6bbb57e9c96


# df0389f9 03-Apr-2009 Rene Gollent <anevilyak@gmail.com>

Fix building library symlinks. Should un-break building things within Haiku. Thanks Axel for helping track this down.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29886 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 317bd7dd 03-Apr-2009 Axel Dörfler <axeld@pinc-software.de>

* Changed directory structure as suggested on the mailing list.
* Made the TimeZoneView less error prone, and also actually use Haiku code (the
previous check didn't work since it used #if, not #ifdef).
* Also took the liberty to rename our boot loader to haiku_loader, since I had
to update the nasm binary anyway. Updated the assembly sources to nasm 2.0.
* I haven't found where the synth location in the MIDI code is specified,
though.
* Also, NetBootArchive, and FloppyBootImage haven't been updated yet. Will do
so next.
* Some optional packages still put their license to beos/etc/licenses. I didn't
update them yet, as we'll probably do so anyway at some point. Also, I think
we might want to introduce a common/data/licenses instead for those.
* If you encounter any problems, please tell!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29876 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a6382521 29-Mar-2009 Rene Gollent <anevilyak@gmail.com>

Use correct case for Preferences folder name.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29795 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 684409f0 29-Mar-2009 Rene Gollent <anevilyak@gmail.com>

Add symlink to config/be/Preferences when installing Bluetooth optional package.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29794 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 09908323 27-Mar-2009 Stephan Aßmus <superstippi@gmx.de>

Patch by aljen: Added GCC4 Pe package.

Two notes by myself:
* I've changed the patch to remove code duplication. This is always preferable.
* GCC4 packages may break, because Haiku does not claim to keep binary
compatibility with itself until after the R1 release. Even then we may not
keep it for GCC4, since Haiku will most likely be GCC2, and there will be a
real GCC4 switch where we will try to make API changes that will be supported
in future releases. So GCC4 packages should be considered very carefully.
In the case of Pe, there may be the benefit of faster launch times, since
most libs will be already loaded (unlike if it's a GCC2 package on a GCC4
Haiku). I am just saying the benefits need to outweight the additional work
to maintain and test these packages.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29744 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9236d821 26-Mar-2009 Rene Gollent <anevilyak@gmail.com>

Update Vision package to fix missing InfoPopper support and an off by one pixel bug in the notify list.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29740 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b94767fe 23-Mar-2009 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Updated BePDF optional package to version 1.1.1b1.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29658 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 39d58e2f 22-Mar-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Experimental approach to tackle the problem with Be's negative error codes and
ported software:
* If the macro B_USE_POSITIVE_POSIX_ERRORS is defined the POSIX error code
constants (ENOMEM, EINTR,...) will have positive values.
* Introduced the macros B_TO_{POSITIVE,NEGATIVE}_ERROR() which do convert a
given error code to a positive/negative value.
* Added static library libposix_error_mapper.a that overrides all POSIX
functions (save the ones I forgot to add :-)) directly meddling with error
codes (having them as parameter or returning them) dealing with the
positive<->negative error code conversions. The functions have hidden
visibility, so they affect only the shared object they are linked into.
* So ideally all one has to do is to build a ported software with
-DB_USE_POSITIVE_POSIX_ERRORS and -lposix_error_mapper and be good with
respect to error code problems.
* Potential issues:
- When mixing ported and Haiku native code, i.e. using Haiku native code in
a ported software or using a ported library in a Haiku native application
care must be taken to convert error codes where the two interface. That's
what the B_TO_{POSITIVE,NEGATIVE}_ERROR() macros are supposed to be used
for.
- A ported static library can obviously not be linked directly against
-lposix_error_mapper. The shared object linking a against the ported static
library has to do that. The previous point applies when that causes mixing
with Haiku native code.
- When dependent ported libraries are used probably all of them should use
the error mapping.

Comments welcome.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29653 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 591911f3 19-Mar-2009 Rene Gollent <anevilyak@gmail.com>

Update gcc4 package with the aforementioned changes.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29615 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9dd3f93a 19-Mar-2009 Rene Gollent <anevilyak@gmail.com>

Updated gcc2 Vision package with some UTF-8 bugfixes from Francois, and to pick up some updates made to ControlLook in the Haiku tree.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29614 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 432ce373 18-Mar-2009 Stephan Aßmus <superstippi@gmx.de>

* Tracked down the mkdepend tool which Ingo used in his updated makefile-engine
which auto-generates dependencies. It was written by Lars Duening for BeOS
and uses libglob, which is also part of make. To re-use libglob and since
make is already part of the Haiku tree, I added mkdepend to the bin tools.
* Added Lars Duening's copyright to AboutSystem.
* Added skeleton makefile and makefile-engine to data/develop.
* Added mkdepend and makefile-engine files to the Development optional package.
It could be argued to move the make bin command there too, from it's current
location in the HaikuImage file. However, make could be useful to always
have available.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29609 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4bbbead0 18-Mar-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

UserlandFS package: Added the FUSE library and goodies needed for development.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29596 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d87fd57e 18-Mar-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Added UserlandFS optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29588 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1320d25e 13-Mar-2009 Michael Lotz <mmlr@mlotz.ch>

Update the GCC4 optional package incorporating various changes to the builtin
specs and providing a shared libstdc++.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29501 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a3fe9a14 08-Mar-2009 Stephan Aßmus <superstippi@gmx.de>

Added Liblayout optional package. It just installs the library and the
headers in the right places (/boot/common). I made it depend on the Development
package, since without it it wouldn't be useful. It also refuses to install on
a GCC4 based Haiku, since it's intended to help building some popular
BeOS/Haiku software, and there you couldn't link against GCC2 libs I suppose
when you have GCC4 development tools.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29451 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b8340516 07-Mar-2009 Rene Gollent <anevilyak@gmail.com>

Update Pe package to fix some missing libs. Thanks to Matt Madia for the patch.
This closes ticket #3527.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29427 a95241bf-73f2-0310-859d-f6bbb57e9c96


# db90fa70 06-Mar-2009 François Revol <revol@free.fr>

Patch by mmadia: Update optional packages:
- Pe - 2.4.1 built in Haiku gcc2
- BeZillaBrowser -- built in Haiku gcc4


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29420 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 61c28fd5 02-Mar-2009 Oliver Ruiz Dorantes <oliver.ruiz.dorantes@gmail.com>

Add new bluetooth components to the bluetooth optional package

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29379 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 376b90d5 01-Mar-2009 Rene Gollent <anevilyak@gmail.com>

Update Vision to version 090301 - changes include various visual tweaks by Stephan Assmus to integrate better with Haiku's updated look. Thanks!



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29371 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8ddeba29 21-Feb-2009 Joachim Seemer <humdingerb@googlemail.com>

Added Haiku-doc.css to image. Thanks for noticing luroh

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29271 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 54e5fb56 20-Feb-2009 François Revol <revol@free.fr>

Update Firefox to a newer build courtesy mmadia. It's actually named BeZilla this time to avoid the usual trademark vs non official problem.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29265 a95241bf-73f2-0310-859d-f6bbb57e9c96


# bc342032 10-Feb-2009 Jérôme Duval <korli@users.berlios.de>

added a tar optional package


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29181 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 173700f0 08-Feb-2009 Michael Lotz <mmlr@mlotz.ch>

Fix base URL I accidently messed up.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29164 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fbac0185 07-Feb-2009 Michael Lotz <mmlr@mlotz.ch>

* Clean that up a bit and combine the ifs for GCC2/4.
* Also don't install the GCC2 package on a GCC4 based hybrid, as it's again not
usable without proper manual setup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29160 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1c433de8 07-Feb-2009 Michael Lotz <mmlr@mlotz.ch>

* Always install the "other tools" as part of the development optional package.
These all work on pure GCC4 images as well because they do not use any of our
C++ APIs.
* Remove the GCC4 package from hybrid installs though, as it's not usable
without proper setup. Also the trick with rewriting the symlink obviously
doesn't work because symlinks are done way earlier than unzipping the optional
packages when building the image.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29158 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2172e6b4 03-Feb-2009 Rene Gollent <anevilyak@gmail.com>

Update location of p7zip package. Thanks to Scott McCreary for the patch.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29131 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6f215e64 02-Feb-2009 Rene Gollent <anevilyak@gmail.com>

Forgot to update the symlink path in the Be menu when updating that package.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29127 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2a8364b8 31-Jan-2009 Rene Gollent <anevilyak@gmail.com>

(Long overdue) update of the gcc4 Vision package to bring it to version/feature parity with the gcc2 revision.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29107 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 10bc1510 31-Jan-2009 Rene Gollent <anevilyak@gmail.com>

Update OpenSSL package to 0.9.8j and relocate it to /boot/common. Thanks to Matt Madia and Scott McCreary for the patches! This closes ticket #2640.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29100 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 76043ac5 28-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

* Update the GCC4 package. This package has the builtin __BEOS__ define removed
and also comes with proper default includes.
* If installing GCC4 as part of a GCC2 based hybrid build, re-setup the gnupro
link that is overwritten by the GCC4 package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29085 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 73476a18 26-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Add a prebuilt GCC 4.3.3 package to the Development optional package. It's
installed either when building with GCC4 or when making a hybrid. Can be
installed separatly as well. Have fun :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29046 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3486acdf 25-Jan-2009 Rene Gollent <anevilyak@gmail.com>

Update Vision package - fixes a bug that would sometimes result in malformed drag and dropped clippings.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29010 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9c566bda 05-Jan-2009 Rene Gollent <anevilyak@gmail.com>

Updated gcc2 Vision package with one or two minor fixes.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28848 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6fa399be 23-Dec-2008 François Revol <revol@free.fr>

These non-GUI packages should also work with gcc4.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28821 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 570212a3 22-Dec-2008 Rene Gollent <anevilyak@gmail.com>

Fix incorrect symlink path. Thanks to Urias McCullough for reporting.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28820 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8214934c 12-Dec-2008 Jérôme Duval <korli@users.berlios.de>

added p7zip as an optional package


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28802 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a63ebcb3 04-Dec-2008 Rene Gollent <anevilyak@gmail.com>

Updated CVS package courtesy of the HaikuPorts crew - fixes the root user commit problem. Thanks!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28778 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f836b065 02-Dec-2008 Rene Gollent <anevilyak@gmail.com>

Updated CVS and yasm packages, thanks to Scott McCreary for the updates!



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28768 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 02f81b02 12-Nov-2008 Oliver Tappe <zooey@hirschkaefer.de>

switched libtextencoding to use the new standalone libiconv:
* adjusted libtextencoding's Jamfile
* added libiconv.so to image
* added iconv headers to optional package Development (under 3rdparty)
* removed old private version of libiconv from textencoding


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28631 a95241bf-73f2-0310-859d-f6bbb57e9c96


# edff8466 11-Nov-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Added missing blank lines. Please leave these facilities like you found
them. Thanks!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28616 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4c9e13fd 09-Nov-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

* Removed the /boot/develop/headers/gnu symlink.
* Updated autoconf, automake, libtool, texinfo, flex, and bison to
their respectively current version. They are installed in /boot/common
now.
* Removed the /boot/home/config/bin/perl and /bin/m4 symlinks again.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28582 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9a3960e8 08-Nov-2008 Stephan Aßmus <superstippi@gmx.de>

Ugh!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28572 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3781dcda 08-Nov-2008 Stephan Aßmus <superstippi@gmx.de>

* Copy the FreeType headers to the 3rdparty headers. (Tested with WonderBrush
source and it works fine.)
* Updated WonderBrush package. The new version is compiled on Haiku and
improves the installation of the document mimetype (finally a more reliable
sniffer rule, thanks to Francois for helping me with this). The About window
is fixed to no longer use a hardcoded font file path. This version only runs
on Haiku, but it is fully unlocked! Next version with new features won't be.
Also comes with a new vector icon for the native document type.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28570 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c2288cbe 08-Nov-2008 Stephan Aßmus <superstippi@gmx.de>

* I fixed the Pe package and therefor bumped the version number to trigger
redownloading the package.
* Added link "vlc" to "VLC media player" in /boot/common/bin to make it
easier on people launching VLC from the command line.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28558 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 83b6ce6b 05-Nov-2008 Rene Gollent <anevilyak@gmail.com>

Incorrectly specified that jam rule, that link should go in beos/bin since that's what /bin actually points to.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28527 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 28f40a0e 05-Nov-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Perl's old location was /boot/home/config/bin not /bin.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28523 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c068350a 04-Nov-2008 Rene Gollent <anevilyak@gmail.com>

Temporarily symlink m4 and perl to their new locations until the other dev packages are updated. This unbreaks bison and a few other things.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28510 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 01db1fe9 03-Nov-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

* Removed GNU M4 sources from the tree.
* Added GNU M4 1.4.12 package to the Development optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28486 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1e1d598f 03-Nov-2008 Stephan Aßmus <superstippi@gmx.de>

Updated several optional packages:
* Firefox -> 2.0.0.17, includes new HVIF icon
* VLC -> renamed VLC to "VLC media player" which is what the official name is
* Pe -> updated to most recent version (called it RC2) which includes a few
fixes and new HVIF icons for most of it's supported document types. Renamed
the application folder to "Pe" and removed the "Drag lpe here to install"
link. Renamed the application itself to "Pe".

Hope these changes are alright with everyone.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28485 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c15ed4c6 01-Nov-2008 Rene Gollent <anevilyak@gmail.com>

Correct slight error.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28434 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5233e974 01-Nov-2008 Rene Gollent <anevilyak@gmail.com>

Update Vision package for some minor fixes:
- fixed layout of font preflet
- enabled InfoPopper support
- incorporate recent BCLV changes



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28431 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7c1db8e6 28-Oct-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Updated the Perl optional package. It's still version 5.10.0, but the
installation has been relocated to /boot/common and socket support is
enabled.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28364 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6805373a 27-Oct-2008 François Revol <revol@free.fr>

Add the BeBook as optional package, patch from Urias McCullough.
I added it as dependancy for BeHappy.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28353 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1c78a18e 27-Oct-2008 Axel Dörfler <axeld@pinc-software.de>

* Updated BePDF to the latest available package (1.1.0b1).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28343 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3090050e 25-Oct-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Updated gcc 2.95.3 package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28326 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9aabc02b 18-Oct-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Fail when the OpenSSH optional package is enabled and
HAIKU_IMAGE_HOST_NAME is not set.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28227 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a6a18aeb 17-Oct-2008 Rene Gollent <anevilyak@gmail.com>

Add OpenSSH to list of available OptionalPackages.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28225 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c4b429ca 17-Oct-2008 Stephan Aßmus <superstippi@gmx.de>

Patch by Humdinger:
* Refactored a User Guide style documentation from the previous Welcome
documentation. The Welcome documentation links to the User Guide, the
biggest difference is that there is now a separate contents page.
* Improvements to the text.
* Added Tracker-Add-ons page.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28211 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4d05f2f1 16-Oct-2008 François Revol <revol@free.fr>

Added an updated version of BeHappy as optional package. This one can use NetSurf instead of NetPositive if it finds it.
Make sure you rm generated/downloads/NetSurf.zip to get the new replicable one.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28190 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 46d11d67 06-Oct-2008 François Revol <revol@free.fr>

Add NetSurf as optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27890 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7ef5a940 04-Oct-2008 Stephan Aßmus <superstippi@gmx.de>

Added optional package "Welcome". The welcome package documation is
copied to /boot/beos/documetation/welcome and a link to welcome.html
is placed on the Desktop. The mime_update.sh script makes sure that
the mime type of the html files is set. However, Firefox has a problem
when it is launched for the first time via double clicking an HTML
file. Apparently, it initializes some settings and relaunches itself,
which in turn makes it forget to open the file. A second problem is
annoying as well: When launching Firefox to display a local file,
it will always open a second window with the default web location.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27868 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6a2bdc9b 01-Oct-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Changes by Scott McCreary:
* Updated CVS optional package to version 1.12.13.
* Added Yasm 0.7.1 optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27836 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 01774b2a 17-Sep-2008 Axel Dörfler <axeld@pinc-software.de>

* Added optional package for BePDF 1.0.0b2.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27621 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 38d78c5f 13-Aug-2008 Axel Dörfler <axeld@pinc-software.de>

* The Development package will now also add the _KERNEL_ lib (which is the file
kernel.so, not a link to the actual kernel as on BeOS).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26964 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 93706b72 24-Jul-2008 Stephan Aßmus <superstippi@gmx.de>

Added optional package CVS, as it is still sometimes handy to have. The package follows
the scheme that Ingo started and thus installs the license and copyright to the right
places.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26603 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e36b6d3e 21-Jul-2008 Rene Gollent <anevilyak@gmail.com>

Update Vision package to version 0.9.7-H-21072008. This fixes incorrect BBitmap colorspace usage which resulted in transparent pixels being painted green on recent versions of Haiku, most notably on the arrows in the network setup window.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26551 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fab79256 18-Jul-2008 Rene Gollent <anevilyak@gmail.com>

Update vision package again.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26493 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 68b02832 18-Jul-2008 Rene Gollent <anevilyak@gmail.com>

Update Vision package again for a resize-related bugfix.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26490 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7522d082 17-Jul-2008 Rene Gollent <anevilyak@gmail.com>

Update the package name to force a redownload.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26482 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c95c53f4 17-Jul-2008 Rene Gollent <anevilyak@gmail.com>

Updated Vision package URL to new version with URL parsing fix.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26481 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ee55190f 28-Jun-2008 Michael Lotz <mmlr@mlotz.ch>

Adding a native subversion 1.4.6 optional package. This is a more or less
straight all-static build, with only OpenSSL as dependency. Be sure to include
OpenSSH (and set a hostname) if you intend to use svn+ssh. Should work with
svn, svn+ssh, http and https. Feel free to replace with a proper dynamically
linked version once available.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26158 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e11f3e83 21-Jun-2008 Stephan Aßmus <superstippi@gmx.de>

For the time being, I uploaded a modified OSS package which does not
include the OSS media add-on (node), since Haiku comes with it's own
version. Therefor you can now add the OpenSound optional package and
it will just work out of the box, unless you have native drivers that
fight over the hardware with OSS. It is no longer necessary to delete
the opensound.media_addon from the home/config/add-ons/media folder.
If you don't build from scratch, make sure you delete
generated/download/OpenSound.zip or the change won't take effect.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26064 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e78b56aa 01-Jun-2008 Stephan Aßmus <superstippi@gmx.de>

Fix the link target for Beam. Note that the R5 version cannot retrieve mails
either, it just hangs there trying ot connect and eventually times out.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25751 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5f3c81d6 31-May-2008 Jérôme Duval <korli@users.berlios.de>

fix local variable naming


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25743 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7195e3d3 29-May-2008 François Revol <revol@free.fr>

OpenSound actually is usable in gcc4 builds, the drivers are plain C, and we have the media node in svn.
I shall update it someday too...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25696 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f3b1b987 29-May-2008 Stephan Aßmus <superstippi@gmx.de>

* Check the TARGET_ARCH variable and make sure it is x86 for all x86
packages. Print an error message for unavailable packages.
* Detect the build of a GCC2/GCC4 hybrid image and install GCC2 packages
on a GCC4 build where no GCC4 package is available. I did not test
every GGC2 package on a GCC4 build, though I have not found any that
does not work. If a package gives problems, feel free to disable it
for the hybrid build or send me a note.
* Add new optional package for Beam. Though I could not test it since,
SATA AHCI does not work for me ATM. I know that Beam 1.1 for BONE is
unable to retrieve mails (times out). Maybe the R5 version has better
luck, will check later.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25695 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6d4f2038 28-May-2008 Oliver Ruiz Dorantes <oliver.ruiz.dorantes@gmail.com>

Patch by Andreas Faerber,

Add Optional Package for the Bluetooth Components



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25686 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a8af2b6d 20-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Some work on pthreads:
* Made the pthread_cond_t internals public. This is necessary to support
process shared condition variables. Fixed initializer macro.
* Made the pthread_rwlockattr_t structure opaque.
* pthread_t is no longer typedef'ed to int. It's the pointer to the
internal _pthread_thread structure.
* Removed __get_pthread(). pthread_self() can be used instead.
* No longer tunnel the pthread exit value through Haiku's thread exit
value. We do have a separate field in the _pthread_thread structure
for it, now.
* Handle detaching of threads correctly.
* pthread_rwlockattr_{g,s}etpshared() use the
PTHREAD_PROCESS_{SHARED,PRIVATE} constants, now.
* Commented out yet unsupported structures (barriers, spinlocks).
* Rebuilt APR optional package. The pthread changes weren't binary
compatible.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25582 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a93840a2 16-May-2008 Rene Gollent <anevilyak@gmail.com>

Add gcc4-compatible Vision optional package.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25524 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 049dbc46 15-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Added APR-util optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25513 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 377a79df 13-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Added APR 0.9.17 optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25484 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 46f2d5ea 06-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Moved /etc/post_install to /boot/common/boot and the fresh_install marker
file to /boot/common/settings. Repackaged OpenSSH accordingly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25335 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cff443b4 04-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Added OpenSSH optional package. The daemon has to be started manually
(just "sshd"), ATM. Not sure how we want to deal with daemons, yet.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25311 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b946bc32 03-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Don't create the symlinks for the old networking libraries in the
development libraries dir.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25304 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a47d979f 24-Apr-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Added BSD compatibility headers to the image. They are not in the search
paths by default, but I guess we want to keep it that way.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25137 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3e99f3e1 19-Apr-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Wrong package name in error message. Spotted by Andreas Färber.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25077 a95241bf-73f2-0310-859d-f6bbb57e9c96


# bce94fa5 19-Apr-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Repackaged jam and automake to contain an .OptionalPackageDescription.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25051 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 335bf218 06-Apr-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Rebuilt libtool package, since the old one seemed to be missing files.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24848 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 71136ca4 30-Mar-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

* Added optional package OpenSSL.
* Added list of optional packages.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24690 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 88499d36 30-Mar-2008 Rene Gollent <anevilyak@gmail.com>

Updated Vision optional package
- fixes off by one pixel bug reported by stippi.
- fixes Unicode option to use UTF-8 instead of UTF-16.
- compiled within Haiku using new Development package.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24685 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1d8aae1b 29-Mar-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

* Moved the optional packages definitions to new OptionalPackages file
and sorted definitions alphabetically.
* Updated Pe package to 2.4.1.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24659 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8ebeba656ccbe6a5a72b2490aefc9cbbd59f6b3b 05-Sep-2015 Humdinger <humdingerb@gmail.com>

Updated Web+ bookmarks.

Added BeSly software repo.


# 8512a55f415d977d496efa9dd16e5423599b3be9 14-Jul-2015 Humdinger <humdingerb@gmail.com>

Fixed Web+ Bookmarks.

* the LoaderPage for the BeBook now points to /system/documentation/BeBook
* the HaikuPorts bookmark now points to https://github.com/haikuports


# 7706f30517b2819a306709d6592d3ba7c60fefdb 25-May-2015 Humdinger <humdingerb@gmail.com>

Update Web+ bookmarks.

Removing Haikuware, adding instead:
- Guest One's Haiku Repository
- PulkoMandy's Archiv
- Fatelk's Repo


# 6d8505a01e03725d3a8dd3c33d8ae8746534dcc2 16-Feb-2015 Jérôme Duval <jerome.duval@gmail.com>

patch: use the outsourced packages.

* remove patch Jamfile from the build and patch sources from the tree.
* added patch to DevelopmentBase.
* should a bootstrap package be added?


# d7cde0634bba03556c143ed201471b221ec30d8c 11-Feb-2015 Augustin Cavalier <waddlesplash@gmail.com>

OptionalPackages: remove cmake from the default packages.

* It no longer has consistent naming across architectures, as it's
now GCC4-only.
* It hasn't been in the default images for that reason since that change
was made a few months ago, and nobody has missed it.
* Only a few pieces of software use it at this point, so those who need
it can simply run "pkgman install cmd:cmake".


# 83b1a68c52ba3e0e8796282759f694b7fdddf06d 17-Nov-2014 Adrien Destugues <pulkomandy@gmail.com>

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


# 44f82a78751bab41dc9859b61ba6fc47ef2bd005 17-Nov-2014 Adrien Destugues <pulkomandy@gmail.com>

Add a package for UserlandFS.

Fixes #10192.


# 242c022af85a97c742a67a30d49bf7bfc5a9ec3b 12-Nov-2014 Jérôme Duval <jerome.duval@gmail.com>

Build against libpng16 instead of libpng.

* Also migrate freetype at the same time, otherwise freetype_devel
wouldn't install anymore.


# 77e139232cc7dde5755fc5fe23ae93bb63182169 18-Sep-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Syntax fix.

Sorry!


# 1c3d2f2da4f6e72b58614e1817a5494571acb212 18-Sep-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Remove git_cvs from the non-hybrid gcc2 image.

It depends on gcc4-only package cvsps. Thanks to Ingo for suggestion on
how to do this.


# fe8ce79e16eec117c5ff0bc88e5caa8d0e138237 21-Jul-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Update Web+ bookmark for nightly images

Moved from haiku-files to download.haiku-os.org.
Thanks to bbjimmy for reporting!


# a04a520b0d0c0d075c2a002bb42a1fe7be20ca69 28-Mar-2014 Jonathan Schleifer <js@webkeks.org>

Switch back from yasm to nasm

These days, nasm supports more instructions than yasm. Additionally, it
offers a disassembler.


# f1227e7220335c2d3ccd92ef9b9ebf4a337f8eed 01-Jan-2014 Humdinger <humdingerb@gmail.com>

Updated WebPositiveBookmarks optional package

Changed a few icons so they're not all the same...
Added a link to the "Community links" on the website.


# 1bb144a926aff48d6d190240b486f1394e8e881c 10-Nov-2013 Matt Madia <mattmadia@gmail.com>

Automatic whitespace cleanup. No functional change.


# 3c527b719f387c8750c3376bdcdea77c743e6caa 10-Nov-2013 Humdinger <humdingerb@gmail.com>

/boot/home/Desktop/Untitled


# a27d687e2abdf10b16e5780df644a73f762afcaf 08-Oct-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Name the generated HPKG files properly

* rule AddPackageFilesToHaikuImage: Add "flags" parameter. The only
supported flag is "nameFromMetaInfo". It causes the packages to be
copied under their canonical file name onto the image.
* Use the new flag for all generated packages save haiku_loader.hpkg.


# f73f5d4c42a01ece688cbb57b5d332cc0f68b2c6 29-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Initial changes to remove /boot/common

* find_directory() and hard-coded paths use /boot/system instead of
/boot/common.
* The build system creates the writable directories in /boot/system
instead of /boot/common.
* The build system no longer installs any packages in /boot/common.


# 9549402d304e77db41a17abc55a2db986ecbf101 24-Sep-2013 Rene Gollent <anevilyak@gmail.com>

Add libcurl build feature.


# 77b9f01f9b158196cb2faef5a36b09eb21175356 17-Aug-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add a few standard build tools to the Development meta package


# f56958c140a47e37386b366dbbc2650d527a15bc 12-Aug-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add development packages for the secondary architecture


# 555b02d34587e4d5b3295771b00cf48859e1c776 10-Aug-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add webpositive package to image


# cade865ddec81edc3fce1b8d8d68ef84eecf4e1b 05-Aug-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add secondary arch haiku [devel] packages to image


# b0944c78b074a8110bd98e060415d0e8f38a7f65 01-Aug-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

More work towards hybrid support

* All packaging architecture dependent variables do now have a
respective suffix and are set up for each configured packaging
architecture, save for the kernel and boot loader variables, which
are still only set up for the primary architecture.
For convenience TARGET_PACKAGING_ARCH, TARGET_ARCH, TARGET_LIBSUPC++,
and TARGET_LIBSTDC++ are set to the respective values for the primary
packaging architecture by default.
* Introduce a set of MultiArch* rules to help with building targets for
multiple packaging architectures. Generally the respective targets are
(additionally) gristed with the packaging architecture. For libraries
the additional grist is usually omitted for the primary architecture
(e.g. libroot.so and <x86>libroot.so for x86_gcc2/x86 hybrid), so that
Jamfiles for targets built only for the primary architecture don't
need to be changed.
* Add multi-arch build support for all targets needed for the stage 1
cross devel package as well as for libbe (untested).


# e52af6a9e146b58b3a3bc522676d40b560e99a4c 28-Jul-2013 Rene Gollent <anevilyak@gmail.com>

Add LibLayout and BePDF x86-64 packages.

Thanks to Chris Roberts for contributing the former.


# 293d5b1ede5cc08a17c8c0980a5cef1dc51a25e7 28-Jul-2013 Rene Gollent <anevilyak@gmail.com>

Add 64-bit package for CMake.


# e7c4ad324ea6feaed3eb8c874022cee5ed0aa815 28-Jul-2013 Rene Gollent <anevilyak@gmail.com>

Add 64-bit Pe package.


# 5eb4aaba4209d907d5fdfb2bf118e063d6a1e532 28-Jul-2013 Rene Gollent <anevilyak@gmail.com>

Add 64-bit Vision package.


# 8f79f5f3b8f8338b88eaf37bbad939ebf83d7f77 19-Jul-2013 Humdinger <humdingerb@gmail.com>

Rebuild Paladin package.

Paladin relied on liblocale.so that was moved to libbe (I think).
An updated patch will be submitted to haikuporter shortly.


# 458b56a68ca61218c1bd077ff1296ef73dfdedc5 05-Jul-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Also install the be_book package in system


# f0273200d4b0ef6ba89e452dc4868016a3c17c2a 05-Jul-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

devel packages for mandatory packages must be in system as well


# 98c6dfa41e20c57edf426197a8d9aab6223a59fd 05-Jul-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Switch build system from optional package to repositories

* Build libsolv and the dependency solver part of the package kit for
the build platform.
* Add build tool get_package_dependencies. Given a list of package files
and a list of repository files it determines the additional packages
that need to be retrieved from the repositories and prints their URLs.
* Add rules to work with external repositories in the build system
(build/jam/RepositoryRules):
- PackageRepository declares an external repository with all its
packages. The URL of the repository file isn't specified. It is
computed from a given base URL and the SHA256 hash of the list of
package files.
- GeneratedRepositoryPackageList generates a file containing the file
names of all packages in a repository.
- IsPackageAvailable returns whether a package is available in any
repository.
- PackageURL returns the URL for a package.
* Declare the HaikuPorts repository for x86_gcc2
(build/jam/repositories/HaikuPorts/x86_gcc2).
* Add rule AddHaikuImagePackages to add a package to the image and rule
IsHaikuImagePackageAdded to determine whether a package has been
added.
* OptionalPackages: Remove all entries that just downloaded and
installed an external package. AddHaikuImagePackages can be used
instead and is used in the remaining entries. Also move the remaining
optional package dependency declarations from
OptionalPackageDependencies here.
* ExtractBuildFeatureArchives: Instead of the URL parameter a package
name must be specified now. This allows to simplify BuildFeatures
significantly, since there's no dealing with URLs anymore. "if" out
the entries that aren't supported yet.
* build_haiku_image: For the packages installed in system and common
resolve their dependencies and download and install them as well.


# 301f4b463a2125f77ed0acfe708050da9cc67368 30-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Expander: also read rules from data directories

* ExpanderSettings: Use a settings directory "expander" and rename
settings file to "settings".
* ExpanderRules: Read expander rules from "rules" files in the settings
directory, then from files in expander/rules subdirectories of the
installation location data directories, and finally add the built-in
rules. This allows packages to provide expander rules (as already
done by the p7zip package).
* OptionalPackages: Remove AddExpanderRuleToHaikuImage invocations.
* ImageRules: Remove Expander rule file related rules.


# 94307089f9388a229705cde79465b9b319033f62 30-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update packages ffmpeg, openssh, p7zip


# 26ea70667a0c3c6274e6bbe91646a74b59a9e8b1 29-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Deskbar: use a virtual directory for the user-configurable menu

* Deskbar now uses ~/config/settings/deskbar/menu_entries for its menu,
falling back to /system/data/deskbar/menu_entries, when the former
doesn't exist. The latter always exists and is a virtual directory
merging the deskbar/menu subdirectories of ~/config/settings/ and
<any installation location>/data/. So, if a package provides a
deskbar menu symlink, it is added automatically when the package is
activated. The user can add own menu items by putting stuff into
~/config/settings/deskbar/menu/, only use their own organization by
symlinking it to menu_entries, or do fun stuff by making menu_entries
a customized virtual directory.
* HaikuImage: No longer create any deskbar menu symlinks in the user's
settings directory. Instead add them to the Haiku package.
* OptionalPackages: At least for the optional packages that do have
hpkgs, no longer create deskbar menu symlinks in the user's settings
directory.
* Move all Deskbar settings files to ~/config/settings/deskbar/ and
drop the "Deskbar_" prefix.


# 2551c12bec0f67a667864aae6892a2ad921928ec 18-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update wonderbrush package


# b6163fd2aea49172136e6aabebbfb6682fbf1fa6 18-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update openssh package


# 01293f6a5dcb826918cf4f13e71c3ac9801ff46e 18-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

OptionalPackages: fix syntax errors


# 56c3ef1d732569b59024d6f326c8c1c4ff803b7d 18-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Disable xz-utils optional package for gcc 2


# 7f453e3b5f7dbfa8b056507086c3983ed5bba8b1 18-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update packages vision, wpa_supplicant, wqy_microhei, yasm


# e31d588184b83bb5cc7a1a527b5ef35c5af8a78f 17-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update several packages

* neon
* openssh
* p7zip
* pe
* subversion
* tar
* timgmsoundfont
* wonderbrush


# 676cc5aafe96a84f9fc452490ec56547264ec9d7 17-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update packages mercurial, mkdepend


# 98c399b8c8027ac334173d0ec4a72b4c3453629a 17-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update packages keymapswitcher, libedit, libxml2, libpcre


# 0ac19e7d423e3325f383661df30de0da265dc46b 17-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update several packages

* bzip2
* ca_root_certificates
* cdrtools
* cmake
* ctags
* curl
* cvs
* doxygen
* freetype
* git
* groff
* libsolv
* man
* nano
* readline
* sqlite
* python


# 8d1a9545a9c775824176fa8bf8dc6d57fc3337d4 15-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update apr[_util], be_book, bepdf, jam packages


# 46792e599765a3328bbced7fd1ce4651b5b3382b 15-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update basic development packages


# 12629b106ee37df7495eb9e3b463bd2119762867 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update expat package


# a20eb7f497fd5789baee973d9f381d155c231951 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update libsolv package

Also make use of new build feature rules.


# 1d14716b9f03839beb3271886b1e32b6aa450e41 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Some renaming of zlib related jam variables


# e4bd005daf2e3e3c7cb4dfa38e9bde7a578f08e0 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update jpeg package

* Also make use of new build feature rules.
* Since the hacky long_jump_buffer field has been removed from the
jpeg_error_mgr struct in the new package, the structure is now
wrapped in the JPEGTranslator code to achieve the same behavior.


# e9f440fdfdc4a2872dca8cb12928c6c3a9f118d8 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update libpng package

Also make use of new build feature rules


# 29f8805f6c70f1c819eb58ac2220647d8e40d6e7 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update freetype package

Also use the new build feature rules


# 14d5e307b44211346880ca8255162dbd5dd773ff 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update ffmpeg package and its requirements

Also make use of new build feature rules.


# e97e4b74a062e577778a8012673e95290bb18dea 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update glu and mesa package

Also use the new build feature rules.


# 178da21ad1d5d80be61167ab264aeab773b48cb9 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update icu package

Also use the new build feature rules.


# ebb78dd9b70b96e75a2763014c579e3973f3179b 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update openssl package

Also use the new build feature rules


# c46f5969b71728cfdb2d80f753a6d02dc2ceb39c 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update zlib, gettext, libiconv, ncurses packages


# 35a2e0e61500bfc87888e698c223b9c4984380dd 04-Jun-2013 Rene Gollent <anevilyak@gmail.com>

Update Vision package again.

- Reworks how settings are handled: if the settings file has not yet
been created or is empty, we now populate defaults from
appdir/InitialSettings.


# 65af2da017ef1d8ba8dab4a8ed0ba535362903ee 04-Jun-2013 Rene Gollent <anevilyak@gmail.com>

Update Vision package.

- Update to version 2013-06-04, backports haiku notification support from trunk.


# a532c573089b05f272107ed5620734671420891e 04-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Remove /boot/{apps,preferences} symlinks

And adjust all remained occurrence in the tree accordingly (->
/boot/common/{apps,preferences}).


# ccc445576a4c11dda3386dfd4308e53fca1989d6 30-May-2013 Rene Gollent <anevilyak@gmail.com>

Update Vision package.

Includes a patch by Humdinger to sentence case various strings in the UI. Thanks!


# 9609ed866417b4bc9bef8913b24e64d1f3cac666 28-May-2013 Siarzhuk Zharski <zharik@gmx.li>

KeymapSwitcher opt.package updated to 1.2.7.10

* Fixed hotkeys selector resize issue occured on latest Haiku revisions;
* Fixed handling of system-wide keymap switch mode;
* Remove BDragger from the Deskbar replicant.


# badd403c5e5bb6f1e5fefd943dfea96e356caac8 26-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update grep package


# 3bbef9dd76c624c594c739c17ead26e81afc2581 21-Apr-2013 Siarzhuk Zharski <zharik@gmx.li>

Discard Termcap and switch console apps to use Terminfo

* Switch bash, debugger, less, telnet[d] and top apps to use termcap
functionality provided by ncurses lib instead of GNU libtermcap.so;
* NetBSD version of tput utility replaced with ncurses' one. Fixes #9606;
* terminfo database is provided as mandatory package installed during
building target system;
* Remove libtermcap module. The termcap database source and
corresponding build rules are not removed to provide backward compatibility -
until all optional packages will be rebuild on upcoming system version
using terminfo. Note that gcc2 builds may require to provide termcap a bit
longer in the sake of binary compatibility with R5 era apps.


# 7e7232aca848f3cf15607ee48864fc57954c1825 20-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update cmake and libsolv packages


# 1ef6da4ec334966c8b181eccd66d94e4c1ee3ff9 13-May-2013 Jerome Duval <jerome.duval@gmail.com>

update GCC4 package to gcc-4.7.3-haiku-130513

* based on btrev43058.


# 0bfcf7312a3271700df884e10149fa16cf4ba1fe 11-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Move deskbar menu directory to ~/config/settings/deskbar/menu

Also remove the "be" symlink in ~/config/settings.


# 3271dcd7f61df278868069774c91a0f13a7f84fd 09-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update be_book and vision packages


# fa5dff5529d819291e62ac867fca3d27a527cbad 06-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Replace various boolean rule parameters by flags

Instead of the boolean alwaysUpdate, isCDPackage, and stripDebugSymbols
parameters use a uniform flags parameter which can contain any of the
respectively supported flags (alwaysUpdate, cdPackage,
stripDebugSymbols, !stripDebugSymbols).


# 7c6bff17340e2f6697a22f1ce56c18fa009d4d2e 05-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Complete outsourcing of zlib

* Add optional packages Zlib and Zlib-devel.
* Simplify the build feature section for zlib and also extract the
source package.
* Replace all remaining references to the zlib instance in the tree and
remove it.


# b923a5072e297db5a6c5eb51cf8a3bd4871ad8ae 05-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix merge defect in ICU optional package declaration


# 0d6e9506393b3c600e52128d956640db020d2ced 03-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update mercurial and python packages


# 6b1789577abf5f62292b5535e13a71a804b38a6a 03-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update/add packages for readline, cvs, doxygen, python,

... and timgmsoundfont.


# a82e49aeb04f5c4829ba6dea9f6917b3bf62c7fe 02-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update cdrtools and keymapswitcher packages


# 7cbdf4f0231a0901bd1a18c3be8cc267f2e9c3e6 30-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update packages for several ports

* apr
* apr_util
* curl
* expat
* libxml2
* ncurses
* neon
* pcre
* subversion

This corrects the use of develop/lib paths and a few other things.


# c476e9a3681824a3279dafbb9104572704e876c8 29-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update openssh package


# 4fd280ddfa2f999654dfe20d9a7980c84c0108a0 29-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Simplify use of InstallOptionalHaikuImagePackage

When invoked for a hpkg only the installation location (i.e. "common"
or "system") has to be specified now and "common" is the default. The
rule uses AddPackageFilesToHaikuImage now.


# 5d41bc9af9a872e54abc29fc14fe0120c586e42b 29-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add AddPackageFilesToHaikuImage rule


# e17463fed22edbca4eb0ada0340b334777a46fce 29-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update gettext package


# 0302ce8180857193a39eaeca936085fdc306fa42 28-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update bzip2 package


# bd3c533887006582a8d64f54b5f95706ab4146c5 28-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update openssh package


# d28741462809e47e61b24d35735ab923fabb2863 28-Apr-2013 Oliver Tappe <zooey@hirschkaefer.de>

Update BeBook package and fix URL of BePDF package.


# 3cd00599c8c42e2fa48bd8890adf7b12fc3dad37 28-Apr-2013 Oliver Tappe <zooey@hirschkaefer.de>

Update packages for CARootCertificates, curl, BePDF


# 49da4a2d47649eb78d923de9f23795ab4a1b0e46 28-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update cmake and libsolv packages


# 4521d4c6c7111c68cbbbb4889a0f257548de3ca3 28-Apr-2013 Oliver Tappe <zooey@hirschkaefer.de>

Updated package for Pe (lpe symlink was borked).


# 8aa0b0d7928ea2bd8e62917e3e79dbf5e6ae503f 27-Apr-2013 Oliver Tappe <zooey@hirschkaefer.de>

Update packages apr, apr_util, curl, flex, jam, libpcre and Pe.


# c704b139ee161a954250cdf14d809807d67eead3 27-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update packages libtool, texinfo, sed, tar


# db6fcc4952608d6bcc672e04cbc92af47f3cf8ce 27-Apr-2013 Matt Madia <mattmadia@gmail.com>

Fixed typo in variable use.


# abfcf6aa3fd2cdd4cb65196a7c4909f61eb8a593 26-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix copy and paste error in NCurses optional package section


# 6ff8ef530d0b824b73be01005412d2b01bc612af 26-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add libedit package


# b87aa11726e42b170f07dc9b55bf8e9604226326 26-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update ncurses package

It now includes both the wchar and the non-wchar libraries.


# d26ca29d7559451d836caedfd7fa4dfafe9af606 26-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update mkdepend package


# 4e8a27c90f682fb4de0df8b8263f4d8eb40692a3 26-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update libxml2 package


# 4d6fe712e00933ce87a40731bc8f8eadacb18261 25-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update sqlite package (fix pkgconfig)


# 13321f4d4b7760bf58faec2b2ffef234a99631ab 25-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update sqlite package


# 8e452bcfc774196f96da51880b5c77d860c425b3 25-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update gcc, ncurses, and nano packages


# db88e4417b9247dd8021108296930f974bf35bcc 24-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add ncurses optional package


# 4b42e1a6bec76cc3e890f254f74c67ddf6eadf3f 24-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update man optional package to hpkg


# e49c7394ef9cf5b080e8c717553a52e244a68a8e 23-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update groff optional package to hpkg


# f3b11fcb9d1100868ed938afcf9dbf812ea01c93 23-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update p7zip package


# 0d452c8f34013b611a54c746a71c05e28796eae2 23-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Remove the TrackerNewTemplates optional package

Instead add the files to the tree and generate the resulting files on
the fly. This also avoids the undesired attributes the files in the
package had.


# 15565a06d446918906f0b0329efe486838cd3148 22-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Repackaged WonderBrush zip as HPKG


# 60ac56d3fa689794789a2fc73abe08cafb23b4f7 22-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update wpa_supplicant package


# dbcaf9ee61fdc79bd664dab45ff3fecbac2fd965 22-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update WQY-MicroHei package


# ef40a60ae86e3496a2c874a6a6b351ab3c2566d3 22-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update Vision package


# 5be84d5f004d43bc5f245d6fa19b1327c8ee0fbe 22-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update yasm package


# 86b3c7a4168ea52eb05587f83b6985b1ee9249af 21-Apr-2013 Oliver Tappe <zooey@hirschkaefer.de>

Drop symlink common/develop/tools/current

* drop the symlink itself (system development tools are now symlinked
from /boot/common/bin directly)
* remove that symlink from PATH


# 4b303759d29f2ec2aa8ffb04c239bc071b4b3c7a 21-Apr-2013 Oliver Tappe <zooey@hirschkaefer.de>

Update prerequired packages with current versions.


# bab6caf3e07bf21d88a5dff857f8ccc7b96e9c0e 20-Apr-2013 Oliver Tappe <zooey@hirschkaefer.de>

Another lap of updating base packages:

* binutils has now been split off gcc
* adjusted other packages to new naming scheme


# 7b2d06214738875b3da5a19cfebabec7f9d7ace6 18-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Enforce current package rules for packages built from tree

* Replace '-' in package name by '_'.
* Use new '[...]' notation for pre-release version component.


# 88f22c9768e3a7d5bd439800b2f6d479a369d745 16-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

InstallOptionalHaikuImagePackage: Remove first parameter

Instead deduce the file name from the URL. A long overdue change. Avoids
unnecessary name duplication, which only led to errors.


# 6185f6e7cc2c1df89a32b9fc82a315b69ae98629 16-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix libtool file name


# e7563b87c715320be9d10225ceff110844e84a90 16-Apr-2013 Oliver Tappe <zooey@hirschkaefer.de>

Updated several base packages


# 19a268a459bb8a117f42937901532ef3b117a8d7 09-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update libiconv and sqlite packages

The new package files haven't been rebuilt, just repackaged. Only small
details in the package-info changed.


# 1add554a832a5fdd2bb26692115fd116afecf60c 03-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Make LibSolv a mandatory package

... so it is actually installed on the image.


# 93c2c2aa6ba9738915ab4cfa4f1f00a738bf1886 30-Mar-2013 Michael Lotz <mmlr@mlotz.ch>

Update wpa_supplicant to version 2.0 and bring in improvements.

* Updated to version 2.0 of vendor code.
* Reliability improvements in controlling the underlying devices.
* Implement leaving networks.
* Better timeout handling.
* Usability enhancements like cancel on escape, ok button being the
default and the password field having focus on start.
* Storing of the password using BKeyStore.


# 3f986502fd1231831200038bbf5f75f1ef1c82ea 28-Mar-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Rebuilt packages for subversion and its dependencies


# dd60d4eef66f09888d14f599592956143c02a2a3 27-Mar-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

OptionalPackages: Fix CVS URL

Due to a copy'n'paste error the curl package was used. While at it,
use the rebuilt package.


# 90692f47f7132ef806aef9e210684520d91f2a4f 27-Mar-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Rebuilt packages required for bootstrapping


# 4e87ae1bbe89b24986fc1deab35d4dc0ad2cc5a2 27-Mar-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Repackaged xz-utils package

It is now declared with architecture x86_gcc2, though it probably
has been built with gcc4. That issue has to be solved for real
eventually, since the package resolver won't allow mixing of gcc2
and gcc4 packages.


# 21406bd896af2492d09b53e74bb6f4e6c4a7bf01 12-Mar-2013 Humdinger <humdingerb@gmail.com>

Added optional package System-sounds.

Added the optional package for system sounds that
were collected for GCI 2012. Also added the demo
packges to the "contents" at the top of OptionalPackages.


# 7f562d441c47fcfc89221b612ed5493f196bfcea 21-Feb-2013 Alex Smith <alex@alex-smith.me.uk>

Added xz-utils for x86_64 and updated to 5.0.4 (from scottmc).


# 22828f94b04bec5321419c5b6d8f6c324ad5104c 17-Feb-2013 Scott McCreary <scottmc2@gmail.com>

Updated autoconf and automake


# 44e22d214f5d0bb4a6a6d05db787fa40fccf09a2 22-Jan-2013 Siarzhuk Zharski <zharik@gmx.li>

Vim, KeymapSwitcher and UnRAR packages updated

* Version of Vim package for x86_64 added;
* Version of KeymapSwitcher package for x86_64 added;
* KeymapSwitcher package fixed to preserve Cmd <-> Ctrl swap settings on
keymaps switch. Fixes #9142;
* UnRAR updated from 3.7.8 to 4.2.4, fixed for multibyte characters
support and build for x86_64. Partially fixes #4879;


# 10e65baba81b9bfb10d77f3aac382f1241bc14b7 02-Jan-2013 Matt Madia <mattmadia@gmail.com>

Disabled "Application flags" in liblayout.so

Repackaged the optional packages, BePDF and Wonderbrush to
disable the Application flags setting in their Filetype window.

Fixes #8821.


# 622506c4850173aae6356a4999a7a105f271d252 28-Dec-2012 Alex Smith <alex@alex-smith.me.uk>

Added OpenSSH and Git optional packages for x86_64.

This commit is the first done from Haiku x86_64! Uncovered a few
networking bugs so hopefully this'll push OK... :)


# 9d2f78ca74da4b47ec612a611feaf44755f13ee4 26-Dec-2012 Gleb Posobin <posobin@gmail.com>

Added Grep utility to the OptionalPackages

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>


# 132b08d8ea914fb27a646fc3c98af2679ff17306 22-Dec-2012 Rene Gollent <anevilyak@gmail.com>

WebKit package is now also available, missed this on previous commit.


# 4fd9bbbc8dfdabc41c2a452231a492966add6fc1 22-Dec-2012 Rene Gollent <anevilyak@gmail.com>

Add x86-64 WebKit package. Makes Web+ available on x86-64.


# 85a609cf7c781f18ac2ea6addd55dc202828af05 22-Dec-2012 Alex Smith <alex@alex-smith.me.uk>

More x86_64 optional packages from scottmc.


# c8d82cf6db9148209256e0ed89bdef72aa355d97 19-Dec-2012 Alex Smith <alex@alex-smith.me.uk>

Started adding x86_64 support to Debugger.

Stack tracing doesn't work yet, nor does single stepping (somehow
manages to completely freeze the system).


# bbdb6052247f0893e1d9102dd2009f10bfa100ea 18-Dec-2012 Rene Gollent <anevilyak@gmail.com>

Switch over to using Debugger as the primary system debugger.

- When a crash occurs that requires using consoled, use Debugger
in CLI mode.

- Closes #1078.


# 6e5f42ccc9b4d6618cd946bade13dd274c79c8d0 18-Dec-2012 Alex Smith <alex@alex-smith.me.uk>

Added OpenSSL for x86_64.


# fbcad4e5e5bfe0b21a0a160ad342969a596e5b26 14-Dec-2012 Alex Smith <alex@alex-smith.me.uk>

Added some more x86_64 optional packages from scottmc.


# abe053eb0332e522bb8be19b1dcbaadc1fd66250 07-Dec-2012 Alex Smith <alex@alex-smith.me.uk>

Added missing libbsd.so and a bunch of optional packages for x86_64 from scottmc.


# 133a094f800056ab5f6c4ec44cf8a8a20c38a701 28-Nov-2012 Alex Smith <alex@alex-smith.me.uk>

Added Python optional package for x86_64.


# d9e5bb0df70f0773fc8d4b88e55c8e35c92b5c1d 15-Nov-2012 Ithamar R. Adema <ithamar@upgrade-android.com>

ARM/ICU: add "optional" packages for ICU on ARM


# f8cdd319702dc5b4387ca75ba96cca4291f01263 06-Nov-2012 Adrien Destugues - PulkoMandy <pulkomandy@pulkomandy.tk>

Update to fRiSS version 0.7
�+alpha4


# 79936aa57161152c2d2f464cafaa7934b9af40fb 06-Nov-2012 Siarzhuk Zharski <zharik@gmx.li>

Ensure that KeymapSwitcher does not get stripped on Release build.
See #8603 for history.


# d111de5e7f85cad3251fc733a5d1f12fef81d170 06-Nov-2012 Siarzhuk Zharski <zharik@gmx.li>

KeymapSwitcher package updated to version 1.2.7.5

* Fixed issue with unwanted keymap switching in case UnZip started in
* background (expanding optional packages during Haiku build, for
* example). UnZip executable has no background application flag
* for unknown reason.

+alpha4


# ab4ed6e33b8352e0dde973812b968238bf926d06 01-Nov-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Update Puri optional package for libpng update
* Puri wouldn't work after the update to libpng 1.5
* It was still looking for libpng.so.1.4
* Not intended for r1alpha4 branch, as it's still on libpng 1.4


# e49510df49a78fac5332b0b355d9913363874ede 01-Nov-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Updated GCC2 and GCC4 optional packages
* These were updated again due to recent changes to the buildtools
* Packages are based on btrev43045, whereas the previous set was based on btrev43040
+alpha 4 (GCC2 package needed to match recent date versioning change to configure script)


# c5af98dce418a8bf95372da393c6096601c679eb 31-Oct-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Revert of hrev44719
* The buildtool sources were updated in btrev43044 to include the gnu directory
* Now xattr.h (or any future headers in gnu) will be found


# 4107ac9cda4e76ce515596afebc11005b6e97534 30-Oct-2012 Jérôme Duval <jerome.duval@gmail.com>

Cleanup of remains of subversion in the build system


# 0d6a077db2e6a122188844a148ae474b74723b69 30-Oct-2012 Jérôme Duval <jerome.duval@gmail.com>

Development: don't link to libs with minor version numbers

This change should be backported to alpha4 (without the zlib part).


# a6a99fce04641549d5d765199533d8651e890b74 30-Oct-2012 Jérôme Duval <jerome.duval@gmail.com>

zlib: added an optional build package, integrated to the build

* optional package for zlib 1.2.7
* keep zlib in build for the bootloader tarfs


# bf855d375436ff92c46aadde91750df10aae439e 25-Oct-2012 Siarzhuk Zharski <zharik@gmx.li>

sys/xattr.h should be installed under 3rdparty instead of gnu directory


# fd720fd2da68ae0fa7a5bc4b2c66cafa1b8c29eb 19-Oct-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Update the GCC4 optional package...yes, again
* This package is current as of btrev43040
* Primarily did this rebuild to assure the GCC4 package was made with the latest buildtool sources
* This invalidates the need to cherry pick hrev44704 for R1A4
+alpha4


# cb8f90c0c879f7b398fc7498bd946db962f718e7 17-Oct-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Update Perl 5.10.1 GCC4 package for R1A4
* After the SSP fix committed recently for GCC, Perl can now build again correctly
+alpha4


# 02a7951ec060e19186218a606f10b71243daa0ad 17-Oct-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Update GCC4 package
* This package is smaller in size than the previous due to the fix in btrev43038
* This package addresses issue building code with SSP due to fix in btrev43039
* This commit along with btrev43039 fixes #8931
+alpha4 (and hopefully last update to GCC before R1A4 release)


# e7defb0055ed3041f7257e7e7a81a3070d7324b9 12-Oct-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Update GCC2 and GCC4 optional packages for R1A4
* GCC4 was updated to GCC 4.6.3 to fix ICE issue while building natively
+ alpha4


# e8a905efef47591c9dba20b971a56ed91244bd73 02-Oct-2012 Scott McCreary <scottmc2@gmail.com>

Fixed typo


# ae978eb9ca4572f08cbef9efde6ace27edd8340f 02-Oct-2012 Scott McCreary <scottmc2@gmail.com>

Updated caya to r279


# 2cf4bb44cf168b12d10de087fd06df5464e16d37 02-Oct-2012 Scott McCreary <scottmc2@gmail.com>

Fix typo.


# 6687d08375f020a9c72f8d8dd2835602c4b902fe 02-Oct-2012 Scott McCreary <scottmc2@gmail.com>

Updated r1a4 builds for a few OptionalPackages


# dfefaf1514af17fca14069cae27aa43cf9168361 21-Sep-2012 Humdinger <humdingerb@gmail.com>

Extract demo packages to /boot. Added image package.


# 244fb0a393cadb7cdfd1e1950149d5c33fbba5cf 21-Sep-2012 Matt Madia <mattmadia@gmail.com>

Rebuilt BeZillaBrowser (for libjpeg update).

Note: This is not for the r1alpha4 branch. That will come later.


# 5114fc1dd3084d01f4da858440b00ec749a74393 16-Sep-2012 Matt Madia <mattmadia@gmail.com>

Ensure that wpa_supplicant does not get stripped. See #8603 for history.


# c2ff7a30e31ff4d78e5db198dc29e96c7db0ac63 13-Sep-2012 Scott McCreary <scottmc2@gmail.com>

Add OptionalPackage Droid, font from Google's Android project


# 4f444fab2e0cd1c0c5f5212fda1e758eab55bc7d 13-Sep-2012 Scott McCreary <scottmc2@gmail.com>

Add OptionalPackage Nanumfont, a Korean monospace font


# 8e77147bfce3972e04659cf424084f6342c2cc34 12-Sep-2012 Scott McCreary <scottmc2@gmail.com>

Rebuilt some more packages mostly to fix directory issues.


# ce14ea0c3ef9cf1b10617b8ffcb06428bffe3739 12-Sep-2012 Jérôme Duval <jerome.duval@gmail.com>

DevelopmentMin optional package: add 3rdparty headers

* Add freetype, libpng and jpeg headers


# 30aeebc7164b9db52cca6bed650c23331f5f45c0 12-Sep-2012 Scott McCreary <scottmc2@gmail.com>

Rebuilf beam and transmission gcc4 packages


# 554fe146cb72b440f13241f798d7de80e986f5ab 11-Sep-2012 Scott McCreary <scottmc2@gmail.com>

Updated several more OptionalPackages


# d9cfdbd1e978162c0519703a7bc122a83e33817b 04-Sep-2012 Scott McCreary <scottmc2@gmail.com>

Fix typo


# aa8be1fc17999db0f3ef74b34c23eacb8329edd8 04-Sep-2012 Scott McCreary <scottmc2@gmail.com>

Update several more packages for R1A4


# e85dfa6bad926733b5a1b1fc3355b2c314aa041e 31-Aug-2012 John Scipione <jscipione@gmail.com>

Update optional package for Colors!


# cd9b8bf005f2be662a2b8da42a15733066e3333e 02-Sep-2012 Matt Madia <mattmadia@gmail.com>

FIXED the urls of several optional packages.


# fb5ef78df06ff1aafb72dc5d25db98fd64890cdb 31-Aug-2012 Rene Gollent <anevilyak@gmail.com>

Slight cleanup. Fix missing separator in texinfo path.


# 61306f15a11bfb9adf58f721c89fff135ce44cd6 31-Aug-2012 Scott McCreary <scottmc2@gmail.com>

Rebuilt many OptionalPackages for R1A4


# 61cb4d8c6d4b2733a53c3a3f9781bc3ee7e8c4ef 23-Aug-2012 Jérôme Duval <jerome.duval@gmail.com>

libpng and jpeg: build against optional packages.

* added optional feature package for libpng 1.5.12 gcc4/gcc2 x86 and ppc
* drop libpng sources and headers from the tree.
* added optional feature package for jpeg 8d gcc4/gcc2 x86 and ppc
* drop jpeg sources and headers from the tree.


# f49d27c7ed6fb197073b3b3ca577c6a9070137bb 21-Aug-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Allow Puri to be added to GCC2 hybrid builds


# 4591ebc99ad545bab672417533b706d7104a9fac 18-Aug-2012 Alex Smith <alex@alex-smith.me.uk>

Fixes for building Haiku x86_64 from itself.


# aecb9567e3f3bc996cb9ed60fab038e1de07c7f1 18-Aug-2012 Alex Smith <alex@alex-smith.me.uk>

Rebuilt flex package for x86_64.

The original package was cross-compiled to Haiku, turns out flex's
build system uses paths to stuff from the host system, so the package
was broken. Rebuilt from Haiku.


# b9398be907bef8133955acf08642bca8607b10c4 17-Aug-2012 Scott McCreary <scottmc2@gmail.com>

Added chess game Puri as an OptionalPackage


# 467f607aa323874682aad80932791137463a0ee1 18-Aug-2012 Matt Madia <mattmadia@gmail.com>

Add WebPositive catalogs to gcc2hybrid images. Fixes #8846.


# 3bf3aa2e2c4bc87076138e320877475397655853 17-Aug-2012 Alex Smith <alex@alex-smith.me.uk>

Added the rest of the basic development packages.

Added autoconf, automake, libtool, texinfo, perl, gettext and nano.
Building an image with the nightly targets should give you an image
with these included.


# 602d9c96a5d92957e248f164ea47b365dfd32f91 16-Aug-2012 Alex Smith <alex@alex-smith.me.uk>

Added some of the development optional packages.

This adds some of the development packages for x86_64. All of the
DevelopmentBase packages (gcc, make, jam, bison, flex, m4, mkdepend)
have been built and uploaded.


# ebe79dfe77ac0393c6d222e3a8d3b2d20f601aa3 12-Aug-2012 Rene Gollent <anevilyak@gmail.com>

Added GCC4 packages of liblayout, BePDF and Beam.

Provided by Chris Roberts. Thanks!


# 666b46e2e3260e85ca6af913a73e75df9a24ab27 30-Jul-2012 Alex Smith <alex@alex-smith.me.uk>

Added libbe, ICU and consoled to the image.

The boot script now launches consoled instead if app_server does not
exist, so there is now an interactive Bash prompt! libbe requires ICU,
which is an optional package, so I've built the packages and they've
been uploaded to haiku-files.org (thanks umccullough).


# dc321a67d62048d4afb6ede3a59368029446ea96 23-Jul-2012 Scott McCreary <scottmc2@gmail.com>

Fixed pair of typos in hgrep script.


# 2c1dcd1feee12acb2e344d09482769cac705549f 23-Jul-2012 Scott McCreary <scottmc2@gmail.com>

Added hgrep and lgrep as OptionalPackages, this fixes #3376.


# 0b4ae860860072dfbca7f50bdad5ab5e232bab72 19-Jul-2012 Rene Gollent <anevilyak@gmail.com>

Fix #8751 and possibly also #7198.

- The cdrecord port was using the wrong path for searching for SCSI
devices. This led to it failing to find SATA CD drives. Updated
package by Chris Roberts.


# af2f75a0167a11a9a9fa212a0a4e5d2671cfd8a1 18-Jul-2012 Scott McCreary <scottmc2@gmail.com>

Updated cmake to 2.8.5


# 0783fe388de666cecf6305172550feb3f3dcd8b2 18-Jul-2012 Scott McCreary <scottmc2@gmail.com>

Updated build for LibXML2


# 95c8d9513aa426e3cab2f3ef0d0ab2c9e48c774b 18-Jul-2012 Scott McCreary <scottmc2@gmail.com>

Updated build for XZ-Utils


# 29c5696ed7995bc6ed21e243b66d95402d0115c7 10-Jul-2012 Matt Madia <mattmadia@gmail.com>

Changes relating to building WebPositive from source.

* Add WebKit optional package.
* Make WebKit a dependency of WebPositive
* Enable building of WebPositive from source.

Note: WebKit currently expands to lib/. Alternative gcc-subdirectories
are not taken into consideration. Though it is trivial to change.


# eb971526498ad040cc8eb4b03ad439afb20d8f35 04-Jul-2012 Matt Madia <mattmadia@gmail.com>

Updated CARootCertificates.


# 4daad1e10580026ccb543ca5dbb73078a6307e3e 22-Jun-2012 Scott McCreary <scottmc2@gmail.com>

Fixed url dates for gcc4 packages for bzr and cvs.
Updated taglib gcc4 package name to match typo from alpha3 release.


# 6ccbb9012fd80f09aa991ecd163a3c9b8bcd97b7 21-Jun-2012 Scott McCreary <scottmc2@gmail.com>

Fixed urls for a few gcc2 OptionalPacakges.
Changing talib back to 1.6.3 as 1.7.2 is failing to build with gcc4.


# 893996e358a7cbd68558c5c7ae38381758fb6dca 21-Jun-2012 Scott McCreary <scottmc2@gmail.com>

Updated gcc2 packages for p7zip, mercurial, expat, cvs,
curl, bzr, apr, and apr-util


# cc41587c17d8ee3e3a23c02ef94e847ad2d08383 20-Jun-2012 Scott McCreary <scottmc2@gmail.com>

Updated optionalpackages for apr, apr-util, curl,subversion, git, mercurial, openssh, sqlite,
cdrtools, man, p7zip, tar, libxml2, and yasm.


# d1556a0e0f26d07d7b2d8c40fc5c6be0f879b514 15-Jun-2012 Scott McCreary <scottmc2@gmail.com>

Updated optional packages for curl, freetype, libxml2, mercurial,
openssl, p7zip, sqlite and tar.


# 55713eef96817a78bbfed8df3717bcd779e268f2 20-Jun-2012 Matt Madia <mattmadia@gmail.com>

Updated URL's for WifiFirmwareScriptData. Fixes #8645.


# 76f066c2a103c6e018f0ecb475aaadfa37f6c087 04-Jun-2012 Humdinger <humdingerb@gmail.com>

Newly built Beam package fixes ticket #8611


# 87a01ad64e9fcbc0ad0a839e56ef8a857450a72f 20-May-2012 Matt Madia <mattmadia@gmail.com>

Added Caya as an optional package.

Provided by Barrett. Fixes #7439.


# 96e2080d5eacbe392aa2fd54aed8b25a1d4becd1 20-May-2012 Matt Madia <mattmadia@gmail.com>

Updated Keymap Switcher. Provided by Siarzhuk Zharski.


# cffe50984344ad9947a52b9f8318e8c67bec9c6a 14-May-2012 Matt Madia <mattmadia@gmail.com>

Updated KeymapSwitcher. Provided by Siarzhuk Zharski.


# bb4e1d3e6fe169a8b55dc0f6f83cb5ed4f3058ca 02-May-2012 Matt Madia <mattmadia@gmail.com>

Updated CA Root Certificates.


# ab0d7676f84bd5127738935c49028966c29f5be5 01-May-2012 John Scipione <jscipione@gmail.com>

Added Colors\! optional package


# 71cfb0c8d0a3af846e71cfff8e14eb6412c4b364 04-Apr-2012 Matt Madia <mattmadia@gmail.com>

Updated BeZillaBrowser. Built on hrev43937. Fixes #8417.


# bc11edcdb5dac30c0b4a3fcdcab9fc9ae9a14111 04-Apr-2012 Jérôme Duval <jerome.duval@gmail.com>

wpa_supplicant: updated to 0.7.3 2012-04-03

* compiles against updated FreeBSD compat layer headers.


# c106a6bc2e5fe31da6147855562c92b518c60b1f 31-Mar-2012 scottmc2@gmail.com <brettmc@brettmc-laptop.(none)>

Updated optionalpackages for texinfo, sqlite and bzr.


# 484afd3a08810f726da25bdfd18f624649d93a77 31-Mar-2012 Rene Gollent <anevilyak@gmail.com>

Updated Web+ package.

Fixes an oversight in yesterday's bug fix.


# ab2948538e7ac89cd41b691449460734e4687b81 30-Mar-2012 Rene Gollent <anevilyak@gmail.com>

Update Web+ optional package.

- Fixes a problem in Web+'s autocompletion handler that would
result in it eating things like workspace switching shortcuts
if Web+'s URL input had focus.


# f659f955ba5566abe8403a10a816eeaae14ef97b 18-Mar-2012 Jérôme Duval <jerome.duval@gmail.com>

Added an optional package DevelopmentPowerPC

* haiku-devlibs-ppc-gcc4 zip archive contains libroot and glue (but no stdc++).
* fixed /boot/develop/lib/$arch symlink to point to the right dir instead of current.
* setgcc now handles the ppc arch and updates the arch link /boot/develop/lib.


# 65bce31ef8d48ff69c73970e5afdc5c23d47ca3c 17-Mar-2012 Jérôme Duval <jerome.duval@gmail.com>

Freetype: FreetypeRules isn't needed anymore.

* fixed copy of freetype headers, now part of the optional package.


# 1d368d9b78e9af87d0cecb80ab4ca0444a4cce84 10-Mar-2012 Matt Madia <mattmadia@gmail.com>

Updated CARootCertificates package.


# 8fb9e2dbb8c0ac6ac66e94b1fbe42b3112d6bcb5 09-Mar-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

jam: Add clang binary optional package

* Created from haikuporter ticket #313
* Tested as functional under gcc4h


# 935af17a2f49265d9ad240711ebd6882a6ab21bd 04-Mar-2012 Humdinger <humdingerb@gmail.com>

Recompiled gcc2 version of optional package Clockwerk.


# 3d4db3d64e2695058d6720a8b7014346418510e1 26-Feb-2012 Rene Gollent <anevilyak@gmail.com>

Update Vision packages to account for BControlLook changes.

Fixes #8355.


# 0ef4598ff0bc5cb3511bc2ec4d997f28132b27df 25-Feb-2012 Stephan Aßmus <superstippi@gmx.de>

Updated Clockwerk optional packages for gcc2 and gcc4.
* Changes to the layout API broke the old packages.
* The update to GCC4.6 broke compiling.


# 9498da9c141e258af52351fe72d1b9068a2b0416 20-Feb-2012 Matt Madia <mattmadia@gmail.com>

Seems even my fix was off by one.


# 5721015d4425474a5dc9ba86d62ad5740fa1aa58 20-Feb-2012 Humdinger <humdingerb@gmail.com>

Added demo packages for audio, video, data and images.


# 5227cdd19500a3ec23db092733dc5adf4ca8eb4e 20-Feb-2012 Matt Madia <mattmadia@gmail.com>

Fixed an off by one error.


# 743d0826f7027afa713d56ff9f63010366f1eedf 19-Feb-2012 Matt Madia <mattmadia@gmail.com>

Updated the cert package, to one with a date stamp.

The haiku-files.org cron script will create a new package only when the cert
has been updated. An email will inform me of such an update.


# bff40a31c1af031ad0e46d190f2e1af51cbabebf 19-Feb-2012 Matt Madia <mattmadia@gmail.com>

Updated WebPositive. Supports common/data/ssl/cert.pem

This package contains only the app + libs. The certificate file
is satisfied through OptionalPackageDependencies. The bookmarks
have been moved (and updated) to a separate archive.

Thanks Rene Gollent and Chris Roberts for the help!

This group of changesets should close #7707, though it is possible
that other optional-packages, pre-built software will still fail to
locate the certificates file in the new location.


# ea70913a5c45216ffab0b77a989d305d88663ec7 19-Feb-2012 Matt Madia <mattmadia@gmail.com>

Rebuilt Curl 7.21.7 (haikuports r1815) to support cert.pem

Thanks Chris Roberts for the help with Curl!


# 94c3d306db4ba4bfd7b666fa74ccf97379d4a295 19-Feb-2012 Matt Madia <mattmadia@gmail.com>

Created CARootCertificates, extracts to common/data/ssl/cert.pem

Via a cron script, www.haiku-files.org will automatically create a new package
from http://curl.haxx.se/ca/cacert.pem. This new package satisfies our
OpenSSL's expectations of where the certificate file lives. It also ensures
that new builds of Haiku will have the newest certificate file. As an example,
the cacert.pem included in Web+ was from Sept-2009.

Updated builds of Curl and Web+ to follow.


# dd2116b8ebe908bfa92ef6ecc6bdd76e33f9c0df 03-Feb-2012 Michael Lotz <mmlr@mlotz.ch>

Update wpa_supplicant package for gcc2.

It should work on current images again and contains a few usability
tweaks that make it simpler to navigate/use.


# 1a4cf8161ea286cb401d31a234cfb7a9c18ac9e4 23-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

Moved ctags to an optional package

* removed ctags from Haiku sources and from haiku image
* added ctags to mandatory packages for the time being.


# 612e834851fbbb496fb8ef08353dab663a5ab9be 23-Jan-2012 Rene Gollent <anevilyak@gmail.com>

Update package again due to a few stray attributes that were missed.

Should really fix #8290.


# 8154b8ae5ef2c1a7332b5c2ad5d0058bb3bdc654 23-Jan-2012 Rene Gollent <anevilyak@gmail.com>

Updated Web+ optional package to remove stray Tracker attributes.

Fixes #8290.


# 5c015f881162e066a312abc766e4bc917ccad92f 22-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

Updated gcc 4 native package to 4.6.2


# 83cbfa5e0ed77815e6a6bbc1ad2860e6ba4f9b99 26-Dec-2011 Matt Madia <mattmadia@gmail.com>

Rebuilt BeZillaBrowser for gcc4.


# d5b5b51e6c599dc25bf64cd469c2fea17e129aff 26-Dec-2011 Matt Madia <mattmadia@gmail.com>

Updated the jam packages to 2011-12-22


# 68fe8a9edc01361d55662d53fc70d352e9a9a845 23-Dec-2011 Joseph R. Prostko <joe.prostko@gmail.com>

* Update KeymapSwitcher and Vim optional packages


# bb6b6a1504f8a48a203ffe9ece56256044247d42 20-Dec-2011 Oliver Tappe <zooey@hirschkaefer.de>

Correct explicitly created symlinks for ICU-devel package

* skip the right amount of extensions until the actual abi version
is reached


# 730714fea5787f0eb5f16f89efa4761844796113 18-Dec-2011 Rene Gollent <anevilyak@gmail.com>

Update Pe gcc4 optional package.


# f7d5d48f98746d5b6b5694357b68a80c4c8f1510 17-Dec-2011 Rene Gollent <anevilyak@gmail.com>

Updated Vision packages.


# bae0f6db2186197b60006c2f2eae3ed97ed874c8 16-Dec-2011 Rene Gollent <anevilyak@gmail.com>

Updated Web+ package due to layout API changes.


# ec99f3b2a665ab678c6c8ae3c7bd1c6a0d34fb68 15-Dec-2011 Oliver Tappe <zooey@hirschkaefer.de>

Adjust mbstate_t to embed the state of the ICU converter.

* make room in mbstate_t for containing an ICU-converter's state
(well, in fact the whole converter object)
* adjust libroot's locale add-on to clone converters into a given
mbstate_t directly
* adjust ICUThreadLocalStorageValue to contain the converter pointer
instead of a converter-ID (if the converter is related to an
mbstate_t, it points into the mbstate_t).
* adjust users of converters to directly use converter pointers
instead of ICUConverterRef
* drop now unused ICUConverterManager and ICUConverterRef
* update gcc4 optional package

This brings our multibyte implementation into a fully working state,
both non-ascii and non-8-bit characters can now be handled normally
in the Terminal, i.e. this finally fixes #6276.

N.B.: Since the size of mbstate_t has changed, everything (including
the compiler!) needs to be rebuilt.


# ebc0d47cc62a48a914b5270b78c306cd5d40d5aa 11-Dec-2011 Rene Gollent <anevilyak@gmail.com>

Add Debugger to Development package.


# 64e63a6bb5ec22f9842bc0103d5718ab747ea9b1 30-Nov-2011 Scott McCreary <scottmc2@gmail.com>

Updated openssh optionalpackage

* Updated sshd_keymaker.sh script to use --group instead of --app


# 14f94ae7d4ac78dbd8f5e2e9b901aaa12e36abe4 22-Nov-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix location of the Deskbar menu symlinks

Conflicts:

build/jam/OptionalPackages


# 210361191d7a33d2531bf2bfd9a59f1c497df01a 23-Nov-2011 Oliver Tappe <zooey@hirschkaefer.de>

Update gcc4 optional package.


# c33232c167293fab201e3f0b205911c69c2d7df9 23-Nov-2011 Oliver Tappe <zooey@hirschkaefer.de>

Update optional gcc2 package.


# 3c38636c9f5a992b89142d1633373c2f030de57a 11-Nov-2011 Scott McCreary <scottmc2@gmail.com>

Update git to version 1.7.7.2


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43236 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 90586eb692c4eb36af92083e1543893b8e26957a 08-Nov-2011 Siarzhuk Zharski <zharik@gmx.li>

* KeymapSwitcher package updated to work with recent (after ~r43100) revisions of Haiku.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43224 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1bf8552a7b0e73beac6a66495e9b8d1a731276e3 02-Nov-2011 François Revol <revol@free.fr>

Added an optional package for dmidecode <http://www.nongnu.org/dmidecode/>, which provides useful information from the BIOS, including motherboard vendor and name.
Source package is at http://revolf.free.fr/beos/dmidecode-2.11_haiku-2011-11-02.tar.xz


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43109 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fe8708f308eca0c8867eae4669df769a25271655 06-Oct-2011 Michael Lotz <mmlr@mlotz.ch>

* Update the wpa_supplicant package to include the latest synchronous join
changes.
* Fix the conditional for GCC4 where I missed removing a closing parenthesis.
Thanks to Jens Arm for pointing out that not-as-obvious-as-hoped-for syntax
error.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42804 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 13cf6c7044cc27149d4b70022dc661e202d090ca 05-Oct-2011 Michael Lotz <mmlr@mlotz.ch>

Forgot to change the grist of the GCC4 wpa_supplicant package in r42800. Sorry.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42803 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e3e636ae3aaf0f88a2836fb5d0d6708697b7b836 03-Oct-2011 Michael Lotz <mmlr@mlotz.ch>

Update the GCC4 wpa_supplicant package to one built with GCC4.5.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42800 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e94e30ff788110f2cafe556f2d4eccfeb9da08ca 27-Sep-2011 Michael Lotz <mmlr@mlotz.ch>

Add the wpa_supplicant optional package. It should be stable and is working on
the limited set of hardware I could test it with.
By installing the wpa_supplicant one can now join WEP/WPA/WPA2 networks by
either selecting them in the network prefs/network status applet or using
"ifconfig <interface> join <network name> [password]". The wpa_supplicant opens
a dialog asking for more details if it can't connect with the given information.
Note that there is no way to automatically store that extra info right now, so
it has to be provided on each join. The configuration can however be stored
manually into the /boot/common/settings/network/wireless_networks config file.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42775 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f6144bf7196f8f1bd46fdc28bb41035c51487867 09-Sep-2011 Scott McCreary <scottmc2@gmail.com>

Updated openssl to 1.0.0e and openssh to 5.9p1.
Note that this moves the ssl directory to now be in B_COMMON_DATA_DIRECTORY/ssl, and may require rebuilding of other packages as
well. See Haikuports changeset1635 and Haiku r41767.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42733 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 20cc5ae73c4deeb6a070f9f455c96873ffb52395 26-Aug-2011 Philippe Houdoin <philippe.houdoin@gmail.com>

Update WebPositive package, new build was needed due to the
new ICU 4.8.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42692 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 00912ff31761a083a08db13f3b8d072b8e81dc05 26-Aug-2011 Oliver Tappe <zooey@hirschkaefer.de>

* fix ICU-devel optional package to include link-time libraries (as links to the
actual libs in /system/lib)
* adjust installation code for ICU-devel to generate link for the non-versioned
form (libicu*.so) and one matching the soname (libicu*.so.48)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42691 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5b9c0414deae013c958bd2a00b6ef1a4fcba805d 12-Aug-2011 Matt Madia <mattmadia@gmail.com>

Added two scripts, which attempt to load the appropriate localized docs.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42630 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d98662a8a7614172b7daed98b1d497fc23663598 12-Aug-2011 Matt Madia <mattmadia@gmail.com>

Automatic whitespace cleanup. No functional change.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42628 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 360ac869d337c7481d89de602ff307d784ef193b 03-Aug-2011 Scott McCreary <scottmc2@gmail.com>

Updated apr to 1.4.5, apr-util to 1.3.12 and subversion to 1.6.17.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42562 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8212d04704240401e328b789d4a9284873a63c10 18-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Repackage BeZillaBrowser as hpkg


# f642202ae81d265a891ab77659c566f57b376cc9 11-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Updated gcc 2.95.3 package

The /boot/common include paths are now built in.


# a0f63477842603c41892e788d432adda6cb92a0d 11-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix location of the Deskbar menu symlinks


# e96cbb12b42bf1511d39b5f2fb41c722aeefa937 10-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Update cmake package, create doxygen package


# e94674ce75da4a1795cbe9ca098dee419fb2b3e9 10-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

cmake 2.8.5 optional package repackaged as hpkg


# b5831cdf17727e08d6c1e6d28ded5d9a5275d844 04-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Disable WonderBrush until repackaged


# fd0e9e33d0ff6487625877af16dfd6a076762fc7 30-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix bison hpkg package name


# 00043b5320954b88725e2379e7e590add246a304 30-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Use InstallOptionalHaikuImagePackage for gcc too


# 78c665f2c3ba57d4e7758d99f8a8123aed64a81e 30-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

lpe symlink is in the pe package now


# d3deb18a2d468668e73595b3f2516abdeb4beeb8 30-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Repackage default optional packages as hpkg files


# b478cc3fc5a9c5dbccc0da1ec450cbcf75d7b9b1 21-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Put TimGMSoundFont package in the right directory


# 3f6ca2fdcab8c6c90a34dffc7a770e5ccc417c4d 19-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Move remaining /boot/system contents into packages

* Build system: Create packages haiku-devel, haiku-welcome,
haiku-userguide, and makefile-engine.
* The TimGMSoundFont and BeBook zip files have been repackaged as hpkg
files.
* Adjust the optional package definitions accordingly.


# fdc30d62ceed10e2d68e8f14fdc43b2c2c27059d 19-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix gcc2 and ICU optional packages

* InstallOptionalHaikuImagePackage: In case of hpkg packages, copy them
to the target directory, instead of extracting them.
* Correct gcc 2 package download URL.
* The ICU gcc 2 optional packages has been repackaged as hpkg. Use that.
For gcc 4 things are broken, now.


# 3dfd9cb95ce45f59160d50975210bc55e3fc0709 16-Jun-2011 Oliver Tappe <zooey@hirschkaefer.de>

Flat commit of all changes from package-management branch in svn


# 1dcae018bcbde9d5dcac9a8f852966e1aa7ca6c6 24-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Updated python to 2.6.7.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42308 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6289e476a94947eda92dd6b576d3563b8b69b25a 23-Jun-2011 Jérôme Duval <korli@users.berlios.de>

Updated gcc 4 native package to 4.5.3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42292 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fe55cf20bdadb7c02607c4a4580537cc0e94d2e0 23-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Updated curl to 7.21.7


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42291 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 462d9019a5478c93a13850fd90ca8859e2b1733f 11-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Updated KeymapSwitcher which fixes an issue in the 06-11 builds, from S.Zharski.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42117 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ede349bfd9b5d39fd61b8b81fc9208a2b7311f4d 11-Jun-2011 scottmc <scottmc@a95241bf-73f2-0310-859d-f6bbb57e9c96>

Updated KeymapSwitcher OptionalPackages with new icon from ZuMi.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42102 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 32b9a38570b44600e84599dda736034bf3ef4a70 09-Jun-2011 Jérôme Duval <korli@users.berlios.de>

updated DevelopmentJava packages for r1a3 (based on .bep)
+alpha


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42071 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2efeb0d6d25efccdc68a31dc406160eceb6a8fad 08-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Disabled BeHappy as an OptionalPackage as it is currently broken. If/when it gets fixed, it will be easy to re-add it.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42056 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0bae414087ae0e0342fb6fbdc195502acaf78b93 07-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Updated vision OptionalPackage to include a default VisionSettings file. This fixes #6040.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42024 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c2826da6d75eb4d7796f91f68c05f17953f64abb 06-Jun-2011 Jérôme Duval <korli@users.berlios.de>

make DevelopmentJava available for hybrid builds.
+alpha


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41974 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0c3a8f1355506703b3d3b41baa172660e98bad5b 04-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Updated armyknife OptionalPackage to fix a couple of mime-type issues
reported and patched by Humdinger.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41914 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f646869dce14bb931d2ad5aab206aa046c731cc5 04-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Updated NetSurf OptionalPackage for alpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41900 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b6478330e3b8a4f32caa0a6d65f3ccc97d5ffa66 02-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Updated ruby to a build which has support for readline. Commented out the symlink for friss until it gets figured out
and fixed.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41871 a95241bf-73f2-0310-859d-f6bbb57e9c96


# de6ea73bce32340d460d4d82a597273229e4b0d2 01-Jun-2011 Ryan Leavengood <leavengood@gmail.com>

Update WebPositive to a build made on a gcc4 r1a3 RC.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41866 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 53592f603605f18fd1c5a017bc43af8b9fee09f1 01-Jun-2011 Scott McCreary <scottmc2@gmail.com>

Added new gcc2 and gcc4 OptionalPackages for FRiSS, fixed some more typos.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41862 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4d0944c90d1010fb8fcf72636887f0fda1a2b6d3 31-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated KeymapSwitcher OptionalPackages for gcc2 and gcc4 alpha3, built by S.Zharski


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41857 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 22d447acdcab41e33ac23d638fe872dfacb2f9a4 31-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc2 Ruby OptionalPackage for alpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41855 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 331a968c658a740d0a838f9aae7e21ba91e08684 30-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated bepdf OptionalPackage for alpha3, moved licenses into to .OptionalPackageDescription file instead of OptionalPackages.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41848 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cb23dea57a925fc655f07ce8820be5f2f58ae352 29-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated bepdf OptionalPackage for alpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41802 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 31327d3a86608e06bf0476960edd25418eb20173 27-May-2011 Scott McCreary <scottmc2@gmail.com>

Rebuilt icu gcc2 and gcc4 OptionalPackages, and armyknife gcc2 package for alpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41783 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9000a31cc187e3f4860bff1299d1d50e8602a075 27-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc4 build of transmission, added a gcc2 build, and removed gettext dependency for transmission.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41780 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9bdbd4add593856685a540cc8b29202ce8eca0e4 26-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc2 and gcc4 vim OptionalPackages compiled by Siarzhuk Zharski


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41764 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0bc48df539009f0fc61032253e881edd39a9c021 25-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc4 taglib package and fixed typo in mercurial's filename.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41737 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4d2ca803f6505eb76b688ca91a3057cc38b1f2b5 24-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated several more gcc4 OptionalPackages, including sed, tar, vision, pe and others.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41720 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 43eaff044c3f7e8cb49594a7e4bf654f11e0b470 24-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated a few dozen gcc4 OptionalPackages for r1a3. Note that these were all
built in an r1a3 gcc4 only environment.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41711 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 94427d9b8be8ae494ed0dde14c456f24b1389f70 22-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc4 groff andgperf builds for alpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41649 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 760b07424d80d44e062287d84005ba10a6418521 22-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc4 OptioanlPackages cdrtools, expat, bzip2, fastdep and texinfo for alpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41648 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 003ebfa1cc0a249bc83ad64cbe2b4be2564d84b6 22-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc4 OptionalPackages apr, apr-util, beae, burnitnow, ccache and sqlite, for alpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41647 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 28013334008aff0d9affc63d175293305d854903 21-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc4 git and cmake OptionalPackages foralpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41646 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7a5169377289efe3ff079cb2511a3ae1545b9c08 20-May-2011 Scott McCreary <scottmc2@gmail.com>

Added fresh gcc2 builds of smpeg, taglib, sdl-rft and armyknife.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41624 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ccd4d547b90a7cfeba6416c6b2b0c0496a7ecf6f 20-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc4 builds for box2d, neon, curl and cvs.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41614 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f432cc5ef2edcf4f00c86b44251f35cc56b90658 20-May-2011 Scott McCreary <scottmc2@gmail.com>

First wave of gcc4 built OptionalPackages for alpha3.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41613 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b20355e2ba5f7b1d796c54175e40590aff3a5333 20-May-2011 Scott McCreary <scottmc2@gmail.com>

Fix tar gcc2 OptionalPackage, prefixdir was wrong.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41606 a95241bf-73f2-0310-859d-f6bbb57e9c96


# eaa961e97ad836bd96dfe5b5ad6f449d3db167e4 20-May-2011 Scott McCreary <scottmc2@gmail.com>

Fixed build of gcc2 OptionalPackages for expat and subversion


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41605 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f1abcf7879add36e83c873782ed387d41740a36c 19-May-2011 Scott McCreary <scottmc2@gmail.com>

Fixed cmake-2.8.4 OptionalPackage.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41585 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5f883d4da08c592ce0003cea7e87637b9e3bff04 19-May-2011 Scott McCreary <scottmc2@gmail.com>

Cleaned up directories for python.
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41582 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 593395df56b728328234f923ca225a19005137eb 19-May-2011 Scott McCreary <scottmc2@gmail.com>

First wave of OptionalPackages rebuilt forR1A3
+alpha3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41579 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8ba4ac51f50549b10024b5ec5c89979c42cfa404 15-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated libiconv gcc2 optionalpackage to clean up B_COMMON_DOCUMENTATION_DIRECTORY/doc directory.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41524 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 84464c202e47c673d8a5c7d10eae30386a0f7f21 15-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated subversion optionalpackages to getrid of gettext dependency.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41511 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ca4d4538aaa9425de56fda6869f6d21ffa44be9d 15-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated neon optionalpackage without dependency on gettext.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41510 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a94173fd0fe73798ff5114f1ac91c36ac3682a1a 14-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated gcc4 optionalpackage for yasm to remove dependency on
gettext.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41509 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3da6df44df2dec3a864d664a5eebb4e9db84f74f 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Cleaned up directories for libiconv gcc4 optionalpackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41492 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8af3c3e614b39bbfc79f37e5776bef65caedf070 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Cleaned up gcc4 libpcre optionalpackage, it was putting files in B_COMMON_DOCUMENTATION/doc rather
than B_COMMON_DOCUMENTATION/doc/pcre.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41490 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5733c80d308bac91796cccca6f4415d954877214 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Fixed gcc4 sed optionalpackage.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41489 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c75f313fbd5f6d344402666417c4a6146c17045b 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Added gcc4 man optionalpackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41475 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ee71768be65a30f2de6b206916f533a13309d604 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Added gcc4 taglib optionalpackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41474 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 01e2c102e260ebcbebf00827f35b844e329b9dca 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Added gcc4 yasm optionalpackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41473 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ec949c22c232b03ba5911850937f538a87c21bee 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Added fastdep gcc4 optionalpackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41472 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 64979f3ecf4aacf34859702fd8ae3d9a05efdbe7 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Added ccache gcc4 optionalpackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41471 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 92758e8cdbf2cf6dbbdc3e93dbbc09a2db3bda3c 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Added gcc4 sed optionalpackage.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41469 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1e115754537d6225e8f4d3327ea09bf4a193486b 13-May-2011 Scott McCreary <scottmc2@gmail.com>

Added bzip2 gcc4 optionalpackage.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41468 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9abab7eb49ddd30b12ed126e465cf8f0b16aa578 11-May-2011 Scott McCreary <scottmc2@gmail.com>

Added gcc4 version of git.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41461 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fb90397da7f44bb3cb02c5517a1720757e0d0b24 11-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated builds of openssl, openssh, git, mercurial, curl and neon.
Fixed typo on previous commit of expat.
Note that this moves the location of openssl, so other packages that
make use of openssl may or may not require rebuilding as well.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41458 a95241bf-73f2-0310-859d-f6bbb57e9c96


# df84df070deda5c5d15a64c441e18487b4721ce4 08-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated expat to fix its directories.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41391 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 989348ea3d8c65ecbee36f6e53b561a5ecbbcf69 06-May-2011 Scott McCreary <scottmc2@gmail.com>

Fixed gcc2 sqlite package, previous one had some stray directories in it. The gcc4 zip was ok.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41360 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 94cf4ec0dd1e8d7274e9da30689129c199284de8 06-May-2011 Scott McCreary <scottmc2@gmail.com>

Fixed doc directory for xz-utils.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41359 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 28d6f46e24858d1ef1c79faccf3f5688f75cf8a6 06-May-2011 Scott McCreary <scottmc2@gmail.com>

Cleaned up directories for rsync and added gcc4 build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41358 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1da9b17c5d5be8a31add2dc36b881d200352a562 06-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated groff gcc2 build to clean up directories, added gcc4 built groff.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41357 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d4b77be6454fa989f90a8d3e2d87ebdff5bfe515 06-May-2011 Scott McCreary <scottmc2@gmail.com>

Cleaned up directories for gperf.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41356 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 79e5f20ba17762d511583d0c636936122778fe36 05-May-2011 Scott McCreary <scottmc2@gmail.com>

Missed updating the date on the first yasm filename.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41325 a95241bf-73f2-0310-859d-f6bbb57e9c96


# db06a74933ff1c33da7b8a7589f3af3969133d7f 05-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated subversion to 1.6.15 and cleaned up it's directories.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41324 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cc038dac225e96c2fbd0d39fd4be568eb9c863a7 05-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated apr and apr-util builds to clean up their directories.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41323 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f33d4712c03d84618a9e8a9d13fec8d48b1709f9 05-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated xz-utils to 5.0.1, removed unneeded if statement as the xz-utils gcc4 works on both
gcc2 and gcc4.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41322 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 06dc474efbd62f63f3450621917bf5f3493a09fc 03-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated cmake OptionalPackage to clean up it's directories.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41314 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 079bd8028bbcedebf5eafeec315c6f0a7922b8a1 03-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated cdrtools OptionalPackage to move rscsi from B_COMMON_SERVERS_DIRECTORY to B_COMMON_BIN_DIRECTORY


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41312 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4148f22180048ab7d258b098b7e97405e6da3ba3 03-May-2011 Scott McCreary <scottmc2@gmail.com>

Updated yasm OptionalPackage to get rid of some stray files.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41311 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a2002544cdbcd1df6ab21e6f5a305a6f6b3ea168 09-Apr-2011 Scott McCreary <scottmc2@gmail.com>

Fixed url to gcc4 lua OptionalPackage. Discovered by MichaelPeppers.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41210 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 00a625f4b8d93b3fc4130ba0eedb5a3ac677c3db 02-Apr-2011 Matt Madia <mattmadia@gmail.com>

Revert APR and APR-Util to pre-r41106 builds, until the issue reported in #7412
can be fixed properly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41168 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cbc8e67a7a129bff62e187decbf0a8542b09c0ac 29-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Changed cmake builds back to the 2011-02-25 builds as those seem to be
the most recent stable versions.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41138 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9f6153aa51afc5f69712162e3585da73ff9a6ca0 28-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Fixed apr and apr-util builds.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41136 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b0e6c980ed6d5c4c9c56d0c824277a2f57d0306e 25-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Updated builds of apr, apr-util and cmake to correct directory issues.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41106 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cb56913ac1ac85889e4c7f9ac1a6ed51bb5b6548 22-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Rebuilt gcc4 cmake optionalpackage.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41080 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 042b2143139480b91988af8e6059ae7ff3b40b25 18-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Fixed paladin gcc4 build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41022 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 18bfd5000e6da2d8a04f429841eef468e295226a 16-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Updated xz-utils to 5.0.1 and cleaned up it's directories. The "if gcc >= 4" section may be able to be
cleaned up if this 5.0.1 gcc4 built package tests out ok on a gcc2 system.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40982 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cc7c118b0c4db55b2f65e599c4fff55b8b6dc8a5 16-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Updated cdrtools to 3.01a01 and cleaned up it's directories, also cleaned up the directories for sqlite.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40981 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3b63d45a5dc24e937ced8de9ac4d7fe46c03bddb 16-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Updated libxml2 and neon packages and listed libxml2 as a dependency of neon.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40977 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6a907d5140cad4ad3ee5615fbe6a6ac47461b68e 15-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Updated git to 1.7.3.5, and cleaned up it's directories a bit.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40965 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 490435a191b817c8d2fba07c71c7cd4bc869aff2 15-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Cleaned up make's directories.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40963 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2678274b957591b07dee8ebb756261389d16d020 15-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Cleaned up libxml2's directories.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40962 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 820ea97496e9c2ec0c4eddc5ef81e2f3980d3a78 15-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Cleaned up curl's directories.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40960 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5d51778d6ac0c4c3c666a1970fba8ae5c9f0fb01 14-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Updated the gcc2 and gcc4 builds of cmake, cvs, autoconf, automake, libtool, texinfo, flex, bison, libiconv, nano, neon, libpcre, tar.
Updated m4 to 1.4.16.
Also updated the builds of sed and yasm.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40957 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5705745f09f0ef00ddd34d37e8a0434df6ec865f 13-Mar-2011 Matt Madia <mattmadia@gmail.com>

Corrected the build package of WebPositive. Sorry about that!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40934 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c91236f1679459ca89d7a4b7cc68f8da980d7ebf 13-Mar-2011 Matt Madia <mattmadia@gmail.com>

Updates WebPositive to r577. Built by phoudoin. Fixes #7337.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40931 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5848eb25e2f3c579d1ebd506760a5ef0e04e0a8c 09-Mar-2011 Matt Madia <mattmadia@gmail.com>

Copied friss to haiku-files.org.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40890 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7b2a8eeb1c47ac9eae71d9965f68eda6676b362a 06-Mar-2011 Matt Madia <mattmadia@gmail.com>

Refactored a bit, to reduce duplicate commands. No functional change.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40845 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2a8ccc52be3f6e17b9872e5862ef77b395a6fcea 06-Mar-2011 Matt Madia <mattmadia@gmail.com>

Some cleanup. No functional change.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40844 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0356e97fc03cd00235009792e516c0e88336d157 06-Mar-2011 Matt Madia <mattmadia@gmail.com>

Corrected Tar's jam code. A GCC 4[hybrid] will now use the gcc 4 binary.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40841 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7c0e083c4086bc7a8318e9031edcc5e6c6a42856 06-Mar-2011 Matt Madia <mattmadia@gmail.com>

Corrected GetText' jam code. It will now be added to a pure gcc2 package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40840 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2440159a1e98938d87688c94ee07b6aacbb191b3 05-Mar-2011 Matt Madia <mattmadia@gmail.com>

Repackaged WebPositive:
* fixed the displayed attributes in Tracker (eg, Size, Modified, ...)
* added .OptionalPackageDescription
Noticed by diver. Thanks!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40829 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6d53e8007202071f76905d5c8daaa2b2cdf0aad9 05-Mar-2011 Matt Madia <mattmadia@gmail.com>

Added isCDPackage to Vim, as GetText already has isCDPackage set to true.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40825 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 280a51c2b88116762ff4f2fe454d5d5861189275 05-Mar-2011 Matt Madia <mattmadia@gmail.com>

Removed the isCDPackage argument for Curl and SQLite.
This allows WebPositive to run on LiveCD (ISO) images again.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40824 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2f860da9e3d8bb1be14e9151e5300f152ccd498c 05-Mar-2011 Matt Madia <mattmadia@gmail.com>

Some cleanup. No functional change.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40823 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 272551646dc608edbf97a34cd8218153aa58e004 05-Mar-2011 Jérôme Duval <korli@users.berlios.de>

update ecj package with a script fix, bootclasspath wasn't handled correctly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40822 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8723d9bbb5e5f6fe1235b317f235b64b70f7719d 04-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Added doxygen as an OptionalPackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40807 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6180200edd07991f6c8bd1ede9fce5e5e652cee9 02-Mar-2011 Matt Madia <mattmadia@gmail.com>

Updated KeymapSwitcher's locally downloaded packages name, to match the url.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40775 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8d60218fa59f36ffc345d01f0fd74eda4a5bac39 01-Mar-2011 Matt Madia <mattmadia@gmail.com>

Updated KeymapSwitcher, as per Siarzhuk.
Moved various packages to haiku-files.org.
Minor whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40773 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0a420831698ffa16c81de876bba00790976b04d1 01-Mar-2011 Jérôme Duval <korli@users.berlios.de>

updated gnu classpath package with a native built one.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40769 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a6c648bfbb608eafc1e64b386a5113639f8540bc 01-Mar-2011 Scott McCreary <scottmc2@gmail.com>

Updated openssh to 5.8p1


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40759 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 88d4db42cf56768422ffcd1e0ff06db834351189 28-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Corrected name of libpcre package for gcc4


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40755 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e3d7cfe0a8be987905f5f7a7e59166937bb840d2 28-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Updated sqlite to 3.7.5


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40754 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 267c719238df2900cfe4e97edbcd9c3c04b30cf5 28-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Updated libevent to 2.0.10


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40753 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9a73627a816fa634701ebb8ae70e0e7ab5749c12 28-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Updated p7zip to 9.13. Also fixed a copy/paste typo.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40751 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c0f365bbae8aa3f5ab00c1a18addefa53d679432 28-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Updated libpcre to 8.12, this has been tested and known to work with Pe.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40750 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1a2fb11cdb9ee56164258af00887bffb4f4c177e 28-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Updated curl to 7.21.4. This build has been tested and is known to work with WebPositive.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40749 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 89da0f8f9b50e3bb40eaa833d03ecafa414612e2 28-Feb-2011 Clemens Zeidler <clemens.zeidler@googlemail.com>

Remove unused EtPan package. Could somebody remove it from the server too? thx!



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40745 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e5d0372ce3489273cd0345df1e394f527ecb95e5 27-Feb-2011 Rene Gollent <anevilyak@gmail.com>

Revert various optional packages to their previous revisions until
updated working packages are available. Should fix Pe and Web+ problems.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40725 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f21d8b47ba043f33f044f68dda21d2bd79d95659 26-Feb-2011 Jérôme Duval <korli@users.berlios.de>

* merged JamVM, Gnu classpath optional packages in a single DevelopmentJava. They're meant to work together anyway.
* added ecj in DevelopmentJava: I wrote a simple script around the ecj jar.
* added symlinks for jar and a few commands, mainly because classpath was cross built.
Enables to build natively Gnu classpath.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40702 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2ec66f4a24a39f14db0281fa839b5b6d6053b29e 25-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Updated sqlite to 3.7.5
Updated git to 1.7.3.5
Updated libevent to 2.0.10
Updated pcre to 8.12
Updated p7zip to 9.13


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40681 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c2422ccd5901f49a1300d4656a72f5798e79bc95 25-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Updated cmake to 2.8.4 and nano to 2.2.6


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40680 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4def8272718f8fa6f7acc1350953ff131842fff2 23-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Added WQY-MicroHei font as an OptionalPackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40654 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ae4af1aa05f8017eb2f50d305d9125411c076475 23-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Update curl to 7.21.4


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40653 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ac0d4d98e2ebc17f8a7fe681bf9ececba1574ee6 13-Feb-2011 Jérôme Duval <korli@users.berlios.de>

added experimental cross-built optional packages for JamVM and Classpath, gcc4 only.
Tested with a network capable little application, no gui classes available.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40478 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5658c5ff2a59da7f052805650720cf86b9aed63b 07-Feb-2011 Scott McCreary <scottmc2@gmail.com>

Updated tar, bison and gettext packages to fix links in the .OptionalPackageDescription files.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40369 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2eb4032d5530c1346bb23d14c1b825959a803307 31-Jan-2011 Scott McCreary <scottmc2@gmail.com>

Updated the OptionalPackages of gettext, tar and bison.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40331 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3daa92ef316bc2f71b90fa3aec1f87df1a1a9ccc 07-Jan-2011 Ryan Leavengood <leavengood@gmail.com>

Update WebPositive optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40145 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cb7becc01d6d1c7a0ce3d17c8536759ffe4dc997 07-Jan-2011 Scott McCreary <scottmc2@gmail.com>

Removing VLC from OptionalPackages, as we have no .bep file for it and no automated way to rebuild it. We can add it back in if someone puts together a working bep file or build script for it that can build it from sources and provides any required patches.
Warning you may need to update your UserBuildScript.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40141 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 209727818f245f51b480d199b57d632f7c9fc015 29-Dec-2010 Scott McCreary <scottmc2@gmail.com>

Updated build of curl, with openssl-1.0.0c in place, should fix #7045
Fixed the filename of smpeg gcc4 build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40042 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 15426bc2a4d1b7b54f03a2255963774494eb9eb1 24-Dec-2010 Scott McCreary <scottmc2@gmail.com>

Updated openssl to 1.0.0c
Updated curl to 7.21.3
Updated build of SDL to include off by 1 resolution fix by GCI student Daniel Marth,
and the OpenGL fix by Urias McCullough



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39940 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 25dc253d6ab28ce204fa4de2d3e7a27d167fc817 22-Nov-2010 Ingo Weinhold <ingo_weinhold@gmx.de>

* Merged weak-symbols branch.
* Fixed trivial merge conflict in src/system/libroot/posix/locale/nl_langinfo.cpp
* Fixed gcc 2 compilation of src/system/glue/init_term_dyn.c.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39571 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7e4d0ca5391f44f3254537b7aaa02ec26a1d7dc0 20-Nov-2010 Matt Madia <mattmadia@gmail.com>

Updated baseSourceURL (and copied the necessary files on haiku-files.org).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39552 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f84079e242e39e61f5f08742415f0f3f07eaad5f 10-Nov-2010 Matt Madia <mattmadia@gmail.com>

Replaced $(baseLibURL) with $(baseURL)/lib.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39400 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 729f34468300fd288487c8b4b409ea2eb12d693c 09-Nov-2010 Scott McCreary <scottmc2@gmail.com>

Fixed libmng URL.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39376 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6d1078eb7aad55fc3b7ad92e2cec1177a77cc43c 04-Nov-2010 Scott McCreary <scottmc2@gmail.com>

Updated the filename for OpenSSH, and fixed the conditional for Vision.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39297 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 14324b423f9e5c13045fb77b68990b8fb67c739f 04-Nov-2010 Scott McCreary <scottmc2@gmail.com>

Added vision gcc4 package


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39294 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 99c871094e277e3362fa8a818d848d1b3c3f9ba0 03-Nov-2010 Scott McCreary <scottmc2@gmail.com>

Updated the OpenSSH package to include the updated sshd_keymaker from mmu_man.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39293 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2ee3a4e27227310fb75199551e10acf770c6d8a5 02-Nov-2010 Scott McCreary <scottmc2@gmail.com>

Set the baseLibURL to the lib directory.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39274 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f735809f0b633b3fd40c22dc5fb1ace8beb0b74e 02-Nov-2010 Scott McCreary <scottmc2@gmail.com>

Fix indentation for box2d
Fix url for libevent
Changed baselibURL to baseLibURL


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39273 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 77d77844f9a379aab608f4568e827fd32b845240 31-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Added more gcc4 libs, removed duplicate libmng.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39249 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 92dc6fdfb57b671b0440ffc3529d3113be676aef 30-Oct-2010 Matt Madia <mattmadia@gmail.com>

Fixed several conditionals. Added a TODO about a duplicate Libmng, libmng.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39228 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 70782c8f24dd7e5520f764c04ba942b91a7fa167 30-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Update libevent. Added some more gcc4 packages, including builds of the SDLLibs, AllegroLibs, and XiphLibs.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39224 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2a28aaa447045413f0d49e23b53cc92847575836 30-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Added gcc4 packages for cmake and lua.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39221 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d8a9d43683059b43dd482e940358b2f3bf5a52f1 30-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Added gcc2 armyknife and stable vision packages.
TODO: Create fresh gcc4 packages for armyknife, vision and taglib.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39193 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4b4219eba44d9364b38797a6547230762846d747 29-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Added Lua as an OptionalPackage


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39187 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2ad1d63bf9cebea3f28d7f2a9ef401058082ec26 29-Oct-2010 Clemens Zeidler <clemens.zeidler@googlemail.com>

Add TagLib optional package. gcc4 package would be welcome!



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39184 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a4f9d5359e8ccdb726fd0f37647abcdb6497936f 28-Oct-2010 Clemens Zeidler <clemens.zeidler@googlemail.com>

Fix clucene package name.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39178 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d9fef668628cb760bd7e68e0a4a17e0f60a821f6 20-Oct-2010 Clemens Zeidler <clemens.zeidler@googlemail.com>

Add etPan optional package. Want to use this e-mail library to improve the imap support of MDR

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39016 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7b2d993398e99ea5d174dbda9d74b57328adb5ae 16-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Updated nano to 2.2.6, neon to 0.29.5, and bazaar to 2.2.1


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38980 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 01af3c69af1b82190e5f37c57f02d8c35e917160 13-Oct-2010 Stephan Aßmus <superstippi@gmx.de>

Updated Clockwerk package one more time to fix
another crash at exit bug for which there is
even a ticket.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38968 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7536ad8142dbad5fc2b53a8ee9a5665da4351209 13-Oct-2010 Stephan Aßmus <superstippi@gmx.de>

Updated Clockwerk optional package.
* The GUI has been reworked to fix a lot of issues
and to be more efficient (for example no backbuffered
views are necessary on Haiku).
* Mouse wheel zooming in the video preview uses the mouse
position as anchor.
* Several crashing at exit bugs have been fixed.
* Rendering of audio/video happens interleaved now.
* The annoying prompt to save the project when nothing
changed is fixed.
* The quick intro documentation has been updated as well.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38966 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0d6d8db9ab8e38c8746ae64684d36de73c4ed2d7 13-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Updated apr-util, cmake, curl, sqlite and subversion optionalpackages.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38961 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e6e5634b439012d1464a35670b2a9066be4a5635 09-Oct-2010 Matt Madia <mattmadia@gmail.com>

Reverted r38875, as this caused /bin to become an actual directory in /boot.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38912 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 98aa3a45fef83c57b24e15fb078a1a5de4f5f6fb 09-Oct-2010 Matt Madia <mattmadia@gmail.com>

* Repackaged the gcc-4.4.4 archive, with a g++ -> c++/4.4.4 symlink included.
* Reverted part of r38901 to create the symlink
develop/abi/x86/gcc4/headers/cpp -> ../tools/current/include/g++


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38905 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 47d6e426e2c1ec313f58f70af086b92245944554 08-Oct-2010 Matt Madia <mattmadia@gmail.com>

fixed a few issues with the jam rules associated with the gcc-4.4.4 package.
* libstdc++.so, libsupc++.so were being created in gcc-4.3.3-haiku-100425/lib
* updated the target directory for the headers (from g++/ to c++/)
May help with #6701 -- at least #6701#comment:2


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38901 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1d2ce8b8dc52261f3bd480ff57204385d699c520 03-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Added missing symlink for sed in /bin.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38875 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3221e0c66957aaa88dc42dece6e2f943bea74aad 01-Oct-2010 Scott McCreary <scottmc2@gmail.com>

Updated neon to 0.29.4


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38868 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 971b07a990c6afbfc946610666f4589967579f63 29-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Updated Pe to 2.4.3 (Pe-r600).
Removed source code links for sqlite and subversion.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38855 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 842b416b9bbd43d457a0eecd31c2a1868bbc5e25 26-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Update netsurf to 2.6, added libmng as a dependency for netsurf.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38818 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5722edeb67fe444e21772c90deedb932be4bcde8 25-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Moved make and mkdepend to OptionalPackages, updated libtool to 2.4.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38813 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9cd45f7edff26a7eb51d5b21408c76bf5bb71dae 23-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Updated autoconf to 2.68


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38798 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7e4a820354a8bc93d3a438f7b7d32564206dd21c 21-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Updated bzip2 OptionalPackage to 1.0.6.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38755 a95241bf-73f2-0310-859d-f6bbb57e9c96


# eea6d49bd6ab31143510f25f843d339655259fde 19-Sep-2010 Jérôme Duval <korli@users.berlios.de>

switch gcc 4 native compiler to version 4.4.4


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38723 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4831b4fbfd5cee9d9d5fdfec7b2b76125e39003d 18-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Fix the gcc4 conditionals for BeAE, Bazaar and BurnItNow so that they will work on a ggc4hybrid build correctly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38714 a95241bf-73f2-0310-859d-f6bbb57e9c96


# beb4fe752833be8f474a9b9502becf4c69a92af6 15-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Updated BeAE and added a gcc4 build.
Added BurnItNow, both a gcc2 and gcc4 build.
Added Bazaar, both a gcc2 and gcc4 build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38665 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8f25594c1115b5b06527a1053e56b139b13e211a 09-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Fixed the BeAE build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38595 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d3902df608b07d84205121d7784cc73c24cbee36 08-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Added Ruby and Paladin as OptionalPackages


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38574 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3a82446b9a5a3c709a7cd81dc57047eeceac4c14 01-Sep-2010 Scott McCreary <scottmc2@gmail.com>

Add man and groff as optionalpackages, update cmake, bzip2, p7zip, openssh to move their
man files from /boot/common/man to B_COMMON_DOCUMENTATION_DIRECTORY/man.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38495 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 703b67c0caec41d3f7512968910981652ab70633 30-Aug-2010 Rene Gollent <anevilyak@gmail.com>

Update Web+ to r545 to fix compatibility with recent Locale Kit ABI changes.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38471 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 10c5ff834d7d2297c33d432229eb028b4b8464da 29-Aug-2010 Scott McCreary <scottmc2@gmail.com>

Second try at python-2.6.6


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38436 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 843c2663c8eb4e551f9ec6a8aa919678290a14a9 29-Aug-2010 Scott McCreary <scottmc2@gmail.com>

Update openssl to 1.0.0a and python to 2.6.6


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38435 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f9bb7404fa15dae9ebb93b794a29978cf746eac8 26-Aug-2010 Axel Dörfler <axeld@pinc-software.de>

* Updated the GCC2 package to version -100818. This will soon be needed to be
able to build Haiku.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38376 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4e3080b72df426d42712062abc94c5faf9ccbbba 25-Aug-2010 Rene Gollent <anevilyak@gmail.com>

Updated cdrtools optional package rebuilt by Chris Roberts due to some errors that crept into the earlier one. Added iconv as dependency.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38358 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2dda1d60ea8e296c0b0546beb222adaa7f0cc14a 25-Aug-2010 Rene Gollent <anevilyak@gmail.com>

Remove duplicated files from cdrtools package. Closes #6501.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38352 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 87bd186931d4744e499895f8d4229d6771903a86 23-Aug-2010 Scott McCreary <scottmc2@gmail.com>

Updated yasm to 1.1.0


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38315 a95241bf-73f2-0310-859d-f6bbb57e9c96


# dbbd40614ea20f3e3c6e1cb9d0f12e702a807ff7 22-Aug-2010 Matt Madia <mattmadia@gmail.com>

Siarzhuk Zharski updated Vim to version 7.3. Updated files per request.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38308 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 316c84b2b4ccf36572d70f1431bb0f04f68ad1c3 18-Aug-2010 Rene Gollent <anevilyak@gmail.com>

Update WebPositive to r544 - fixes compatibility break due to
recent layout kit changes.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38253 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9fef36ccc8a577addfe2ea6818f7b24c541a2b20 15-Aug-2010 Scott McCreary <scottmc2@gmail.com>

updated cdrtools to 3.00


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38111 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f50aabd24d3b06db2296e4ee8a1342b06f2543a9 14-Aug-2010 Scott McCreary <scottmc2@gmail.com>

update curl optional package to 7.21.1


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38101 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 84f74500973286893665bfa1618b7aeaf66a22e2 04-Aug-2010 Scott McCreary <scottmc2@gmail.com>

Update autoconf to 2.67


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37915 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7283e760ab8f56126927a1657d91317ab7d7582a 01-Aug-2010 Rene Gollent <anevilyak@gmail.com>

Update Web+ to r542 for locale kit compatibility fixes.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37832 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f6896f21759a57fa6d1bb4ece4b7bfa12a4b11d6 31-Jul-2010 Rene Gollent <anevilyak@gmail.com>

Update Web+ to r541.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37826 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 00675cca84cc56441479098f776f1fa1361abdcf 20-Jul-2010 Matt Madia <mattmadia@gmail.com>

Updated ICU-devel to use $(HAIKU_ICU_DEVEL_PACKAGE). No functional change.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37629 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9509e395e77f4d09d402ae9a92c8b0417a9852d9 17-Jul-2010 Rene Gollent <anevilyak@gmail.com>

Update Web+ to r535. Fixes ticket #6321, though behavior isn't correctly observable right now due to an app_server bug with respect to updating window titles.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37558 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a8d618d4d26ae818d8b7839a4cbb2b3ac2fbe39a 15-Jul-2010 Rene Gollent <anevilyak@gmail.com>

Update WebPositive to r532.
- fixes ticket #6186: Web+ would crash if pgup/pgdn was hit in its URL input while the choice list wasn't visible.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37533 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7ad694e346b88c1ad52a8791eddab93a53416e40 15-Jul-2010 Oliver Tappe <zooey@hirschkaefer.de>

Some more ICU-related improvements:
* updated icu-devel package to 4.4.1
* create appropriate devel lib links when icu-devel is being installed
(which only works during build, not when using installoptionalpackage)
* dropped ICU headers from repository and instead fetch them from the
icu-devel package when needed during the build
* adjusted Jamfiles that make use of ICU-headers accordingly (hopefully
I didn't miss any)
* fixed license in OptionalPackage description of icu packages


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37531 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0009e148b865e8822d2f6b59e751fc5c10d29529 14-Jul-2010 Matt Madia <mattmadia@gmail.com>

Reworked the mandatory ICU package.
* repackaged archive to not include directory path information
* updated the jam rules so that the correct archive gets extracted to the
correct directory
Notes:
* the .OptionalPackageDescription & specified license was not checked
* this allows the newer Web+ to run on gcc2hybrids (r37519)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37523 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1dcfc6586adfb2fa503f2bd8d4ae7a1fd3187827 14-Jul-2010 Rene Gollent <anevilyak@gmail.com>

Update Web+ optional package for ICU 4.4 and locale kit changes. Note this doesn't currently work correctly on gcc2 hybrid due to some issues with the ICU optional package rules (gcc2 ICU libraries are ending up in gcc4/lib).



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37519 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2a90ce534c7dc60ca4060a5f6e7b60bc68b8d511 14-Jul-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Actually include ICU 4.4 in the image we build
Note this doesn't fix everything yet, apparently there is a problem with ICU genereating an invalid opcode exception.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37512 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1c0b18c75c25f359110c7bd0ea6745cdca42e46a 12-Jul-2010 Scott McCreary <scottmc2@gmail.com>

Roll autoconf back to 2.65 until the AC_CHECK_SIZEOF regression is fixed, see HaikuPorts trac ticket 376 for more details.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37487 a95241bf-73f2-0310-859d-f6bbb57e9c96


# aa9a02753275228ffc0861972580103a835ab862 12-Jul-2010 Oliver Tappe <zooey@hirschkaefer.de>

* fixed URL for updated gcc2 (sigh)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37484 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7a5c50f90059d17b9c01d4677c3e0e7a07a9794c 12-Jul-2010 Oliver Tappe <zooey@hirschkaefer.de>

* updated optional package for gcc2 to gcc-2.95.3-x86-gcc2-2010-07-12
(a version that correctly deals with utf-8 chars in wide character literals)
* adjusted required gcc2 version in configure

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37483 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 874e983f9d43d6f75fd94edcda83613607b183b7 10-Jul-2010 Matt Madia <mattmadia@gmail.com>

Updated Transmission to v2.01


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37454 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 05754f2fdcbcfb7bc92b6e46b9d01210697e85de 08-Jul-2010 Rene Gollent <anevilyak@gmail.com>

Update WebPositive to r529 to bring it inline with recent layout kit changes.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37439 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4035ddb3df14443453fe3338eff3748ca109b0ae 08-Jul-2010 Scott McCreary <scottmc2@gmail.com>

Updated autoconf to version 2.66.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37438 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7f68b95ab02b69ab4c559a9474553cf5c97771a4 04-Jul-2010 Rene Gollent <anevilyak@gmail.com>

Updated gcc 4.3.3 optional package provided by Jerome Duval to take into account recent ssize_t changes.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37396 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7d447b60b40ec197a6f0a2c79383535042d36b51 04-Jul-2010 Rene Gollent <anevilyak@gmail.com>

Add liblocalestub.a in the DevelopmentMin package instead.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37395 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4f153c5b748af28c98574be44e7112a642737e93 03-Jul-2010 Rene Gollent <anevilyak@gmail.com>

Update Web+ to r527. Fixes locale kit compatibility (for now).



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37383 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 903d5b4944af43f1fdb4b7d3a0a4216027ce703e 02-Jul-2010 Matt Madia <mattmadia@gmail.com>

Updated Mercurial. Build provided by Chris Roberts.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37347 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ac60452f447f7e1d1e96cc723826078277882bb8 16-Jun-2010 Stephan Aßmus <superstippi@gmx.de>

Prepared optional package with General MIDI SoundFont by Tim Brechbill, closes
ticket #1357. Added the package to the alpha-* release profile by default.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37153 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a85ada29a66ac332ebdcff7d3a2451df773cbce6 15-Jun-2010 Stephan Aßmus <superstippi@gmx.de>

Added optional package for gperf, the perfect hash
function generator. This build tool is needed by the
WebPositive build for example.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37151 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8dbd2b6ceab756daa98d7d0815d7229204cf3fba 12-Jun-2010 Matt Madia <mattmadia@gmail.com>

Updated the optional packages : Git, OpenSSH, and Python.
Archives provided by Chris Roberts.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37119 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9b9c5a1b8b105d938ddfdd11b8936aff06388768 12-Jun-2010 Scott McCreary <scottmc2@gmail.com>

Updated libtool to 2.2.10


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37112 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6c4ac6b0b1228490b6f2a0cff4e6cec267035b4a 06-Jun-2010 Matt Madia <mattmadia@gmail.com>

The User Guide and Welcome now contain their own copies of images/.
* deleted the non-used docs/images/
* updated the optional package Welcome accordingly


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37036 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 26fdf3bb3254a741b9978a967f2c50351652d0ee 26-May-2010 Matt Madia <mattmadia@gmail.com>

Updated friss's if statements, to allow installation on a gcc2hybrid. In order
to be installed on a GCC 2 Only image, friss would need to be built on gcc2 and
provided as a package. Fixes #5962.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36942 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1af161ec0a941f0187e9cc2271acc6d264af56cb 25-May-2010 Stephan Aßmus <superstippi@gmx.de>

Also add the libtiff headers. Fixes ticket #6079.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36936 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b12f4323d2f5712c29d84e293816b8bd9a9cf8b0 22-May-2010 Rene Gollent <anevilyak@gmail.com>

Fix incorrect filename. Closes ticket #6047.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36901 a95241bf-73f2-0310-859d-f6bbb57e9c96


# eae2075173afc53a0ebc009751ac7dd6f89e4ba9 22-May-2010 Rene Gollent <anevilyak@gmail.com>

Update Vision optional package to include a default settings file with some basic nicknames and a network configuration for Freenode. Closes tickets #6040 and #4783.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36900 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 716e4891d63855dcab49b1b5e36d5b0b5bd7b81f 21-May-2010 Stephan Aßmus <superstippi@gmx.de>

Updated WebPositive package to r515. Changes include warning the user when
downloads are still in progress before quitting the application.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36898 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ae5c0d8870ef75c49b3a2be3ea8c35289cedd667 20-May-2010 Stephan Aßmus <superstippi@gmx.de>

Updated WebPositive package to r511, which fixes some bugs and annoyances and
adds -f command line option to start WebPositive in fullscreen mode. Untested.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36880 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4f2d368906784a83e3e09e6c6e5e984a69a8c78f 16-May-2010 Stephan Aßmus <superstippi@gmx.de>

Updated WebPositive package to r499.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36832 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4e310ac8a0609c7ef3d781df35ee017cce5bb73e 11-May-2010 Stephan Aßmus <superstippi@gmx.de>

Updated WebPositive package to work again in trunk. (Don't try to use on the
alpha.)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36789 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1d54eedb811cf596431f6ca8f33a6c9b2228239b 08-May-2010 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

* Single Launch flag was set in the previous package. This prevents
BePDF from opening more than one PDF file at the same time.
This was caused by a yet unresloved bug in the BePDF build scripts
when used from Haiku.
The new package was rebuilt under BeOS R5.
Sorry for the late change.
+alphabranch


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36754 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 75d1bce8d7be06ae92109dc8fbd955bfcf6b9c57 08-May-2010 Matt Madia <mattmadia@gmail.com>

* Removed vimrc from the repository as per #5699
* Updated vim & KeymapSwitcher optional packages, provided by siarzhuk.
To note, I did not remove the 'vi' symlink creation as I'm uncertain as
to whether or not any unknown applications are hardcoded to use it.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36753 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7ea7d8a2040cac82e99735f69496694553084689 07-May-2010 Rene Gollent <anevilyak@gmail.com>

Rebuilt Vision packages for alpha 2. Apologies for the delay.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36722 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 77dc8d0bc5cdd506faacedf101b130f62c6f9610 06-May-2010 Joseph Prostko <joe.prostko@gmail.com>

* Rebuilt p7zip (GCC2 and GCC4 versions) without libbe dependency
* Updated SourceURL/Download information in OptionalPackageDescription


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36704 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4313867bf889daa8101374956a9583b85d154c9b 06-May-2010 Scott McCreary <scottmc2@gmail.com>

Fixed the license info in the .OptionalPackageDescription for the Pe package


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36703 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a936f4b5ffca5a2cbc976f59b2b7961bf3fd5770 06-May-2010 Matt Madia <mattmadia@gmail.com>

Fixed indentation for GetText, LibEvent, & Transmission.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36670 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f57fdd5cf709d26922a6c85755fa42eed3097615 06-May-2010 Matt Madia <mattmadia@gmail.com>

* Repackaged BePDF to include an .OptionalPackageDescription file
* Create symlinks for licenses
* Added InstallSourceArchive command


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36657 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7c3e9f92191542d9402bb72f647cb1d956b29f2e 05-May-2010 Matt Madia <mattmadia@gmail.com>

Added Transmission, LibEvent, & GetText as OptionalPackages.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36636 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 751c3040c67bca143cffa09b51269575af917843 05-May-2010 Stephan Aßmus <superstippi@gmx.de>

Updated WebPositive package to r488, which contains numerous bugfixes and other
improvements like a new Fullscreen mode, context menu's for downloads,
persistent storage of credentials...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36621 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d4e8a27c3b243b1367afe54f0d08dcf2b4cd1fad 04-May-2010 Matt Madia <mattmadia@gmail.com>

Updated BeZillaBrowser.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36616 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c591958a9a16963eb1b845f3acb15106a9738fc7 04-May-2010 Scott McCreary <scottmc2@gmail.com>

Updated Pe build to Pe-2.4.2-r597


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36612 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 61b45b291d856d06245f50c3d4787c9a25c52b9d 03-May-2010 Matt Madia <mattmadia@gmail.com>

Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36602 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5352c349a07354b67944c26b7449d8978fd62923 02-May-2010 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Updated BePDF to version 1.1.1b3.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36579 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f296d61c82e68d88bbde383d4d417c24a7109ffb 30-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Updated the opensound OptionalPackage.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36564 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7846d918430685065915889092ec3f858b05a91e 30-Apr-2010 Matt Madia <mattmadia@gmail.com>

Reorganized BeZillaBrowser's if/else statements. Switched to a hardcoded url
for bezilla's and NetSurf's source archives, instead of defining a local
variable (as installoptionalpackage didn't like it). No functional change.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36557 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cf8a79a2a18f8dfc8003a01dfee27ccf7ed9dceb 30-Apr-2010 Matt Madia <mattmadia@gmail.com>

Updated cdrtools, built by scottmc


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36555 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a924435c3e6ad86e8f43375eefe69e1450921f1b 30-Apr-2010 Matt Madia <mattmadia@gmail.com>

Updated OpenSSH to a newer version built by scottmc.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36553 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2b1246262dabed0d38c201a588e3d7fd0fc73d24 29-Apr-2010 Matt Madia <mattmadia@gmail.com>

fixed the horrible typos.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36546 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1ecdca7b7f6b23fd9e1ff866cc0790c08468cf94 29-Apr-2010 Matt Madia <mattmadia@gmail.com>

Forgot to update NetSurf's source url


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36545 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 22cd3329997a00474273e47538457afb3a5c1779 29-Apr-2010 Matt Madia <mattmadia@gmail.com>

Manually the .OptionalPackageDescription file of many packages, to add
SourceURL: Text <URL> lines. InstallSourceArchive commands have been added,
where source archives provided. The baseSourceURL has been updated to
http://haiku-files.org/files/releases/r1alpha2/sources


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36544 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 612721376caa1403161077c4cb7d5af447f9958b 29-Apr-2010 Ingo Weinhold <ingo_weinhold@gmx.de>

Create the gcc4 cpp headers symlink also for the gcc2 hybrid build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36541 a95241bf-73f2-0310-859d-f6bbb57e9c96


# aa0872e0690499364a48483b9cc22e68cf78dd7f 29-Apr-2010 Ingo Weinhold <ingo_weinhold@gmx.de>

Fixed lib{sup,std}c++.so symlinks for the new gcc4 package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36540 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4dc89bc2591113a349427d8a7d99b8bc1fb21028 29-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Updated subversion, cvs, and libpcre optionalpackages.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36538 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8ffd9082160ed9a3b7b74010dd79eeed9af0d66d 28-Apr-2010 Oliver Tappe <zooey@hirschkaefer.de>

* updated Beam to work with newer version of openssl
* cleanup with respect to 80-chars width

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36527 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 868c6a2a414e66fcc15728bb3a1a41ae93dea15a 27-Apr-2010 Joseph Prostko <joe.prostko@gmail.com>

Updated GCC4 package to one without a libiconv dependency

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36513 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2d0a43e6a6763c59fdd1ad7f00dbc3b78e436a97 27-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Refreshed mercurial package for r1a2.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36504 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 01becc30264eab055addaccb1482ec4fce670eda 26-Apr-2010 Stephan Aßmus <superstippi@gmx.de>

Updated WebPositive package to svn version 462. This version removes claiming
support for JPEG, PNG, GIF images as well as text/*. It also fixes a problem
where the policy for new pages was wrongly applied to pages that already have
a pending resource request.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36488 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a2f38e3c285bef9317685cf305014dca59abe0d0 26-Apr-2010 Stephan Aßmus <superstippi@gmx.de>

Added an optional package for some predefined Tracker New Templates and made it
part of the alpha release profile.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36479 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5199d580decc33553af71bbc6606575dfadfed28 25-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Updated xz-utils and beae for r1a2.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36477 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4f221234a0e5e1d5c405eaf956050f10c658456e 25-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Updated perl and python packages, fixed year on texinfo filename.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36468 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a9621453a1dc0975928ed53b11f70a56324f9e6a 25-Apr-2010 Oliver Tappe <zooey@hirschkaefer.de>

fix #5794 by removing the undesired link in gcc4 archive
* updated optional package for gcc4 to point to an archive without that link


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36464 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fdd6af5833f98dd6f594c4590e72dbb72dee52e7 24-Apr-2010 Matt Madia <mattmadia@gmail.com>

Upated to utilize the recent enhancements to InstallOptionalHaikuImagePackage.
So far, only the packages specified in @alpha-* were checked. A combintation
of `objdump -x $lib | grep NEEDED` and nm $lib | grep "\w _Z"` was used.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36459 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7e6614d10bfebd06909b3a52fcca978dac399b4a 23-Apr-2010 Oliver Tappe <zooey@hirschkaefer.de>

* updated gcc4 package for r1a2


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36442 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 112f2e566e38bad91fc2a70f1b0c220c2172fd3b 23-Apr-2010 Stephan Aßmus <superstippi@gmx.de>

If we want WebPositive to work in Live-CD mode, we can't copy some packages
to the CD image without extracting them anymore. Test pending.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36441 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 481f7bf6c4a031bb9ebe760904af62b72cb60567 23-Apr-2010 Stephan Aßmus <superstippi@gmx.de>

Added WebPositive (r459) optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36435 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 351076daa0875f9bf7fe423a44d52a74de1ab11d 23-Apr-2010 Oliver Tappe <zooey@hirschkaefer.de>

Fixing #5782 (buggy gcc2 package):
* Apparently triggered by some strange stellar constellation, the
libgcc.a contained in gcc-2010-04-20 did not contain the files
required for c++ support. Fixed by rebuilding gcc and fetching
the (then correct) libgcc.a from there and putting it into
gcc-2010-04-20-1.zip


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36434 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 088859f09ec58a223510cb5af8e1f3a917bcd5a0 23-Apr-2010 Matt Madia <mattmadia@gmail.com>

Updated P7zip gcc2 package that has u+rw,o+r,g+r.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36433 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d3bafe85f979d19f93b86864e0ebe13a502fd2ab 23-Apr-2010 Matt Madia <mattmadia@gmail.com>

Updated to a repackaged P7zip archive with fixed permissions `chmod -R a+w .`.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36432 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1829a123d311ab46b526bc8495702443eea46d12 23-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Pass 1 of the r1a2 OptionalPackages. This updates several of the OptionalPackages.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36431 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d6e973e9787bdf7faa203434a356a060d58ec483 20-Apr-2010 Matt Madia <mattmadia@gmail.com>

Adds XZ-Utils to alpha-* and nightly-*. Added some comments.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36388 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2cb706444fb66fb4ae419e9224114549ba32d5ca 20-Apr-2010 Axel Dörfler <axeld@pinc-software.de>

* Check HAIKU_ADD_ALTERNATIVE_GCC_LIBS against 1 to allow a setting of 0 to
work as usual.
* Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36382 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b26135a454392f43127f5d3539dad2e2bf92a462 20-Apr-2010 Ingo Weinhold <ingo_weinhold@gmx.de>

Merged r36378 from r1alpha2 branch back into trunk.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36380 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c2d5ae0960a89f235fbbda4ff329dc2fe144f23f 15-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Updated PCRE to 8.02


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36327 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ae85d9bebc31163e915c85cfdd4acc8d117aaf5f 15-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Updated openSSL to 1.0.0, this required rebuilding openSSH, git, curl, neon, python, subversion, and perhaps others that will need to be updated.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36326 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 62a1d81a322bc56ef58762ffd7d01dfd0a6e8a97 13-Apr-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Add a link for friss, a small rss feed reader.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36238 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cefbe0fa409ad8257272ec64470bdd2a4445bc51 10-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Updated libxml2 to 2.7.7 and added libxslt-1.1.26 as an optional package


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36128 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c5a3a6bba803c542f4b32fef65e68270204eab3e 08-Apr-2010 Scott McCreary <scottmc2@gmail.com>

Updated libtool build to use sed at it's new location. Add LibIconv as a dependency for git.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36083 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0660612cdb18770c590ec6e2c9f3a6fe99c7dc6a 08-Apr-2010 Matt Madia <mattmadia@gmail.com>

Moves the following to Vim's code block in OptionalPackages:
* addition of common/etc/vimrc
* creation of symlink vi --> vim
Improves but not a final fix for #5699


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36082 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e13ecedd6b28835e30a08a5d82b9c24ad1c1a1ed 26-Mar-2010 Matt Madia <mattmadia@gmail.com>

Fixes libstdc++.so libsupc++.so's symlink creation on gcc4hybrid. In addition,
the symlink creation has been also pulled out into its own if block.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35961 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2b355ea6fc8fbfda29b266d5b16a03502fcf6aea 24-Mar-2010 Matt Madia <mattmadia@gmail.com>

Updated the optional package WifiFirmwareScriptData. The firmware archives for
ipw2100 & iprowifi2200 are distributed with the default image.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35943 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9feca2b7597047fee3ae44ae6fef2f43851c0be5 23-Mar-2010 Matt Madia <mattmadia@gmail.com>

Fix libstdc++.r4.so's symlink for GCC 4 Hybrid. Uses an repackaged archive of
gcc-2.95.3-r1a1-x86-gcc2-2009-08-26.zip and the AddSymlinkToHaikuHybridImage
rule. Fixes #5617.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35937 a95241bf-73f2-0310-859d-f6bbb57e9c96


# bd438806b8d4a7351b76bad1031d8a7db943fccd 22-Mar-2010 Matt Madia <mattmadia@gmail.com>

Updated BeZillaBrowser & NetSurf with InstallSourceArchive commands.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35930 a95241bf-73f2-0310-859d-f6bbb57e9c96


# af3253dea577432daf2ecb758d03fbeec019ca70 21-Mar-2010 Scott McCreary <scottmc2@gmail.com>

Updated python to 2.6.5


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35928 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 46fe29acd83302fabad31dde5f5f332e6af72088 16-Mar-2010 Scott McCreary <scottmc2@gmail.com>

Fixed optionalpackage for subversion, this contains the fix discussed in HaikuPorts trac ticket 300, to put the subversion settings folder into ~/home/config/settings/subversion rather than home/subversion.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35879 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 69681c7500dbfdd0c81bf5856a6dfbc9c8cc4a71 15-Mar-2010 Jérôme Duval <korli@users.berlios.de>

fix typo


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35868 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0e82d313d6b0daf800160322c7f9820cd15e26b8 15-Mar-2010 Matt Madia <mattmadia@gmail.com>

Allows AddOptionalHaikuImagePackages and OptionalPackageDependencies to work in
arbitrary order. Follow-up to r35830.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35867 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1a15ddf4f4a3af415773bd501463052e932a66ad 14-Mar-2010 Matt Madia <mattmadia@gmail.com>

Updated BeZillaBrowser optional packages. Built on r35860. Uses internal libpng
and Haiku's libjpeg & libz.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35863 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0ba947b7dbcfe0cc6e1fcae3fc2037963a045cb1 14-Mar-2010 Scott McCreary <scottmc2@gmail.com>

Added BeAE as an optionalpackage, so far just for gcc2 builds, might also work on gcc4, but haven't tested that yet.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35849 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fe5821699747e04d5f51e17b054eabcc14e00ac2 12-Mar-2010 Scott McCreary <scottmc2@gmail.com>

updated mercurial to 1.5


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35833 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a5c31cbbc00c119a580b7229adfa692a641e91ba 12-Mar-2010 Matt Madia <mattmadia@gmail.com>

* Introduced "MandatoryPackages", which is added to all default images
* Renamed "BasicCommandLinesTools" to "Sed"
* Removed isCDPackage's parameter from "Sed"s InstallOptionalHaikuImagePackage
* Currently, "MandatoryPackages" only dependency is "Sed"
* Fixes #5560


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35829 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8ca09ebceb72ffaaf82a55ee9f46b85cc756f33d 10-Mar-2010 Scott McCreary <scottmc2@gmail.com>

Updated nano to 2.2.3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35809 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6a9a6885e5b0066590d92e7074e3fb006055069a 10-Mar-2010 Matt Madia <mattmadia@gmail.com>

Removed the optional package "Firefox". People building their own images may
need to edit their UserBuildConfig to use "BeZillaBrowser".


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35808 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7794164d61e571f123872e8a8ffef99cfb847184 09-Mar-2010 Scott McCreary <scottmc2@gmail.com>

updated sqlite to 3.6.22


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35798 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3dfc3a17a5c198627b430952a46cc68b11c74495 08-Mar-2010 Scott McCreary <scottmc2@gmail.com>

Updated the expat optional package to fix the incorrect url to it's homepage.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35786 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 80b2e0594fb7824f9ac456b77c8f420d2a498eb6 05-Mar-2010 Matt Madia <mattmadia@gmail.com>

As pointed out by Humdinger, Haiku-doc.css no longer needs to explicitly added.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35766 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b230338896009445232ae8517b314021ac532a47 04-Mar-2010 Matt Madia <mattmadia@gmail.com>

Updates the Welcome optional package, to copy Haiku-doc.css from
docs/userguide/. Fixes build that add that package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35765 a95241bf-73f2-0310-859d-f6bbb57e9c96


# eb9907fc9eb2e4de5a076356f3f910483c1962c9 03-Mar-2010 Oliver Tappe <zooey@hirschkaefer.de>

Fixing #5518:
* applied Matt's patch (somewhat changed) that corrects the links for gcc4's
libstdc++.so and libsupc++.so in case of a gcc2 hybrid (they must point
to /system/lib/gcc4/... instead of /system/lib/...)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35746 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b06a8799f95d48a858bfcc2f171a8ae438fcb90b 03-Mar-2010 Scott McCreary <scottmc2@gmail.com>

Updated openssl to 0.9.8m and curl to 7.20.0


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35732 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f435abb00a355b2ac074d29d15247a177eaaf8cd 02-Mar-2010 Oliver Tappe <zooey@hirschkaefer.de>

Fix #5499 for real:
* the optional package ICU-devel now explicitly installs the appropriate
symlinks for the development libraries as required (for both standard
and hybrid builds)
* ICU-devel now depends on Development (more indicative than required, but
I think it makes sense)
Thanks to Matt and Rene for pointing me in the right direction.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35730 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8c2cbd92217d78a87e23e6e30c4147218952f7eb 02-Mar-2010 Matt Madia <mattmadia@gmail.com>

Corrected the XZ-Utils expander rules


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35722 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f8b1bf84a279d5bc4e5a69e49c7fb5c6352053ba 02-Mar-2010 Matt Madia <mattmadia@gmail.com>

Added XZ-Utils as an optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35721 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ce811940ba8336e7ae9137fba6e3bcee369f7732 02-Mar-2010 Matt Madia <mattmadia@gmail.com>

Moved the optionalpackage P7zip's code for creating expander.rules into a new
rule AddExpanderRuleToHaikuImage.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35720 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1d69d5aed53734e9256fc8a42cb33f2412e40ae7 01-Mar-2010 Oliver Tappe <zooey@hirschkaefer.de>

* reverted r35680 as it caused havoc with the other
(basic) development optional packages - needs
some more investigation

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35709 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 02e27d98b0d16645877e40f351bc453b539b8a15 01-Mar-2010 Matt Madia <mattmadia@gmail.com>

Removed Wifi-ipw2100+fw and Wifi-iprowifi2200+fw from OptionalPackages, as they are no longer needed. 'install-wifi-firmwares.sh' is to be used instead.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35708 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d3c67d244e0101d4faf73d782f0e87745003262a 28-Feb-2010 Scott McCreary <scottmc2@gmail.com>

Updated tar to 1.22


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35694 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 494d8078c187370ebaba33fe694fcff782284c41 28-Feb-2010 Scott McCreary <scottmc2@gmail.com>

Updated neon to 0.29.3 and subversion to 1.6.9


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35693 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2ee4113182ced42b7403bda7ebaaa2aec616faf7 28-Feb-2010 Oliver Tappe <zooey@hirschkaefer.de>

closing #5499:
* updated optional package ICU-devel to include links to make the libs available
for development (only links for the current abi are being created)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35680 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a4b571a0314c6706525159d92704aeafea953f60 27-Feb-2010 Scott McCreary <scottmc2@gmail.com>

Updated m4 to 1.4.14


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35649 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 443f70566635531ee6d25872724cb76f0a002ae1 27-Feb-2010 Ingo Weinhold <ingo_weinhold@gmx.de>

From: Matt Madia

Added optional package WifiFirmwareScriptData, which is for people who build
their own images & have wifi hardware that requires install-wifi-firmwares.sh
and have no active network connection.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35637 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 05bbc668af9660bdef195f7b3b2ab18d3cfc52ae 27-Feb-2010 Ingo Weinhold <ingo_weinhold@gmx.de>

From: Matt Madia

* InstallOptionalHaikuImagePackage: Made the first argument an actual file
name, i.e. the extension ".zip" is no longer appended by it.
* Renamed rules UnzipArchiveTo{Container,HaikuImage} to
ExtractArchiveTo{Container,HaikuImage} and generalized them to support
tgz/tar.gz archives (implemented in build_haiku_{image,cd}).
* Removed DownloadOptionalPackage. DownloadFile is used instead.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35634 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8bb32d7ee00ae03c76275fe110ecbaa04a5a9d20 12-Feb-2010 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Patch by mmadia, and originally jprostko.
* moves Firefox's jam code to BeZillaBrowser
* echos a warning on Firefox being phased out.
* sets BeZillaBrowser as a dependency of Firefox
The last two to ease transition from Firefox. This fixes #3529.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35456 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 629dc0f55d824b7ffa057a84da91f4d93a7f60df 06-Feb-2010 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Patch by mmadia to echo that BasicCommandLineTools isn't availble on the platform. Fixes #5365.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35421 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c029fc97051ca1c60c2a12533c1a342a40852eb8 05-Feb-2010 Axel Dörfler <axeld@pinc-software.de>

* Added directory/symlinks for /boot/var/log, and /boot/log/tmp to the
BeOSCompatibility package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35415 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ecbd2b30542062fb17efc7123008634b15873bd0 01-Feb-2010 Oliver Tappe <zooey@hirschkaefer.de>

* added optional package for ABI-compliance-checker, which can be used to check the ABI
compatibility between two different versions of a shared library.
Even when using this tool, you still need to make up your mind about compatibility, but
IMHO it helps a lot.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35380 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 783930d9166e3e7f14581748c2d393e04c75ef87 31-Jan-2010 Oliver Tappe <zooey@hirschkaefer.de>

* reverted the part of r35362 that introduced support for minor ABI versioning - my evil twin made
me do that!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35370 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 418b8758bf73e3afd6d16b7f61c14a932152f6bf 31-Jan-2010 Oliver Tappe <zooey@hirschkaefer.de>

* added support for minor ABI versions to the SharedLibrary rule, as otherwise updating libz.so
could prove to be a major PITA (because of all the dependencies that would need to be rebuilt)
* when adding a library to the image, its optional minor abi version is taken care of, too (i. e. a
corresponding link is created).
* the ABI-related links in /system/lib are now replicated in /boot/develop/lib/<arch>

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35362 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e342a98a0822bf930464fa11459d94f139569607 27-Jan-2010 Rene Gollent <anevilyak@gmail.com>

Applied patch by Matt Madia:
Update Netsurf and Bezilla packages to include compatible version of libjpeg. This is a temporary measure until they're properly rebuilt against libjpeg 8.
Closes ticket #5329.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35325 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 959abd1c51f4cf6c432fbe743e21338373be0c48 26-Jan-2010 Oliver Tappe <zooey@hirschkaefer.de>

* added optional package ICU-devel, which (hopefully) contains all the headers
required to build applications that require ICU


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35301 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a8a6d0f15003fe8494372b461c0d6a3834fd4c89 22-Jan-2010 François Revol <revol@free.fr>

Patch by mmadia: update NetSurf package, fix dependancies. Fixes #5311.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35237 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 787d6f11e899a95f1964c1769434f41c4b883b3c 21-Jan-2010 Joachim Seemer <humdingerb@googlemail.com>

Applied Matt's patch fixing images in the Welcome page. Fixes #5307. Thanks!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35234 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 41b65b532ecd60562e0a62067bd050e7672786d2 21-Jan-2010 Philippe Saint-Pierre <stpere@gmail.com>

Patch by mmadia, updates Firefox's Optional Package


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35233 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 776796d3af1e0717d574836c7388d562d531d76c 19-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Added "NetFS" OptionalPackage.

You will want to edit /boot/home/config/settings/kernel/netfs-server before you
run netfs_server for the first time (or use netfs_server_prefs on the command
line, see below).

To run the server:
$ /system/servers/netfs_server &

To run the client:
$ /system/servers/authentication_server &
$ mkdir /dummy
$ mount -t userlandfs -p "netfs """ /dummy

A "Network" icon will appear on your desktop. Remote servers will appear inside
the "Network" folder (host name). Inside a folder for a server are the shares
of that server. (I.e. what has been defined as share in that respective server's
netfs-server driver settings file). netfs_server has actually a new settings
file format, you can create settings by using "netfs_server_prefs --help" on the
command line. Have fun!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35172 a95241bf-73f2-0310-859d-f6bbb57e9c96


# eb30e0668ab7ff7083951b1dad1a73619cb0c362 17-Jan-2010 Oliver Ruiz Dorantes <oliver.ruiz.dorantes@gmail.com>

Update bluetooth optional package

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35124 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 61110dd09fcec983d6c61582ae4e09c2f8a51226 15-Jan-2010 Joachim Seemer <humdingerb@googlemail.com>

Adjusted path to welcome page. Thanks Matt, for cleaning up after me. Fixes #5268.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35090 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9563f44bfd75799f67201067483694e82b5779b9 13-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Patch by Humdinger:
Changed strings to sentence case in various places. This is the
case-misc.diff part of ticket #5169.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35043 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 100418b654ee62773bc2fef41afa343fdaa66e2b 05-Jan-2010 Oliver Tappe <zooey@hirschkaefer.de>

* updated rsync optional package (now with xattr support)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34907 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 056970a70d540a4b66f8905b85ee493f53088948 04-Jan-2010 Scott McCreary <scottmc2@gmail.com>

Created BasicCommandLineTools OptionalPackage group and moved sed from DevelopmentBase to the new group.
TODO: determine which other command line tools may also fit under this new group.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34889 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1e8440230203a5fc840f5a3cd6d95f0254f9a822 31-Dec-2009 Colin Günther <coling@gmx.de>

* Adjusting firmware path of Haiku's native Intel PRO/Wireless 2100 driver,
so that it can make use of the firmware installed by the OptionalPackage
Wifi-ipw2100+fw.
* Updating OptionalPackages to use the latest Wifi-ipw2100+fw package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34833 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 448671a39cda3aa5508a6071d71e9d5e0d23a3e6 27-Dec-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

* Build library libroot_debug.so, which is the standard libroot.so with the
debug heap implementation.
* Added libroot_debug.so to the DevelopmentMin optional package. Since it has
the same soname as the standard libroot, it can simply be specified in
LD_PRELOAD to run a program with that version.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34788 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cd9c31cc1a9c99f16c36e23599b9b7fb9658b99f 27-Dec-2009 Scott McCreary <scottmc2@gmail.com>

added sed to DevelopmentBase, seemed to be the place it best fit in.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34782 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 96b1978dc5a662713ab2df69958a30b547aea413 26-Dec-2009 Scott McCreary <scottmc2@gmail.com>

Updated neon to 0.29.1 and fixed symlinks in bzip2 package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34781 a95241bf-73f2-0310-859d-f6bbb57e9c96


# aa50f74f12a2d190850009fe3796f00c943df380 26-Dec-2009 Colin Günther <coling@gmx.de>

Adding patch by mmadia, which allows installation of firmware for the
Intel Pro Wireless 2100 and 2200/2945 chipsets in a license correct manner.
Thank you!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34780 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 579f5ff88f74c97b156504a6ee65acffa2dd22c8 23-Dec-2009 Scott McCreary <scottmc2@gmail.com>

Updated automake to 1.11.1


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34757 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5a19f90372abbdae44a4ed29f1ed1c76a940ee58 18-Dec-2009 François Revol <revol@free.fr>

Add link to User Guide to the Desktop. Fixes #4537.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34697 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c6406d4645e3af93ca787e5c76fd69aa85622104 27-Nov-2009 Scott McCreary <scottmc2@gmail.com>

Updated autoconf to 2.65.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34327 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e49733cf63b60209fe64f31e9c0cecd600267336 25-Nov-2009 Scott McCreary <scottmc2@gmail.com>

Updated python build to use newer patch which was updated by Chris Roberts. Added Bzip2 and made it a dependency for python. This now allows python to extraxt .bz2 files.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34277 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2222d0559df303a9846a2fad53741f8b20b14d7c 24-Nov-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

* Introduced new header directory "config", which ATM contains HaikuConfig.h
and types.h. The idea is to provide a basic architecture/compiler
abstraction by defining types and macros that allow the posix/ and os/
headers to be mostly architecture/compiler agnostic.
* Adjusted the posix/ and os/ headers accordingly.
* <SupportDefs.h>: Introduced B_PRI* and B_SCN* macros similar to the PRI*
and SCN* macros defined in <inttypes.h>, just for the BeOS/Haiku [u]int*
types and some POSIX types (e.g. off_t, dev_t, ino_t) that don't have POSIX
macros. Also the B_PRI* and B_SCN* macros are available unconditionally,
unlike the <inttypes.h> macros, which require __STDC_FORMAT_MACROS to be
defined in C++ mode.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34214 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 964a28d1ec7e46c7b86d7122cb5faffaf852f8d6 19-Nov-2009 Scott McCreary <scottmc2@gmail.com>

Updated cmake to release 2.8.0 and libtool to 2.2.6b


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34124 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 492dd892ce90cc1dc4916eb54b656f04cc480ee6 10-Nov-2009 Axel Dörfler <axeld@pinc-software.de>

* Removed /system/etc directory.
* /etc now points to /boot/common/etc/, and the remaining contents of the former
"etc" are put there now, as well.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33986 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ae3eeac13b6b3949641909aa1c14567cb3c91a62 28-Oct-2009 Scott McCreary <scottmc2@gmail.com>

Updated build of python-2.6.4 to include patch from Chris Roberts which fixed zlib support. This fixes HaikuPorts ticket #239


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33810 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 145eef6021c96f0e818949b6746bf9485f7fd2c2 27-Oct-2009 Scott McCreary <scottmc2@gmail.com>

Added CMake as an Optional Package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33802 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 94aefa169e0c747a2627cbf7ec9b5c33479f76e5 26-Oct-2009 Scott McCreary <scottmc2@gmail.com>

Updated python to 2.6.4


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33784 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 106e455e762a106c3df7a26019153b4795f8ab60 25-Oct-2009 Jérôme Duval <korli@users.berlios.de>

Patch from Joseph Protsko: P7zip optional package for GCC4 (#4842)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33763 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1f57d0422c9cdad52ae98d686eec5ab5e76ee5bb 18-Oct-2009 Scott McCreary <scottmc2@gmail.com>

updated libxml2 2.7.6


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33648 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 978c92db2fef8856a1a239bdb64da653b6e12d0d 18-Oct-2009 Scott McCreary <scottmc2@gmail.com>

Updated apr to 1.3.9


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33634 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c5e5cd3b049f01a1d8538782f6b1e7e10a84f651 11-Oct-2009 Scott McCreary <scottmc2@gmail.com>

Fixed neon build to remove dependency on gettext


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33538 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 79273df0153ce29571041ccbd0d9cd3c32dee19f 10-Oct-2009 Scott McCreary <scottmc2@gmail.com>

Updated builds of openssh and neon


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33509 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2ca06527ac428da91a8c067ecc9e25efb0b884d2 10-Oct-2009 Jonas Sundström <jonas@kirilla.com>

Move Pe and lpe symlink creation out of PCRE if-statement block, on request by mmadia in #4743

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33499 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d09525c9a1d1971ec3ab6c076f812110d56f9294 30-Sep-2009 Oliver Tappe <zooey@hirschkaefer.de>

* added new optional package PCRE (for both gcc2 and
gcc4 as it contains C++)
* fixed Beam dependencies to specify PCRE directly


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33373 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 230cb1a285b2a0043b221ff8fcb39fcc75994399 29-Sep-2009 Rene Gollent <anevilyak@gmail.com>

Patch by Matt Madia:
Update BeZillaBrowser to 2.0.22pre + several performance improving patches.

Closes ticket #4666.
s


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33365 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 72954871c4d8240c9251b2ad292025f1498972a5 29-Sep-2009 Oliver Tappe <zooey@hirschkaefer.de>

* updated optional package Beam


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33353 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 30fd88d297937a32730995d840c995de4db61fad 09-Sep-2009 Oliver Tappe <zooey@hirschkaefer.de>

* reverted r33019-33021, as the patch was only meant for the alpha-branch,
sorry for all the noise!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33024 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 86e43ff70c5facab59a4adc3a521f89402b8e594 08-Sep-2009 Oliver Tappe <zooey@hirschkaefer.de>

sigh, fixing even more stuff of Matt's patch that I forgot


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33021 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 695424657dc7df9157f3d4867f74a4c2bfc93685 08-Sep-2009 Oliver Tappe <zooey@hirschkaefer.de>

applied part from Matt's patch that I missed last time:
* removed gcc4 optional package for Firefox

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33020 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 844172ba636a46e88761cd423a8c5655d723de27 08-Sep-2009 Oliver Tappe <zooey@hirschkaefer.de>

applying patch by Matt:
* update Firefox optional package for r1a1
+alphabranch (will do that next)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33019 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9df7112c5f2e93105f0147622d938b1bfea47cf4 09-Sep-2009 Stephan Aßmus <superstippi@gmx.de>

Appled patch by scottmc from #4450, fixed Pe package to not include stray .svn
folders. Thanks!

+alphabranch


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33017 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b21ffe25a0b2937562a138c1701e96466d0f31ef 08-Sep-2009 Oliver Tappe <zooey@hirschkaefer.de>

* updated Perl optional package for r1a1
+alphabranch (will do that next)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33008 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6ab71ad3b768fcaf54b3a0144608dcfe492a4f24 08-Sep-2009 Stephan Aßmus <superstippi@gmx.de>

Introduced new buildsystem feature that places certain packages into _packages_
on the target image instead of extracting them, but only if the target image
is a CD image. This then speeds up installing a great lot, at the expense of
certain applications not being available in LiveCD mode. This affects
* the revision control tools and their dependency libraries,
* autotools
* texinfo
* perl and python


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32996 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 50a8c7c63e96353574ba0c0918f2c5bfdc26e27b 07-Sep-2009 Michael Lotz <mmlr@mlotz.ch>

Apply OptionalPackages9.diff by scottmc from #4363 to fix libiconv and libxml2
troubles. Fixes #4438.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32992 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3a576e820fb286cc5230db83a882ab07b3d66fc6 07-Sep-2009 imker <imker@nowhere.fake>

- KeymapSwitcher and Vim packages were updated for Alpha-1;
- Bugs #4218 #4275 are fixed with this version of KeymapSwitcher.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32984 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4288f6acf3a52b8fb50178cbd50ce14ce7955a1a 06-Sep-2009 Ryan Leavengood <leavengood@gmail.com>

Update libiconv to the latest which has shared libraries that were missing from
the previous version (which at least broke BeZilla.) This is part of #4363.

+alphabranch


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32983 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b6d2c58586627f88ba6f2a5d71044a6a72afc20b 06-Sep-2009 Jérôme Duval <korli@users.berlios.de>

added an optional package for OCaml


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32974 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 956c72fdc1fe6223d865be209fd797f186324d94 06-Sep-2009 Ryan Leavengood <leavengood@gmail.com>

Commit patch from scottmc (#4363, OptionalPackages7.diff) to update the
libiconv optional package.

+alphabranch


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32969 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c3c10e905aed9112f00dc91f94b9882b78d89e39 05-Sep-2009 Jérôme Duval <korli@users.berlios.de>

patch OptionalPackages6.diff from ticket #4363


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32942 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7f7a624ee3adbdec045da817cc6d156886c80817 03-Sep-2009 Stephan Aßmus <superstippi@gmx.de>

Patch by scottmc:
* Updated Pe package
* Updated subversion package (using ~/config/settings/subversion instead of
~/.subversion)
* Corrected APR dependencies

Test pending. Thanks a lot!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32919 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c3a4c476cfb88d021c7840b09aa4192215a90c3a 02-Sep-2009 Philippe Houdoin <philippe.houdoin@gmail.com>

Fixed a typo.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32910 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4fcdbc69a6c6ad73a390e1a1f59cd7e809d02195 01-Sep-2009 Stephan Aßmus <superstippi@gmx.de>

Patch by scottmc with small fixes by myself:
Updated to use all the new alpha1 packages. I have not yet done throughrough
testing myself. I figured that trunk should also use the newest packages.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32885 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 12f728d9feccf6ff6d39d32bc516d738b815b350 22-Aug-2009 Jérôme Duval <korli@users.berlios.de>

echo needs -e to interpret special escapes like \t


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32618 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e58f5f3d02e872a52581c81dccdf3b0af8161d24 20-Aug-2009 Ryan Leavengood <leavengood@gmail.com>

Extract libjpeg from the JPEGTranslator and make it a standalone lib. Added to
image and DevelopmentMin optional package. This is the original libjpeg (6b),
which I will updated to version 7 within the next few days. I need to
understand better the modifications made to it before updating.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32553 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8bc24c13abf6998bb28ea59ad5789531a75c2794 17-Aug-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

* Moved termcap.h to headers/libs/termcap/, where it belongs.
* Removed the headers/gnu from the default headers (the Jamfiles needing it
use it explicitly, now) and moved it under headers/compatibility/.
* Added libgnu.so to the image. Still untested, though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32481 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5c31e9b97f45b4fab2d352579bc1d7ab71b9d6f5 17-Aug-2009 Oliver Tappe <zooey@hirschkaefer.de>

* added new optional package for gcc4 and flex, both of which no
longer require libiconv
* removed libiconv from dependencies of DevelopmentMin, as this is
no longer true


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32479 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7bfbd3ab04a950153875930029ef40beafbbc463 11-Aug-2009 Rene Gollent <anevilyak@gmail.com>

Patch by Ankur Sethi: Updated CLucene package with wchar support enabled.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32252 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c06d7b2c409bf0b1ab2f530008d67bbbe8da1184 07-Aug-2009 Stephan Aßmus <superstippi@gmx.de>

Updated the Clockwerk package to a version that has persistent options in the
render settings window.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32190 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6905c8a6ee11fb36e165b163f3937afa607b7334 05-Aug-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Removed superfluous check.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32143 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0ac197fcfddbe90560196ae879274c783830c205 05-Aug-2009 Philippe Houdoin <philippe.houdoin@gmail.com>

Fixed Clockwerk gcc2/gcc4 package filenames.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32140 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 102e196b9315efb6b87adc283be3857dbc78afbc 05-Aug-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Reenabled Firefox gcc 4 package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32133 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e61adaa1d4ac611edc9f703def4c866fd48b5e5d 05-Aug-2009 Stephan Aßmus <superstippi@gmx.de>

Rene missed to remove this part when re-enabling the GCC4 package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32120 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c771baca296d9d24b0355601df4a86e46aeaddcb 04-Aug-2009 Rene Gollent <anevilyak@gmail.com>

Re-enable Vision gcc4 package (update has been posted to haiku-files).



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32117 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9be5fa8055cfca60430509f80bd8276c6d501cfb 04-Aug-2009 Stephan Aßmus <superstippi@gmx.de>

* Added small description to all OptionalPackages at the top.
* Replaced Pe GCC4 package with one that works again after the BToolTip
addition.
* Disabled Firefox and Vision GCC4 packages for the time being, so that one
at least gets a working hybrid installation.
* Added Clockwerk GCC2 and GCC4 packages. I also added it to the alpha
release build profile, so that people testing the pre-alpha images have
more easy access to it. I am not sure if it should stay there, since it may
not be polished enough. Feedback welcome! :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32112 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 33dda791affd36bef9888f84487380dfd6a738fc 01-Aug-2009 Rene Gollent <anevilyak@gmail.com>

Fix several incorrect gcc4 and/or hybrid build checks. Closes ticket #4036.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32063 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2b5f70fcad139911c32c1164f1bcd0c06efc0178 12-Jul-2009 Oliver Tappe <zooey@hirschkaefer.de>

* updated python optional package, which was built by Scott

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31530 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 33cd0797852a2d750e28a9b86ee9e254e39c62d0 09-Jul-2009 Oliver Tappe <zooey@hirschkaefer.de>

* revert libtool to an older version that doesn't expect sed to live
in /boot/common/bin (why does it care where sed lives?)
* revert subversion to 1.6.2, as that does not depend on the expat optional
package
I think we (well, I) should be more thorough when testing new packages,
it would probably be a good idea to test each package on a new, minimal
image.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31486 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1aea6ab6e50c52adbbd374bafaeae811303976f8 08-Jul-2009 Oliver Tappe <zooey@hirschkaefer.de>

* updated URL of subversion - built by Scott (like so many others), thanks!
* adjusted sorting of sqlite/rsync


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31467 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f612278f55cecccc1cb4235f0d85440171f1db72 07-Jul-2009 Oliver Tappe <zooey@hirschkaefer.de>

* switched back libiconv to a static library and remove all references to
it (headers and library) from the image. The libiconv in our tree is
only used internally as a backend for libtextencoding. The real libiconv
is provided as an optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31452 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f6ed6c11cbc6ce5de5afaea1713ac36a61822d33 07-Jul-2009 Oliver Tappe <zooey@hirschkaefer.de>

fixed two mishaps with new optional packages:
* gcc-4.3.3 did contain too-far-stripped versions of static libraries, missing all symbols.
Now only the unneeded ones have been removed - fixing the build of the kernel on haiku natively
* libiconv was missing the shared versions of the libraries. I have updated the package to 1.13.1
and built it with shared libs (which took me considerable time to get right - the auto*-suite
basically sucks)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31450 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 16d5c24e533eb14b7b8a99ee9f3ec9ba66335b1e 07-Jul-2009 Oliver Tappe <zooey@hirschkaefer.de>

* merged 32bit-wchar_t branches of buildtools and haiku back into
the respective trunk

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31443 a95241bf-73f2-0310-859d-f6bbb57e9c96


# dee5a4f49f6243c488dac658270f21e45d509b9b 20-Jun-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Changed isHybridBuild variable from 0/1 to undefined/defined. Fixes formerly
incorrect check in the DevelopmentBase package. Thanks to Joseph Prostko for
the hint.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31132 a95241bf-73f2-0310-859d-f6bbb57e9c96


# da03e5cb100e83d34ec013f6258453d3cdc66470 20-Jun-2009 Philippe Houdoin <philippe.houdoin@gmail.com>

Removed libnetwork.so aliases from Development officially supported libraries.
Only libGL.so aliases, libglut.so and libGLU.so, deserves to be there.
Automatic space/tab cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31128 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0854b2fa963897e3c93ce4a377eea223345cbac5 18-Jun-2009 Philippe Houdoin <philippe.houdoin@gmail.com>

Fixed missing libs "aliases" symlinks in DevelopmentMin package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31111 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 70e5aac875649876e16443e65ab657eb7d0bc6a0 14-Jun-2009 Rene Gollent <anevilyak@gmail.com>

Applied patch by Ankur Sethi - add CLucene optional package to be used by indexing HCD project. Closes ticket #4027.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31055 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2e750f8bc87f5a8247f30a6f5c0cf2bdcbcbc3d0 01-Jun-2009 imker <imker@nowhere.fake>

Optional package for vim editor added.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30939 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 02e7619126e904a978d2acd9cfd13fedc7f77922 31-May-2009 imker <imker@nowhere.fake>

- KeymapSwitcher package updated: recompiled without debug tracing.
Both gcc2 and gcc4 packages are available now for installation.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30935 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 44bc724b39242ed235c9cc12a221dd7626a4418a 29-May-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Patch by Scott McCreary: Added/updated optional packages for APR[-util],
cdrecord, libiconv, libxml2, nano, neon, OpenSSH, python, sqlite, subversion.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30915 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0623b2e1e392d8e465e5bc9d3a5ecca37a0717dd 29-May-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Patch by Scott McCreary: Repackaged flex and jam optional packages (fixed
license location).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30914 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e19ad5ff1a7df1732a9f40d9095e658c1a21206e 28-May-2009 Jérôme Duval <korli@users.berlios.de>

added freetype-config


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30904 a95241bf-73f2-0310-859d-f6bbb57e9c96


# de49044796ab712993c2ed8716d23095fd768b24 26-May-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

* Use the new Add{Files,Symlink}ToHaikuHybridImage rules in HaikuImage and
OptionalPackages. This makes the content definition part in
AlternativeGCCArchive superfluous.
* Moved the cc and c++ wrapper scripts from src/bin to data/bin.
* Added build variable HAIKU_ADD_OPTIONAL_PACKAGES to add optional packages
-- the list can be separated by slashes to allow easier passing through
the shell.
* When invoking the sub-jam that builds the alternative GCC archive, we force
it to ignore the UserBuildConfigs and we enable the optional packages
enabled in the main jam.
* Reorganized /boot/develop:
- There's now an "abi" subdirectory containing a <arch>/<gcc>/ subdirectory
for each installed ABI-incompatible gcc version and a "current" symlink
pointed to the currently selected one.
- All ABI-dependent directories under /boot/develop/ (lib/x86, headers/cpp,
tools/gnupro) symlink into /boot/develop/abi/current.
- Changed BELIBRARIES to contain
/boot/develop/abi/current/library-paths/common instead of /boot/common/lib.
The former is a symlink to either /boot/common/lib or
/boot/common/lib/<gccVersion>. There's also a respective "home" symlink.
- Repackaged the optional binutils+gcc 2/4 packages accordingly. Also fixed
the obsolete /boot/beos/system/lib/libstdc++.so symlink in the gcc 4
package.
- The new structure allows to switch between compilers by changing the
/boot/develop/abi/current symlink. Added script setgcc to do that.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30875 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ee3720e79d2aa7acd919679954cb6ba43e1d17b8 26-May-2009 Oliver Tappe <zooey@hirschkaefer.de>

* added optional package for rsync

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30862 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c154b94624d37e53245540edfcdc6625e906987f 21-May-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Added haiku_version_glue.o "glue code" containing the Haiku/ABI version
symbols recently introduced. Until init_term_dyn.o is linked into kernel
add-ons, too, we link with haiku_version_glue.o, so we have those symbols
in kernel add-ons as well.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30818 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f8c4cae9a9af75f2736f43f764eb092970565fcd 21-May-2009 Stephan Aßmus <superstippi@gmx.de>

Patch by scottmc: updated p7zip package. Thanks a lot!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30809 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9b65e905694c04bb393d286afb66603e6dff0a60 24-Apr-2009 François Revol <revol@free.fr>

Update yasm to 0.8.0, Build was done by Disreali. Thanks scottmc.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30366 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 60553668bc47aa5e1c0e3c9134d68eca6d26195e 23-Apr-2009 Rene Gollent <anevilyak@gmail.com>

Update Vision to build 090423. Includes url parsing rewrites courtesy of mmu_man to handle all URL types registered in the mime DB, and a fix for a crash reported by Matt Madia.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30357 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 72639addbb91a9e5fb45eaeb8f9fbe66e37e57f9 20-Apr-2009 François Revol <revol@free.fr>

Absolutely no reason to put BeOS compat symlinks on non x86-gcc2 images.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30285 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fc9a2f95eaf3d324e069006bb617b62e0af7a9d7 18-Apr-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

* Refactored the Development optional package into three packages:
- DevelopmentMin: Contains only the stuff that comes with the source tree.
- DevelopmentBase: DevelopmentMin + common development tools (gcc, binutils,
bison, yacc,...) -- basically everything needed to build Haiku from the
sources.
- Development: DevelopmentBase + Perl + autotools -- the porters' tools.
* Moved "make" from the base image to the DevelopmentMin package. It should
really be removed from the tree completely and be available as download
package instead... someday.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30249 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e451292ccd8f20d806fb04beec48b97a0b2527c3 18-Apr-2009 Rene Gollent <anevilyak@gmail.com>

Patch by Matt Madia: Update to a newer (and Haiku-native) NetSurf build using the new libhubbub HTML parser. This should also fix the conflicts seen between Netsurf and BezillaBrowser optional packages, and closes tickets 3785 and 3449. Thanks!



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30240 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ae24d235616b8e1419ee8f22f933e717616d42b3 18-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

Updated VLC optional package to the one pointed to in ticket #3456 (0.8.6d).
I couldn't find any problems with this release so far. One certain improvement
is the now working MKV support. Thanks a lot!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30239 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d35b3513de8dbf61d95041f314ba0602510806f8 14-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

Updated Pe optional package with a newer one (GCC2 only).
* The Save file panel has no more overlapping controls. (patch by Maxime Simon,
Thanks a lot!)
* Functions at the top can now be jumped to via function popup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30161 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ff81d306d49e6ce4237bdee4c2d1dfd8e9b92e74 08-Apr-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

* Moved the optional package dependency definitions into the new
build/jam/OptionalPackageDependencies and include it earlier (before the
Jamfiles).
* Introduced build/jam/OptionalBuildFeatures which is supposed to do the setup
for optional build features that need it.
* Renamed USE_SSL to HAIKU_BUILD_FEATURE_SSL and made it more intelligent.
The OpenSSL optional package is downloaded and unzipped automatically when
enabled. Switching between enabled/disabled HAIKU_BUILD_FEATURE_SSL is
handled gracefully -- the concerned components are built in separate
subdirectories. Adding the OpenSSL optional package to the image also enables
HAIKU_BUILD_FEATURE_SSL.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30021 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 49950a15983c742811d344032279ff930fba4443 06-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

Patch by siarzhuk: Added an optional package for a Keymap switcher application.
Thanks a lot!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29975 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ad5cf1c5758396b59d9cc82c47e50912bef3da4b 06-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

Patch by BGA/Matt Madia: Fix the location of lpe symlink home -> common. Thanks!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29966 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c9c87ba8dcfa7c5c3f8811e114bf8e6b3d1531e6 05-Apr-2009 François Revol <revol@free.fr>

Introduce a BeOSCompatibility OptionalPackage for those why need to demo apps before fixing them, you lazy. :P
Use with caution, it will disappear someday.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29924 a95241bf-73f2-0310-859d-f6bbb57e9c96


# df0389f97877e733c81dfa75447db5d2acc9db46 03-Apr-2009 Rene Gollent <anevilyak@gmail.com>

Fix building library symlinks. Should un-break building things within Haiku. Thanks Axel for helping track this down.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29886 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 317bd7dda3eb26d4d24ba5b0a831461119f70d34 03-Apr-2009 Axel Dörfler <axeld@pinc-software.de>

* Changed directory structure as suggested on the mailing list.
* Made the TimeZoneView less error prone, and also actually use Haiku code (the
previous check didn't work since it used #if, not #ifdef).
* Also took the liberty to rename our boot loader to haiku_loader, since I had
to update the nasm binary anyway. Updated the assembly sources to nasm 2.0.
* I haven't found where the synth location in the MIDI code is specified,
though.
* Also, NetBootArchive, and FloppyBootImage haven't been updated yet. Will do
so next.
* Some optional packages still put their license to beos/etc/licenses. I didn't
update them yet, as we'll probably do so anyway at some point. Also, I think
we might want to introduce a common/data/licenses instead for those.
* If you encounter any problems, please tell!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29876 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a638252106f3347894f3783806d55705cdd92b37 29-Mar-2009 Rene Gollent <anevilyak@gmail.com>

Use correct case for Preferences folder name.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29795 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 684409f06fbb1bb07b1136dc6de31b11b2198e1e 29-Mar-2009 Rene Gollent <anevilyak@gmail.com>

Add symlink to config/be/Preferences when installing Bluetooth optional package.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29794 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 09908323b53c43891a29cc248a8c43cf834ab9a8 27-Mar-2009 Stephan Aßmus <superstippi@gmx.de>

Patch by aljen: Added GCC4 Pe package.

Two notes by myself:
* I've changed the patch to remove code duplication. This is always preferable.
* GCC4 packages may break, because Haiku does not claim to keep binary
compatibility with itself until after the R1 release. Even then we may not
keep it for GCC4, since Haiku will most likely be GCC2, and there will be a
real GCC4 switch where we will try to make API changes that will be supported
in future releases. So GCC4 packages should be considered very carefully.
In the case of Pe, there may be the benefit of faster launch times, since
most libs will be already loaded (unlike if it's a GCC2 package on a GCC4
Haiku). I am just saying the benefits need to outweight the additional work
to maintain and test these packages.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29744 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9236d821042d956d27ad4877bbbadd0dae783576 26-Mar-2009 Rene Gollent <anevilyak@gmail.com>

Update Vision package to fix missing InfoPopper support and an off by one pixel bug in the notify list.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29740 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b94767fe93937c41dcc6ebe42f046c57220eda7f 23-Mar-2009 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Updated BePDF optional package to version 1.1.1b1.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29658 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 39d58e2f49f4b073ded3dbf639fd55730fa520a0 22-Mar-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Experimental approach to tackle the problem with Be's negative error codes and
ported software:
* If the macro B_USE_POSITIVE_POSIX_ERRORS is defined the POSIX error code
constants (ENOMEM, EINTR,...) will have positive values.
* Introduced the macros B_TO_{POSITIVE,NEGATIVE}_ERROR() which do convert a
given error code to a positive/negative value.
* Added static library libposix_error_mapper.a that overrides all POSIX
functions (save the ones I forgot to add :-)) directly meddling with error
codes (having them as parameter or returning them) dealing with the
positive<->negative error code conversions. The functions have hidden
visibility, so they affect only the shared object they are linked into.
* So ideally all one has to do is to build a ported software with
-DB_USE_POSITIVE_POSIX_ERRORS and -lposix_error_mapper and be good with
respect to error code problems.
* Potential issues:
- When mixing ported and Haiku native code, i.e. using Haiku native code in
a ported software or using a ported library in a Haiku native application
care must be taken to convert error codes where the two interface. That's
what the B_TO_{POSITIVE,NEGATIVE}_ERROR() macros are supposed to be used
for.
- A ported static library can obviously not be linked directly against
-lposix_error_mapper. The shared object linking a against the ported static
library has to do that. The previous point applies when that causes mixing
with Haiku native code.
- When dependent ported libraries are used probably all of them should use
the error mapping.

Comments welcome.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29653 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 591911f345dd2e70e4e0ea2df226ca3b61d752d6 19-Mar-2009 Rene Gollent <anevilyak@gmail.com>

Update gcc4 package with the aforementioned changes.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29615 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9dd3f93aa08629cb3583932d68e5bc0296abd2e8 19-Mar-2009 Rene Gollent <anevilyak@gmail.com>

Updated gcc2 Vision package with some UTF-8 bugfixes from Francois, and to pick up some updates made to ControlLook in the Haiku tree.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29614 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 432ce3738dcbf41a0849e3fec7b6fde6808f468f 18-Mar-2009 Stephan Aßmus <superstippi@gmx.de>

* Tracked down the mkdepend tool which Ingo used in his updated makefile-engine
which auto-generates dependencies. It was written by Lars Duening for BeOS
and uses libglob, which is also part of make. To re-use libglob and since
make is already part of the Haiku tree, I added mkdepend to the bin tools.
* Added Lars Duening's copyright to AboutSystem.
* Added skeleton makefile and makefile-engine to data/develop.
* Added mkdepend and makefile-engine files to the Development optional package.
It could be argued to move the make bin command there too, from it's current
location in the HaikuImage file. However, make could be useful to always
have available.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29609 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4bbbead0bdaf66ac2a7d56879479a24e4a0ed229 18-Mar-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

UserlandFS package: Added the FUSE library and goodies needed for development.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29596 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d87fd57ea7b3ac2ce6d9d56666cbd7df73519267 18-Mar-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Added UserlandFS optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29588 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1320d25ea2d3ae2c19cdf70a49163d4c20e97916 13-Mar-2009 Michael Lotz <mmlr@mlotz.ch>

Update the GCC4 optional package incorporating various changes to the builtin
specs and providing a shared libstdc++.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29501 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a3fe9a1432170c0c82ce509522e6886fcce0ce37 08-Mar-2009 Stephan Aßmus <superstippi@gmx.de>

Added Liblayout optional package. It just installs the library and the
headers in the right places (/boot/common). I made it depend on the Development
package, since without it it wouldn't be useful. It also refuses to install on
a GCC4 based Haiku, since it's intended to help building some popular
BeOS/Haiku software, and there you couldn't link against GCC2 libs I suppose
when you have GCC4 development tools.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29451 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b83405163c6a64e069ff179a7dc4575acaf376d7 07-Mar-2009 Rene Gollent <anevilyak@gmail.com>

Update Pe package to fix some missing libs. Thanks to Matt Madia for the patch.
This closes ticket #3527.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29427 a95241bf-73f2-0310-859d-f6bbb57e9c96


# db90fa70223918559094efa87bdbf3573f069046 06-Mar-2009 François Revol <revol@free.fr>

Patch by mmadia: Update optional packages:
- Pe - 2.4.1 built in Haiku gcc2
- BeZillaBrowser -- built in Haiku gcc4


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29420 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 61c28fd54366eac8b48a1a925cf17e42e673ffab 02-Mar-2009 Oliver Ruiz Dorantes <oliver.ruiz.dorantes@gmail.com>

Add new bluetooth components to the bluetooth optional package

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29379 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 376b90d507232fab04c7caf9b7ea9398b6ab7eaa 01-Mar-2009 Rene Gollent <anevilyak@gmail.com>

Update Vision to version 090301 - changes include various visual tweaks by Stephan Assmus to integrate better with Haiku's updated look. Thanks!



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29371 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8ddeba29fb87723211e164a1e36baec88b3736bf 21-Feb-2009 Joachim Seemer <humdingerb@googlemail.com>

Added Haiku-doc.css to image. Thanks for noticing luroh

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29271 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 54e5fb56470d23b0e6c967d6f92fdcfbc6765d66 20-Feb-2009 François Revol <revol@free.fr>

Update Firefox to a newer build courtesy mmadia. It's actually named BeZilla this time to avoid the usual trademark vs non official problem.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29265 a95241bf-73f2-0310-859d-f6bbb57e9c96


# bc342032526f7da8ed1562ea2486e86c528fe208 10-Feb-2009 Jérôme Duval <korli@users.berlios.de>

added a tar optional package


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29181 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 173700f0d7a46024857295db7ce9a28b7156c9fb 08-Feb-2009 Michael Lotz <mmlr@mlotz.ch>

Fix base URL I accidently messed up.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29164 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fbac0185ad37d390cf6a1e36d8cdd35e604581c9 07-Feb-2009 Michael Lotz <mmlr@mlotz.ch>

* Clean that up a bit and combine the ifs for GCC2/4.
* Also don't install the GCC2 package on a GCC4 based hybrid, as it's again not
usable without proper manual setup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29160 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1c433de84c6fe632689731a46038d803cc2cfce9 07-Feb-2009 Michael Lotz <mmlr@mlotz.ch>

* Always install the "other tools" as part of the development optional package.
These all work on pure GCC4 images as well because they do not use any of our
C++ APIs.
* Remove the GCC4 package from hybrid installs though, as it's not usable
without proper setup. Also the trick with rewriting the symlink obviously
doesn't work because symlinks are done way earlier than unzipping the optional
packages when building the image.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29158 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2172e6b46d138e309a104dc9164bd3d63a5ad95e 03-Feb-2009 Rene Gollent <anevilyak@gmail.com>

Update location of p7zip package. Thanks to Scott McCreary for the patch.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29131 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6f215e6417b0ae2990f3043335e72e2a7637a99e 02-Feb-2009 Rene Gollent <anevilyak@gmail.com>

Forgot to update the symlink path in the Be menu when updating that package.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29127 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2a8364b8477b760652b32c48bce63ace2ac43586 31-Jan-2009 Rene Gollent <anevilyak@gmail.com>

(Long overdue) update of the gcc4 Vision package to bring it to version/feature parity with the gcc2 revision.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29107 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 10bc1510be8f37a1f328f595260d8bf5a69cc150 31-Jan-2009 Rene Gollent <anevilyak@gmail.com>

Update OpenSSL package to 0.9.8j and relocate it to /boot/common. Thanks to Matt Madia and Scott McCreary for the patches! This closes ticket #2640.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29100 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 76043ac59a3fe502ada2d0e5bb67c2042840c794 28-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

* Update the GCC4 package. This package has the builtin __BEOS__ define removed
and also comes with proper default includes.
* If installing GCC4 as part of a GCC2 based hybrid build, re-setup the gnupro
link that is overwritten by the GCC4 package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29085 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 73476a18af73ecba7e2cfda9b39ad1d4683d1f90 26-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Add a prebuilt GCC 4.3.3 package to the Development optional package. It's
installed either when building with GCC4 or when making a hybrid. Can be
installed separatly as well. Have fun :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29046 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3486acdf1e7edd87726901b3ef49b9574c0c94d7 25-Jan-2009 Rene Gollent <anevilyak@gmail.com>

Update Vision package - fixes a bug that would sometimes result in malformed drag and dropped clippings.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29010 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9c566bdabf6d3a869b3c7c650226478550ccb558 05-Jan-2009 Rene Gollent <anevilyak@gmail.com>

Updated gcc2 Vision package with one or two minor fixes.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28848 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6fa399bed15a6e82f87d340268e00c4f6ee0faef 23-Dec-2008 François Revol <revol@free.fr>

These non-GUI packages should also work with gcc4.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28821 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 570212a3330f68c4dfc1aa8da111568ab0b1da6d 22-Dec-2008 Rene Gollent <anevilyak@gmail.com>

Fix incorrect symlink path. Thanks to Urias McCullough for reporting.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28820 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8214934cdc41a067dc8bf15e652622d3d37f680e 12-Dec-2008 Jérôme Duval <korli@users.berlios.de>

added p7zip as an optional package


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28802 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a63ebcb3ca957e7f00e61b92fd0807add2b5da30 04-Dec-2008 Rene Gollent <anevilyak@gmail.com>

Updated CVS package courtesy of the HaikuPorts crew - fixes the root user commit problem. Thanks!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28778 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f836b0656b946de66e5e33dda11ad21b70aea326 02-Dec-2008 Rene Gollent <anevilyak@gmail.com>

Updated CVS and yasm packages, thanks to Scott McCreary for the updates!



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28768 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 02f81b0253c3b85979a03aaa8c9dadb238242e62 12-Nov-2008 Oliver Tappe <zooey@hirschkaefer.de>

switched libtextencoding to use the new standalone libiconv:
* adjusted libtextencoding's Jamfile
* added libiconv.so to image
* added iconv headers to optional package Development (under 3rdparty)
* removed old private version of libiconv from textencoding


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28631 a95241bf-73f2-0310-859d-f6bbb57e9c96


# edff84668910e2e1d9a38efc99e0e01434e8210a 11-Nov-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Added missing blank lines. Please leave these facilities like you found
them. Thanks!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28616 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4c9e13fdcd274da35c0c16505eb72a89a53a1ea5 09-Nov-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

* Removed the /boot/develop/headers/gnu symlink.
* Updated autoconf, automake, libtool, texinfo, flex, and bison to
their respectively current version. They are installed in /boot/common
now.
* Removed the /boot/home/config/bin/perl and /bin/m4 symlinks again.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28582 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9a3960e8de78dc78480b948afce86b4447991073 08-Nov-2008 Stephan Aßmus <superstippi@gmx.de>

Ugh!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28572 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3781dcda893d034ce092dbc3b6617379ab6419fc 08-Nov-2008 Stephan Aßmus <superstippi@gmx.de>

* Copy the FreeType headers to the 3rdparty headers. (Tested with WonderBrush
source and it works fine.)
* Updated WonderBrush package. The new version is compiled on Haiku and
improves the installation of the document mimetype (finally a more reliable
sniffer rule, thanks to Francois for helping me with this). The About window
is fixed to no longer use a hardcoded font file path. This version only runs
on Haiku, but it is fully unlocked! Next version with new features won't be.
Also comes with a new vector icon for the native document type.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28570 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c2288cbef1b8c8e197544274944771a6d286e4ac 08-Nov-2008 Stephan Aßmus <superstippi@gmx.de>

* I fixed the Pe package and therefor bumped the version number to trigger
redownloading the package.
* Added link "vlc" to "VLC media player" in /boot/common/bin to make it
easier on people launching VLC from the command line.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28558 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 83b6ce6be69edae24056a5e1a333617283d78317 05-Nov-2008 Rene Gollent <anevilyak@gmail.com>

Incorrectly specified that jam rule, that link should go in beos/bin since that's what /bin actually points to.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28527 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 28f40a0eff5d6bfe257e95f876df0be70cfd57db 05-Nov-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Perl's old location was /boot/home/config/bin not /bin.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28523 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c068350a895ee454487ccdec21447916045c6969 04-Nov-2008 Rene Gollent <anevilyak@gmail.com>

Temporarily symlink m4 and perl to their new locations until the other dev packages are updated. This unbreaks bison and a few other things.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28510 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 01db1fe90201476b379a5b21d4968f02146335ff 03-Nov-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

* Removed GNU M4 sources from the tree.
* Added GNU M4 1.4.12 package to the Development optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28486 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1e1d598f0fbca3fedb6b2a2a9faae97e49053fcd 03-Nov-2008 Stephan Aßmus <superstippi@gmx.de>

Updated several optional packages:
* Firefox -> 2.0.0.17, includes new HVIF icon
* VLC -> renamed VLC to "VLC media player" which is what the official name is
* Pe -> updated to most recent version (called it RC2) which includes a few
fixes and new HVIF icons for most of it's supported document types. Renamed
the application folder to "Pe" and removed the "Drag lpe here to install"
link. Renamed the application itself to "Pe".

Hope these changes are alright with everyone.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28485 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c15ed4c682ae0067e710d500a8efb0415fa11075 01-Nov-2008 Rene Gollent <anevilyak@gmail.com>

Correct slight error.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28434 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5233e974e22eb65322b59b13e1a6664f737eaee3 01-Nov-2008 Rene Gollent <anevilyak@gmail.com>

Update Vision package for some minor fixes:
- fixed layout of font preflet
- enabled InfoPopper support
- incorporate recent BCLV changes



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28431 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7c1db8e668da4859c05e1a1723fbdd0fa7c67e17 28-Oct-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Updated the Perl optional package. It's still version 5.10.0, but the
installation has been relocated to /boot/common and socket support is
enabled.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28364 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6805373afdc8a1cea022b7c00044dfc0c0db8ce9 27-Oct-2008 François Revol <revol@free.fr>

Add the BeBook as optional package, patch from Urias McCullough.
I added it as dependancy for BeHappy.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28353 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1c78a18edc1157f0ba391834fc97b210b4cb3e6a 27-Oct-2008 Axel Dörfler <axeld@pinc-software.de>

* Updated BePDF to the latest available package (1.1.0b1).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28343 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3090050ef6e4a5f2b423784bdca934d4d1954960 25-Oct-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Updated gcc 2.95.3 package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28326 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9aabc02b4c8c6cfffd86441f94a797042e7f79ff 18-Oct-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Fail when the OpenSSH optional package is enabled and
HAIKU_IMAGE_HOST_NAME is not set.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28227 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a6a18aeb665ea765c393cd1e71dff45a7ebd5f44 17-Oct-2008 Rene Gollent <anevilyak@gmail.com>

Add OpenSSH to list of available OptionalPackages.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28225 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c4b429ca1cf60f20a0422a79f13d8a84e7bf3086 17-Oct-2008 Stephan Aßmus <superstippi@gmx.de>

Patch by Humdinger:
* Refactored a User Guide style documentation from the previous Welcome
documentation. The Welcome documentation links to the User Guide, the
biggest difference is that there is now a separate contents page.
* Improvements to the text.
* Added Tracker-Add-ons page.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28211 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4d05f2f108f7371d09849867ddea8ec89aa7fedb 16-Oct-2008 François Revol <revol@free.fr>

Added an updated version of BeHappy as optional package. This one can use NetSurf instead of NetPositive if it finds it.
Make sure you rm generated/downloads/NetSurf.zip to get the new replicable one.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28190 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 46d11d677740c354ebd2658d833dbbf141bbe4dc 06-Oct-2008 François Revol <revol@free.fr>

Add NetSurf as optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27890 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7ef5a940472ca89129b307baf996557da010a0e1 04-Oct-2008 Stephan Aßmus <superstippi@gmx.de>

Added optional package "Welcome". The welcome package documation is
copied to /boot/beos/documetation/welcome and a link to welcome.html
is placed on the Desktop. The mime_update.sh script makes sure that
the mime type of the html files is set. However, Firefox has a problem
when it is launched for the first time via double clicking an HTML
file. Apparently, it initializes some settings and relaunches itself,
which in turn makes it forget to open the file. A second problem is
annoying as well: When launching Firefox to display a local file,
it will always open a second window with the default web location.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27868 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6a2bdc9b4ae01a97ad32c6b589724e7b732c0e7d 01-Oct-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Changes by Scott McCreary:
* Updated CVS optional package to version 1.12.13.
* Added Yasm 0.7.1 optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27836 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 01774b2af5562146f7ae67ba06c8efa4824da6de 17-Sep-2008 Axel Dörfler <axeld@pinc-software.de>

* Added optional package for BePDF 1.0.0b2.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27621 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 38d78c5f8329b6f26505c019bb6d879913a4d074 13-Aug-2008 Axel Dörfler <axeld@pinc-software.de>

* The Development package will now also add the _KERNEL_ lib (which is the file
kernel.so, not a link to the actual kernel as on BeOS).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26964 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 93706b720890ff53a29edfb9e2b2c78867b63037 24-Jul-2008 Stephan Aßmus <superstippi@gmx.de>

Added optional package CVS, as it is still sometimes handy to have. The package follows
the scheme that Ingo started and thus installs the license and copyright to the right
places.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26603 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e36b6d3e2c5ae804714a918aadd5a5ef8e891d93 21-Jul-2008 Rene Gollent <anevilyak@gmail.com>

Update Vision package to version 0.9.7-H-21072008. This fixes incorrect BBitmap colorspace usage which resulted in transparent pixels being painted green on recent versions of Haiku, most notably on the arrows in the network setup window.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26551 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fab79256901d8baa82311ea3a73ea30c76705c70 18-Jul-2008 Rene Gollent <anevilyak@gmail.com>

Update vision package again.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26493 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 68b028320a5744fcf503afebf000f67573d6f24a 18-Jul-2008 Rene Gollent <anevilyak@gmail.com>

Update Vision package again for a resize-related bugfix.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26490 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7522d082719d91d53cd3e3cd5e2843bf91c3125f 17-Jul-2008 Rene Gollent <anevilyak@gmail.com>

Update the package name to force a redownload.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26482 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c95c53f469015f92dbb0cc43194c4d44dd615cc9 17-Jul-2008 Rene Gollent <anevilyak@gmail.com>

Updated Vision package URL to new version with URL parsing fix.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26481 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ee55190f63c9e89fe6c4004b32cbc1346f4c4012 28-Jun-2008 Michael Lotz <mmlr@mlotz.ch>

Adding a native subversion 1.4.6 optional package. This is a more or less
straight all-static build, with only OpenSSL as dependency. Be sure to include
OpenSSH (and set a hostname) if you intend to use svn+ssh. Should work with
svn, svn+ssh, http and https. Feel free to replace with a proper dynamically
linked version once available.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26158 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e11f3e83a0b249cd5b63a0e0f120159af1ebe866 21-Jun-2008 Stephan Aßmus <superstippi@gmx.de>

For the time being, I uploaded a modified OSS package which does not
include the OSS media add-on (node), since Haiku comes with it's own
version. Therefor you can now add the OpenSound optional package and
it will just work out of the box, unless you have native drivers that
fight over the hardware with OSS. It is no longer necessary to delete
the opensound.media_addon from the home/config/add-ons/media folder.
If you don't build from scratch, make sure you delete
generated/download/OpenSound.zip or the change won't take effect.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26064 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e78b56aaf73d6845bddf1d8ed8da284d11b93997 01-Jun-2008 Stephan Aßmus <superstippi@gmx.de>

Fix the link target for Beam. Note that the R5 version cannot retrieve mails
either, it just hangs there trying ot connect and eventually times out.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25751 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5f3c81d6a657f095f8192242bb75cb6ac1138713 31-May-2008 Jérôme Duval <korli@users.berlios.de>

fix local variable naming


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25743 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7195e3d3a757a34ef3c4bcb1ef0be48926e2e4a1 29-May-2008 François Revol <revol@free.fr>

OpenSound actually is usable in gcc4 builds, the drivers are plain C, and we have the media node in svn.
I shall update it someday too...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25696 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f3b1b98756c2a8d060fef8dac72f92affac962f8 29-May-2008 Stephan Aßmus <superstippi@gmx.de>

* Check the TARGET_ARCH variable and make sure it is x86 for all x86
packages. Print an error message for unavailable packages.
* Detect the build of a GCC2/GCC4 hybrid image and install GCC2 packages
on a GCC4 build where no GCC4 package is available. I did not test
every GGC2 package on a GCC4 build, though I have not found any that
does not work. If a package gives problems, feel free to disable it
for the hybrid build or send me a note.
* Add new optional package for Beam. Though I could not test it since,
SATA AHCI does not work for me ATM. I know that Beam 1.1 for BONE is
unable to retrieve mails (times out). Maybe the R5 version has better
luck, will check later.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25695 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6d4f2038c3d1c2676cfa8390f08fdbdda4705e36 28-May-2008 Oliver Ruiz Dorantes <oliver.ruiz.dorantes@gmail.com>

Patch by Andreas Faerber,

Add Optional Package for the Bluetooth Components



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25686 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a8af2b6dda18b77d9bad0f0c32076ca066cf57f1 20-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Some work on pthreads:
* Made the pthread_cond_t internals public. This is necessary to support
process shared condition variables. Fixed initializer macro.
* Made the pthread_rwlockattr_t structure opaque.
* pthread_t is no longer typedef'ed to int. It's the pointer to the
internal _pthread_thread structure.
* Removed __get_pthread(). pthread_self() can be used instead.
* No longer tunnel the pthread exit value through Haiku's thread exit
value. We do have a separate field in the _pthread_thread structure
for it, now.
* Handle detaching of threads correctly.
* pthread_rwlockattr_{g,s}etpshared() use the
PTHREAD_PROCESS_{SHARED,PRIVATE} constants, now.
* Commented out yet unsupported structures (barriers, spinlocks).
* Rebuilt APR optional package. The pthread changes weren't binary
compatible.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25582 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a93840a2f46431ef1634760cfbac25e76948d691 16-May-2008 Rene Gollent <anevilyak@gmail.com>

Add gcc4-compatible Vision optional package.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25524 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 049dbc4652e2f80b639ac2c6e7bd177aec4eeda9 15-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Added APR-util optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25513 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 377a79df848a7df1c64dbd51e7629e728d9e07fa 13-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Added APR 0.9.17 optional package.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25484 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 46f2d5ea887ddb5df5e409113e840ebbb8790de0 06-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Moved /etc/post_install to /boot/common/boot and the fresh_install marker
file to /boot/common/settings. Repackaged OpenSSH accordingly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25335 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cff443b405d2222445508bfd48b267315fdd9777 04-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Added OpenSSH optional package. The daemon has to be started manually
(just "sshd"), ATM. Not sure how we want to deal with daemons, yet.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25311 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b946bc32e2725e38c90f51b2a682195c7b61486f 03-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Don't create the symlinks for the old networking libraries in the
development libraries dir.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25304 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a47d979fc2be7ea6d9550b25e4406f468a791553 24-Apr-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Added BSD compatibility headers to the image. They are not in the search
paths by default, but I guess we want to keep it that way.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25137 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3e99f3e14f5bf10c640dea99b017a0975624ce15 19-Apr-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Wrong package name in error message. Spotted by Andreas Färber.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25077 a95241bf-73f2-0310-859d-f6bbb57e9c96


# bce94fa596daf0458c9efd55a0dc45e19cac3d56 19-Apr-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Repackaged jam and automake to contain an .OptionalPackageDescription.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25051 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 335bf2183497bc10387a2ffe2ad31976f1f85327 06-Apr-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Rebuilt libtool package, since the old one seemed to be missing files.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24848 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 71136ca48afac320b4d71660d22d131c55c4c3f7 30-Mar-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

* Added optional package OpenSSL.
* Added list of optional packages.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24690 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 88499d361fb42d44c30254dc78d2b25393db2063 30-Mar-2008 Rene Gollent <anevilyak@gmail.com>

Updated Vision optional package
- fixes off by one pixel bug reported by stippi.
- fixes Unicode option to use UTF-8 instead of UTF-16.
- compiled within Haiku using new Development package.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24685 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1d8aae1b020dde30ac8cd26ce91b8acaefd815d7 29-Mar-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

* Moved the optional packages definitions to new OptionalPackages file
and sorted definitions alphabetically.
* Updated Pe package to 2.4.1.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24659 a95241bf-73f2-0310-859d-f6bbb57e9c96