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
Scott McCreary
9bdbd4add5
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
2011-05-26 22:43:45 +00:00
Scott McCreary
0bc48df539
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
2011-05-25 13:05:42 +00:00
Scott McCreary
4d2ca803f6
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
2011-05-24 20:36:19 +00:00
Scott McCreary
43eaff044c
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
2011-05-24 15:48:45 +00:00
Scott McCreary
94427d9b8b
Updated gcc4 groff andgperf builds for alpha3.
...
+alpha3
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41649 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-22 07:04:08 +00:00
Scott McCreary
760b07424d
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
2011-05-22 06:39:01 +00:00
Scott McCreary
003ebfa1cc
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
2011-05-22 06:11:12 +00:00
Scott McCreary
2801333400
Updated gcc4 git and cmake OptionalPackages foralpha3.
...
+alpha3
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41646 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-22 05:46:10 +00:00
Scott McCreary
7a51693772
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
2011-05-21 05:08:38 +00:00
Scott McCreary
ccd4d547b9
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
2011-05-20 23:54:36 +00:00
Scott McCreary
f432cc5ef2
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
2011-05-20 22:52:01 +00:00
Scott McCreary
b20355e2ba
Fix tar gcc2 OptionalPackage, prefixdir was wrong.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41606 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-20 17:05:57 +00:00
Scott McCreary
eaa961e97a
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
2011-05-20 16:29:14 +00:00
Scott McCreary
f1abcf7879
Fixed cmake-2.8.4 OptionalPackage.
...
+alpha3
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41585 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-19 17:30:07 +00:00
Scott McCreary
5f883d4da0
Cleaned up directories for python.
...
+alpha3
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41582 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-19 16:50:33 +00:00
Scott McCreary
593395df56
First wave of OptionalPackages rebuilt forR1A3
...
+alpha3
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41579 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-19 08:47:23 +00:00
Scott McCreary
8ba4ac51f5
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
2011-05-16 03:20:45 +00:00
Scott McCreary
84464c202e
Updated subversion optionalpackages to getrid of gettext dependency.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41511 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-15 06:11:39 +00:00
Scott McCreary
ca4d4538aa
Updated neon optionalpackage without dependency on gettext.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41510 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-15 06:08:33 +00:00
Scott McCreary
a94173fd0f
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
2011-05-15 03:01:33 +00:00
Scott McCreary
3da6df44df
Cleaned up directories for libiconv gcc4 optionalpackage
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41492 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-13 23:57:45 +00:00
Scott McCreary
8af3c3e614
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
2011-05-13 23:32:11 +00:00
Scott McCreary
5733c80d30
Fixed gcc4 sed optionalpackage.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41489 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-13 23:27:13 +00:00
Scott McCreary
c75f313fbd
Added gcc4 man optionalpackage
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41475 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-13 15:40:53 +00:00
Scott McCreary
ee71768be6
Added gcc4 taglib optionalpackage
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41474 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-13 15:36:25 +00:00
Scott McCreary
01e2c102e2
Added gcc4 yasm optionalpackage
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41473 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-13 15:31:10 +00:00
Scott McCreary
ec949c22c2
Added fastdep gcc4 optionalpackage
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41472 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-13 15:24:55 +00:00
Scott McCreary
64979f3ecf
Added ccache gcc4 optionalpackage
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41471 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-13 15:20:53 +00:00
Scott McCreary
92758e8cdb
Added gcc4 sed optionalpackage.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41469 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-13 07:06:34 +00:00
Scott McCreary
1e11575453
Added bzip2 gcc4 optionalpackage.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41468 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-13 06:59:13 +00:00
Scott McCreary
9abab7eb49
Added gcc4 version of git.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41461 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-12 03:01:17 +00:00
Scott McCreary
fb90397da7
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
2011-05-12 00:40:21 +00:00
Scott McCreary
df84df070d
Updated expat to fix its directories.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41391 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-08 20:42:57 +00:00
Scott McCreary
989348ea3d
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
2011-05-07 03:56:56 +00:00
Scott McCreary
94cf4ec0dd
Fixed doc directory for xz-utils.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41359 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-07 03:53:29 +00:00
Scott McCreary
28d6f46e24
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
2011-05-07 03:41:15 +00:00
Scott McCreary
1da9b17c5d
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
2011-05-07 03:36:32 +00:00
Scott McCreary
d4b77be645
Cleaned up directories for gperf.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41356 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-07 03:31:32 +00:00
Scott McCreary
79e5f20ba1
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
2011-05-05 19:16:38 +00:00
Scott McCreary
db06a74933
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
2011-05-05 18:57:50 +00:00
Scott McCreary
cc038dac22
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
2011-05-05 18:54:40 +00:00
Scott McCreary
f33d4712c0
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
2011-05-05 18:47:15 +00:00
Scott McCreary
06dc474efb
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
2011-05-03 22:59:49 +00:00
Scott McCreary
079bd8028b
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
2011-05-03 22:47:17 +00:00
Scott McCreary
4148f22180
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
2011-05-03 22:43:46 +00:00
Scott McCreary
a2002544cd
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
2011-04-10 02:07:52 +00:00
Matt Madia
00a625f4b8
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
2011-04-03 00:11:21 +00:00
Scott McCreary
cbc8e67a7a
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
2011-03-29 15:25:17 +00:00
Scott McCreary
9f6153aa51
Fixed apr and apr-util builds.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41136 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-28 15:22:37 +00:00
Scott McCreary
b0e6c980ed
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
2011-03-25 23:52:51 +00:00
Scott McCreary
cb56913ac1
Rebuilt gcc4 cmake optionalpackage.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41080 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-22 16:56:28 +00:00
Scott McCreary
042b214313
Fixed paladin gcc4 build.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41022 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-18 21:39:48 +00:00
Scott McCreary
18bfd5000e
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
2011-03-16 23:47:16 +00:00
Scott McCreary
cc7c118b0c
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
2011-03-16 21:31:03 +00:00
Scott McCreary
3b63d45a5d
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
2011-03-16 19:50:53 +00:00