Commit Graph

7960 Commits

Author SHA1 Message Date
Adrien Destugues
96c1fe7f67 FUSE: fixes and adjustments
- Wrong name was used for patchset
- Use https URLs from sourceforge to save one redirect
- gcc2 build fix at the proper place (previously a generated file had
  been modified).

Thanks to Sergio Baldovi for contributing those.
2016-03-26 17:44:16 +01:00
Adrien Destugues
9363d97610 Teeworlds: fix build.
Fixes #142.
2016-03-26 15:54:36 +01:00
Adrien Destugues
c42a31ed4d Add recipe for gcc-6809 4.6.3.
- Now including libgcc (it builds only if I disable optimizations, but
  that will do for now).
2016-03-26 15:54:36 +01:00
Sergei Reznikov
800cd0ceca htop: fix copyright 2016-03-25 14:50:39 +03:00
Sergei Reznikov
4a97ad28e2 htop: convert to an actual recipe
Builds but doesn't run. More work is needed.
2016-03-25 14:48:07 +03:00
Adrien Destugues
465c424ede Merge pull request #500 from fbrosson/mksh
mksh: bump version, add x86{,_64} with a patch.
2016-03-25 10:24:25 +01:00
Jérôme Duval
e36b5c9509 Merge pull request #516 from fbrosson/curl
curl: bump to version 7.48.0
2016-03-24 18:52:53 +01:00
Jérôme Duval
074ef9c4f2 Merge pull request #518 from fbrosson/mpg123
mpg123: bump to version 1.23.3.
2016-03-24 18:52:12 +01:00
fbrosson
cb7ee11d80 mpg123: bump to version 1.23.3. 2016-03-24 17:43:30 +00:00
fbrosson
0db9df5814 curl: bump to version 7.48.0.
* Bump version.
* Move BUILD_REQUIRES to the recommended place.
* Use cmd:libtoolize$secondaryArchSuffix instead of cmd:libtoolize
  in BUILD_PREREQUIRES to make sure we don't accidentally pull
  libintl from the primary arch when building for a secondary arch.
2016-03-24 17:12:50 +00:00
Adrien Destugues
e0488444d8 Merge pull request #517 from Barrett17/master
Add live555 recipe, gcc2 fixes included
2016-03-24 16:07:15 +01:00
Dario Casalinuovo
66989cd1bb live555: Secondary arch and other minor fixes
* Add checksum and archive
* Update description
2016-03-24 01:04:42 +00:00
Jerome Duval
42efb02a2c qt5: leave cmake files in $libDir
* this is where cmake will search for them.
* fix and sort provides for devel package.
2016-03-23 21:34:05 +00:00
Dario Casalinuovo
2672725134 Add live555 recipe, gcc2 fixes included 2016-03-23 19:44:37 +00:00
Jérôme Duval
22aaae287d Merge pull request #510 from fbrosson/parted
parted: bump to version 3.2.
2016-03-23 07:21:25 +01:00
fbrosson
875c4ddcad mksh: bump version, add x86{,_64} with a patch.
* Drop the "r" prefix in version.
* Bump version to 52c and use portVersion where appropriate.
* Fix wrong LICENSE declaration and add missing licenses.
* Move haiku_devel from BUILD_PREREQUIRES to BUILD_REQUIRES to be
  consistent with most other recipes.
* Add missing cmd:awk to BUILD_PREREQUIRES.
* Add x86{,_64} to ARCHITECTURES with a tiny conditional patch to make
  the recipe build on these architectures.
* Do not create the "sh -> mksh" symbolic link anymore as changing the
  default "sh -> bash" symbolic link might create problems.
* Do not "mkdir -p" and, instead, call "install" with the "-D" switch.
* Do not use documentation/packages/mksh/mksh/examples/ but
  documentation/packages/mksh/examples/ to install dot.mkshrc.
* Don't copy dot.mkshrc in documentation/packages/mksh/mksh/examples/
  but in documentation/packages/mksh/examples/
2016-03-22 23:44:55 +00:00
fbrosson
031526ba86 parted: bump to version 3.2.
* Bump to version 3.2.
* Drop patch "replace deprecated CPPFunction by rl_completion_func_t"
  as it has been applied upstream.
* Add patch to insert "AC_CONFIG_MACRO_DIR([m4])" in configure.ac.
* Add patch to use -lroot instead of -ldl.
* Don't pass "--disable-dynamic-loading" to configure script as it is
  now able to find dlopen in libroot.
* Patch lib/gnulib.mk to skip the installtion of lib/charset.alias.
* Change broken to untested for x86{,_64} as it builds fine on these
  architectures and even seems to work fine on x86 primary arch.
2016-03-22 23:31:00 +00:00
Jerome Duval
59fe74b601 git: bump version. 2016-03-22 17:00:30 +00:00
Jérôme Duval
0bc6fe3e6f Merge pull request #514 from fbrosson/expat
expat: drop 2.0.1, fix 2.1.0, add 2.1.1.
2016-03-22 14:56:52 +01:00
Jérôme Duval
97319ac8b4 Merge pull request #515 from fbrosson/gcab
gcab: create recipe.
2016-03-22 14:54:23 +01:00
fbrosson
fa41a4155b gcab: create recipe. 2016-03-22 09:27:45 +00:00
fbrosson
18b6b70ea2 expat: drop 2.0.1, fix 2.1.0, add 2.1.1.
* Drop version 2.0.1.
* $manDir was both in primary and secondary arch packages, causing
  problems when uninstalling only one of them. Fixed by discarding
  $documentationDir for secondary arch.
* Reorder sections for 2.1.0.
* configure.in already has "AC_CONFIG_MACRO_DIR([m4])" so there is
  no need to append it in PATCH().
* Drop PATCH() and, instead, use a real patch to create Makefile.am
  otherwise /bin/haikuporter complains about untracked files.
* Add $secondaryArchSuffix to cmd:libtoolize in BUILD_PREREQUIRES.
* Add recipe for 2.1.1 with patch for gcc2.
2016-03-22 04:58:55 +00:00
diversys
a86408380a Merge pull request #513 from fbrosson/vala
vala: fix missing $secondaryArchSuffix in PROVIDES{,_common}.
2016-03-21 08:11:41 +03:00
fbrosson
431444b1cf vala: fix missing $secondaryArchSuffix in PROVIDES{,_common}.
The "$secondaryArchSuffix" suffix was missing for vala in PROVIDES
and for vala_common in PROVIDES_common. This is required on x86_gcc2
because vala_x86 requires vala_common_x86.
2016-03-21 04:33:49 +00:00
Humdinger
862a281edd gphoto2_x86 package. Fix PROVIDES section.
There was a typo in the PROVIDES of the recipe that left the package
un-installable. Thanks vidrep for reporting and Diver for spotting
the issue!
2016-03-20 17:10:10 +01:00
Humdinger
7f7579ddcf Recipes for new versions of gphoto2 and libgphoto2 2016-03-19 19:01:42 +01:00
Sergei Reznikov
39a752255e tmux: add recipe for version 2.1
builds but doesn't run
2016-03-16 21:14:30 +03:00
Sergei Reznikov
8015100db5 libevent: clean up recipe 2016-03-16 21:14:30 +03:00
Jerome Duval
7aa0f7f428 gcc: fix syslibs provides for secondary arch. 2016-03-17 19:09:52 +00:00
Jerome Duval
e5e41c1112 llvm: git recipe: disable rpath, forgot __INTEL__ on x86. 2016-03-17 01:46:57 +00:00
Jerome Duval
bf211c4827 llvm: disable rpath, forgot __INTEL__ on x86. 2016-03-16 06:17:04 +00:00
Jérôme Duval
44b7fdc352 Fix some occurrences of _devel$secondaryArchSuffix 2016-03-15 23:45:15 +01:00
Jérôme Duval
01e27ae578 Merge pull request #508 from fbrosson/transmission
transmission: drop 2.82, touch 2.84, add 2.92.
2016-03-15 23:35:51 +01:00
Jérôme Duval
af4e2dab08 Merge pull request #505 from fbrosson/gnutls
gnutls: bump version to 3.4.10.
2016-03-15 15:47:33 +01:00
fbrosson
f9f77a675c transmission: drop 2.82, touch 2.84, add 2.92.
* Drop recipe for version 2.82.
* Fix SOURCE_URI for 2.84.
* Add recipe for 2.92 with "--enable-cli" (as it's no longuer enabled
  by default) and without "--datadir=$dataDir" which runConfigure
  already takes care of.
2016-03-15 14:04:48 +00:00
fbrosson
f67e35bcad gnutls: bump version to 3.4.10.
* Bump version to 3.4.10.
* Drop the --disable-doc switch during configuration and put all docs
  in a separate, architecture-independent package, gnutls_doc, in case
  we are building for a primary arch. Do not provide a doc package at
  all if we are building for a secondary architecture.
* Swap the lines for "cmd:psktool" and "cmd:ocsptool" as they were not
  sorted.
* Drop the "cmd:systemkey" line in PROVIDES as it is not installed by
  default. There isn't even a configure option to have it installed.
2016-03-15 07:20:12 +00:00
waddlesplash
3fb9d1c971 Merge pull request #507 from fbrosson/openldap
openldap: bump version to 2.4.44.
2016-03-14 21:50:29 -04:00
François Revol
99ded68145 libusb_compat: enable x86 secondary arch
It seems to build now.
2016-03-15 00:39:58 +01:00
Alexander von Gluck IV
f5167659c2 python_ecdsa: Add version 0.13 2016-03-14 17:33:39 -05:00
Alexander von Gluck IV
eb3607aa3f paramiko: Rebrand to python_XXX to match other non-py labeled packages 2016-03-14 17:25:16 -05:00
Alexander von Gluck IV
1dcd73d1dc paramiko: Port from bep to recipe and bump to v1.16.0 2016-03-14 17:19:04 -05:00
Alexander von Gluck IV
731670e173 pycrypto: Port bep to recipe and bump to 2.6.1 2016-03-14 17:13:03 -05:00
fbrosson
561fc40214 openldap: bump version to 2.4.44.
* Bump version to 2.4.44.
* Mark all architectures as tested.
* Remove documentation for secondary architectures.
* Reorder sections.
* Fix PATCH() to avoid replacing "-lnetwork" by "-lnetworkwork".
2016-03-14 11:02:23 +00:00
waddlesplash
dfb75c230e Merge pull request #506 from fbrosson/grep
grep: bump version to 2.24.
2016-03-13 19:16:21 -04:00
fbrosson
75c614bb6b grep: bump version to 2.24. 2016-03-13 22:38:39 +00:00
Sergei Reznikov
6dbffbaf5d mc: bump version 2016-03-13 22:43:01 +03:00
Adrien Destugues
93c2a5667e lwtools: update to version 4.12. 2016-03-13 20:20:46 +01:00
François Revol
29c2dc5ece pciutils: update recipe to latest release 3.4.1 2016-03-13 17:28:08 +01:00
waddlesplash
39cce21e02 Merge pull request #504 from fbrosson/check
check: add recipe for version 0.10.0.
2016-03-12 11:22:38 -05:00
François Revol
936ee37d28 treecc: fix quote escaping 2016-03-12 14:56:38 +01:00