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
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
Ingo Weinhold
46ef9167ab
libsolv: Update to new version
...
Includes pre-release separator change.
2013-04-18 23:36:11 +00:00
Ingo Weinhold
4b80857c5e
Update libsolv
2013-04-16 15:10:25 +00:00
Ingo Weinhold
e81058822c
Update to current libsolv version
...
* Includes recent OpenSUSE/libsolv changes and sync with
package kit changes (BPackageVersion::release -> revision).
* Add missing expat [build_]requires.
* BUILD(): Remove "build" directory before re-creating it.
2013-04-15 21:45:51 +00:00
Oliver Tappe
66cce01b0c
Work towards getting subversion with all dependencies built. The remaining
...
problem is that apr-util won't build yet, due to it relying on the sources of apr being around. We need support for source packages to solve that, so that will be the next step.
2013-04-14 22:06:31 +00:00
Ingo Weinhold
84781ee68a
libiconv: Fix provides
...
The main provides must be "libiconv", not "iconv".
2013-04-09 18:02:13 +00:00
Ingo Weinhold
e90db8275d
Add a recipe for libsolv
...
Gentoo Portage doesn't know it, so I just picked the dev-libs
category.
2013-04-02 12:13:50 +00:00
Oliver Tappe
fee11484cf
* replace STATUS_HAIKU with appropriate ARCHITECTURES specification
2013-04-01 17:52:42 +00:00
Oliver Tappe
37404c8730
* fix all syntactical problems in recipe files
2013-03-30 18:58:47 +00:00
Oliver Tappe
60aba35d64
* convert all .bep files to follow shell syntax
...
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00
Oliver Tappe
94cc6aaf85
Merge all changes from trunk
2013-03-29 14:04:07 +00:00
Ingo Weinhold
4a26d0a4c9
libiconv-1.13.1: Update from trunk and update for hpkg building
2013-03-29 00:55:31 +00:00
Ingo Weinhold
141d1c41ea
openssl-1.0.0d: Update from trunk and update for hpkg building
2013-03-29 00:54:09 +00:00
Ingo Weinhold
1505e97c1b
libxml2-2.7.8: Update for hpkg building
2013-03-29 00:51:01 +00:00
Ingo Weinhold
52c7c8c300
expat-2.0.1: Update for hpkg building
2013-03-29 00:49:32 +00:00
Ingo Weinhold
4f80c5f0c8
apr-util: Update from trunk and update for hpkg building
...
Ignore the patch from trunk, though, since it doesn't seem useful.
2013-03-29 00:47:49 +00:00
Ingo Weinhold
607c7b53a9
apr-1.4.2: Update for hpkg building
2013-03-29 00:40:46 +00:00
Scott McCreary
8a9be03bd1
Initial .bep file for xerces-c.
2011-03-07 06:13:16 +00:00
Scott McCreary
4755d725db
Cleaned up libiconv's directories.
2011-03-07 05:46:27 +00:00
Scott McCreary
b7b1fad0e5
Moved docdir and mandir for libpcre to B_COMMON_DOCUMENTATION/doc and
...
/man directories. Removed check for gcc4 and just set the libdir to
B_COMMON_LIB_DIRECTORY
2011-02-28 06:16:07 +00:00
Scott McCreary
d607b83f90
Added TEST section to openssl-1.0.0c build files. Note that the test currently crashes to gdb.
2011-02-27 19:46:46 +00:00
Jrabbit
d26999bf6b
now works under gcc2 thanks mmlr_mc
2011-02-22 00:14:51 +00:00
Jrabbit
fca4eb9b08
new patch from mmlr_mc
2011-02-22 00:03:43 +00:00
Scott McCreary
74dd2ebae5
Initial .hpb file for openssl, this can be used for testing hpkgbuild
2011-02-10 22:46:26 +00:00
Scott McCreary
a1054b0418
Updated libpcre to 8.12 and fixed apr-util-1.3.10 bep file
2011-02-01 23:06:15 +00:00
Scott McCreary
a96bbdd3bb
Removed building of gnulib as it's not meant to stand alone, but be used in other projects.
...
Updated License and Copyright info for gnulib.
2011-01-30 10:04:45 +00:00
Scott McCreary
a5dbb4cf65
Updated libxml2 to 2.7.8, but it seems to be broken, so will still need further work. Added TEST section to the 2.7.7 and
...
2.7.8 bep files.
2011-01-24 19:12:02 +00:00
Scott McCreary
92b5ad159d
Updated libxml2 to 2.7.8
2011-01-19 00:42:54 +00:00
Scott McCreary
9cfd97e80a
Marking libevent-2.0.10 as broken as it's failing with "undefined reference to `__builtin_expect'".
2011-01-18 22:25:33 +00:00
Scott McCreary
26c601ce5f
Updated libevent to 2.0.10
2011-01-18 22:01:23 +00:00
Scott McCreary
0514f88c69
Updated .bep for glib-2.24.2, and initial, not yet working bep and patch for glib-2.26.1, a better patch is welcome...
2011-01-13 18:18:40 +00:00
Scott McCreary
bae12b7148
Added dos2unix commands to convert to proper line endings in some files so that cyassl compiles ok with gcc2, this makes it so no
...
patching is required now. NOTE: Unzipping with the -a option did not fix the issue.
2011-01-11 18:21:00 +00:00
Scott McCreary
458a0739b5
In process .bep file for glib-2.26.1, it's building but then
...
fails to link for for a missing symbol
2011-01-11 01:16:46 +00:00
Scott McCreary
ffa85863ad
Work in progress bep file for cyassl-1.8.0, need to unzip the source with -a option to fix line endings issue.
...
Perhaps this feature could be added into Haikuporter?
2011-01-11 01:14:20 +00:00
Scott McCreary
3fc501f80d
Added TEST section to gmp bep files
2011-01-08 08:26:41 +00:00
Scott McCreary
0959b818ab
Added TEST section to gmp-5.0.1 bep file, and switched to use finddir
2011-01-08 01:05:20 +00:00
Scott McCreary
ee945844e3
Initial bep file for celestia, fails to build on gcc2, missing "limits", should build on gcc4 but untested, so
...
marking as unstable for now.
2010-12-17 00:42:14 +00:00
Scott McCreary
c1a2fafc74
Initial bep for cyassl.
2010-12-16 20:08:15 +00:00
Scott McCreary
c32113b186
Updated openssl to 1.0.0c
2010-12-10 17:40:04 +00:00
Scott McCreary
81d76c9900
Initial add of gnulib bep file, needs testing still.
2010-12-01 01:06:27 +00:00
Scott McCreary
3c5a38bdae
Removed CDDL and MPL licenses as those are now included in Haiku.
2010-10-18 17:45:30 +00:00
Scott McCreary
1ca1bda649
Another try at fixing the apr build issue.
2010-10-14 17:33:44 +00:00
Scott McCreary
596effb1ec
Seems running buildconf for apr trips up the build, so taking it out.
2010-10-14 14:36:21 +00:00
Scott McCreary
d02b1133f6
Copied libedit's source code to new location and changed it's properties so that haikuporter will be able to retrieve and open it.
2010-10-14 03:36:56 +00:00
Scott McCreary
e99fa02d4a
Fixed the libtool issue with building apr-1.4.2.
2010-10-13 02:51:06 +00:00
Scott McCreary
645b0a312c
Updated apr-util to 1.3.10
2010-10-12 17:18:52 +00:00
Scott McCreary
d5d48f722a
Updated apr bep and patch. Had to put in a symlink hack to get it to find libtool. Not sure how we got around that in previous
...
versions.
2010-10-11 20:37:17 +00:00
Scott McCreary
0a38ffdbf8
Fix typo in libcddb .bep file license name. Initial .bep and .patch for libcdio. Moved vlc patch to patches directory, renamed
...
old patch.
2010-10-05 20:20:55 +00:00