0
0
Fork 0
Commit Graph

23 Commits

Author SHA1 Message Date
waddlesplash 4f180bdb94
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Augustin Cavalier 165a784ece Bump revisions of all packages that depend on curl. 2020-04-11 17:32:56 -04:00
Schrijvers Luc c39f4ae593 virtualbox_guest_additions, fix reference to lib:libpng16 (#3912) 2019-07-26 23:58:08 +03:00
Jérôme Duval 0df92fbfb0
virtualbox-guest-additions: update HOMEPAGE. 2018-09-10 08:52:13 +02:00
Jerome Duval 189994c0a6 app-*: reorder sections. 2018-08-08 14:24:56 +02:00
Sergei Reznikov de577173ce VirtualBox Guest Additions: downgrade gcc2 version
* virtualbox_guest_additions-4.3.12 is the latest version which didn't use mlock/munlock
2017-12-20 12:24:43 +03:00
Sergei Reznikov 31b2c6ea52 virtualbox_guest_additions: use safe source 2017-12-15 00:59:43 +03:00
Jérôme Duval 132118443d
virtualbox_guest_additions: disable on x86_64
it builds but doesn't actually work.
2017-11-03 15:59:49 +01:00
Sergei Reznikov 06cd8d593c VirtualBox Guest Additions: bump version 2017-08-02 08:18:44 +03:00
Sergei Reznikov 369bf5bd4c virtualbox_guest_additions: bump version 2017-06-17 03:31:25 +03:00
Sergei Reznikov befb49f568 VirtualBox Guest Addtions: fix build on x86_64
* kernel rejects vbox drivers with "Bad data" message, help needed.
* icons are missing from userland apps
2017-01-23 17:58:58 +00:00
Sergei Reznikov 91ab8ea8b2 VirtualBox Guest Additions: add recipe and patch for version 5.1.14
* build fails on x86_64 at the very end with the following error:
undefined reference to `__dso_handle'
* TODO: use proper KBUILD_PATH
2017-01-22 10:49:43 +00:00
Humdinger 58a5f48afb virtualbox_guest_additions: save, strip, restore resources
Thanks PulkoMandy for the save/restore trick.
The .rdef file contains an include that cannot be easily resolved.
2015-11-15 18:14:45 +01:00
Humdinger 7695eef2c7 Improving recipe.
* reordering blocks
* removing unneeded openssl requirements
* stripping VBoxControl and VBoxTray, the latter would sit 8MiB fat
  in the Deskbar...
2015-11-14 19:54:32 +01:00
Sergei Reznikov b7ca6d2a45 VirtualBox Guest Additions: autostart is not really needed.
VBoxTray replicant is persistent
2015-11-11 18:10:41 +03:00
Sergei Reznikov 0dd870e4f8 VirtualBox Guest Additions: add autostart file and Deskbar link 2015-11-11 17:52:47 +03:00
Sergei Reznikov 741d453697 Bump revisions of recipes needed to be rebuilt after OpenSSL version change
Probably missed quite a few
2015-11-11 14:42:51 +03:00
Augustin Cavalier 4634abef1b Trim extra newlines at end of file & trailing whitespace. 2015-08-04 12:08:31 -04:00
Augustin Cavalier f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Oliver Tappe 52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00
François Revol 0d5ca0970f virtualbox_guest_additions: add TODO about post_install
We want VBoxTray to be installed in Deskbar automatically
2014-12-11 16:12:40 +01:00
Sergei Reznikov 7a1c9c2b6a VirtualBox guest additions: update to the latest version 2014-12-09 19:35:17 +03: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