Ingo Weinhold
f3b11fcb9d
Update p7zip package
2013-04-23 20:49:06 +02:00
Ingo Weinhold
0d452c8f34
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.
2013-04-23 19:53:25 +02:00
Ingo Weinhold
15565a06d4
Repackaged WonderBrush zip as HPKG
2013-04-22 23:57:28 +02:00
Ingo Weinhold
60ac56d3fa
Update wpa_supplicant package
2013-04-22 22:52:03 +02:00
Ingo Weinhold
dbcaf9ee61
Update WQY-MicroHei package
2013-04-22 20:35:41 +02:00
Ingo Weinhold
ef40a60ae8
Update Vision package
2013-04-22 19:10:06 +02:00
Ingo Weinhold
5be84d5f00
Update yasm package
2013-04-22 13:50:44 +02:00
Oliver Tappe
86b3c7a416
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
2013-04-22 00:56:02 +02:00
Oliver Tappe
4b303759d2
Update prerequired packages with current versions.
2013-04-22 00:50:01 +02:00
Oliver Tappe
bab6caf3e0
Another lap of updating base packages:
...
* binutils has now been split off gcc
* adjusted other packages to new naming scheme
2013-04-20 15:32:19 +02:00
Ingo Weinhold
7b2d062147
Enforce current package rules for packages built from tree
...
* Replace '-' in package name by '_'.
* Use new '[...]' notation for pre-release version component.
2013-04-18 14:44:44 +02:00
Ingo Weinhold
88f22c9768
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.
2013-04-16 14:39:31 +02:00
Ingo Weinhold
6185f6e7cc
Fix libtool file name
2013-04-16 13:45:33 +02:00
Oliver Tappe
e7563b87c7
Updated several base packages
2013-04-16 11:18:44 +02:00
Ingo Weinhold
19a268a459
Update libiconv and sqlite packages
...
The new package files haven't been rebuilt, just repackaged. Only small
details in the package-info changed.
2013-04-09 20:07:46 +02:00
Ingo Weinhold
1add554a83
Make LibSolv a mandatory package
...
... so it is actually installed on the image.
2013-04-03 21:04:55 +02:00
Ingo Weinhold
3f986502fd
Rebuilt packages for subversion and its dependencies
2013-03-29 02:09:20 +00:00
Ingo Weinhold
dd60d4eef6
OptionalPackages: Fix CVS URL
...
Due to a copy'n'paste error the curl package was used. While at it,
use the rebuilt package.
2013-03-28 12:16:41 +00:00
Ingo Weinhold
90692f47f7
Rebuilt packages required for bootstrapping
2013-03-28 00:20:23 +00:00
Ingo Weinhold
4e87ae1bbe
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.
2013-03-27 21:17:41 +00:00
Ingo Weinhold
19ae20e67e
Merge branch 'master' into pm-flat
...
Conflicts:
build/jam/HaikuImage
build/jam/OptionalBuildFeatures
build/jam/OptionalPackages
build/jam/UserBuildConfig.sample
data/bin/installoptionalpackage
src/apps/deskbar/DeskbarMenu.cpp
src/servers/debug/DebugServer.cpp
src/system/kernel/fs/vfs.cpp
2011-11-05 17:00:01 +01:00
François Revol
1bf8552a7b
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
2011-11-02 13:19:39 +00:00
Michael Lotz
fe8708f308
* 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
2011-10-06 10:22:02 +00:00
Michael Lotz
13cf6c7044
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
2011-10-05 18:56:58 +00:00
Michael Lotz
e3e636ae3a
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
2011-10-03 18:53:34 +00:00
Michael Lotz
e94e30ff78
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
2011-09-28 00:33:45 +00:00
Scott McCreary
f6144bf719
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
2011-09-09 22:27:08 +00:00
Philippe Houdoin
20cc5ae73c
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
2011-08-26 22:16:24 +00:00
Oliver Tappe
00912ff317
* 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
2011-08-26 19:28:39 +00:00
Matt Madia
5b9c0414de
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
2011-08-13 02:34:16 +00:00
Matt Madia
d98662a8a7
Automatic whitespace cleanup. No functional change.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42628 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-08-13 01:53:39 +00:00
Scott McCreary
360ac869d3
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
2011-08-03 23:34:01 +00:00
Ingo Weinhold
8212d04704
Repackage BeZillaBrowser as hpkg
2011-07-18 21:04:33 +02:00
Ingo Weinhold
f642202ae8
Updated gcc 2.95.3 package
...
The /boot/common include paths are now built in.
2011-07-17 16:55:17 +02:00
Ingo Weinhold
a0f6347784
Fix location of the Deskbar menu symlinks
2011-07-17 16:55:14 +02:00
Ingo Weinhold
e96cbb12b4
Update cmake package, create doxygen package
2011-07-17 16:55:13 +02:00
Ingo Weinhold
e94674ce75
cmake 2.8.5 optional package repackaged as hpkg
2011-07-17 16:55:13 +02:00
Ingo Weinhold
b5831cdf17
Disable WonderBrush until repackaged
2011-07-17 16:55:00 +02:00
Ingo Weinhold
fd0e9e33d0
Fix bison hpkg package name
2011-07-17 16:54:50 +02:00
Ingo Weinhold
00043b5320
Use InstallOptionalHaikuImagePackage for gcc too
2011-07-17 16:54:49 +02:00
Ingo Weinhold
78c665f2c3
lpe symlink is in the pe package now
2011-07-17 16:54:48 +02:00
Ingo Weinhold
d3deb18a2d
Repackage default optional packages as hpkg files
2011-07-17 16:54:46 +02:00
Ingo Weinhold
b478cc3fc5
Put TimGMSoundFont package in the right directory
2011-07-17 16:54:22 +02:00
Ingo Weinhold
3f6ca2fdca
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.
2011-07-17 16:54:19 +02:00
Ingo Weinhold
fdc30d62ce
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.
2011-07-17 16:54:19 +02:00
Oliver Tappe
3dfd9cb95c
Flat commit of all changes from package-management branch in svn
2011-07-17 16:54:06 +02:00
Scott McCreary
1dcae018bc
Updated python to 2.6.7.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42308 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-06-25 02:08:27 +00:00
Jérôme Duval
6289e476a9
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
2011-06-23 18:04:28 +00:00
Scott McCreary
fe55cf20bd
Updated curl to 7.21.7
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42291 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-06-23 17:15:55 +00:00
Scott McCreary
462d9019a5
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
2011-06-12 00:38:05 +00:00