0
0
Fork 0
Commit Graph

253 Commits

Author SHA1 Message Date
Adrien Destugues 120fb9eb8e libdsk: update to 1.5.4.
1.5.0 is gone from the upstream website.
2017-05-10 20:31:43 +02:00
Jerome Duval 74a1096e0f qemu: bump version. 2017-04-13 21:19:12 +02:00
miqlas 097b2cfd2b qemu: bump version (#1220)
* disabled stack-protector, and every non-x86 arch.
aarch64 broken, but the other arches should work.
2017-03-20 19:43:59 +01:00
fbrosson a71afbcd85 vmware_addons: make "VMware add-ons" a relative symlink.
While at it, add a SOURCE_FILENAME.
2017-02-11 10:36:12 +00:00
Humdinger 83b341f1eb vmware_addons: Safe SOURCE_URI 2017-02-11 08:14:03 +01: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
miqlas 1061d46735 Qemu: bump version, updated patchset (#877) 2017-01-14 12:58:24 -05:00
Jérôme Duval 7c164cfbd3 qemu: bump revision. 2016-12-07 14:11:29 +01:00
Jérôme Duval 070512abcc linaro_qemu: fix provide,requires,build_requires.
* disable stack protector.
2016-12-04 18:20:01 +01:00
Adrien Destugues c34bd3085e qemu: safe source, disable stack protector 2016-12-03 10:10:57 +01:00
Jérôme Duval 16c6ea8f8c bochs: missing provide. 2016-12-02 20:45:36 +01:00
Chris Moore 8c1f850246 Added recipe for the latest version of e-uae (#815) 2016-10-21 17:41:25 -04:00
Adrien Destugues 5bd476870d libdsk: update to 1.5.0
old downloads no longer available.
2016-08-28 22:34:39 +02:00
Adrien Destugues 0a34f87dd8 Add SAP tools.
For manipulating Thomson computer disk images.
2016-03-26 17:45:34 +01:00
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
Augustin Cavalier cbc458084d mednafen: Create a new recipe.
Compiles/installs/starts, but crashes in an OpenGL blitter on my end.
Not sure what the culprit is.
2016-03-06 15:11:03 -05:00
Vale 6b99721506 More order fixes 2016-02-28 20:17:42 -05:00
Vale f8aeb53372 More ordering & layout fixes 2016-02-26 10:33:51 -05:00
Vale 79a9915b2f Fix ordering on new recipes 2016-02-21 14:34:51 -05:00
Vale 4ceccd41e1 Fix ordering 2016-02-17 14:39:36 -05:00
Augustin Cavalier 41454032c8 pcem: Create (broken) recipe -- wants linux/cdrom.h
... which we don't have.
2015-12-31 12:12:30 -05:00
Sergei Reznikov ff25a97155 VMware add-ons: update to latest commit 2015-11-16 14:02:16 +03: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
Sergei Reznikov e9901f64b8 VMware add-ons: update to latest commit 2015-08-31 10:20:19 +03:00
Humdinger 18588b4916 Improved SUMMARY/DESCRIPTION and re-ordered blocks 2015-08-20 19:00:14 +02:00
Augustin Cavalier 2b51585ae4 More syslibs removal that I missed in the previous commit. 2015-08-04 15:49:58 -04:00
Augustin Cavalier 1f4293e134 Get rid of gcc_syslibs REQUIREs. 2015-08-04 15:45:00 -04:00
Augustin Cavalier 4634abef1b Trim extra newlines at end of file & trailing whitespace. 2015-08-04 12:08:31 -04:00
Augustin Cavalier 55dd9cf19d Rewrite ARCHITECTURES syntax to new HaikuPorter changes.
HaikuPorter now does not care what is in ARCHITECTURES when
building for a SECONDARY_ARCHITECTURE.
2015-08-04 12:00:38 -04:00
Kostadin Damyanov 3e0dd2696c De-lint recipes. 2015-08-04 08:25:40 +03:00
Kostadin Damyanov 86a465afed De-lint recipes. 2015-08-04 00:36:20 +03:00
Adrien Destugues 5b2ad2f0f4 Libdsk: update to current version and recipe standards
* Release 1.3.3 is not even online anymore on the homepage
* Reorder things in the recipe to match current practises
* Remove libtoolize invokation since it is not needed anymore (upstream
fixed)
* Move tools to a separate package
2015-07-25 11:03:20 +02:00
Humdinger 1f664e284f De-lint recipes.
*	rdesktop
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	rebar
	Removed "." from SUMMARY.
	Added REQUIRES and BUILD_REQUIRES.
	Re-ordered blocks.

*	redoflacs
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	rename
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	rtmpdump
	Improved SUMMARY.
	Re-ordered blocks.

*	rxtx
	Improved SUMMARY.
	Fixed COPRIGHT.
	Re-ordered blocks.

*	scheherazade_font
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	scrittore
	Improved SUMMARY.
	Added REQUIRES and BUILD_REQUIRES.
	Re-ordered blocks.

*	sdl_bomber
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	shredder
	Removed "." from SUMMARY.
	Added BUILD_REQUIRES.
	Re-ordered blocks.

*	simh
	Re-ordered blocks.
	Lint warns of unused patch. I does build without. Remove the patch?

*	snappy
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	spidermonkey
	Removed "." from SUMMARY.
	Re-ordered blocks.
2015-07-23 09:38:45 +02:00
Humdinger b82c8008b6 De-Lint recipes.
*	netpbm
	Re-arranged copright madness.

*	pygame
	Re-ordering blocks.
	Re-formatted patch properly.
	Added formerly undeclared patch. Doesn't build with or without.

*	python3_mako, python_mako
	Removed "." from SUMMARY.
	Re-ordering blocks.

*	python3_setuptools, python_setuptools
	Removed "." from SUMMARY.
	Re-ordering blocks.

*	qemu
	Removed "." from SUMMARY.
	Re-ordering blocks.

*	quassel
	Removed "." from SUMMARY.
	Re-ordering blocks.

*	qupzilla
	Removed "." from SUMMARY.
	Re-ordering blocks.
2015-07-23 08:01:11 +02:00
Humdinger 0817519846 De-lint recipe.
*	openimageio
	Re-ordering blocks
	Adding formerly unreferenced patchset. Doesn't build anyway.

*	ordereddict
	Removed "." from SUMMARY
	Re-ordering blocks

*	oricutron
	Removed "." from SUMMARY
	Still a non-building BEP file

*	orphilia_dropbox
	Removed "." from SUMMARY
	Re-ordering blocks

*	pachi
	Removed "(C)" from COPYRIGHT
	Re-ordering blocks

*	pari
	Removed "." from SUMMARY
	Re-ordering blocks

*	pciutils
	Improved DESCRIPTION
	Re-ordering blocks

*	phantomlimb
	Improved SUMMARY
	Re-ordering blocks

*	photograbber
	Removed "." from SUMMARY
	Re-ordering blocks

*	piozone
	Improved DESCRIPTION
	Re-ordering blocks

*	plee_the_bear
	Removed "." and improved SUMMARY
	Re-ordering blocks

*	postgresql_server
	Removed "." from SUMMARY
	Re-ordering blocks

*	privoxy
	Removed "." and improved SUMMARY
	Re-ordering blocks

*	proj-4
	Removed "." and improved SUMMARY
	Re-ordering blocks
	Changed the SOURCE_URI to the github where they moved
	Added $secondaryArchSuffix to the provided cmd

*	protobuf
	Re-ordering blocks
	Updating and referencing patch
	Removed out-of-date patch.
2015-07-22 20:09:18 +02:00
Humdinger 066c027269 De-Lint recipes.
*	libtool
	Minor cosmetics.
	Lint warning "patch not referenced" is true, but it nevertheless
	builds... Maybe those unused patches should be removed?

*	libzip
	Removed "." from SUMMARY.
	Minor cosmetics.

*	linaro_qemu
	Removed "." from SUMMARY.
	Minor cosmetics.

*	llvm
	Removed "." from SUMMARY.
	Minor cosmetics.
	Uncommented the ARCHITECTURES of llvm-3.0. Hope that's OK...

*	lm4tools
	Removed "." from SUMMARY.
	Minor cosmetics.

*	love
	Removed "." and improved SUMMARY/DESCRIPTION.
	Minor cosmetics.

*	ltp
	Removed "." and improved SUMMARY/DESCRIPTION.
	Minor cosmetics.

*	lua
	Removed "." and improved SUMMARY/DESCRIPTION.
	Minor cosmetics.

*	luarocks
	Removed "." from SUMMARY.
	Minor cosmetics.

*	lyx
	Removed "." from SUMMARY.
	Minor cosmetics.
2015-07-21 20:42:21 +02:00
Humdinger 7b67549135 De-Lint recipes.
*	idutils
	Remove "." from SUMMARY.
	Minor cosmetics.

*	im
	Remove "." from SUMMARY.
	Minor cosmetics.
	Sorted _devel block to the top.

*	iozone
	Improved DESCRIPTION.
	Minor cosmetics.

*	isl
	Remove "." from SUMMARY.
	Minor cosmetics.
	Sorted _devel block to the top.

*	iup
	Remove "." from SUMMARY.
	Minor cosmetics.
	Sorted _devel block to the top.

*	joyce
	Remove "." from SUMMARY.
	Improved DESCRIPTION.
	Updated HOMEPAGE URL.
	Minor cosmetics.
	As it compiled without any changes, added recipe for latest v2.2.7

*	kdelibs4
	Remove "." from SUMMARY.
	Sorted _devel block to the top.
2015-07-20 14:25:47 +02:00
Augustin Cavalier 6299524859 Remove cmd:mkdepend from BUILD_PREREQUIRES of makefile_engine apps.
Not needed now that the makefile_engine package depends on
cmd:mkdepend directly.
2015-07-19 13:59:19 -04:00
Augustin Cavalier c74967bb0e Fix a lot of lint failures. 2015-07-16 12:15:14 -04:00
Augustin Cavalier f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Augustin Cavalier 827ec2dcbc simh: Various fixes.
* Trim trailing space.
 * Use .tar.gz + CHECKSUM rather than git+
 * Keep only one HOMEPAGE.
2015-07-02 10:26:32 -04:00
Adrien Destugues 0acf6a483c Recipe for UADE.
Fixes http://ports.haiku-files.org/ticket/695.
2015-06-08 05:22:48 +02:00
Adrien Destugues 617c60c650 Add recipe and patch for FUSE. 2015-05-12 21:39:38 +02:00
Adrien Destugues 84f9d99459 Recipe and path for fuse-utils. 2015-05-12 21:01:13 +02:00
Adrien Destugues 56e0e5f596 Add recipe and patch for libspectrum. 2015-05-12 19:24:56 +02:00
Adrien Destugues 51d3c8f96d Basilisk II: update to latest git revision.
* Thanks to mmu_man for the hints about the video modes.
* Still not using all the new features the Unix version received over
the years, and most importantly the JIT support with idle mode (so it
uses 100% CPU all the time).
2015-04-26 18:46:35 +02:00
François Revol 5020abbf1a BasiliskII: add my unfinished patch against CVS
Just for the record.
2015-04-26 03:04:54 +02:00
Adrien Destugues fe2c34f229 Basilisk II: add recipe for a slightly more recent version
... from 2002. This is the last commit before the video drivers were
refactored and the BeOS one was never updated since.

In this version we get:
* AppleTalk over UDP bridge for BeOS,
* Faster optimized FPU emulation works again,
* Some other minor fixes.
2015-04-25 10:45:14 +02:00
Adrien Destugues d454c73ab3 Recipe for Basilisk II. 2015-04-24 22:28:23 +02:00
Humdinger a38db25c39 Changes in SUMMARY, DESCRIPTION and whitespace.
Removed the full-stop and repeating package name in SUMMARY.
Removed hard line breaks, broke up some very long paragraphs and
use bullet lists where possible.
All done by browsing through HaikuDepot. There may be (many) more left
in the whole haikuports repo...

Included 10 extended desriptions done by soyoye14 for GCI 2014
(https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632)

Removed/insert whitespace where it seems to be the custom in recipes.
Sometimes rearranged elements of a recipe (moving license and copyright
up, for example).
2015-01-12 19:23:51 +01: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
Sergei Reznikov f2fe1b9322 VMware addons: update to the latest revision 2014-12-02 11:25:10 +03:00
Sergei Reznikov 729f59e25f VMware add-ons: bump version 2014-11-25 19:25:54 +03:00
Sergei Reznikov b48ef0dbc2 VMware Add-ons: fix PROVIDES 2014-11-12 01:04:31 +03:00
Sergei Reznikov e9d51d6f73 Add recipe and patch for VMWare Add-ons 2014-11-11 13:55:07 +03:00
François Revol 8773b9ba35 simh: require cmd:which
It's just used to detect gcc but let's add it for completeness.
2014-11-11 00:08:34 +01:00
François Revol 7db5f8bb4b simh: Add SDL2 as requirement for video support 2014-11-11 00:08:33 +01:00
François Revol e6e5989e72 simh: declare libgcc_s as requirement 2014-11-11 00:08:33 +01:00
François Revol 35c7a249ad simh: bump revision 2014-11-11 00:08:32 +01:00
François Revol 7662cd23fe simh: Always install to /bin even for secondary arch
We can't build with gcc2 anyway.
2014-11-11 00:08:31 +01:00
François Revol 5b82769e28 simh: Use latest HEAD and drop the patch
as it has been merged.
2014-11-11 00:08:30 +01:00
Michael Lotz 106c159976 qemu: Update source to allow a native x86_64 build.
Also symlink qemu to qemu-system-x86_64 on x86_64 so that it points
to the native arch.
2014-10-18 16:29:30 +02:00
Michael Lotz 3100a8d52c qemu: Add recipe for version 2.1.2. 2014-10-15 00:04:25 +02:00
Michael Lotz df441da15a qemu: Update to 2.1.0 port that includes Haiku native backend. 2014-09-10 00:32:12 +02:00
Jerome Duval 9995014d71 qemu: fixes x86_64 and clean up dependencies. 2014-09-06 21:53:06 +00:00
Jerome Duval 18ccd7d109 qemu: added a recipe for version 2.1.0 2014-09-05 22:49:17 +00:00
François Revol adc81ec636 Add a recipe for simh
Not really tested.
2014-07-20 01:53:00 +02:00
François Revol 23fb13725e Add patch for simh
No recipe yet.
2014-07-19 18:35:39 +02: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
Sergei Reznikov 976a6bef29 bochs: add recipe for 2.6 2014-06-22 13:39:16 +04:00
Adrien Destugues 9418e7ce3a Add recipe for Joyce, the Amstrad PCW emulator. 2014-05-07 08:33:35 +02:00
Adrien Destugues 4f8204e2da Add recipe for Linaro's fork of qemu
* Supports beagleboard and beagleboard XM.
2014-04-29 21:22:41 +02:00
Oliver Tappe 80bbd70b83 Let all recipes use SHA-256 checksums only. 2014-04-21 19:31:51 +02:00
Adrien Destugues f14057f6c2 Add recipe for QEmu 2.0.0
* Does not include mmlr work on adding a native UI, uses SDL
* Just get things to compile and run for now
* Supports Cubieboard, unlike version 1.7.0.
2014-04-20 19:51:25 +02:00
Adrien Destugues f8cbe868d0 qemu: hybrid build support. 2014-04-20 12:59:53 +02:00
Adrien Destugues 53f1f92b22 libdsk: split out devel package. 2014-02-28 18:07:21 +01:00
Jerome Duval 7e57931e12 qemu: build on x86_64. 2014-02-27 21:01:26 +00:00
noryb009 bd0b785ee4 Rewrap app-emulation DESCRIPTIONs 2014-01-02 16:40:56 -05:00
François Revol 5d2152bbb4 oricutron: do add the deskbar symlink 2013-12-16 09:02:15 +01: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
François Revol 66ff7b2ed2 Fix and update the Oricutron recipe
Note the makefile is supposed to get the svn revision, but I can't get
svnrevision to be either compiled or taken from my already installed
package, plus I suppose since we actually make a git repo from the
source it wouldn't work anyway... FIXME
2013-12-08 23:44:57 +01:00
François Revol cd1ac560ff Fix and update the aranym recipe 2013-12-08 23:17:33 +01:00
Michael Lotz 4869c3d3b3 Add qemu-1.7.0 recipe. 2013-12-08 04:44:55 +00:00
Michael Lotz d32f571e6f Remove old qemu 0.12.4 non-recipe and unused outdated patch. 2013-11-30 03:45:17 +01:00
Michael Lotz 3efe2418e3 Update qemu 0.15.1 recipe to an actual recipe. 2013-11-30 03:45:14 +01:00
Adrien Destugues ccff7343c5 Make libdsk recipe work in hybrid mode as well. 2013-10-06 11:21:20 +02:00
Adrien Destugues 1de22da1c6 Fix libdsk recipe. 2013-10-02 22:53:19 +02:00
Oliver Tappe 80d36572c0 Cleanup fallout from cherry-picks (renaming .bep to .recipe). 2013-09-17 01:14:53 +02:00
Michael Lotz 41a23e7c46 qemu: Add qemu-0.15.1 port with native GUI and audio backend.
Note that this is the last version that builds without dependencies.
The next version would be 1.0 and it introduces the glib dependency
that I did not manage to get built cleanly.

(cherry picked from commit 55e429c1b8)
2013-09-17 00:28:01 +02:00
Oliver Tappe aec3652b01 Cleanup: fix names of recipe and patch files.
* this fixes the wrong recipe names introduced by myself in #d525fee
* adjust patch names to match corresponding recipes
* additionally: create 'additional-files' folders as hint to some
  ports that do not have a proper recipe yet
2013-08-25 23:51:08 +02:00
Oliver Tappe d525fee8e9 Fix names of recipe files that were non-parsable 2013-08-04 21:47:43 +02:00
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00
Oliver Tappe 94cc6aaf85 Merge all changes from trunk 2013-03-29 14:04:07 +00:00
Scott McCreary ac024c0d18 Cleaned up several LICENSE entries in .bep files which didn't have matching license files. 2010-10-15 23:18:39 +00:00
Scott McCreary 6de58767a0 Initial .bep file for qemu, this doesn't yet build, but is a start. Looks like confiugure will need to be
patched.
2010-05-16 06:11:04 +00:00
Scott McCreary 081833065f Initial .bep file checking for sdl-image 2008-07-30 16:49:08 +00:00