humdinger
1cbb09077c
Merged haikuports/haikuports into master
2014-07-09 10:47:40 +02:00
Augustin Cavalier
ac79ad37f1
README.md edited online with Bitbucket
2014-07-05 17:13:17 +00:00
Scott McCreary
9d6a9bdba5
README.md edited online with Bitbucket
2014-07-05 16:51:09 +00:00
Kacper Kasper
53048405ca
nss: add initial recipe based on Gentoo ebuild file
...
* Also mark nspr as broken
2014-07-05 03:29:50 +02:00
Kacper Kasper
b29db85514
Style fixes for vigra recipe; bump revision
2014-07-05 00:07:51 +02:00
Kacper Kasper
4914b63a68
Fix vigra_devel PROVIDES section
2014-07-05 00:00:02 +02:00
Adrien Destugues
aa4d382cf4
Add recipe for Harfbuzz.
2014-07-04 21:12:50 +02:00
Adrien Destugues
e30f3722eb
Add itstool.
2014-07-04 21:12:50 +02:00
Adrien Destugues
af08ee5ad6
Pixman: update to latest version
...
* Cairo needs at least 0.22
* Also remove !x86_gcc2 restriction since it builds and passes all
tests.
2014-07-04 21:12:49 +02:00
Adrien Destugues
e2b96a3e38
gtk_doc: make the recipe work.
2014-07-04 21:12:49 +02:00
Adrien Destugues
464b98af16
Move catalog files for docbook to data/xml
...
These are not supposed to be configuration files.
2014-07-04 21:12:48 +02:00
Kacper Kasper
dcfff6aca5
nspr: add recipe and patchset for version 4.10.6 (still broken)
...
* I used Linux/Unix platform code with pthreads because BeOS one
is very outdated.
* Some tests pass but there is a crash on exit.
2014-07-04 20:13:56 +02:00
Kacper Kasper
58f2e54611
librevenge: add recipe for version 0.0.0
2014-07-04 20:13:56 +02:00
Oliver Tappe
f345655f4d
gcc: explicitly disable TLS on x86_64.
...
* Building gcc-4.8.3 on x86_64 with TLS support fails with an ICE,
so don't use TLS until the problem is fixed.
2014-07-03 19:42:04 +02:00
Adrien Destugues
7d277e7376
HaikuWebkit 1.4.1.
...
Fixes a crash encountered on 1.4.0.
2014-07-03 08:07:02 +02:00
Adrien Destugues
b2d900a8a7
Sum-It was built in debug mode.
...
Makes the executable 1MB instead of 30MB big!
2014-07-03 08:07:02 +02:00
Augustin Cavalier
83a27ea3e5
Ruby: get the miniruby part to compile...
...
...but it crashes when trying to execute something. Oh well, that's
at least better than when it never compiled at all, I suppose.
2014-07-02 13:20:40 -04:00
Augustin Cavalier
22cef5e6df
Ruby: inform autoconf where the private (elf32/elf64) headers are.
...
Now the build fails because SIGBUS is undeclared...
2014-07-02 12:04:26 -04:00
Augustin Cavalier
5ee15ab173
QupZilla: Address Oliver's review comment.
...
My patch was upstreamed, so we now can point there.
2014-07-02 11:26:04 -04:00
Augustin Cavalier
b87e079310
Yet another update to the Ruby patch.
2014-07-01 15:18:16 -04:00
Augustin Cavalier
6febb8bb43
Apparently QupZilla actually *does* need OpenSSL for itself...
...
...so add it. Also tweak the pkg_config setting so that QupZilla can use
it to detect what QtWebKit version is available. Also modifies the source
to point to my fork that has the patches (and then some more) already in it,
I have a pull request pending upstream.
2014-07-01 14:40:06 -04:00
Augustin Cavalier
d2e29f5188
Some fixes to the Ruby 1.9.3 recipe.
...
* Disables GCC2 building
* Creates new patch without the GCC2 fixes
* Use the RC1 build instead of a pre-release
* Does not work: claims it needs a working Ruby to build a working Ruby. Go figure.
2014-07-01 14:40:05 -04:00
François Revol
817f36fb2d
WIP recipe & patch for VirtualBox Guest Additions
...
Currently only clipboard exchange is supported, requires
VBoxTray running in the Deskbar.
The VBoxControl command should also work for some features.
2014-07-01 19:40:20 +02:00
Augustin Cavalier
dbf259bcbb
Quassel: Qt now has SSL in its REQUIRES_devel so it doesn't need to be here
2014-07-01 10:52:57 -04:00
Augustin Cavalier
96891df69b
LibQt4: _devel requires libssl and libcrypto...
...
...or else it will build apps that use QtNetwork with QT_NO_SSL defined.
2014-07-01 10:52:56 -04:00
Adrien Destugues
0d0de337cf
Haikuwebkit: explicitly require cmake 3.
...
* Our version of CMake 3 include many fixes that are not backported to
2.8. One of these is needed to make cmake --system-information work.
This is used by the WebKit build to detect the number of processors.
2014-07-01 16:28:14 +02:00
Augustin Cavalier
5d7f8b1bf1
Fixes to the QupZilla recipe.
...
Doesn't build for me yet, I messed up my Qt package somehow (fails
looking for qsslcertificate.h...)
2014-07-01 10:10:56 -04:00
Augustin Cavalier
51c52185ed
GYP: requires python_setuptools
2014-07-01 10:10:55 -04:00
Adrien Destugues
85ee6de33d
Add recipe for haikuwebkit 1.4.0.
2014-07-01 09:21:51 +02:00
Augustin Cavalier
78d103b304
LibQt4: Add Deskbar symlinks in the _devel package, fix whitespace.
2014-06-30 19:34:29 -04:00
Augustin Cavalier
6d2ac0f4ba
Create GYP recipe.
...
Requires python_setuptools for the build and install. Worked for me.
2014-06-30 19:34:28 -04:00
Augustin Cavalier
4808bd4bca
Delete old "setuptools" (Python) recipes, create new recipe (that actually works).
...
That hack is pretty nasty, I know. But I couldn't find a better solution
that worked, so it'll have to stay.
Confirmed this works by writing a GYP recipe that uses it, that is coming
in the next commit.
2014-06-30 19:34:28 -04:00
Oliver Tappe
c1b209f946
Adjust SRC_URI for python-2.6.9 to not require xz_utils.
...
* xz_utils isn't available on x86_gcc2, so we should not depend
on it unless there's a good reason
2014-07-01 00:49:28 +02:00
Kacper Kasper
7f5e120f08
Fixes for libqt4
...
* Fix policy violations introduced by my previous change (sorry)
* Change library versions where needed
2014-06-29 19:17:33 +02:00
Adrien Destugues
efd12b55f7
Fix missing provides in devel package.
...
The package can't be installed with pkgman without this...
2014-06-27 20:24:15 +02:00
François Revol
34cb226062
acr: Update description
2014-06-26 15:45:10 +02:00
François Revol
37d85bd528
Add recipe for ACR, an AutoConf Replacement
...
Used by Radare.
2014-06-26 15:36:19 +02:00
Akshay Jaggi
501cecbc59
dfu-programmer
2014-06-26 10:41:15 +02:00
Oliver Tappe
22c10b29d2
Make buildbot_slave and python_zope.interface arch-specific.
...
* To prevent problems with the 'any' packages being shared between
different architectures (while those use varying versions of python),
make them arch-specific.
* Additionally, move buildbot_slave from dev-python to dev-util (as
it is not related to python development).
2014-06-25 23:33:03 +02:00
Oliver Tappe
eb644e9299
Add missing 'cmd:makeinfo' prereq.
2014-06-25 23:33:03 +02:00
Oliver Tappe
fe10730ae3
Add missing checksum to libcddb.
2014-06-25 23:33:02 +02:00
Adrien Destugues
63da123089
Fix gcc4 build of libusb again.
2014-06-25 23:00:45 +02:00
Adrien Destugues
7f5a551ede
Add missing libstdc++ require.
2014-06-25 17:23:45 +02:00
Adrien Destugues
67aea4d2ea
gcc4 build fix.
2014-06-25 17:23:44 +02:00
Adrien Destugues
39d9ae8c53
Merged in diversys/haikuports (pull request #190 )
...
samba: update to 3.6.24
2014-06-25 15:28:28 +02:00
Adrien Destugues
de07d93e0f
Fix download link and patch name in libdom.
2014-06-25 15:15:14 +02:00
Adrien Destugues
32be29a454
Several fixes to libsvgtiny recipe
...
* Use actual release download
* Use patchset
* Declare dependency on pkg-config
2014-06-25 15:02:18 +02:00
Adrien Destugues
252596917f
Netsurf buildsystem: use actual release archive.
...
* The archive exported from cgit is generated on the fly and has
unstable checksum.
2014-06-25 14:54:43 +02:00
Adrien Destugues
053c6ee617
Add WIP recipe for libusb 1.0.18.
...
This is akshay's work for GSoC 2014. Marked as untested until someone
actually tests it...
2014-06-25 13:07:16 +02:00
Adrien Destugues
ae290ff453
Fix patchname in libusb 1.0.17 for hybrid builds.
2014-06-25 13:07:15 +02:00