aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r418136 r418138 r419430Jason Unovitch2016-08-023-2/+181
| | | | | | | | | | | | | | | | | | | seabios: update to 1.9.3 xen-tools: bump PORTREVISION after SeaBIOS update xen: apply XSA-{182/183/184} PR: 211482 Sponsored by: Citrix Systems R&D Approved by: ports-secteam (with hat) Security: CVE-2016-5403 Security: CVE-2016-6259 Security: CVE-2016-6258 Security: https://vuxml.FreeBSD.org/freebsd/06574c62-5854-11e6-b334-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/04cf89e3-5854-11e6-b334-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/032aa524-5854-11e6-b334-002590263bf5.html Notes: svn path=/branches/2016Q3/; revision=419464
* MFH: r418829Dirk Meyer2016-07-201-1/+1
| | | | | | | | | | | | | | | | - update libgd to 2.2.2 - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 Approved by: portmgr (feld) Notes: svn path=/branches/2016Q3/; revision=418857
* MFH: r418486David Naylor2016-07-141-1/+1
| | | | | | | | | | | emulators/i386-wine-devel: fix gecko dependency bump. PR: 210740, 219095 Reported by: Piotr Kubaj <pkubaj@anongoth.pl>, Ivan Klymenko <fidaj@ukr.net Approved by: ports-secteam (junovitch) Notes: svn path=/branches/2016Q3/; revision=418515
* MFH: r418036Roger Pau Monné2016-07-043-8/+6
| | | | | | | | | | xen: update to final 4.7.0 Sponsored by: Citrix Systems R&D Approved by: ports-secteam Notes: svn path=/branches/2016Q3/; revision=418043
* emulators/i386-wine-devel: update to 1.9.13.David Naylor2016-06-293-16/+22
| | | | Notes: svn path=/head/; revision=417757
* Update qemu-sbruno/user-static to capture pull request:Sean Bruno2016-06-282-6/+7
| | | | | | | | | | - Allow utimensat() syscall on FreeBSD 10.3, where pkg(8) requires it. Update qemu-sbruno Makefile to not build qemu-tools when building qemu-user-static slave port. (ian@) Notes: svn path=/head/; revision=417742
* Update to Wine 1.9.13. This includes the following changes:Gerald Pfeifer2016-06-265-12/+19
| | | | | | | | | | | | | | | - More Shader Model 5 support in Direct3D. - Unicode data updated to Unicode 9.0.0. - Improvements to GDI paths and metafiles. - More progress towards the Direct3D command stream. - Various bug fixes. This now uses a new version of the Gecko engine based on Firefox 47, and accordingly the wine-gecko-devel port is updated to version 2.44 to 2.47. Notes: svn path=/head/; revision=417609
* emulators/i386-wine-devel: update to 1.9.12.David Naylor2016-06-253-25/+18
| | | | | | | | - Track mono dependency change - Update minimum FreeBSD ABI for -current. Notes: svn path=/head/; revision=417486
* Update to a new snapshot with improved compressed capability support.Brooks Davis2016-06-242-4/+4
| | | | Notes: svn path=/head/; revision=417453
* - Switch to options helpersDmitry Marakasov2016-06-241-24/+18
| | | | | | | - Cosmetic fixes Notes: svn path=/head/; revision=417430
* - Switch to options helpersDmitry Marakasov2016-06-241-6/+13
| | | | | | | - Cosmetic fixes Notes: svn path=/head/; revision=417422
* Capture upstream pull request from jkim@Sean Bruno2016-06-212-6/+5
| | | | | | | | | | | | | | | https://github.com/seanbruno/qemu-bsd-user/pull/23 Limit sysctl(3) output for hw.availpages to 4GB. - This output should be limited to 4GB on 32-bit targets to be consistent with hw.physmem. Note this also limits sysconf(3) with _SC_PHYS_PAGES because libc uses sysctlbyname("hw.availpages", ...) to get the value. - Properly swap output for hw.physmem, etc. while I am in the neighborhood. Submitted by: jkim@ Notes: svn path=/head/; revision=417209
* Update to Wine 1.9.12. This includes the following changes:Gerald Pfeifer2016-06-205-19/+13
| | | | | | | | | | | | | | - Initial version of a taskbar in desktop mode. - Fixes for right-to-left languages in Uniscribe. - More Shader Model 4 support in Direct3D. - Better metafile support in RichEdit. - Various bug fixes. It also now uses a bug fix update of the Mono engine and accordingly the wine-mono-devel port is updated to version 4.6.3 from 4.6.2. Notes: svn path=/head/; revision=417181
* Update Linux ports to Centos 6.8.Tijl Coosemans2016-06-206-552/+551
| | | | | | | | | PR: 210373 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D6891 Notes: svn path=/head/; revision=417169
* With the power of USES=dos2unix, get rid of most patches and filesMathieu Arnold2016-06-204-12/+11
| | | | | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=417166
* emulators/i386-wine: update to 1.8.3.David Naylor2016-06-203-11/+12
| | | | | | | - Backport TIMESTAMP handling for distinfo. Notes: svn path=/head/; revision=417137
* emulators/i386-wine-devel: update to 1.9.11_1David Naylor2016-06-203-13/+15
| | | | Notes: svn path=/head/; revision=417136
* Require/build with Xinerama support (which has been explicitly disabledGerald Pfeifer2016-06-191-4/+4
| | | | | | | | | | | before to ensure reproducible builds). Without this, some programs would incorrectly show full screen as a wide window covering 2 monitors. PR: 210039 Submitted by: Henry Hu <henry.hu.sh@gmail.com> Notes: svn path=/head/; revision=417122
* Update to Wine 1.8.3 which bringsGerald Pfeifer2016-06-183-5/+6
| | | | | | | | | | | | | - various bug fixes; - a lot of additional NVidia cards in the GPU description table; and - updates to the National Language Support files. A bit surprisingly given the nature of this maintenance release, also a handfull of changes to the packaging list (such as a new include file include/wine/windows/fontsub.h). Notes: svn path=/head/; revision=417086
* emulators/xen: fix typo in descriptionRuslan Makhmatkhanov2016-06-171-2/+2
| | | | | | | | | Also add missing tabulation. Non-functional changes. Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=416998
* xen: update to 4.7.0-rc6Roger Pau Monné2016-06-165-51/+13
| | | | | | | Sponsored by: Citrix Systems R&D Notes: svn path=/head/; revision=416971
* Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.Mathieu Arnold2016-06-161-1/+1
| | | | | | | | | | | | | | WITH_OPENSSL_* can't be set after bsd.port.pre.mk. Fold all other usage into using SSL_DEFAULT == foo PR: 210149 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6577 Notes: svn path=/head/; revision=416966
* emulators/qemu: Fix patch files which was updated in latest distMuhammad Moinur Rahman2016-06-151-11/+0
| | | | | | | Submitted by: bar Notes: svn path=/head/; revision=416931
* Add run-time dependencies required by the scipts installed by this port.Stefan Eßer2016-06-151-1/+5
| | | | | | | | | PR: 210271 Submitted by: madpilot Approved by: antoine (mentor, implicit) Notes: svn path=/head/; revision=416927
* devel/py-qt4-core: change USE_PYQT from sip_build to sip to fix buildKurt Jaeger2016-06-141-2/+0
| | | | | | | | | | | | | | | for those ports, unbreak: science/veusz math/qtiplot emulators/swine devel/ninja-ide PR: 210045 Reported by: antoine Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde) Notes: svn path=/head/; revision=416904
* Use correct ELF magic to run powerpc64 binaries.Sean Bruno2016-06-132-1/+2
| | | | | | | | PR: 209983 Submitted by: jbeich Notes: svn path=/head/; revision=416859
* Update the Spectrum Fuse ports to version 1.2.0Rene Ladan2016-06-119-68/+36
| | | | | | | | | | | | | | | - Always include libaudiofile support, it was ON in fuse-utils but OFF in libspectrum - Bump version of libspectrum.so to 8.2.0 - New ulitity tape2pulses - Add missing LIB_DEPENDS / USES / USE_* [1] - Remove upstreamed patch - Pet portlint Reported by: poudriere [1] Notes: svn path=/head/; revision=416760
* Update to capture pull request from jkim@Sean Bruno2016-06-112-5/+5
| | | | | | | | | - Clean up locking/unlocking path names Submitted by: jkim Notes: svn path=/head/; revision=416730
* - Update to 0.64Danilo Egea Gondolfo2016-06-102-8/+10
| | | | | | | | - Add dependencies explicitly as suggested by Q/A - Sort USE_QT4 list Notes: svn path=/head/; revision=416694
* Update qemu-cheri* to a fresh snapshot.Brooks Davis2016-06-105-5/+26
| | | | | | | | | | | Switch qemu-cheri128 to compressed 128-bit capabilities per the soon to be released ISA v5. Introduce a new qemu-cheri128m port which retains support for 128-bit capabilities that magically store 256-bit of data preserving semantic compatiblity with 256-bit capabilities while having 128-bit size and alignment requirments. Notes: svn path=/head/; revision=416683
* emulators/qemu: Update version 2.4.0=>2.5.1.1Muhammad Moinur Rahman2016-06-107-159/+154
| | | | | | | | - Change X86_TARGETS Description - Update pkg-plist to fix X86_TARGETS issue Notes: svn path=/head/; revision=416670
* emulators/fuse-roms: move Opus-22.rom to my own server because the originalRene Ladan2016-06-092-1/+2
| | | | | | | | | server got flaky and the only other public one does not allow fetch(1) Reported by: pkg-fallout Notes: svn path=/head/; revision=416635
* xen: add missing file from r416310Roger Pau Monné2016-06-071-0/+33
| | | | | | | Sponsored by: Citrix Systems R&D Notes: svn path=/head/; revision=416497
* emulators/i386-wine-devel: fix distfile generation.David Naylor2016-06-062-7/+2
| | | | | | | Filter out all but the first TIMESTAMP. Notes: svn path=/head/; revision=416477
* Remove unneeded usage of:Mathieu Arnold2016-06-061-2/+1
| | | | | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight Notes: svn path=/head/; revision=416469
* Bump PORTREVISION for previous commit.Tijl Coosemans2016-06-051-1/+1
| | | | Notes: svn path=/head/; revision=416435
* Update krb5-libs to 1.10.3-42z1.el6_7.Tijl Coosemans2016-06-053-12/+14
| | | | Notes: svn path=/head/; revision=416420
* Mark BROKEN: fails to stageAntoine Brodin2016-06-041-0/+2
| | | | | | | | | | | | | pyuic4 MainWindow.ui -o MainWindow.py Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/PyQt4/uic/pyuic.py", line 26, in <module> from PyQt4 import QtCore ImportError: No module named sip Reported by: pkg-fallout Notes: svn path=/head/; revision=416370
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-06-034-0/+8
| | | | Notes: svn path=/head/; revision=416324
* xen-kernel: update post install messageRoger Pau Monné2016-06-031-0/+1
| | | | | | | | | | | | Expand the post install instructions to mention the need to add hw.pci.mcfg=0 to /boot/loader.conf, or else FreeBSD is not going to be able to boot as Dom0. Approved by: bapt Sponsored by: Citrix Systems R&D Notes: svn path=/head/; revision=416313
* xen: update to Xen 4.7-rc4Roger Pau Monné2016-06-0320-1258/+178
| | | | | | | | | | | | | | Now both the xen-kernel and xen-tools packages are compiled with clang from base. xen-kernel however needs to use binutils due to some limitations in the current elftc. Approved by: bapt Sponsored by: Citrix Systems R&D Notes: svn path=/head/; revision=416310
* Update to a merged copy of 2.6.50Sean Bruno2016-06-022-6/+6
| | | | Notes: svn path=/head/; revision=416288
* Fixup for macros that conflict with standard C++ function names.Sean Bruno2016-06-022-0/+29
| | | | | | | | PR: 209590 Submitted by: dim@ Notes: svn path=/head/; revision=416287
* emulators/i386-wine-devel: update to 1.9.11David Naylor2016-06-013-14/+21
| | | | Notes: svn path=/head/; revision=416256
* Github cleanup.Mathieu Arnold2016-06-012-3/+3
| | | | | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight Notes: svn path=/head/; revision=416242
* Fix build with Perl 5.25.1+.Mathieu Arnold2016-05-311-0/+11
| | | | | | | | | | Unescaped left brace in regex is illegal in regex. With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=416188
* Update to Wine 1.9.11. This includes the following changes:Gerald Pfeifer2016-05-293-6/+8
| | | | | | | | | | | - Better support for long URLs in WinInet. - Various Direct3D 11 improvements. - Down-mixing support in DirectSound. - Some cosmetic improvements in desktop mode. - Various bug fixes. Notes: svn path=/head/; revision=416122
* emulators/qemu-devel: Update version 2.5.0=>2.6.1Muhammad Moinur Rahman2016-05-2910-440/+411
| | | | Notes: svn path=/head/; revision=416075
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-232-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738