Jérôme Duval
1a4cf8161e
Moved ctags to an optional package
...
* removed ctags from Haiku sources and from haiku image
* added ctags to mandatory packages for the time being.
2012-01-23 23:50:20 +01:00
Rene Gollent
612e834851
Update package again due to a few stray attributes that were missed.
...
Should really fix #8290 .
2012-01-23 15:52:14 -05:00
Rene Gollent
8154b8ae5e
Updated Web+ optional package to remove stray Tracker attributes.
...
Fixes #8290 .
2012-01-23 09:59:36 -05:00
Jérôme Duval
5c015f8811
Updated gcc 4 native package to 4.6.2
2012-01-22 19:41:25 +01:00
Matt Madia
83cbfa5e0e
Rebuilt BeZillaBrowser for gcc4.
2011-12-26 23:02:48 -05:00
Matt Madia
d5b5b51e6c
Updated the jam packages to 2011-12-22
2011-12-26 16:04:15 -05:00
Joseph R. Prostko
68fe8a9edc
* Update KeymapSwitcher and Vim optional packages
2011-12-23 18:20:08 -05:00
Oliver Tappe
bb6b6a1504
Correct explicitly created symlinks for ICU-devel package
...
* skip the right amount of extensions until the actual abi version
is reached
2011-12-20 21:59:33 +01:00
Rene Gollent
730714fea5
Update Pe gcc4 optional package.
2011-12-18 16:09:29 -05:00
Rene Gollent
f7d5d48f98
Updated Vision packages.
2011-12-17 16:15:35 -05:00
Rene Gollent
bae0f6db21
Updated Web+ package due to layout API changes.
2011-12-17 00:03:23 -05:00
Oliver Tappe
ec99f3b2a6
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.
2011-12-15 13:18:11 +01:00
Rene Gollent
ebc0d47cc6
Add Debugger to Development package.
2011-12-11 20:59:43 -05:00
Scott McCreary
64e63a6bb5
Updated openssh optionalpackage
...
* Updated sshd_keymaker.sh script to use --group instead of --app
2011-11-30 20:57:01 +00:00
Ingo Weinhold
14f94ae7d4
Fix location of the Deskbar menu symlinks
...
Conflicts:
build/jam/OptionalPackages
2011-11-25 06:19:34 +01:00
Oliver Tappe
210361191d
Update gcc4 optional package.
2011-11-24 00:26:10 +01:00
Oliver Tappe
c33232c167
Update optional gcc2 package.
2011-11-23 20:19:33 +01:00
Scott McCreary
3c38636c9f
Update git to version 1.7.7.2
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43236 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-11 20:56:14 +00:00
Siarzhuk Zharski
90586eb692
* 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
2011-11-08 09:53:54 +00: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
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
scottmc
ede349bfd9
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
2011-06-11 16:35:36 +00:00
Jérôme Duval
32b9a38570
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
2011-06-09 18:32:20 +00:00
Scott McCreary
2efeb0d6d2
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
2011-06-08 17:39:46 +00:00
Scott McCreary
0bae414087
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
2011-06-07 20:00:52 +00:00
Jérôme Duval
c2826da6d7
make DevelopmentJava available for hybrid builds.
...
+alpha
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41974 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-06-06 17:07:40 +00:00
Scott McCreary
0c3a8f1355
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
2011-06-04 21:25:04 +00:00
Scott McCreary
f646869dce
Updated NetSurf OptionalPackage for alpha3.
...
+alpha3
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41900 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-06-04 07:35:18 +00:00
Scott McCreary
b6478330e3
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
2011-06-02 16:08:15 +00:00
Ryan Leavengood
de6ea73bce
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
2011-06-02 04:26:42 +00:00
Scott McCreary
53592f6036
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
2011-06-01 20:44:07 +00:00
Scott McCreary
4d0944c90d
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
2011-05-31 22:10:11 +00:00
Scott McCreary
22d447acdc
Updated gcc2 Ruby OptionalPackage for alpha3.
...
+alpha3
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41855 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-31 19:37:45 +00:00
Scott McCreary
331a968c65
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
2011-05-31 00:10:54 +00:00
Scott McCreary
cb23dea57a
Updated bepdf OptionalPackage for alpha3.
...
+alpha3
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41802 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-29 07:36:21 +00:00
Scott McCreary
31327d3a86
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
2011-05-27 22:34:52 +00:00
Scott McCreary
9000a31cc1
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
2011-05-27 19:04:46 +00:00