aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Update emulators/i386-wine-devel to 1.7.10.David Naylor2014-01-083-5/+10
| | | | Notes: svn path=/head/; revision=339100
* Convert to the new LIB_DEPENDS syntaxRaphael Kubo da Costa2014-01-081-1/+1
| | | | Notes: svn path=/head/; revision=339080
* Fix installation for slave port of emulators/wine-devel.David Naylor2014-01-071-5/+5
| | | | | | | | | | | | | | | | | Wine switched to using an internal install script and removed logic to create the underlying directories. As explained in a comment from Makefile: """ Wine expects the install script to make any missing directories, and the default internal tool (/tools/install-sh) does that however the default install script used by Ports does not. """ Disable the specification of the INSTALL scripts and allow wine to use the internal one. Notes: svn path=/head/; revision=339006
* - Update OpenMSX to 0.10.0Johan van Selst2014-01-072-8/+4
| | | | | | | | http://sourceforge.net/projects/openmsx/files/openmsx/0.10.0/README_release-notes.txt/view This version requires a modern GCC compiler Notes: svn path=/head/; revision=338992
* Add missing patch for emulators/wine-devel.David Naylor2014-01-051-0/+13
| | | | | | | Without this patch the port fails to build. Notes: svn path=/head/; revision=338749
* Update emulators/wine-devel to 1.7.10.David Naylor2014-01-033-9/+71
| | | | | | | | | | | | | | | ChangeLog: - Window maximization in the Mac driver. - AVI compressor implementation. - Thread local storage support in dynamically loaded libraries. - Beginnings of a Task Scheduler implementation. - Extended IPX protocol support. - Various bug fixes. Approved by: gerald (maintainer, implicit) Notes: svn path=/head/; revision=338584
* Add missing PKGNAMESUFFIX from emulators/wine-mono-devel.David Naylor2014-01-031-0/+1
| | | | | | | Reported by: indexbuild@ Notes: svn path=/head/; revision=338579
* Add missing components to patch-freetype of emulators/wine.David Naylor2014-01-032-36/+99
| | | | | | | | | | | | | | The patch was missing some changes made to dlls/gdi32/freetype.c. Since the previous patch compiles and that this patch changes what code gets compiled a PORTREVISION is required. Base this patch on upstream commit 67f9b6e3 which simplifies some of the changes to configure. Approved by: gerald (maintainer, implicit) Notes: svn path=/head/; revision=338528
* Add emualtors/wine-mono-devel at version 4.5.2.David Naylor2014-01-036-2/+37
| | | | | | | | | | emulators/(i386-)wine-devel require a newer version of mono. Reported by: Green Dog <fiziologus@gmail.com> Approved by: gerald (maintainer: emulators/wine-devel, implicit) Notes: svn path=/head/; revision=338526
* Update emulators/i386-wine-devel to 1.7.9.David Naylor2014-01-033-15/+40
| | | | | | | | Changes: - Convert MONO and GECKO to ${opt}_RUN_DEPENDS macro Notes: svn path=/head/; revision=338525
* Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-036-6/+0
| | | | Notes: svn path=/head/; revision=338511
* Fix build for emulators/wine.David Naylor2014-01-021-0/+215
| | | | | | | | | | | | | With the recent change to print/freetype2 that introduces a new build system building for emulators/wine broke. This break is fixed by back- porting the changes (made upstream) to emulators/wine-devel to support the new build system for print/freetype2. Reported by: pkg-fallout Approved by: gerald (maintainer, implicit) Notes: svn path=/head/; revision=338434
* Update emulators/wine-devel to 1.7.9.David Naylor2014-01-023-73/+60
| | | | | | | | | | | | | | | | | | | Changes: - Make use of ${opt}_CONFIGURE_WITH, ${opt}_USE, ${opt}_USES, ${opt}_${typ}_DEPENDS - Convert an instance of NOPORTDOCS to ${PORT_OPTIONS:MDOCS} - Remove check ${OSVER} < 800000 - Replace the importing of <bsd.ports.pre.mk> with <bsd.ports.options.mk> ChangeLog: - Improved window moving/resizing in the Mac driver. - Some DirectDraw palette fixes. - Reduced code duplication between C++ runtime versions. - Various bug fixes. Approved by: gerald (maintainer, implicit) Notes: svn path=/head/; revision=338433
* - Add an ugly hack to rename base64.h so that it doesn't conflict with the oneSteve Wills2014-01-014-1/+1511
| | | | | | | | | | installed by security/heimdal PR: ports/177454 Reported by: Andriy Syrovenko <andriys@gmail.com> Notes: svn path=/head/; revision=338381
* - Update to 1.7.0, announce message is here:Juergen Lock2013-12-308-58/+119
| | | | | | | | | | | http://lists.nongnu.org/archive/html/qemu-devel/2013-12/msg01770.html - Bring back BSD_USER knob thanx to sson's latest patches. [1] Submitted by: sson [1] Notes: svn path=/head/; revision=338187
* - Enable STAGE supportJohan van Selst2013-12-291-9/+11
| | | | | | | | - Make hidden dependency on libao explicit - Bump PORTREVISION Notes: svn path=/head/; revision=337967
* emulators/catapult: Fix installation in /root, add DragonFly supportJohn Marino2013-12-282-0/+19
| | | | | | | | | | After DragonFly support was added, it was discovered that this port was writing in /root/.local, which is not permissible. Settng CATAPULT_NO_DESKTOP_HOOKS stops that, but requires that catapult.xpm be manually installed, which was added to post-install target. Notes: svn path=/head/; revision=337834
* - Modernize dos2unix and gmakeRene Ladan2013-12-274-8/+45
| | | | | | | | | | | | - Undeprecate, futher fixes are in progress - Remove leading definite article from comment PR: ports/182097 Submitted by: Eugene Grosbein <egrosbein@rdtc.ru> Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=337823
* Convert the tree to USES=openalAntoine Brodin2013-12-255-7/+9
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=337464
* - Require netif in vmware-guestd to avoid DHCP issueSteve Wills2013-12-222-2/+2
| | | | | | | | | | - Bump PORTREVISION for package change PR: ports/168332 PR: ports/149949 Notes: svn path=/head/; revision=337221
* - Update from 1.1.20.1 to 1.1.21Danilo Egea Gondolfo2013-12-221-1/+1
| | | | | | | | | | | | | | - Add LICENSE while here - Add stage support - Convert USE_GMAKE to USES PR: ports/185082 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> (maintainer) Notes: svn path=/head/; revision=337199
* - Update from 0.40 to 0.41Danilo Egea Gondolfo2013-12-212-7/+4
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=337151
* - Respect CXXPawel Pekala2013-12-202-28/+19
| | | | | | | | | | | - Install desktop entry file - Support staging PR: ports/184890 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=337102
* - Fix build with clangPawel Pekala2013-12-204-25/+228
| | | | | | | | | | | - Add desktop entry file - Support staging PR: ports/184866 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=337039
* - Respect CC/CFLAGSPawel Pekala2013-12-203-47/+16
| | | | | | | | | | | | - Remove leading article from COMMENT - Switch to PLIST_FILES - Support staging PR: ports/184858 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=337012
* - Update to 1.1-r2Rusmir Dusko2013-12-192-4/+6
| | | | | | | | | | - Add USE_GCC=yes - Break lines around 80 characters Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=336966
* - Update from 3.40 to 4.0Danilo Egea Gondolfo2013-12-192-5/+5
| | | | | | | - Remove extra tabs Notes: svn path=/head/; revision=336918
* emulators/hugo: Correctly reset maintainer to ports@FreeBSD.org (typo)Kubilay Kocak2013-12-181-1/+1
| | | | | | | Reported by: mva Notes: svn path=/head/; revision=336816
* Reset maintainer for llwang@infor.orgKubilay Kocak2013-12-182-2/+2
| | | | | | | | | | | | | Reset maintainership for llwang@infor.org due to multiple timeouts and email address permanent failure. Return all ports to the free pool except py-numpy, which is taken under the wing of the python@ team. We thank you for your contribution to the FreeBSD project Approved by: portmgr Notes: svn path=/head/; revision=336813
* - Disable stripping away RPATH on FreeBSD for Hardened-R3 binaries.Bernhard Froehlich2013-12-172-7/+17
| | | | | | | | | | | | This fixes the remaining compat9x problems because the virtualbox buildsystem did remove our RPATH on some binaries if hardening is enabled. The hardening is a collection of additional safety checks for all virtualbox suid binaries and is always enabled. Reported by: many FreeBSD 10 users Notes: svn path=/head/; revision=336773
* - Disable stripping away RPATH on FreeBSD for Hardened-R3 binaries.Bernhard Froehlich2013-12-172-8/+17
| | | | | | | | | | | | This fixes the remaining compat9x problems because the virtualbox buildsystem did remove our RPATH on some binaries if hardening is enabled. The hardening is a collection of additional safety checks for all virtualbox suid binaries and is always enabled. Reported by: many FreeBSD 10 users Notes: svn path=/head/; revision=336768
* Mark broken: the RPM package is not on HP's site anymoreMarcel Moolenaar2013-12-161-0/+4
| | | | | | | | | | Mark deprecated: there has been no interest in upgrading to the version on SourceForge. Reviewed by: eadler (thanks!) Notes: svn path=/head/; revision=336682
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]Niclas Zeising2013-12-164-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0] Notes: svn path=/head/; revision=336621
* - Fix the usage of 'python' to get rid of the implicit lang/pythonMarcus von Appen2013-12-141-1/+12
| | | | | | | | | | | dependency - Convert USES_GMAKE to USES=gmake, while here Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336472
* - make lang/python an explicit dependency to get rid of theMarcus von Appen2013-12-141-1/+2
| | | | | | | | | | implicit one Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336470
* - make lang/python an explicit build dependency to getMarcus von Appen2013-12-141-1/+2
| | | | | | | | | | rid of the implicit one Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336467
* - Fix the usage of 'python' to get rid of the implicit lang/pythonMarcus von Appen2013-12-141-0/+1
| | | | | | | | | | dependency Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336466
* - Add stage supportDanilo Egea Gondolfo2013-12-142-258/+84
| | | | | | | | - Convert a lot of "if's" to options helpers - Convert LIB_DEPENDS to new syntax Notes: svn path=/head/; revision=336418
* - Convert "if defined(WITH_GTK2)" to optionsDanilo Egea Gondolfo2013-12-141-14/+13
| | | | | | | - Add stage support Notes: svn path=/head/; revision=336406
* - Add stage supportDanilo Egea Gondolfo2013-12-141-9/+5
| | | | Notes: svn path=/head/; revision=336405
* - Remove the indefinite article from COMMENTDanilo Egea Gondolfo2013-12-131-5/+5
| | | | | | | | | - Add LICENSE - Convert USE_GMAKE to USES - Add stage support Notes: svn path=/head/; revision=336401
* - Update to virtualbox-ose 4.2.20_1Bernhard Froehlich2013-12-1345-1588/+824
| | | | | | | | | - This update pulls in many changes from the port and brings better support for FreeBSD 10 and GCC from ports. I am doing that in preparation of the upcoming VirtualBox 4.3 update that should land soon. Notes: svn path=/head/; revision=336332
* - Properly add $_GCC_RUNTIME to RPATH because that variable is evaluatedBernhard Froehlich2013-12-121-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | after bsd.port.post.mk so it's hard to test for it. This fixes various issues that look like these ... VirtualBox: Error -610 in supR3HardenedMainInitRuntime! VirtualBox: dlopen("/usr/local/lib/virtualbox/VBoxRT.so",) failed: /usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.15 required by /usr/local/lib/virtualbox/VBoxRT.so not found Type Manifest File: /root/.VirtualBox/xpti.dat nsNativeComponentLoader: autoregistering begins. nsNativeComponentLoader: autoregistering succeeded VBoxManage: error: Failed to create the VirtualBox object! VBoxManage: error: Code NS_ERROR_ABORT (0x80004004) - Operation aborted (extended info not available) VBoxManage: error: Most likely, the VirtualBox COM server is not running or failed to start. PR: ports/182468 PR: ports/183085 Submitted by: bapt Notes: svn path=/head/; revision=336267
* Convert LIB_DEPENDS for ports depending on boostBaptiste Daroussin2013-12-121-4/+4
| | | | Notes: svn path=/head/; revision=336253
* - update LEGALDirk Meyer2013-12-111-1/+1
| | | | | | | remove pgp* as rsaref has expired. Notes: svn path=/head/; revision=336225
* Update emulators/i386-wine-devel to 1.7.8.David Naylor2013-12-112-6/+6
| | | | Notes: svn path=/head/; revision=336201
* - Add misc/compat9x port as conflicting because it causes the wrong ↵Bernhard Froehlich2013-12-111-1/+1
| | | | | | | | | | | | | | | | | | | libstdc++.so.6 to be found by rtld. In fact vbox links to libstdc++.so.6 from lang/gcc46 because of USE_GCC=yes but we have another shared object with the same shlib version in compat9x which is incompatible. VirtualBox: Error -610 in supR3HardenedMainInitRuntime! VirtualBox: dlopen("/usr/local/lib/virtualbox/VBoxRT.so",) failed: /usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.15 required by /usr/local/lib/virtualbox/VBoxRT.so not found PR: ports/182468 Reported by: various FreeBSD 10 users Notes: svn path=/head/; revision=336164
* - Update to 4.2.20 [1]Bernhard Froehlich2013-12-1013-106/+189
| | | | | | | | | | | | | | | | - Add $_GCC_RUNTIME to vbox runpath when building with gcc from ports [2] - Add vboxwatchdog rc.d script - Fix building with gcc 4.6 from ports and remove FreeBSD specific -mno-align-long-strings - Remove checks for EoL FreeBSD versions - Support staging - Convert LIB_DEPENDS to new shlib format - Adopt OPTIONS_SUB and new OPTION_CONFIGURE_ON|OFF PR: ports/182468 [2] Submitted by: Mikhail Tsatsenko [1] Notes: svn path=/head/; revision=336107
* - Use new options frameworkGanael LAPLANCHE2013-12-102-37/+24
| | | | | | | - Always stage TOOLS/DOCS/EXAMPLES Notes: svn path=/head/; revision=336058
* Teach portscout that emulators/i386-wine uses even based version numbering.David Naylor2013-12-101-0/+2
| | | | Notes: svn path=/head/; revision=336051