Commit Graph

3162 Commits

Author SHA1 Message Date
François Revol
9d8c3bf4dc inputproto: Fix recipe 2013-12-11 14:15:57 +01:00
François Revol
c5b4a238d8 xtrans: Fix recipe 2013-12-11 14:10:20 +01:00
François Revol
cb94f04d85 xextproto: Fix recipe 2013-12-11 14:02:40 +01:00
François Revol
64d6873caa libx11: rename to lowercase 2013-12-11 12:33:37 +01:00
François Revol
a5a9b7bbc2 xproto: Fix recipe 2013-12-11 12:31:19 +01:00
François Revol
ada79a00a7 util-macros: Fix recipe
It seems it wants to install the .pc file into data/...
Manually fixed for now.
2013-12-11 12:16:30 +01:00
François Revol
eb5114d03e ocp: use runConfigure
Although it still installs things to share/
2013-12-11 10:03:24 +01:00
François Revol
ef7b9215e7 ocp: prerequire pkg_config*
OCP actually uses pkg-config to detect SDL, so we require the
secondary arch version of it to make sure it searches the correct
pc files.

Tested on x86.
2013-12-11 09:43:49 +01:00
François Revol
451d3654ee pkg-config: Allow secondary arch builds
Since it hardcodes the search paths inside the binary, either
we must make a secondary arch build of it for _x86 ports,
either we could export a patched PKG_CONFIG_LIBDIR from
haikuporter 's environment... but this seems to work anyway.
2013-12-11 09:39:31 +01:00
François Revol
647eb3b8f8 ocp: Mark untested for now as it fails to compile
Some newly added asm code seems to have issue with PIC.
2013-12-11 07:34:21 +01:00
François Revol
9e2e19ae35 ocp: Add sdl-config to prerequires correctly 2013-12-11 07:33:37 +01:00
François Revol
d4c891368f libsdl: Account for secondary arch on provided cmd:sdl_config 2013-12-11 06:50:19 +01:00
François Revol
8b4d4f88dd ocp: Untested on x86_64 2013-12-11 01:40:58 +01:00
François Revol
aa3cc9a55c Mark as untested (not compiling yet) 2013-12-11 01:39:55 +01:00
Scott McCreary
4acaf39233 Update burnitnow to latest build 2013-12-10 22:57:27 +00:00
Ingo Weinhold
eea796df3c pe: Update to hg614
* Fixes build:
  - pcre detection
  - B_COMMON_*_DIRECTORY constants
* Fixes find function dialog (functions were missing).
* Patches pe-2.4.3_hg611.patch and pe-2.4.3_hg611.patch2 are no
  longer needed for this version. Patch pe-2.4.3_hg611.patch3 has not
  been upstreamed as it misses a copyright header in the added file.
* Remove pcre version requirement. AFAICT ">= 1" is not necessary and
  the previous ">= 0.0.1"  was superfluous, since that's the earliest
  packaged version we have anyway.
2013-12-10 23:06:59 +01:00
François Revol
e3ca579531 fossil: Add updated recipe
Not working yet, seems they introduced C99 somewhere.
2013-12-10 19:11:07 +01:00
François Revol
c956fd89d3 dmidecode: Add updated recipe 2013-12-10 19:11:06 +01:00
François Revol
80907f6ad6 behappy: Add updated recipe 2013-12-10 19:11:05 +01:00
François Revol
6d9234da80 ocp: Add missing ncurses require 2013-12-10 19:11:04 +01:00
François Revol
9ab2b7d78c fish: Update recipe
Doesn't work yet though, needs patching
2013-12-10 19:11:04 +01:00
François Revol
acf55bc6e2 libcss: Update recipe 2013-12-10 19:11:03 +01:00
François Revol
ecfbe0e721 libparserutils: Fix provides; move installed stuff around
Note the pkg-config file isn't fixed, so they aren't found yet.
2013-12-10 19:11:02 +01:00
François Revol
7304cd6d9b libwapcaplet: Fix provides; move installed stuff around
Note the pkg-config file isn't fixed, so they aren't found yet.
2013-12-10 19:11:01 +01:00
François Revol
4be7b9845e libcss: Rename recipe to lowercase 2013-12-10 19:11:00 +01:00
Scott McCreary
9d4db4bc5c Merged in Admixior/haikuports4 (pull request #41)
Convert jasper, enet and haproxy to working recipe
2013-12-10 09:55:41 -08:00
Scott McCreary
3c4c6196a2 Removed legacy burnitnow recipes, marked WIP burnitnow-trunk as broken on gcc2, untested on others 2013-12-10 07:12:46 +00:00
Adrian Jelen
47c972d468 Add support secondary arch 2013-12-10 01:58:16 +00:00
Chris Roberts
9e9208b805 Add (WIP?) recipe for libIDL
Untested on gcc2
2013-12-09 18:41:29 -07:00
Chris Roberts
d92f20609c glib_devel fixes for header location and develop dir refs 2013-12-09 18:41:01 -07:00
Chris Roberts
8090bf86f9 Add (WIP?) legacy glib recipe
Untested on gcc2
2013-12-09 17:02:50 -07:00
Adrian Jelen
76fa997485 Added compatible version 2013-12-09 23:07:53 +00:00
Adrian Jelen
aefec3e096 Convert enet, jasper and haproxy to working recipe 2013-12-09 22:59:11 +00:00
Chris Roberts
a5fdec8a37 Rename glib-2.38.1 to glib2-2.38.1 and drop old beps/patches
This is to avoid a name clash with the legacy version that will be
needed for bezilla

--HG--
rename : dev-libs/glib/glib-2.38.1.recipe => dev-libs/glib/glib2-2.38.1.recipe
rename : dev-libs/glib/patches/glib-2.38.1.patch => dev-libs/glib/patches/glib2-2.38.1.patch
2013-12-09 15:25:16 -07:00
Scott McCreary
bb79aabe4b Merged in thomascompix/haikuports/bdhcalc (pull request #35)
Removed Make requirement and fixed xres command for BDHCalc
2013-12-09 12:19:04 -08:00
Scott McCreary
fd91a9adcb Merged in tgkokk/haikuports/libsanta (pull request #37)
Libsanta recipe
2013-12-09 12:00:00 -08:00
Theodore Kokkoris
6bfdba51f6 Shared library goes into $libDir, documentation goes into $developLibDir 2013-12-09 19:50:22 +00:00
Adrian Jelen
6b753405ca Convert jasper, enet and haproxy to working recipe 2013-12-09 19:38:44 +00:00
Theodore Kokkoris
42cc2d066a Added shared library building to the recipe file 2013-12-09 18:40:57 +00:00
François Revol
8c934e3c56 libparserutils: Fix recipe 2013-12-09 19:14:03 +01:00
François Revol
e57b39fbda libparseutils: rename recipe to lowercase 2013-12-09 19:08:00 +01:00
François Revol
a11641c762 libwapcaplet: Fix recipe 2013-12-09 19:06:33 +01:00
Scott McCreary
1b107d09f4 Merged in MrPoxipol/haikuports (pull request #38)
Removed whitespaces in .patch file.
2013-12-09 09:58:40 -08:00
François Revol
c46dcd59a4 netsurf_buildsystem: Fix provides 2013-12-09 18:17:47 +01:00
François Revol
ba717a9158 buildsystem: rename to netsurf_buildsystem 2013-12-09 18:17:46 +01:00
François Revol
6257415a4d netsurf_buildsystem: remove old recipe 2013-12-09 18:17:45 +01:00
François Revol
324d7d07af netsurf_buildsystem: Force installing to data/
The install path is hardcoded in the makefile to $prefix/shared/.

Also remove the make invocation, it's a no-op anyway.
2013-12-09 18:17:44 +01:00
François Revol
13cf07ad29 libwapcaplet: rename recipe to lowercase 2013-12-09 18:17:43 +01:00
MrPoxipol
f12c46eb09 Removed whitespaces in .patch file. 2013-12-09 17:54:54 +01:00
Scott McCreary
45fddca9ef Fix install of mrpeeps 2013-12-09 16:52:56 +00:00