Commit Graph

1457 Commits

Author SHA1 Message Date
Oliver Tappe
8167741595 Adjust libtool a bit more to our needs.
* add /boot/common/develop/lib to link-time library search path
* configure libtool to not hardcode run-time paths into libraries
2013-04-27 21:32:59 +02:00
Ingo Weinhold
05d1087a19 Remove old libedit non-recipes/patches 2013-04-27 03:09:16 +02:00
Ingo Weinhold
919bfb859d Convert libedit recipe to an actual recipe 2013-04-27 03:07:18 +02:00
Ingo Weinhold
efec81e036 ncurses: Build both wchar and non-wchar libraries 2013-04-27 02:55:44 +02:00
Ingo Weinhold
5a72314502 Convert mkdepend recipe to an actual recipe 2013-04-27 00:18:23 +02:00
Ingo Weinhold
b22b245c77 libxml2: Remove old non-recipes/patches
Also move trunk patch to patches/.
2013-04-26 23:10:47 +02:00
Ingo Weinhold
e991c42864 libxml2 2.8.0 recipe: Re-add missing "make in BUILD() 2013-04-26 23:08:41 +02:00
Ingo Weinhold
1111e4a96b Convert libxml2 2.8.0 recipe to an actual recipe 2013-04-26 16:31:02 +02:00
Ingo Weinhold
7565ab68d8 Update sqlite recipes to use fixPkgconfig 2013-04-26 01:38:30 +02:00
Ingo Weinhold
8677d466b9 Remove old/intermediate openssl non-recipes 2013-04-26 01:34:29 +02:00
Ingo Weinhold
68971701aa Convert openssl 1.0.0j recipe to actual recipe 2013-04-26 01:30:42 +02:00
Ingo Weinhold
502c0dd522 Update openssl 1.0.0d recipe
* Fix compat versions in provides.
* Move include/ directory to develop/headers/.
* Move development libaries to develop/lib/.
* Fix pkgconfig.
2013-04-26 01:21:20 +02:00
Ingo Weinhold
6b4cc9b2ac Remove older and intermediate sqlite non-recipes 2013-04-26 00:01:24 +02:00
Ingo Weinhold
ae5789b5ab Convert sqlite 3.7.13 recipe to actual recipe 2013-04-26 00:00:43 +02:00
Ingo Weinhold
7ea2ed82fe Update sqlite 3.7.5 recipe
* Correct version of provided lib:libsqlite3 -- it has it's own
  versioning.
* Drop provided lib:libsqlite.
* Move the development library stuff to develop/lib.
2013-04-25 23:51:42 +02:00
Ingo Weinhold
79948b074c Convert nano 2.2.6 recipe to an actual recipe 2013-04-25 17:58:16 +02:00
Ingo Weinhold
c67ae39824 ncurses: Build libraries with wchar support 2013-04-25 17:57:37 +02:00
Ingo Weinhold
d9d5efcb72 Small correction in yasm 1.2.0 recipe
Use the portVersion veriable instead of hard-coding the version.
2013-04-25 17:56:52 +02:00
Ingo Weinhold
1a509f80d1 Update gcc 2 recipe
Some missing include and all library search paths are now built in.
2013-04-25 17:55:32 +02:00
Ingo Weinhold
49f612fe18 Removing old ncurses (non-)recipes and patches 2013-04-25 03:33:55 +02:00
Ingo Weinhold
14c8bc34fc Convert ncurses 5.9 recipe to an actual recipe 2013-04-25 03:33:08 +02:00
Ingo Weinhold
de97fbcc15 Remove man 1.6f patch and recipe 2013-04-24 16:01:19 +02:00
Ingo Weinhold
98e24ea065 Convert man 1.6g recipe to an actual recipe
Due to man needing a config file and our package manager/daemon not
supporting any settings file handling one has to manually copy the
man.conf from the package to the respective settings directory to
make things work.
2013-04-24 15:58:41 +02:00
Ingo Weinhold
27fd02eaf4 Update man 1.6g patch
Mostly fixes for using the correct paths for package management, like
not using absolute paths for the tools that man invokes, and using
the correct man search paths.

Displayed man pages contain uninterpreted escape sequences. It works
correctly when adding the '-r' option to DEFAULTLESSOPT (or piping to
"less -irs"), but the comment for this variable explicitly notes that
having to do that hints toward a broken setup. So I didn't do that and
we'll see later whether the current Haiku does better.
2013-04-24 15:47:39 +02:00
Oliver Tappe
c849f5886d Update libtool-2.4 recipe to work with autoconf-1.13
* liberate requirement on automake from 1.11 to generic, as there's hope
  that any automake equal or newer than 1.11 will do
* add patch for removing dependency to help2man which is being invoked
  to regenerate the manpages, which won't work and has become an error
  with automake-1.13
* move patches for 2.4 into a corresponding subfolder
* explictly list patches
2013-04-24 00:20:27 +02:00
Ingo Weinhold
428759c831 Convert groff recipe to actual recipe 2013-04-23 23:04:59 +02:00
Ingo Weinhold
5c158f5193 Make p7zip 9.13 an 9.20.1 recipes actual recipes
Remove 9.04 recipe and patch.
2013-04-23 20:52:36 +02:00
Oliver Tappe
e8f0489003 Adjust libtool requirements to make it usable again
* with the current set of packages, libtool could no longer be used
  for building, as its requirement on automake-1.11 could not be
  provided.
2013-04-23 14:11:39 +02:00
Ingo Weinhold
68ea76c1c7 Convert wpa_suplicant-2.0 recipe to an actual recipe
Also adjust the patch to use the correct private Haiku header
directories. Doesn't build yet, since it requires newer Haiku API.
2013-04-22 22:49:39 +02:00
Ingo Weinhold
f271a239d3 Rename wpa_supplicant-2.0.bep to *.recipe 2013-04-22 22:41:29 +02:00
Michael Lotz
e247faabc4 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.
2013-04-22 22:40:03 +02:00
Ingo Weinhold
fd7e08593c Convert wpa_supplicant recipe to an actual recipe
Also adjust the patch to use the correct private Haiku headers.
2013-04-22 22:24:36 +02:00
Ingo Weinhold
7c245319d0 Convert wqy_microhei recipe to an actual recipe 2013-04-22 20:34:25 +02:00
Ingo Weinhold
22d1465556 Convert wqy_zenhei recipe to an actual recipe 2013-04-22 20:01:16 +02:00
Ingo Weinhold
95434f0173 Convert Vision recipe to an actual recipe 2013-04-22 19:11:31 +02:00
Ingo Weinhold
e8cc57a00c Convert yasm recipes to actual recipes 2013-04-22 13:47:28 +02:00
Ingo Weinhold
404e2f047d xz_utils-5.0.1.recipe: Turn into an actual recipe
I tried a bit, but there's no easy way of building with gcc 2, as the
code makes heavy use of C99 features. Should we really need to build
it with gcc 2, we should at least deal with the local variable
declarations not at the beginning of a block in an automated fashion.
2013-04-22 12:08:42 +02:00
Oliver Tappe
06e4e08103 Finish work on haiku/master versions of prequired packages 2013-04-22 00:18:31 +02:00
Oliver Tappe
43d36deaed Adjust make-3.82 as an example for a source package 2013-04-21 19:58:10 +02:00
Oliver Tappe
1f16fbf468 Finish and activate autoconf-2.69 and automake-1.13.1 2013-04-21 19:57:15 +02:00
Oliver Tappe
4a90d4f15d Deactivate autoconf-2.68 and automake-1.11.1 for now.
* we need to make room for new versions (as support for multiple versions of
  a single port hasn't been implemented in haikuporter yet)
2013-04-21 19:55:45 +02:00
Oliver Tappe
2191f6611f Rename all port folders containing '-' to use '_' instead.
* haikuporter relies on the recipe file sharing the name with the port folder
2013-04-21 18:58:18 +02:00
Oliver Tappe
db8f9fa6db Cleanup binutils package. 2013-04-21 18:58:18 +02:00
Oliver Tappe
b0fe332599 Populate .gitignore 2013-04-21 18:58:18 +02:00
Ingo Weinhold
c74c8c9f4d Rename xz-utils recipes
Going to have a closer look...
2013-04-21 16:51:31 +02:00
Oliver Tappe
a704dbf9a7 * adjust several recipes to our new naming conventions 2013-04-19 23:06:59 +00:00
Oliver Tappe
fcb60a8b6d * converted libiconv to recipe format 2013-04-19 22:51:27 +00:00
Oliver Tappe
4baa9ad46a * drop old recipe of pe-2.4.3-hg (names with dashes are no longer allowed) 2013-04-19 22:25:46 +00:00
Oliver Tappe
8139b1c063 * commit incomplete conversion of pe-2.4.3_hg to recipe format 2013-04-19 22:23:29 +00:00
Ingo Weinhold
46ef9167ab libsolv: Update to new version
Includes pre-release separator change.
2013-04-18 23:36:11 +00:00