aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on head.Jung-uk Kim2014-09-301-0/+14
| | | | | | | PR: 194035 Notes: svn path=/head/; revision=369662
* Update emulators/i386-wine-devel to 1.6.26.David Naylor2014-09-293-17/+28
| | | | Notes: svn path=/head/; revision=369537
* emulators/linux_base-c6: Use a CVE-free version of bashJohannes Jost Meixner2014-09-263-24/+15
| | | | | | | | | | | | | | | | | Bash 4.1.2 as shipped with this Linux base port is vulnerable to CVE-2014-6271 and CVE-2014-7169. As EL6 policy is to backport security patches, use a RPM that is not vulnerable to either remote code execution vulnerability. While here: - Add the proper UDPATES Master site - remove sample files installation from Makefile, in favor of @sample Approved by: swills (mentor) Security: 71ad81da-4414-11e4-a33e-3c970e169bc2 Notes: svn path=/head/; revision=369331
* - Remove obsolete @dirrm(try)Alex Kozlov2014-09-252-2/+1
| | | | | | | - Convert PLIST_DIRSTRY to PLIST_DIRS Notes: svn path=/head/; revision=369242
* - Fix missing symbol RTTermRegisterCallback in virtualbox-ose-additions ↵Bernhard Froehlich2014-09-243-3/+22
| | | | | | | | | | kernel module Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> Reported by: Mike Harding <mvharding@gmail.com> Notes: svn path=/head/; revision=369189
* Add NVIDIA_GL option to fix conflicts with Linux DRIJohannes Jost Meixner2014-09-232-3/+13
| | | | | | | | | | | | | | | linux-c6/f10 metaports pull in their respective dri implementation, which conflicts with nvidia-driver's libGL. Resolve this by adding an option for it, and conditionally pull in either Linux DRI, or the NVIDIA driver. Note: users of nvidia-driver will have to use ports for now. PR: 193832 Differential Revision: https://reviews.freebsd.org/D808 Submitted by: Admir Mehic (admir@mehic.at) Approved by: koobs (mentor) Notes: svn path=/head/; revision=369028
* Unbreak emulators/i386-wine(-devel) builds.David Naylor2014-09-222-0/+4
| | | | | | | | | | | | With the removal of REINPLACE_PLIST in r367153 building wine on FreeBSD/i386 broke. This was not detected in an exp-run as i386-wine is marked IGNORE unless WINE_CROSS_BUILD is defined (to protect the build infrastructure and avoid confusion). PR: 193734 Notes: svn path=/head/; revision=368984
* Simplify plistBaptiste Daroussin2014-09-221-4/+1
| | | | Notes: svn path=/head/; revision=368925
* Update CentOS base to 6.5, add userland portsJohannes Jost Meixner2014-09-2212-208/+916
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Fedora 10 infrastructure ports have been in use since June 2009 and, while having served a great deed, have become unsupported upstream and hence affected by unfixed security vulnerabilities. In addition to that, many recent Linux binaries need newer libc / stdlibc++ versions. This commit adds the linux-c6- userland as drop-in replacement for the -f10 infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5. If you want to switch to linux-c6 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 Additionally, please add the following line to /etc/sysctl.conf: compat.linux.osrelease=2.6.18 Upgrading procedures are shown in /usr/ports/UPDATING. This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in November 2013, using and extending mav@'s work. It has been tested extensively and most reported issues were already fixed. Please report any additional bug or "features" to the emulation mailing list. Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's filed Issues and Pull requests on GitHub, PR: 186820 Differential Revision: https://reviews.freebsd.org/D793 Reviewed by: allanjude, antoine, bapt, rene Approved by: portmgr (antoine, bapt) Approved by: koobs (mentor) Sponsored by: Perceivon Hosting Inc. Notes: svn path=/head/; revision=368845
* Update to Wine 1.7.27. This includes the following changes:Gerald Pfeifer2014-09-203-5/+6
| | | | | | | | | | - Some more work on Direct2D support. - Various improvements to RichEdit interfaces. - Initial support for ICMP version 6. - Various bug fixes. Notes: svn path=/head/; revision=368651
* - Finally import syrinx' fix for 10.0+, it seems to work no worseJuergen Lock2014-09-203-5/+107
| | | | | | | | | | | than kqemu worked before. [1] - Fix build on 10/i386. PR: 184984 [1] Submitted by: syrinx [1] Notes: svn path=/head/; revision=368631
* - Remove ALL_TARGETS from OPTIONS_DEFAULT as target-ppc doesn't buildJuergen Lock2014-09-201-2/+2
| | | | | | | | | | | | | | | with gcc48 on i386: work/qemu-0.11.1/target-ppc/op_helper.c: In function 'helper_fmadd': work/qemu-0.11.1/target-ppc/op_helper.c:1250:10: error: frame pointer required, but reserved uint64_t helper_fmadd (uint64_t arg1, uint64_t arg2, uint64_t arg3) - Bump PORTREVISION. Submitted by: beefy1 via pkg-fallout Notes: svn path=/head/; revision=368629
* - Add CPE information to virtualbox portsBernhard Froehlich2014-09-183-3/+12
| | | | Notes: svn path=/head/; revision=368433
* - Update to 4.3.16Bernhard Froehlich2014-09-1715-102/+250
| | | | | | | | | Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com>, Jung-uk Kim <jkim@FreeBSD.org> Obtained from: svn.redports.org/virtualbox Notes: svn path=/head/; revision=368359
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-1/+3
| | | | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=368356
* - Fix a typo in pkg-messageKris Moore2014-09-151-1/+1
| | | | Notes: svn path=/head/; revision=368277
* - Update pipelight-mkufs script to create a larger UFS volume (400MB)Kris Moore2014-09-152-2/+2
| | | | | | | - Bump PORTREV Notes: svn path=/head/; revision=368275
* - Add the new MPG123 & V4L options to wine-compholioKris Moore2014-09-151-1/+1
| | | | Notes: svn path=/head/; revision=368268
* emulators/hercules: update 3.10 -> 3.11Bartek Rutkowski2014-09-153-7/+4
| | | | | | | | | - Fix pkg-descr content and url Approved by: mentors (implicit) Notes: svn path=/head/; revision=368259
* Update to Wine 1.7.26. This includes the following changes:Gerald Pfeifer2014-09-143-10/+20
| | | | | | | | | | | | | | | | | | - Still more DirectWrite functions. - Improvements to the common File Dialog. - A number of C runtime improvements. - Various bug fixes. Add two new options MPG123 and V4L that pull in and leverage the respective ports for MP3 and Video support. [1] Sort OPTIONS alphabetically, except for the two that pull in Gecko and Mono MSI packages for run-time support. Submitted by: kmoore [1] Notes: svn path=/head/; revision=368169
* devel/glib12 x11-toolkits/gtk12:Tijl Coosemans2014-09-134-4/+4
| | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0 Notes: svn path=/head/; revision=368108
* - Allow staging as a regular userAntoine Brodin2014-09-132-5/+1
| | | | | | | - Fix build on head Notes: svn path=/head/; revision=368094
* Both master and slave fail to packageAntoine Brodin2014-09-111-1/+1
| | | | Notes: svn path=/head/; revision=367983
* - Unbreak by providing path to glut.h includeDmitry Marakasov2014-09-111-3/+1
| | | | | | | | PR: 193550 Submitted by: mazhe@alkumuna.eu Notes: svn path=/head/; revision=367943
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-1063-39/+63
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Allow staging as a regular userAntoine Brodin2014-09-102-15/+4
| | | | | | | - USES=kmod and simplify Notes: svn path=/head/; revision=367857
* Update the pipelight-mkufs script to mount zvols lateKris Moore2014-09-102-2/+2
| | | | Notes: svn path=/head/; revision=367836
* Remove virtualbox-*-legacy due to lack of stagingJohn Marino2014-09-0943-2334/+0
| | | | | | | | | The virtualbox-ose-kmod-legacy port is staged, but it has no purpose without the unstaged virtualbox-ose-legacy port, so both ports have been removed at the same time. Notes: svn path=/head/; revision=367769
* Stage emulators/linx_base-gentoo-stage3John Marino2014-09-091-1/+0
| | | | | | | | This is a slave port to the staged master port emulators/ linux_dist-gentoo-stage3, so staging has already been implemented. Notes: svn path=/head/; revision=367758
* emulators/mupen64plus-video-z64: preserve a bit longerJohn Marino2014-09-071-1/+0
| | | | | | | | | | | Most of the mupen64plus ports support stage out of the box, just remove "NO_STAGE=yes". However, this port is broken for another reason. To avoid it being pruned for being unstaged, remove NO_STAGE but leave it broken to give somebody a little more time to fix the glew dependency issue. Notes: svn path=/head/; revision=367594
* - Add pipelight-mkufs script for users on ZFSKris Moore2014-09-054-1/+119
| | | | | | | | - Add pkg-message for initial pipelight setup / usage - Bump PORTREV Notes: svn path=/head/; revision=367384
* - Ignore bash from PATHKris Moore2014-09-051-2/+5
| | | | | | | | PR: 193287 Submitted by: Jan Beich <jbeich@vfemail.net> Notes: svn path=/head/; revision=367380
* Update to 4.0.2Ganael LAPLANCHE2014-09-043-6/+19
| | | | | | | | PR: 193001 Submitted by: amdmi3 Notes: svn path=/head/; revision=367244
* Upgrade to 1.2.5.Vanilla I. Shu2014-09-0310-112/+115
| | | | | | | | PR: ports/193155 Submitted by: Ports Fury. Notes: svn path=/head/; revision=367149
* Remove useless @cwdBaptiste Daroussin2014-09-021-11/+10
| | | | Notes: svn path=/head/; revision=367024
* Add USES=libtool to accessibility/atkmm and bump dependent portsTijl Coosemans2014-09-011-1/+1
| | | | Notes: svn path=/head/; revision=366938
* Fix build on 8 and 9.Adam Weinberger2014-09-011-4/+13
| | | | Notes: svn path=/head/; revision=366898
* Remove non staged ports without pending PR from d*Baptiste Daroussin2014-09-0136-1896/+0
| | | | Notes: svn path=/head/; revision=366887
* Remove support for pkg_installBaptiste Daroussin2014-09-012-22/+10
| | | | | | | | | | | Merge back bsd.pkgng.mk into bsd.port.mk Add a note about @stopdaemon not being supported anymore With hat: portmgr Differential Revision: https://reviews.freebsd.org/D693 Notes: svn path=/head/; revision=366875
* Update emulators/i386-wine-devel (and -compholio) to 1.7.25.David Naylor2014-08-304-18/+25
| | | | | | | | Also, fix build of i386-wine-* on 32-bit environments (move $MKDIR to prior the $INSTALL). Notes: svn path=/head/; revision=366593
* - bsd-user: Increase MAX_ARG_PAGES to 64.Juergen Lock2014-08-292-1/+30
| | | | | | | | | | - Bump PORTREVISION. Submitted by: sbruno Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/200e09e4bf497b43cace6b2b2b85b943f5d59dc1 Notes: svn path=/head/; revision=366553
* Upgrade to 1.3.Vanilla I. Shu2014-08-285-88/+109
| | | | | | | | PR: ports/193032 Submitted by: Ports Fury. Notes: svn path=/head/; revision=366378
* - Fix shebangsDmitry Marakasov2014-08-271-2/+4
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=366348
* Add missing libsTijl Coosemans2014-08-271-0/+4
| | | | Notes: svn path=/head/; revision=366347
* Convert to USES=libtool:keeplaTijl Coosemans2014-08-273-77/+5
| | | | Notes: svn path=/head/; revision=366343
* Convert to USES=libtool. Because the bundled libtool is too old to workTijl Coosemans2014-08-274-81/+78
| | | | | | | with devel/libltdl libtoolize and other autotools are needed. Notes: svn path=/head/; revision=366341
* Fix a build failure. Still fails later in the build.Adam Weinberger2014-08-261-0/+11
| | | | Notes: svn path=/head/; revision=366278
* - Convert to USES=libtoolTijl Coosemans2014-08-263-81/+13
| | | | | | | | | - Add missing dependency on libfreetype and USE_XORG xxf86vm - Remove remnants of broken SDL support - Replace patch with post-patch command Notes: svn path=/head/; revision=366263
* - Fix missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-262-1/+2
| | | | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366215
* Use @sample keywordAntoine Brodin2014-08-262-6/+1
| | | | Notes: svn path=/head/; revision=366191