Commit Graph

353 Commits

Author SHA1 Message Date
Scott McCreary
8f2c90ec1e Cleaned up directories for glib, glib-2.24.2 builds again with this update. TODO fix the gtk-doc directory to
go into B_COMMON_DOCUMENTATION instead of B_COMMON_DATA, we'll probably need a patch to get it to move though.
2011-04-12 22:39:58 +00:00
Scott McCreary
6c10cfe010 Changed several bep files to use aclocal --install 2011-04-11 06:58:03 +00:00
Scott McCreary
dd699a899c Changed several bep files to use aclocal --install. 2011-04-11 05:55:17 +00:00
Scott McCreary
46d7414a72 Changed openssh and libedit bep files to be able to find aclocal dir. 2011-04-10 22:22:54 +00:00
Scott McCreary
d1f39a4b2f Updated libiconv's bep to prevent unwanted share dir from being created. 2011-04-07 22:14:19 +00:00
Scott McCreary
f46ea8b7a9 Changed B_COMMON_SERVERS_DIRECTORY to B_COMMON_BIN_DIRECTORY on apr, apr-util, git, gawk,xinetd, tar and apache. 2011-03-31 18:40:24 +00:00
Scott McCreary
bbbd9c8511 Updated glib-2.26.1 to use aclocal --print-ac-dir, note that it's still broken. 2011-03-31 18:38:31 +00:00
Matt Madia
72f5074e99 finddir invocation cleanups. Changed --docdir to $COMMON_DOCS/doc/<port-name> 2011-03-28 00:30:43 +00:00
Matt Madia
fd4d6ee934 More cleanups relating to finddir invocations. No functional changes. 2011-03-27 23:52:58 +00:00
Scott McCreary
35054e66cc updated apr-util to fix the include dir. 2011-03-26 22:56:33 +00:00
Scott McCreary
74567a636d Removed the includedir setting as it clobbers the correct setting. This will then put the apr headers into B_COMMON_DIRECTORY/include/apr-1. 2011-03-26 22:48:00 +00:00
Scott McCreary
ecab1a7b5d Had to add a libtool symlink to get apr-util to build with gcc2. 2011-03-25 22:01:34 +00:00
Scott McCreary
ac38f4dfc8 Cleaned up apr-utils' directories. 2011-03-25 19:05:09 +00:00
Scott McCreary
51fc24c417 Updated apr-1.4.2.bep to use finddir. 2011-03-25 17:05:44 +00:00
Scott McCreary
e2bd9cb54f Partial fix for cleaning up apr's directories. May need further review and updating. 2011-03-25 00:40:54 +00:00
Scott McCreary
459dce26f2 Make use of aclocal --print-ac-dir to locate aclocal. 2011-03-24 17:42:10 +00:00
Scott McCreary
ba5150aedd Fixed libiconv build. 2011-03-20 06:07:06 +00:00
Scott McCreary
448bb2275b Cleaned up libxml2's directories. 2011-03-15 04:07:07 +00:00
Matt Madia
cb4520fe29 Removed check for gcc4 and just set the libdir to B_COMMON_LIB_DIRECTORY. 2011-03-14 00:19:36 +00:00
Matt Madia
8d45e045c7 Don't build to a gcc4-subdirectory. 2011-03-13 19:49:19 +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