aboutsummaryrefslogtreecommitdiff
path: root/emulators/playonbsd
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Fix build with DEFAULT_VERSIONS=python=3.xAntoine Brodin2019-02-261-1/+1
| | | | | | | PR: 234681 Notes: svn path=/head/; revision=493961
* wxGTK3.0: switch to gtk3 and webkit2Baptiste Daroussin2019-02-251-1/+1
| | | | | | | Discussed with: portmgr Notes: svn path=/head/; revision=493853
* Switch to use wxGTK30Baptiste Daroussin2019-02-241-1/+1
| | | | Notes: svn path=/head/; revision=493795
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Spell Wine with an uppercase W to align with upstream usage.Gerald Pfeifer2018-04-021-1/+1
| | | | | | | Approved by: se (maintainer) Notes: svn path=/head/; revision=466225
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* 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
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Install man-page and change dependency from i386-wine-devel to i386-wine,Stefan Eßer2016-05-172-22/+14
| | | | | | | | | | | | since the latter is now at a revision that supports all required features for this port. This is a clean-up after the upgrade from 4.2.8 to 4.2.10. Approved by: antoine (mentor, implicit) Notes: svn path=/head/; revision=415414
* Really fix the generation of shortcut files.Stefan Eßer2016-05-161-2/+11
| | | | | | | Approved by: antoine (mentor, implicit) Notes: svn path=/head/; revision=415312
* In order to make desktop shortcuts work, the playonfreebsd script must beStefan Eßer2016-05-101-0/+1
| | | | | | | | | | | executable. PR: 209418 Submitted by: iluxa (at) ex.ua Approved by: antoine (mentor, implicit) Notes: svn path=/head/; revision=414948
* Fix problem with desktop shortcuts reported by iluxa (at) ex.ua.Stefan Eßer2016-05-108-17/+35
| | | | | | | | | | | Upgrade to latest stable version 4.2.10 on that occasion. PR: 209418 Reported by: iluxa (at) ex.ua Approved by: antoine (mentor, implicit) Notes: svn path=/head/; revision=414947
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-12/+12
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* This is the adaptation of PlayOnLinux to FreeBSD. The purpose of thisStefan Eßer2016-02-1810-0/+663
program is to simplify installation of MS Windows software to run under the Windows emulator "Wine". The name indicates, that the program was initially developed to support easy installation of Windows games on Linux. The range of supported applications has long been extended to cover a wide range of windows applications including Microsoft Office. PlayOnFreeBSD behaves significantly different than PlayOnLinux in a number of aspects, e.g. which version of Wine to use (only a single version is normally installed on FreeBSD, but PlayOnLinux tries to run each Windows application in a Wine environment that has previously been reported to give good results and installs missing Wine versions in the user's home directory). Reviewed by: antoine Notes: svn path=/head/; revision=409105