29726 Commits

Author SHA1 Message Date
Ingo Weinhold
85cdd23990 openssl: support building for secondary architecture 2013-08-09 00:50:41 +02:00
Ingo Weinhold
1899208464 libsolv: support building for secondary architecture 2013-08-08 05:09:30 +02:00
Ingo Weinhold
c50e75ec27 cmake: fix finding libraries for secondary architecture
Haiku.cmake:
* Does now try to determine the secondary architecture from the C or
  the C++ compiler and set up the library and include search path
  variables accordingly. It also sets CMAKE_*LIBRARY_ARCHITECTURE.
* Remove obsolete */include paths.
* Set the same include search paths for C and C++. At least the paths
  we do consider are the same.
2013-08-08 05:09:29 +02:00
Oliver Tappe
6cd004f3e4 Fix build of automake on bootstrap image:
* prerequire cmd:gcc and cmd:ld
* use bootstrap.sh to bootstrap the build system, otherwise it fails to
  generate aclocal from aclocal.in (which seems to be related to 
  timestamps, as an otherwise identical source folder [from the tree]
  works fine) - hohum ...
2013-08-07 22:27:42 +02:00
Oliver Tappe
ebd822f551 Robustify build of autoconf by avoiding manpage generation.
* touch manpages to avoid (re-)generation during build, which won't
  work due to help2man not being available
2013-08-07 22:27:42 +02:00
Ingo Weinhold
4972fbbda2 gettext: support building for secondary architecture 2013-08-07 16:09:48 +02:00
Ingo Weinhold
35ce9d96c6 ncurses: support building for secondary architecture 2013-08-07 15:53:35 +02:00
Ingo Weinhold
3b477897d3 libiconv: support building for secondary architecture 2013-08-07 05:19:28 +02:00
Ingo Weinhold
0fcc10a3f0 freetype: support building for secondary architecture 2013-08-07 04:47:14 +02:00
Ingo Weinhold
5e50b5c312 icu: support building for secondary architecture 2013-08-07 04:37:59 +02:00
Ingo Weinhold
15c590b0e3 expat: support secondary architecture build 2013-08-07 04:30:42 +02:00
Ingo Weinhold
7ff69ce0d9 zlib: support secondary architecture x86 build 2013-08-07 03:14:57 +02:00
Ingo Weinhold
ce9743f86b apr_util: fix SOURCE_DIR 2013-08-06 20:23:35 +02:00
Ingo Weinhold
d92451676f binutils: nicer requires
binutils -> cmd:ld, gcc -> cmd:gcc
2013-08-06 20:02:48 +02:00
Ingo Weinhold
560ef0d8c2 git: fix requires
* perl -> cmd:perl, python -> cmd:python
* cmd:man, cmd:nano, cmd:perl, cmd:python are actually build requires in
  this case, since the build system will look for them to decide on
  features.
2013-08-06 20:02:10 +02:00
Oliver Tappe
7963b05e16 Fix compatibility version of gettext_libintl.
* additionally: automatic whitespace cleanup
2013-08-06 11:19:01 +02:00
Oliver Tappe
39a646a289 Adjust recipes to separation of buildhost and target packages 2013-08-05 00:14:47 +02:00
Oliver Tappe
d525fee8e9 Fix names of recipe files that were non-parsable 2013-08-04 21:47:43 +02:00
Ingo Weinhold
e00c2d5e19 icu: fix typo in devel package provides 2013-08-03 20:08:27 +02:00
Chris Roberts
4c151a4713 Fix typo in install section of quicklaunch bep
Resolves issue #10
2013-07-30 17:31:18 -06:00
Oliver Tappe
5af70e5437 Add meta-port recipe for building a list of ports. 2013-07-29 18:42:38 +02:00
Oliver Tappe
d689bb63d8 Drop 'packs' directory.
* grouping of packages will soon re-emerge as 'meta' ports.
2013-07-29 15:54:37 +02:00
Rene Gollent
4db77c8553 Vision: update patch to sync with changes in repository. 2013-07-28 10:41:28 -04:00
Adrien Destugues
d2acf18c1e Update patches for cmake 2.8.11 and 2.8-git to include some of our changes that are not merged yet. 2013-07-27 16:11:19 +02:00
Adrien Destugues
725e6e5eae CMake 2.8.11 fixes our build problems on Haiku (2.8.10 did not build).
Add bep file for this new version, which also merges most of our changes from the previous patch.
2013-07-27 15:18:13 +02:00
Chris Roberts
45f1c3647f Update paladin patch to s/-nostart/-shared/
Fixes building/running on gcc4 since -nostart compatibility seems to
have been removed in gcc-4.7.3
2013-07-26 16:37:23 -06:00
Chris Roberts
0bad405391 Update paladin patch to remove liblocale references
resolves issue #9
2013-07-26 16:16:32 -06:00
Ingo Weinhold
9592e95b6e Build debug info packages for grep, sed, and tar 2013-07-11 13:46:34 +02:00
Ingo Weinhold
b961047794 ncurses: the wrong program files were installed
The build system installed the libtool wrapper scripts (used only for
the build) instead of the built program files.
2013-07-08 16:18:42 +02:00
Ingo Weinhold
d92b425466 gcc: add recipe for current version 2.95.3_2013_05_04
Also remove older recipes.
2013-07-05 13:04:32 +02:00
Ingo Weinhold
b3b4d3a35b binutils: update recipe to new versioning scheme
* 130421 -> 2013_04_21
* Remove 110711 recipe. It would otherwise appear to have a greater
  version.
2013-07-05 11:57:19 +02:00
Ingo Weinhold
f7b2bc97fa bepdf: unbreak recipe 2013-07-05 11:22:46 +02:00
Ingo Weinhold
37ddc69743 xz_utils: add expander rules file
Untested.
2013-06-30 11:47:31 +02:00
Ingo Weinhold
1fb79e7091 p7zip: add expander rules file 2013-06-30 11:45:16 +02:00
Ingo Weinhold
85838439d0 openssh: bump revision
The previously built package was broken (using package links paths for
revision 4). Couldn't determine why -- possibly forgot to remove the
work dir before building the final packages and somehow the revision
increment wasn't picked up.
2013-06-30 11:21:06 +02:00
Ingo Weinhold
d465081d2f ffmpeg: fix ffserver.conf path, include docs
* Patch the hard-coded /etc/ffserver.conf path and declare it as
  global writable file.
* Build the documentation.
* Also include ffserver.conf as a documentation file. It requires
  editing, so we can't include it as a default settings file.
2013-06-30 10:56:03 +02:00
Ingo Weinhold
db2eb7bf3e texi2html: convert recipe to an actual recipe 2013-06-30 10:55:16 +02:00
Ingo Weinhold
eb53e23f6c wonderbrush: fix libz symlink
Spotted by Michael Schroeder. Thanks!
2013-06-19 05:06:57 +02:00
Ingo Weinhold
43f72867c7 openssh: bump revision 2013-06-18 11:53:19 +02:00
Ingo Weinhold
1bd14cdf9b yasm: update recipe
* Complete/fix provides.
* Use runConfigure and jobArgs.
* Move libyasm.a to develop/lib.
2013-06-18 11:23:59 +02:00
Ingo Weinhold
ca9d5d96f9 wqy_microhei: bump revision 2013-06-18 11:15:33 +02:00
Ingo Weinhold
34b4ca0d3c vision: update recipe
* Based on vision-942.recipe add new recipe vision-0.9.7.r944.recipe.
* Remove older recipes.
* Rename patch.
* Rename VisionSettings to InitialSettings as done in master.
* Add USER_SETTINGS_FILES declaration.
* Add Deskbar menu symlink.
2013-06-18 11:12:15 +02:00
Ingo Weinhold
272581b5f3 wpa_supplicant 2.0: update recipe 2013-06-18 10:23:38 +02:00
Ingo Weinhold
b712289fad Remove SOURCE_EXPORT_SUBDIR 2013-06-18 10:17:24 +02:00
Ingo Weinhold
bf2f5a0308 Add recipe for WonderBrush
It downloads the zip file and repackages it. The recipe also works
around the issue that libfreetype.so and libz.so are no longer
known by those names -- that broke the previous package revision.
2013-06-18 05:03:33 +02:00
Ingo Weinhold
d6abc2d21a timgmsoundfont: update recipe 2013-06-18 05:02:35 +02:00
Ingo Weinhold
80ceb837f0 tar: update recipe
* Make use of runConfigure and jobArgs.
* Remove lib/charset.alias from package.
2013-06-18 03:40:26 +02:00
Ingo Weinhold
db0a06e1fc subversion: update recipe
* Update [BUILD_]REQUIRES.
* Add USER_SETTINGS_FILES.
* Build separate devel package.
2013-06-18 03:38:42 +02:00
Ingo Weinhold
3e4aba1a7a pe: update recipe
* Declare patch explicitly.
* Update [BUILD_]REQUIRES.
* Declare USER_SETTINGS_FILES.
* Don't allow multi-job builds. They don't work reliably.
* INSTALL(): Simplify a bit. Add Deskbar menu symlink.
2013-06-18 03:02:30 +02:00
Ingo Weinhold
6f1342c52b p7zip: fix broken directory layout 2013-06-18 02:19:18 +02:00